OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "Minor cleanups to TextToSpeech."
Narayan Kamath [Thu, 14 Jul 2011 15:44:39 +0000 (08:44 -0700)]
Merge "Minor cleanups to TextToSpeech."

13 years agoMerge "OMX CallbackDispatcher uses C++ Thread not pthread"
Glenn Kasten [Thu, 14 Jul 2011 14:54:34 +0000 (07:54 -0700)]
Merge "OMX CallbackDispatcher uses C++ Thread not pthread"

13 years agoMinor cleanups to TextToSpeech.
Narayan Kamath [Thu, 14 Jul 2011 14:30:36 +0000 (15:30 +0100)]
Minor cleanups to TextToSpeech.

(a) Fix an NPE reported when no TTS engine is installed.
(b) Fix a bad link, and some javadoc typos.

bug: 5004015
Change-Id: I38b97dbb5d7d4065a5ee408fae9138638ed48f40

13 years agoMerge "Refactor input dispatcher use of window/app handles."
Jeff Brown [Thu, 14 Jul 2011 11:20:56 +0000 (04:20 -0700)]
Merge "Refactor input dispatcher use of window/app handles."

13 years agoMerge "Fix invalid JNI call signature. Bug: 5029536"
Jeff Brown [Thu, 14 Jul 2011 11:12:51 +0000 (04:12 -0700)]
Merge "Fix invalid JNI call signature. Bug: 5029536"

13 years agoRefactor input dispatcher use of window/app handles.
Jeff Brown [Thu, 14 Jul 2011 05:51:29 +0000 (22:51 -0700)]
Refactor input dispatcher use of window/app handles.

This change moves the cached window and application input state
into the handle objects themselves.  It simplifies the dispatcher
somewhat because it no longer needs to fix up references to
transient InputWindow objects each time the window list is updated.

This change will also make it easier to optimize setInputWindows
to avoid doing a lot of redundant data copying.  In principle, only
the modified fields need to be updated.  However, for now we
continue to update all fields in unison as before.

It turns out that the input dispatcher was inappropriately retaining
pointers to InputWindow objects within the mWindows InputWindow
vector.  This vector is copy-on-write so it is possible and the
item pointers to change if an editing operation is performed on
the vector when it does not exclusively own the underlying
SharedBuffer.  This bug was uncovered by a previous change that
replaced calls to clear() and appendVector() with a simple use
of operator= which caused the buffer to be shared.  Consequently
after editItemAt was called (which it shouldn't have, actually)
the buffer was copied and the cached InputWindow pointers became
invalid.  Oops.  This change fixes the problem.

Change-Id: I0a259339a6015fcf9113dc4081a6875e047fd425

13 years agoFix invalid JNI call signature.
Jeff Brown [Thu, 14 Jul 2011 10:54:36 +0000 (03:54 -0700)]
Fix invalid JNI call signature.
Bug: 5029536

Change-Id: I1f9b3faa77d49e26ef43982ff57cbbf0c3be8b40

13 years agoSearchBox API changes, to know when calls succeeded.
Mathew Inwood [Fri, 8 Jul 2011 16:26:46 +0000 (17:26 +0100)]
SearchBox API changes, to know when calls succeeded.

Depends on change: I5af94c8df8f24dfafb02c4052381aa547c72684c
(due to SearchBox API change).

Change-Id: If283ecdfa62aecb1fa697b1a2cd43b771b908d72

13 years agoProvide more descriptive name for InputChannel ashmem.
Jeff Brown [Thu, 14 Jul 2011 05:18:46 +0000 (22:18 -0700)]
Provide more descriptive name for InputChannel ashmem.

Change-Id: I4307de9f717ac4810b1b91ee0c1a3899325acf71

13 years agoFix bug in submenus opened from icon menus
Adam Powell [Thu, 14 Jul 2011 03:42:19 +0000 (20:42 -0700)]
Fix bug in submenus opened from icon menus

Change-Id: I8b60ceefbccb5cad78d1b5c55702a2685a5f5382

13 years agoMerge "Preserve spacing for icons in menus"
Adam Powell [Thu, 14 Jul 2011 03:07:41 +0000 (20:07 -0700)]
Merge "Preserve spacing for icons in menus"

13 years agoPreserve spacing for icons in menus
Adam Powell [Wed, 13 Jul 2011 17:24:06 +0000 (10:24 -0700)]
Preserve spacing for icons in menus

Change-Id: I3269fcffb98a84b6a5c5f9198afd2b2eae7d5f02

13 years agoMerge "Touch exploration gesture events change the window id."
Svetoslav Ganov [Thu, 14 Jul 2011 00:23:41 +0000 (17:23 -0700)]
Merge "Touch exploration gesture events change the window id."

13 years agoTouch exploration gesture events change the window id.
Svetoslav Ganov [Thu, 14 Jul 2011 00:16:34 +0000 (17:16 -0700)]
Touch exploration gesture events change the window id.

1. Touch exploration start and end events are generated
   by the sytstem to provide additional information for
   accessibility services. Since such events do not come
   from any particular window they whould not change the
   id of the window that currently allows exploring its
   content.

2. Touch exploration start and end events were lealing the
   touch explorer class wich is private.

bug:5026258

Change-Id: Icaf3e2bd9566716f2afb876cf8e0d50813b0c76e

13 years agoMerge "Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build"
Mike Lockwood [Wed, 13 Jul 2011 23:46:50 +0000 (16:46 -0700)]
Merge "Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build"

13 years agoRemove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
Mike Lockwood [Wed, 13 Jul 2011 15:06:57 +0000 (11:06 -0400)]
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build

Change-Id: I13d9f251f86c05ae5405f37adbf6b8e9660935ba
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Fix native crash when GL driver fails to initialize."
Jason Sams [Wed, 13 Jul 2011 23:43:27 +0000 (16:43 -0700)]
Merge "Fix native crash when GL driver fails to initialize."

13 years agoMerge "Contacts contract update for display photos."
Dave Santoro [Wed, 13 Jul 2011 23:23:44 +0000 (16:23 -0700)]
Merge "Contacts contract update for display photos."

13 years agoFix native crash when GL driver fails to initialize.
Jason Sams [Wed, 13 Jul 2011 23:09:42 +0000 (16:09 -0700)]
Fix native crash when GL driver fails to initialize.

Change-Id: I85714de9029285027dc75fb3b62076be41a4c985

13 years agoMerge "Add StorageVolume list to MountService dump"
Kenny Root [Wed, 13 Jul 2011 22:53:12 +0000 (15:53 -0700)]
Merge "Add StorageVolume list to MountService dump"

13 years agoMerge "Fix debugging for hwui caches"
Kenny Root [Wed, 13 Jul 2011 22:53:03 +0000 (15:53 -0700)]
Merge "Fix debugging for hwui caches"

13 years agoMerge "Allow a sync adapter to provide an OPEN action for a group"
Daniel Lehmann [Wed, 13 Jul 2011 22:40:03 +0000 (15:40 -0700)]
Merge "Allow a sync adapter to provide an OPEN action for a group"

13 years agoMerge "Compress the backup output stream"
Christopher Tate [Wed, 13 Jul 2011 22:37:21 +0000 (15:37 -0700)]
Merge "Compress the backup output stream"

13 years agoAllow a sync adapter to provide an OPEN action for a group
Daniel Lehmann [Wed, 13 Jul 2011 22:35:05 +0000 (15:35 -0700)]
Allow a sync adapter to provide an OPEN action for a group

Bug:4413120
Change-Id: I17572204dc9fad3406d2505c83586b9dbce177b9

13 years agoCompress the backup output stream
Christopher Tate [Mon, 11 Jul 2011 18:31:57 +0000 (11:31 -0700)]
Compress the backup output stream

Zlib compression, with a full flush between each application's
data.  Encryption will be performed on the already-compressed data
once that's implemented.

On restore, the streamed data is similarly uncompressed on the fly.

Change-Id: I19b65c88e759a66527d10913d18fffa9df0bc011

13 years agoMerge "Control socket tagging through Settings.Secure."
Jeff Sharkey [Wed, 13 Jul 2011 22:28:06 +0000 (15:28 -0700)]
Merge "Control socket tagging through Settings.Secure."

13 years agoControl socket tagging through Settings.Secure.
Jeff Sharkey [Wed, 13 Jul 2011 22:24:02 +0000 (15:24 -0700)]
Control socket tagging through Settings.Secure.

When NetworkManagementService starts, it determines if qtaguid
should be enabled.  The changes pushes the enabled state to a system
property to control socket tagging.

Change-Id: I5697a990dbaad4b220a2fb055931b18077d07a74

13 years agoMerge "Remove old-style software decoders."
Andreas Huber [Wed, 13 Jul 2011 22:19:44 +0000 (15:19 -0700)]
Merge "Remove old-style software decoders."

13 years agoam 0814a9aa: am db4c5f35: resolved conflicts for merge of 7816eded to gingerbread...
David 'Digit' Turner [Wed, 13 Jul 2011 21:55:20 +0000 (14:55 -0700)]
am 0814a9aa: am db4c5f35: resolved conflicts for merge of 7816eded to gingerbread-plus-aosp

* commit '0814a9aa0c8f89f084ba37df05b3735274d78420':
  NativeDaemonConnector: Fix SDCard mounting bug in the emulator.
  Fix missing NL

13 years agoam 9b446cd6: am bc047bb0: am e32c49ab: docs: de-new sidenavs
Scott Main [Wed, 13 Jul 2011 21:55:15 +0000 (14:55 -0700)]
am 9b446cd6: am bc047bb0: am e32c49ab: docs: de-new sidenavs

* commit '9b446cd6b4d3d2c2e2517d95937750da0d3b2df1':
  docs: de-new sidenavs

13 years agoam 4e400158: am 1e4cf2dd: am 10a36020: cherrypick from hc-mr1 Change-Id: Ib0d980c95d8...
Robert Ly [Wed, 13 Jul 2011 21:54:44 +0000 (14:54 -0700)]
am 4e400158: am 1e4cf2dd: am 10a36020: cherrypick from hc-mr1 Change-Id: Ib0d980c95d821ba24e342f230b4a47fd786ba66a

* commit '4e4001589911b971d56c72acee140526d4575dac':
  cherrypick from hc-mr1 Change-Id: Ib0d980c95d821ba24e342f230b4a47fd786ba66a

13 years agoam 22f4e8f6: am 56a085c9: am d3fa7bd1: docs: fix date on opengl dashboard
Scott Main [Wed, 13 Jul 2011 21:54:24 +0000 (14:54 -0700)]
am 22f4e8f6: am 56a085c9: am d3fa7bd1: docs: fix date on opengl dashboard

* commit '22f4e8f627e3f54b418da422eadcf0c43caa3499':
  docs: fix date on opengl dashboard

13 years agoam 9163a4a6: am aa4b1d8b: am d292d2a0: Merge 36a3a392 from mr1.
Xavier Ducrohet [Wed, 13 Jul 2011 21:53:54 +0000 (14:53 -0700)]
am 9163a4a6: am aa4b1d8b: am d292d2a0: Merge 36a3a392 from mr1.

* commit '9163a4a686fc25fefc77d5b41c24a4538486a48e':
  Merge 36a3a392 from mr1.

13 years agoContacts contract update for display photos.
Dave Santoro [Wed, 29 Jun 2011 07:25:16 +0000 (00:25 -0700)]
Contacts contract update for display photos.

This adds support for storing larger, hi-res photos in the contacts
system.  Thumbnails continue to be stored in the Photo.PHOTO column
as BLOBs, while hi-res versions of the photos are stored in the file
system and referenced via a photo file ID (with metadata stored in
a new table).

See go/large-photo-design for details.

Change-Id: Ie182eaa6a0330e2eca0a732f201f20a91e4dc584

13 years agoMerge "MediaScanner: fix breakage in updates"
Mike Lockwood [Wed, 13 Jul 2011 21:33:13 +0000 (14:33 -0700)]
Merge "MediaScanner: fix breakage in updates"

13 years agoMerge "docs: fix for bug 3186839"
Robert Ly [Wed, 13 Jul 2011 21:28:52 +0000 (14:28 -0700)]
Merge "docs: fix for bug 3186839"

13 years agodocs: fix for bug 3186839
Robert Ly [Wed, 13 Jul 2011 21:25:52 +0000 (14:25 -0700)]
docs: fix for bug 3186839

Change-Id: I28305b73f0fe02593e072d690471a1448eb4c675

13 years agoMerge "Polish of the ActivityChooserView and ShareActionProvider."
Svetoslav Ganov [Wed, 13 Jul 2011 21:19:33 +0000 (14:19 -0700)]
Merge "Polish of the ActivityChooserView and ShareActionProvider."

13 years agoRemove old-style software decoders.
Andreas Huber [Wed, 13 Jul 2011 19:38:46 +0000 (12:38 -0700)]
Remove old-style software decoders.

Change-Id: Ie0729d6a65470ffdc38229791f25a75a22c724d8

13 years agoMerge "Add REFER handling."
repo sync [Wed, 13 Jul 2011 21:09:33 +0000 (14:09 -0700)]
Merge "Add REFER handling."

13 years agoMerge "Tile profiling interface"
Chris Craik [Wed, 13 Jul 2011 21:08:11 +0000 (14:08 -0700)]
Merge "Tile profiling interface"

13 years agoMerge "get rid of overlay HAL"
Mathias Agopian [Wed, 13 Jul 2011 21:07:01 +0000 (14:07 -0700)]
Merge "get rid of overlay HAL"

13 years agoPolish of the ActivityChooserView and ShareActionProvider.
Svetoslav Ganov [Thu, 7 Jul 2011 00:17:52 +0000 (17:17 -0700)]
Polish of the ActivityChooserView and ShareActionProvider.

1. Addressed the UX comments: ActivityChooserView's default selection
   popup no longer shows a message, rather hightlights the default
   action which now it displays. Alignemnt of the UI.

2. The ShareActionProvider shows a sub-menu if the host item goes
   on the overflow menu.

3. Now the heade layout of the activity chooser view is not needed hence
   dropped and the item and footer ones are merged.

Change-Id: I0b3de623e4c0a805be9ed73a8541e66b8c00e2d2

13 years agoMediaScanner: fix breakage in updates
Mike Lockwood [Wed, 13 Jul 2011 20:50:29 +0000 (16:50 -0400)]
MediaScanner: fix breakage in updates

To facilitate bulk inserts, we changed the media scanner to use the file URI
instead of the audio, video or image media URIs.
However we should still use the media URIs for updating existing records

Bug: 5021925

Change-Id: I6143dc1d00350192170428a5e951b52ef9223734
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoTile profiling interface
Chris Craik [Wed, 13 Jul 2011 20:19:37 +0000 (13:19 -0700)]
Tile profiling interface

Allows access to underlying WebView benchmarking calls.

Uses C++ backend from the following CL:
https://android-git.corp.google.com/g/#change,121035

Change-Id: Ib205340451aadfd40425f492afa4f2e46d314ebc

13 years agoMerge "Revert "fix a weird use of Vector::appendVector()""
Jeff Brown [Wed, 13 Jul 2011 20:00:38 +0000 (13:00 -0700)]
Merge "Revert "fix a weird use of Vector::appendVector()""

13 years agoRevert "fix a weird use of Vector::appendVector()"
Jeff Brown [Wed, 13 Jul 2011 19:51:11 +0000 (12:51 -0700)]
Revert "fix a weird use of Vector::appendVector()"

This reverts commit 198fd888add624cf9e53ce31b776568a5d069916

This change seems to have exposed some other bugs.
Bug: 5026631

13 years agoMerge "Add slot number to forEach hal."
Jason Sams [Wed, 13 Jul 2011 19:28:38 +0000 (12:28 -0700)]
Merge "Add slot number to forEach hal."

13 years agoAdd slot number to forEach hal.
Jason Sams [Wed, 13 Jul 2011 18:26:26 +0000 (11:26 -0700)]
Add slot number to forEach hal.

Change-Id: I0f2992d5f4128422d07f897b335c219cc7f1d02c

13 years agoFix debugging for hwui caches
Kenny Root [Wed, 13 Jul 2011 16:49:43 +0000 (09:49 -0700)]
Fix debugging for hwui caches

Debugging code attempted to delete a stack item.

Also, the flag fields weren't exactly clear, so rewrite it so it's
clear that kDebugMoreCaches is a combined flag.

Change-Id: If42b7f0f754919343301da5656aee5943cc9bd4a

13 years agoAdd StorageVolume list to MountService dump
Kenny Root [Wed, 13 Jul 2011 16:48:33 +0000 (09:48 -0700)]
Add StorageVolume list to MountService dump

Change-Id: If2be6e420d9671032d2e7a66c71a6733e6e48ac8

13 years agoEnable signalling of a stream discontinuity involving a format-change
Andreas Huber [Wed, 13 Jul 2011 16:36:11 +0000 (09:36 -0700)]
Enable signalling of a stream discontinuity involving a format-change

through IStreamListener.

Change-Id: Ic0409cdc4891ad26b61f2f98bdda3c7fb2e2de6a
related-to-bug: 5022434

13 years agoMerge "MTP: Clean up MtpServer initialization and threading:"
Mike Lockwood [Wed, 13 Jul 2011 15:07:59 +0000 (08:07 -0700)]
Merge "MTP: Clean up MtpServer initialization and threading:"

13 years agoMerge "UsbDeviceManager: clean up HandlerThread creation"
Mike Lockwood [Wed, 13 Jul 2011 14:34:29 +0000 (07:34 -0700)]
Merge "UsbDeviceManager: clean up HandlerThread creation"

13 years agoMerge "Wait until the audio track finishes playing before releasing it."
Narayan Kamath [Wed, 13 Jul 2011 14:30:27 +0000 (07:30 -0700)]
Merge "Wait until the audio track finishes playing before releasing it."

13 years agoMTP: Clean up MtpServer initialization and threading:
Mike Lockwood [Mon, 11 Jul 2011 19:04:38 +0000 (15:04 -0400)]
MTP: Clean up MtpServer initialization and threading:

Move thread from native to Java code
Remove the stop() method (the thread will exit on its own)

Change-Id: Ib897c3630162f82669a4ee8c187e8172da50b29d

13 years agoUsbDeviceManager: clean up HandlerThread creation
Mike Lockwood [Wed, 13 Jul 2011 13:23:45 +0000 (09:23 -0400)]
UsbDeviceManager: clean up HandlerThread creation

Change-Id: I84683b1753fcf3c3b501f8a506d6d890edf2eb37
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoWait until the audio track finishes playing before releasing it.
Narayan Kamath [Wed, 13 Jul 2011 12:59:45 +0000 (13:59 +0100)]
Wait until the audio track finishes playing before releasing it.

Release calls stop, which causes truncation of playback.
bug:5021056

Change-Id: I8eadcbf5622dab83be3c4dabfcc06629398f27ab

13 years agoMerge "Include full network history around current time."
Jeff Sharkey [Wed, 13 Jul 2011 03:23:03 +0000 (20:23 -0700)]
Merge "Include full network history around current time."

13 years agoInclude full network history around current time.
Jeff Sharkey [Wed, 13 Jul 2011 03:20:56 +0000 (20:20 -0700)]
Include full network history around current time.

When requesting historical values with time ranges, always include
full values for buckets that span current time.  (It doesn't make
sense to interpolate partial data.)  Move getTotalData() to return
full Entry objects to prepare for packet counts.

Bug: 4691901
Change-Id: I717bd721be9f1d4a47c4121e46e07a56cb15bbf1

13 years agoMerge "Revert "Don't preload HardwareRenderer, its static initialization is process...
Romain Guy [Wed, 13 Jul 2011 02:10:22 +0000 (19:10 -0700)]
Merge "Revert "Don't preload HardwareRenderer, its static initialization is process dependant.""

13 years agoRevert "Don't preload HardwareRenderer, its static initialization is process dependant."
Romain Guy [Wed, 13 Jul 2011 02:09:03 +0000 (19:09 -0700)]
Revert "Don't preload HardwareRenderer, its static initialization is process dependant."

This reverts commit 821e24336b3ab1f902fc3ee8da423226f50b540c.

13 years agoMerge "Introduce TextView drawableStart and drawableEnd"
Fabrice Di Meglio [Wed, 13 Jul 2011 01:24:27 +0000 (18:24 -0700)]
Merge "Introduce TextView drawableStart and drawableEnd"

13 years agoMerge "Don't preload HardwareRenderer, its static initialization is process dependant."
Romain Guy [Wed, 13 Jul 2011 01:18:11 +0000 (18:18 -0700)]
Merge "Don't preload HardwareRenderer, its static initialization is process dependant."

13 years agoDon't preload HardwareRenderer, its static initialization is process dependant.
Romain Guy [Wed, 13 Jul 2011 01:16:35 +0000 (18:16 -0700)]
Don't preload HardwareRenderer, its static initialization is process dependant.

Change-Id: I229357aaaa10b19209983c122f98dd3c07e01d7f

13 years agoMerge "Add support for TI H264 encoder"
Iliyan Malchev [Wed, 13 Jul 2011 00:40:25 +0000 (17:40 -0700)]
Merge "Add support for TI H264 encoder"

13 years agoMerge "take the state transform into account with h/w composer hal"
Mathias Agopian [Wed, 13 Jul 2011 00:36:22 +0000 (17:36 -0700)]
Merge "take the state transform into account with h/w composer hal"

13 years agoam 3b219a51: (-s ours) am 4821d3bd: Merge "VpnService: stop VPN when unknown DNS...
Chia-chi Yeh [Tue, 12 Jul 2011 23:58:45 +0000 (16:58 -0700)]
am 3b219a51: (-s ours) am 4821d3bd: Merge "VpnService: stop VPN when unknown DNS servers show up." into honeycomb-LTE

* commit '3b219a51a9d692807d3fb0f516df81609ca6e4fc':
  VpnService: stop VPN when unknown DNS servers show up.

13 years agoMerge "Fix typo in AndroidHttpClient JavaDoc."
Elliott Hughes [Tue, 12 Jul 2011 23:58:18 +0000 (16:58 -0700)]
Merge "Fix typo in AndroidHttpClient JavaDoc."

13 years agoMerge "Refactored TextView selectable state methods."
Gilles Debunne [Tue, 12 Jul 2011 23:38:51 +0000 (16:38 -0700)]
Merge "Refactored TextView selectable state methods."

13 years agoam 0ddd9960: am 12b91edc: Merge "Add a property so that CSIM provision check can...
Wink Saville [Tue, 12 Jul 2011 23:38:22 +0000 (16:38 -0700)]
am 0ddd9960: am 12b91edc: Merge "Add a property so that CSIM provision check can be bypassed" into honeycomb-LTE

* commit '0ddd99600675aaf5f514ac6bb30d345c4b66f8c2':
  Add a property so that CSIM provision check can be bypassed

13 years agoMerge "Fix for the renderscript ref counting bug."
Alex Sakhartchouk [Tue, 12 Jul 2011 23:27:09 +0000 (16:27 -0700)]
Merge "Fix for the renderscript ref counting bug."

13 years agoget rid of overlay HAL
Mathias Agopian [Tue, 12 Jul 2011 23:02:46 +0000 (16:02 -0700)]
get rid of overlay HAL

Change-Id: I461f633d172ab10e05326ef10544c67dea664c0e

13 years agoFix typo in AndroidHttpClient JavaDoc.
Elliott Hughes [Tue, 12 Jul 2011 23:02:50 +0000 (16:02 -0700)]
Fix typo in AndroidHttpClient JavaDoc.

Bug: http://code.google.com/p/android/issues/detail?id=14788
Change-Id: I7465c6c42e7b208efc9c954ac46c1b683676106e

13 years agoMerge "Add REGISTERED_BEFORE_BOOT flag to intent."
Jaikumar Ganesh [Tue, 12 Jul 2011 22:54:50 +0000 (15:54 -0700)]
Merge "Add REGISTERED_BEFORE_BOOT flag to intent."

13 years agoAdd support for TI H264 encoder
Dandawate Saket [Tue, 12 Jul 2011 02:12:57 +0000 (19:12 -0700)]
Add support for TI H264 encoder

Add support for TI H264 encoder and quirks for buffer allocation.
Temporary switching to baseline profile till ctts patch is defaulted
as per profile detection.

Change-Id: I1d56184b9c5d5f00d6c63aef7e058f3d56b84cef
Signed-off-by: Dandawate Saket <dsaket@ti.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
13 years agoMerge "Hide NetworkStatsHistory internals."
Jeff Sharkey [Tue, 12 Jul 2011 22:19:31 +0000 (15:19 -0700)]
Merge "Hide NetworkStatsHistory internals."

13 years agoMerge "Watch for external Secure.DATA_ROAMING changes."
Jeff Sharkey [Tue, 12 Jul 2011 22:18:41 +0000 (15:18 -0700)]
Merge "Watch for external Secure.DATA_ROAMING changes."

13 years agoMerge "Update ActionProvider to support dynamically building submenus."
Adam Powell [Tue, 12 Jul 2011 22:08:37 +0000 (15:08 -0700)]
Merge "Update ActionProvider to support dynamically building submenus."

13 years agoam a9e00a4a: am 89799e72: Fix incorrect ERI banner format
Kazuhiro Ondo [Tue, 12 Jul 2011 21:56:59 +0000 (14:56 -0700)]
am a9e00a4a: am 89799e72: Fix incorrect ERI banner format

* commit 'a9e00a4ac806751d8af0d9386ee3ae9bd18492b4':
  Fix incorrect ERI banner format

13 years agotake the state transform into account with h/w composer hal
Mathias Agopian [Tue, 12 Jul 2011 21:51:45 +0000 (14:51 -0700)]
take the state transform into account with h/w composer hal

if the state transform didn't preserve rectangles, we
would still try to use h/w composer hal using the bounds
of the transformed rect, which isn't correct.

now we correctly fall back to composition.

Change-Id: Iff78f4339ece415d4987e95a5717b04934d370ab

13 years agoMerge "resolved conflicts for merge of 99cd6671 to master"
Wink Saville [Tue, 12 Jul 2011 21:46:02 +0000 (14:46 -0700)]
Merge "resolved conflicts for merge of 99cd6671 to master"

13 years agoUpdate ActionProvider to support dynamically building submenus.
Adam Powell [Tue, 12 Jul 2011 21:25:23 +0000 (14:25 -0700)]
Update ActionProvider to support dynamically building submenus.

Stub out ShareActionProvider for building a submenu of activities to
choose from.

Change-Id: Ibd9ada77a455ed1a296c87b6d967073ca0f676c2

13 years agoMerge "Make MetadataBufferType.h C-friendly"
James Dong [Tue, 12 Jul 2011 21:43:34 +0000 (14:43 -0700)]
Merge "Make MetadataBufferType.h C-friendly"

13 years agoMerge "Date/time pickers and calendar view not handling locale change."
Svetoslav Ganov [Tue, 12 Jul 2011 21:39:07 +0000 (14:39 -0700)]
Merge "Date/time pickers and calendar view not handling locale change."

13 years agoAdd REGISTERED_BEFORE_BOOT flag to intent.
Jaikumar Ganesh [Tue, 12 Jul 2011 21:14:49 +0000 (14:14 -0700)]
Add REGISTERED_BEFORE_BOOT flag to intent.

Add the flag to Connection state changed intent because
external devices can get connected before booting is complete.

Change-Id: I5bed7a4aa75a42d6facc16aac4f2734e4b5fe246

13 years agoDate/time pickers and calendar view not handling locale change.
Svetoslav Ganov [Tue, 12 Jul 2011 19:26:20 +0000 (12:26 -0700)]
Date/time pickers and calendar view not handling locale change.

1. The data/time pickers and calendar view do not handle locale
   change properly since they use cached Calendar instances to
   limit the GC but fail to update them when the local changes.

Change-Id: I2a92d7f4e0f2798422843123e5aa483f8044bbed

13 years agoMerge "fix typo in a comment"
Mathias Agopian [Tue, 12 Jul 2011 21:11:57 +0000 (14:11 -0700)]
Merge "fix typo in a comment"

13 years agofix typo in a comment
Mathias Agopian [Tue, 12 Jul 2011 21:11:07 +0000 (14:11 -0700)]
fix typo in a comment

Change-Id: If913611a65e8b578021e9f9a9546f05e0ce6ef44

13 years agoIntroduce TextView drawableStart and drawableEnd
Fabrice Di Meglio [Wed, 29 Jun 2011 23:44:43 +0000 (16:44 -0700)]
Introduce TextView drawableStart and drawableEnd

- update also unit tests

Change-Id: I20b82f5fea2cc48c93fd9e26eb03290ad730c08a

13 years agoHide NetworkStatsHistory internals.
Jeff Sharkey [Tue, 12 Jul 2011 20:57:00 +0000 (13:57 -0700)]
Hide NetworkStatsHistory internals.

Instead of exposing internal storage details, offer getValues()
accessor which populates values into a recycled structure.

Change-Id: I5228d7099a8f61b2018a435a813435a67dae49b4

13 years agoresolved conflicts for merge of 99cd6671 to master
Wink Saville [Tue, 12 Jul 2011 20:56:05 +0000 (13:56 -0700)]
resolved conflicts for merge of 99cd6671 to master

Change-Id: I81ac18b1b8291a96bdfa3386f2fe3633fd7eeb79

13 years agoMerge "LayoutLib: updated fake accessbility manager and ensure there's an InputMethod...
Xavier Ducrohet [Tue, 12 Jul 2011 20:39:33 +0000 (13:39 -0700)]
Merge "LayoutLib: updated fake accessbility manager and ensure there's an InputMethodManager"

13 years agoFix for the renderscript ref counting bug.
Alex Sakhartchouk [Tue, 12 Jul 2011 20:25:14 +0000 (13:25 -0700)]
Fix for the renderscript ref counting bug.

This only manifested itself in the situations where elements containing multiple ref counted objects were copied from Java.

Change-Id: I2c1cc89fe7f792259b3f033674142eb33d17a507

13 years agoAdd REFER handling.
repo sync [Tue, 12 Jul 2011 00:30:20 +0000 (08:30 +0800)]
Add REFER handling.

Handle REFER requests including REFER with Replaces header.

bug:4958680
Change-Id: I96df95097b78bed67ab8abd309a1e57a45c6bc2f

13 years agoLayoutLib: updated fake accessbility manager and ensure there's an InputMethodManager
Xavier Ducrohet [Tue, 12 Jul 2011 19:35:50 +0000 (12:35 -0700)]
LayoutLib: updated fake accessbility manager and ensure there's an InputMethodManager

We had replaced the accessibility Manager but it lacked some new API. Obvisouly
this is fragile and should be fixed, but this works for now.

After fixing this there was another issue with the lack of InputMethodManager.
To fix this I had to create an implementation of IInputMethodManager which
normally comes from a binder object.

I may want to do a similar trick with the accessibility manager later.

Change-Id: I28c6494e333f39072f348d0199124efac93256a5

13 years agoRefactored TextView selectable state methods.
Gilles Debunne [Tue, 12 Jul 2011 01:26:19 +0000 (18:26 -0700)]
Refactored TextView selectable state methods.

There were inconsistencies across methods on how to decide if text is selectable.

Fleshed up textCanBeSelected to support all cases (including non editable textIsSelectable).

onTouchEvent removed from CursorController, test in SelectionModifierCursorController for
editable text is not needed since it is conditionned by an hasSelectionController().

Bug 5016955: protection in offset for text selection

Change-Id: I1e39f7c4a859476e0220e72a4e490b43e60b4a9a

13 years agoMerge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown [Tue, 12 Jul 2011 19:15:07 +0000 (12:15 -0700)]
Merge "Remove the simulator target from all makefiles. Bug: 5010576"

13 years agoMerge "Add test for bug #4970944"
Romain Guy [Tue, 12 Jul 2011 19:14:11 +0000 (12:14 -0700)]
Merge "Add test for bug #4970944"

13 years agoMerge "LayoutLib: Delegate for Display and IWindowManager implementation."
Xavier Ducrohet [Tue, 12 Jul 2011 19:03:23 +0000 (12:03 -0700)]
Merge "LayoutLib: Delegate for Display and IWindowManager implementation."