OSDN Git Service

android-x86/frameworks-base.git
13 years agoFix 5213837
Daniel Sandler [Thu, 25 Aug 2011 16:55:09 +0000 (09:55 -0700)]
Fix 5213837

Change-Id: I55d9bde628f501947821d96c25a463a6c642607e

13 years agoMerge "Intra-process view hierarchy interrogation does not work."
Svetoslav Ganov [Thu, 25 Aug 2011 15:54:29 +0000 (08:54 -0700)]
Merge "Intra-process view hierarchy interrogation does not work."

13 years agoMerge "Updated alarm clock notification icon, adding xhdpi Bug: 5076695"
Justin Ho [Thu, 25 Aug 2011 15:52:27 +0000 (08:52 -0700)]
Merge "Updated alarm clock notification icon, adding xhdpi Bug: 5076695"

13 years agoUpdated alarm clock notification icon, adding xhdpi
Justin Ho [Thu, 25 Aug 2011 15:43:43 +0000 (08:43 -0700)]
Updated alarm clock notification icon, adding xhdpi
Bug: 5076695

Change-Id: I772ae48a95e1b5b6388aaf7bfdfcc8f13e8ef4b5

13 years agoMerge "When Camera is launched by media recording framework, stagefright controls...
James Dong [Thu, 25 Aug 2011 15:12:11 +0000 (08:12 -0700)]
Merge "When Camera is launched by media recording framework, stagefright controls the stop and release."

13 years agoMerge "Only show wifi indicator when wifi is connected."
Daniel Sandler [Thu, 25 Aug 2011 14:57:06 +0000 (07:57 -0700)]
Merge "Only show wifi indicator when wifi is connected."

13 years agoMerge "Put the status bar and navigation bar in HW when advisable."
Daniel Sandler [Thu, 25 Aug 2011 14:56:26 +0000 (07:56 -0700)]
Merge "Put the status bar and navigation bar in HW when advisable."

13 years agoMerge "New preloaded classes for ICS."
Jesse Wilson [Thu, 25 Aug 2011 13:19:15 +0000 (06:19 -0700)]
Merge "New preloaded classes for ICS."

13 years agoMerge "Deprecate old TTS settings that are no longer in use."
Narayan Kamath [Thu, 25 Aug 2011 09:37:30 +0000 (02:37 -0700)]
Merge "Deprecate old TTS settings that are no longer in use."

13 years agoMerge "Add functions to enable / disable spell checker"
satok [Thu, 25 Aug 2011 08:21:05 +0000 (01:21 -0700)]
Merge "Add functions to enable / disable spell checker"

13 years agoAdded new extra for creating an all-day event by default
Michael Chan [Thu, 25 Aug 2011 07:54:25 +0000 (00:54 -0700)]
Added new extra for creating an all-day event by default

bug:2891538
Change-Id: Ifbd835535a8b6f6f46b0a366023d77e9662639a1

13 years agoAdd functions to enable / disable spell checker
satok [Thu, 25 Aug 2011 07:50:11 +0000 (16:50 +0900)]
Add functions to enable / disable spell checker

Bug: 5057977

Change-Id: I2b27bd5f55feb305368034d7e95f83257ac4b3e6

13 years agoMerge "Fix issue with views becoming visible with stale content."
Chet Haase [Thu, 25 Aug 2011 07:54:14 +0000 (00:54 -0700)]
Merge "Fix issue with views becoming visible with stale content."

13 years agoMerge "Dismiss the ime switch notification properly"
satok [Thu, 25 Aug 2011 07:36:35 +0000 (00:36 -0700)]
Merge "Dismiss the ime switch notification properly"

13 years agoDismiss the ime switch notification properly
satok [Thu, 25 Aug 2011 06:28:23 +0000 (15:28 +0900)]
Dismiss the ime switch notification properly

Bug: 5159818

Change-Id: I606294dd453d3cc105714c62b945fcf1fa11164d

13 years agoRemoving a ringtone from Tuna
Justin Ho [Thu, 25 Aug 2011 06:11:51 +0000 (23:11 -0700)]
Removing a ringtone from Tuna

Change-Id: Ia511fc716730084454a057452ff0078110e01f53

13 years agoMerge "Updated spinners (again) Bug: 5076695, 5165156"
Justin Ho [Thu, 25 Aug 2011 05:52:41 +0000 (22:52 -0700)]
Merge "Updated spinners (again) Bug: 50766955165156"

13 years agoMerge "Updated Roboto font Bug: 5173136"
Justin Ho [Thu, 25 Aug 2011 05:52:16 +0000 (22:52 -0700)]
Merge "Updated Roboto font Bug: 5173136"

13 years agoMerge "Revert "Warn only if we're tearing down "live" DeathRecipient content""
Guang Zhu [Thu, 25 Aug 2011 05:00:47 +0000 (22:00 -0700)]
Merge "Revert "Warn only if we're tearing down "live" DeathRecipient content""

13 years agoRevert "Warn only if we're tearing down "live" DeathRecipient content"
Guang Zhu [Thu, 25 Aug 2011 04:58:46 +0000 (21:58 -0700)]
Revert "Warn only if we're tearing down "live" DeathRecipient content"

This reverts commit 2611f89ab4f1119b96123edb2cd6d8d8139c03c4

13 years agoFix issue with views becoming visible with stale content.
Chet Haase [Thu, 25 Aug 2011 04:31:03 +0000 (21:31 -0700)]
Fix issue with views becoming visible with stale content.

An earlier fix nooop'd invalidate calls on non-visible views. This
caused an issue where changes to the view while it was not visible
(such as changing the text of a TextView) would not get picked up
by the invalidation process.

The fix is to automatically invalidate() a view when it becomes
visible, to account for any changes that may have occurred to its
content while it was not visible.

Change-Id: Ia0f8fb42ca627b5a38f08761fa622b23f2dfa38b

13 years agoMerge "Fix to show the correct HW accel background in the preview window."
Dianne Hackborn [Thu, 25 Aug 2011 03:56:05 +0000 (20:56 -0700)]
Merge "Fix to show the correct HW accel background in the preview window."

13 years agoFix to show the correct HW accel background in the preview window.
Dianne Hackborn [Thu, 25 Aug 2011 03:05:39 +0000 (20:05 -0700)]
Fix to show the correct HW accel background in the preview window.

Also tweak wallpaper service to do a cleaner transition to a
static wallpaper.

Change-Id: I876a32091f92dd5a529d7fd809d3b8e730bb7d2a

13 years agoMerge "New API to determine if device has lots of RAM."
Dianne Hackborn [Thu, 25 Aug 2011 02:57:52 +0000 (19:57 -0700)]
Merge "New API to determine if device has lots of RAM."

13 years agoWhen Camera is launched by media recording framework, stagefright controls the stop...
James Dong [Thu, 25 Aug 2011 02:50:36 +0000 (19:50 -0700)]
When Camera is launched by media recording framework, stagefright controls the stop and release.

Change-Id: Ic79a60dad0f617a845211d3fbe146c1648a71da3
related-to-bug: 5205804

13 years agoMerge "Disable package verification by default."
Brett Chabot [Thu, 25 Aug 2011 02:45:51 +0000 (19:45 -0700)]
Merge "Disable package verification by default."

13 years agoMerge "Fix deadlock in AudioService"
Jean-Michel Trivi [Thu, 25 Aug 2011 02:22:52 +0000 (19:22 -0700)]
Merge "Fix deadlock in AudioService"

13 years agofix sample code typo
Scott Main [Thu, 25 Aug 2011 02:09:48 +0000 (19:09 -0700)]
fix sample code typo
issue 5190961

Change-Id: I15f10bc97b46f0e5f5e31ff5b38d6c3a938ddedf

13 years agoFix deadlock in AudioService
Jean-Michel Trivi [Thu, 25 Aug 2011 01:41:55 +0000 (18:41 -0700)]
Fix deadlock in AudioService

Locks related to audio focus and remote control should always be
 taken in the following order:
 1/ audio focus lock
 2/ remote control stack
 3/ current remote control client generation

Change-Id: If8be11bfef92849957e692b2bd52adbd67a2ef0b

13 years agoMerge "Port setting change should happen before receiving any filled frame."
Chih-Chung Chang [Thu, 25 Aug 2011 01:57:35 +0000 (18:57 -0700)]
Merge "Port setting change should happen before receiving any filled frame."

13 years agoMerge "Add DATA_SET value to Entity from EntityIterator cursor"
Katherine Kuan [Thu, 25 Aug 2011 01:56:06 +0000 (18:56 -0700)]
Merge "Add DATA_SET value to Entity from EntityIterator cursor"

13 years agoMerge changes I6b6f7537,I18e5b72d
Mathias Agopian [Thu, 25 Aug 2011 01:45:01 +0000 (18:45 -0700)]
Merge changes I6b6f7537,I18e5b72d

* changes:
  Fix a few style issues and remove LOG spam
  More error checks to avoid div by zero.

13 years agoFix a few style issues and remove LOG spam
Mathias Agopian [Thu, 25 Aug 2011 01:40:33 +0000 (18:40 -0700)]
Fix a few style issues and remove LOG spam

Change-Id: I6b6f75373f4ac28f98dea6a6f1c2567a6aa02243

13 years agoDisable package verification by default.
Brett Chabot [Thu, 25 Aug 2011 01:38:26 +0000 (18:38 -0700)]
Disable package verification by default.

Change-Id: I0e02cd177dbb99fc97e964ac87251a900d915b95

13 years agoMore error checks to avoid div by zero.
Michael Johnson [Fri, 19 Aug 2011 18:47:08 +0000 (11:47 -0700)]
More error checks to avoid div by zero.

Change-Id: I18e5b72d02bf5420c14334d3a03f18fa40572d31

13 years agoPut the status bar and navigation bar in HW when advisable.
Daniel Sandler [Wed, 24 Aug 2011 23:19:23 +0000 (16:19 -0700)]
Put the status bar and navigation bar in HW when advisable.

This allows the hardware to place these windows into
overlays if possible.

Change-Id: I43717fcd2c7e8f38340975eb93088d1c2c96f09b

13 years agoMerge "Spell checking in TextViews"
Gilles Debunne [Thu, 25 Aug 2011 00:53:42 +0000 (17:53 -0700)]
Merge "Spell checking in TextViews"

13 years agoMerge "Fix Recent thumbnails aren't taken when leaving an activity via notification"
Mathias Agopian [Thu, 25 Aug 2011 00:53:21 +0000 (17:53 -0700)]
Merge "Fix Recent thumbnails aren't taken when leaving an activity via notification"

13 years agoMerge "Fix bug 5211053 - use actionBarItemBackground for overflow"
Adam Powell [Thu, 25 Aug 2011 00:49:14 +0000 (17:49 -0700)]
Merge "Fix bug 5211053 - use actionBarItemBackground for overflow"

13 years agoFix Recent thumbnails aren't taken when leaving an activity via notification
Mathias Agopian [Thu, 25 Aug 2011 00:44:41 +0000 (17:44 -0700)]
Fix Recent thumbnails aren't taken when leaving an activity via notification

When taking screenshots we need to use the full drawing state list
instead of the visible list.

Bug: 5186823
Change-Id: I214ee0203aaf8e2c038e44581f7f1ae36edf08c5

13 years agoMerge "Fix issue #5050039: Launcher is sometimes rendering underneath the system...
Dianne Hackborn [Thu, 25 Aug 2011 00:39:07 +0000 (17:39 -0700)]
Merge "Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar"

13 years agoNew API to determine if device has lots of RAM.
Dianne Hackborn [Thu, 25 Aug 2011 00:37:31 +0000 (17:37 -0700)]
New API to determine if device has lots of RAM.

Change-Id: Ie243e851960fdd9e1ebeaf1c1929879193620051

13 years agoFix bug 5211053 - use actionBarItemBackground for overflow
Adam Powell [Thu, 25 Aug 2011 00:34:20 +0000 (17:34 -0700)]
Fix bug 5211053 - use actionBarItemBackground for overflow

Change-Id: I3f26a32dca648ae7cc8d77191f4ab24471175cc5

13 years agoMerge "More information for RemoteControlDisplay about new client"
Jean-Michel Trivi [Thu, 25 Aug 2011 00:21:29 +0000 (17:21 -0700)]
Merge "More information for RemoteControlDisplay about new client"

13 years agoMore information for RemoteControlDisplay about new client
Jean-Michel Trivi [Wed, 24 Aug 2011 17:31:13 +0000 (10:31 -0700)]
More information for RemoteControlDisplay about new client

When the client gets cleared, let the display know the new
 client generation ID is for a clear.
When a new client becomes current, let the display know
 what the associated media button event receiver is.

Change-Id: I18e37a309b5b30ed361a68918379b60418409f1e

13 years agoMerge "Add OpenGL backend to ImageWallpaper Bug #5204874"
Romain Guy [Thu, 25 Aug 2011 00:09:30 +0000 (17:09 -0700)]
Merge "Add OpenGL backend to ImageWallpaper Bug #5204874"

13 years agoMerge "Fix animation scale to also scale start offset."
Dianne Hackborn [Thu, 25 Aug 2011 00:07:51 +0000 (17:07 -0700)]
Merge "Fix animation scale to also scale start offset."

13 years agoAdd OpenGL backend to ImageWallpaper
Romain Guy [Thu, 25 Aug 2011 00:06:58 +0000 (17:06 -0700)]
Add OpenGL backend to ImageWallpaper
Bug #5204874

Currently disabled.

Change-Id: I5e7b35dce2981b0691f107e39c6394b260466543

13 years agoFix issue #5050039: Launcher is sometimes rendering underneath the system/status bar
Dianne Hackborn [Thu, 25 Aug 2011 00:03:54 +0000 (17:03 -0700)]
Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar

It looks like this is caused by the change in HC to stop activities when
the screen is off.  ViewRootImpl (a.k.a. ViewRoot) has special code to
avoid doing work when it is stopped, and it is now stopped when the screen
is off.  The problem here is if the window's activity is stopped when the
window is first displayed, then it would never do the initial fitSystemWindows()
with the status bar offsets given by the window manager, and never do this
again until the status bar changes.

Also included here is some re-arranging of the code dealing with the offsets
changing, because it was dealt with in two places and only one had a bunch of
code dealing with HW accelerated drawing and performing the fade transition
between states.  Now all of that is unified into one place.

Change-Id: I9828f02664cc622dbf186effb1f685a8aa4456a1

13 years agoUpdated Roboto font
Justin Ho [Thu, 25 Aug 2011 00:00:54 +0000 (17:00 -0700)]
Updated Roboto font
Bug: 5173136

Change-Id: I59c04d169bf0b0df6319a9d751f748ac51b8987f

13 years agoMerge "Fix bug 5191728 - Specialized formatting in the split action bar"
Adam Powell [Wed, 24 Aug 2011 23:58:07 +0000 (16:58 -0700)]
Merge "Fix bug 5191728 - Specialized formatting in the split action bar"

13 years agoAdd DATA_SET value to Entity from EntityIterator cursor
Katherine Kuan [Wed, 24 Aug 2011 23:06:06 +0000 (16:06 -0700)]
Add DATA_SET value to Entity from EntityIterator cursor

Account name and account type are being retrieved from the
cursor for the contact, but account dataset, which is the
3rd value to uniquely distinguish an account is missing.

Bug: 5210676
Change-Id: I85f93b3fa19839734e4e22928382e0f786ed8ee2

13 years agoIntra-process view hierarchy interrogation does not work.
Svetoslav Ganov [Tue, 23 Aug 2011 20:40:30 +0000 (13:40 -0700)]
Intra-process view hierarchy interrogation does not work.

The content retrieval APIs are synchronous from a client's
perspective but internally they are asynchronous. The client thread
calls into the system requesting an action and providing a callback
to receive the result after which it waits up to a timeout for that
result. The system enforces security and then delegates the request
to a given view hierarchy where a message is posted (from a binder
thread) describing what to be performed by the main UI thread the
result of which it delivered via the mentioned callback. However,
the blocked client thread and the main UI thread of the target view
hierarchy can be the same one, for example an accessibility service
and an activity run in the same process, thus they are executed on the
same main thread. In such a case the retrieval will fail since the UI
thread that has to process the message describing the work to be done
is blocked waiting for a result is has to compute! To avoid this scenario
when making a call the client also passes its process and thread ids so
the accessed view hierarchy can detect if the client making the request
is running in its main UI thread. In such a case the view hierarchy,
specifically the binder thread performing the IPC to it, does not post a
message to be run on the UI thread but passes it to the singleton
interaction client through which all interactions occur and the latter is
responsible to execute the message before starting to wait for the
asynchronous result delivered via the callback. In this case the expected
result is already received so no waiting is performed.

bug:5138933

Change-Id: I382e2d8689f5189110226613c2387f553df98bd3

13 years agoMerge "dumpstate: dump qtaguid info, ip6tables info, buddyinfo"
JP Abgrall [Wed, 24 Aug 2011 23:09:51 +0000 (16:09 -0700)]
Merge "dumpstate: dump qtaguid info, ip6tables info, buddyinfo"

13 years agoMerge "Updated phone sounds"
Justin Ho [Wed, 24 Aug 2011 23:08:35 +0000 (16:08 -0700)]
Merge "Updated phone sounds"

13 years agoFix bug 5191728 - Specialized formatting in the split action bar
Adam Powell [Wed, 24 Aug 2011 19:52:28 +0000 (12:52 -0700)]
Fix bug 5191728 - Specialized formatting in the split action bar

Visually center a single text menu item in the split action bar even
when an overflow button is present.

Fix a bug in allocating space in the split action bar.

Change-Id: I54eff86bf35197030c9c1656ebd71297e3c8b62b

13 years agoMerge "Testing the GL/ CPU encoding w/ Gralloc buffers"
Pannag Sanketi [Wed, 24 Aug 2011 22:18:07 +0000 (15:18 -0700)]
Merge "Testing the GL/ CPU encoding w/ Gralloc buffers"

13 years agoFix animation scale to also scale start offset.
Dianne Hackborn [Wed, 24 Aug 2011 22:12:38 +0000 (15:12 -0700)]
Fix animation scale to also scale start offset.

Also more better info in meminfo dump.

Change-Id: I45ab41821cd8dd81b61605de6a0cf7074e76c71a

13 years agoMerge "SurfaceFlinger: use the HWC gralloc usage bit"
Jamie Gennis [Wed, 24 Aug 2011 22:12:04 +0000 (15:12 -0700)]
Merge "SurfaceFlinger: use the HWC gralloc usage bit"

13 years agoMerge "SurfaceTexture: disable sync-mode SurfaceTextures"
Jamie Gennis [Wed, 24 Aug 2011 22:11:37 +0000 (15:11 -0700)]
Merge "SurfaceTexture: disable sync-mode SurfaceTextures"

13 years agoMerge "Fixing the lockless fifo destory bug. Removing unused code from element. build."
Alex Sakhartchouk [Wed, 24 Aug 2011 21:25:25 +0000 (14:25 -0700)]
Merge "Fixing the lockless fifo destory bug. Removing unused code from element. build."

13 years agoMerge "Make sure to go to the right Settings panel when tapping a notification"
Christopher Tate [Wed, 24 Aug 2011 21:12:18 +0000 (14:12 -0700)]
Merge "Make sure to go to the right Settings panel when tapping a notification"

13 years agoMake sure to go to the right Settings panel when tapping a notification
Christopher Tate [Wed, 24 Aug 2011 03:14:33 +0000 (20:14 -0700)]
Make sure to go to the right Settings panel when tapping a notification

We now use Intent.makeRestartActivityTask() to build the notification
PendingIntent objects, so that when tapped they restart the activity
in the desired state.

Fixes bug 5011926

Change-Id: Ie1ec3543cc0f49d1bd407622a617316cf53a078c

13 years agoMerge "Make notification divider exactly 1px in hdpi."
Justin Ho [Wed, 24 Aug 2011 21:03:36 +0000 (14:03 -0700)]
Merge "Make notification divider exactly 1px in hdpi."

13 years agoTesting the GL/ CPU encoding w/ Gralloc buffers
Pannag Sanketi [Fri, 19 Aug 2011 04:53:02 +0000 (21:53 -0700)]
Testing the GL/ CPU encoding w/ Gralloc buffers

This is the test for Gralloc buffers based encoding.
contains a combination of two main changes:

1. GL based encoding tests added to SurfaceMediaSource_test

2. SurfaceMediaSource ::read() colorformat

The SurfaceMediaSource::getformat() sets it to OMX_COLOR_FormatAndroidOpaque.
The omx encoder needs to interpret that colorformat and reads the format
from the Gralloc buffers directly

Change-Id: Iee2fe8901384109a4952e1d6c528c59eb01eb5b1

13 years agoMerge "Fix DPI issues in RS tests."
Jason Sams [Wed, 24 Aug 2011 20:56:34 +0000 (13:56 -0700)]
Merge "Fix DPI issues in RS tests."

13 years agoMerge "VPN: stop daemons by closing the control sockets."
Chia-chi Yeh [Wed, 24 Aug 2011 20:03:50 +0000 (13:03 -0700)]
Merge "VPN: stop daemons by closing the control sockets."

13 years agoOnly show wifi indicator when wifi is connected.
Daniel Sandler [Wed, 24 Aug 2011 19:20:55 +0000 (12:20 -0700)]
Only show wifi indicator when wifi is connected.

Bug: 5182789
Change-Id: I06e9592f9c51affd3b05b163f7a4f7b0c144403f

13 years agoFix DPI issues in RS tests.
Jason Sams [Wed, 24 Aug 2011 01:41:39 +0000 (18:41 -0700)]
Fix DPI issues in RS tests.

Change-Id: I02ca34187d93dfe703b90681061c3c7a42fafc15

13 years agoMerge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist...
Dianne Hackborn [Wed, 24 Aug 2011 19:07:10 +0000 (12:07 -0700)]
Merge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button"

13 years agoMerge "Add a few columns for caching to the call log."
Flavio Lerda [Wed, 24 Aug 2011 19:07:03 +0000 (12:07 -0700)]
Merge "Add a few columns for caching to the call log."

13 years agoFix issue #5192141: systemui asplodes after enough tapping on the windowlist button
Dianne Hackborn [Wed, 24 Aug 2011 17:51:49 +0000 (10:51 -0700)]
Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button

Change-Id: I5afb2d54b531d9eac9435660616579324f239812

13 years agoMerge "Enable linear filter when scaling bitmaps Bug #5205673"
Romain Guy [Wed, 24 Aug 2011 18:52:55 +0000 (11:52 -0700)]
Merge "Enable linear filter when scaling bitmaps Bug #5205673"

13 years agoEnable linear filter when scaling bitmaps
Romain Guy [Wed, 24 Aug 2011 18:51:35 +0000 (11:51 -0700)]
Enable linear filter when scaling bitmaps
Bug #5205673

Change-Id: I8b0f90877df6b6c6757d35dcf6cd14e79e840b96

13 years agoMerge "Added support for multiple DNS servers."
Irfan Sheriff [Wed, 24 Aug 2011 18:46:12 +0000 (11:46 -0700)]
Merge "Added support for multiple DNS servers."

13 years agoMake notification divider exactly 1px in hdpi.
Peter Ng [Tue, 23 Aug 2011 21:38:30 +0000 (14:38 -0700)]
Make notification divider exactly 1px in hdpi.

It remains 1dp for all other densities.

Change-Id: I40491d4512d79c026b7039ca15debf1c0f4ef99d

13 years agoMerge "Improve input device wake heuristics. Bug: 5205674"
Jeff Brown [Wed, 24 Aug 2011 18:41:40 +0000 (11:41 -0700)]
Merge "Improve input device wake heuristics. Bug: 5205674"

13 years agoMerge "Fix docs for fill behavior in Animation class."
Chet Haase [Wed, 24 Aug 2011 18:38:23 +0000 (11:38 -0700)]
Merge "Fix docs for fill behavior in Animation class."

13 years agodumpstate: dump qtaguid info, ip6tables info, buddyinfo
JP Abgrall [Wed, 24 Aug 2011 18:24:33 +0000 (11:24 -0700)]
dumpstate: dump qtaguid info, ip6tables info, buddyinfo

This will add around 50-120 lines for qtaguid info and 50-100 for ip6tables.
The /proc/buddyinfo is for kernels where /proc/pagetypeinfo is
not accurate (ones with more than one memory node, 2.6.35).

Change-Id: I7fad53209c706d88e33e5ae824486b84941c02b6

13 years agoMerge "TabletStatusBar: Add support for disabling notification LED when user views...
Mike Lockwood [Wed, 24 Aug 2011 18:20:49 +0000 (11:20 -0700)]
Merge "TabletStatusBar: Add support for disabling notification LED when user views notifications"

13 years agoMerge "No longer disable notification lights when screen turns on"
Mike Lockwood [Wed, 24 Aug 2011 18:03:23 +0000 (11:03 -0700)]
Merge "No longer disable notification lights when screen turns on"

13 years agoMerge "Updated background assets for notifications."
Justin Ho [Wed, 24 Aug 2011 18:00:15 +0000 (11:00 -0700)]
Merge "Updated background assets for notifications."

13 years agoMerge "NEW_API: Add remaining effects to the new Effect system."
Eino-Ville Talvala [Wed, 24 Aug 2011 17:19:45 +0000 (10:19 -0700)]
Merge "NEW_API: Add remaining effects to the new Effect system."

13 years agoMerge "Bug 5045498 Single binder call when metadata and artwork are updated"
Jean-Michel Trivi [Wed, 24 Aug 2011 16:56:08 +0000 (09:56 -0700)]
Merge "Bug 5045498 Single binder call when metadata and artwork are updated"

13 years agoMerge "Bug 5045498 Implementation of RemoteControlClient.MetadataEditor"
Jean-Michel Trivi [Wed, 24 Aug 2011 16:55:54 +0000 (09:55 -0700)]
Merge "Bug 5045498 Implementation of RemoteControlClient.MetadataEditor"

13 years agoDeprecate old TTS settings that are no longer in use.
Narayan Kamath [Wed, 24 Aug 2011 10:51:37 +0000 (11:51 +0100)]
Deprecate old TTS settings that are no longer in use.

These settings can never be written to by engines and apps
anyway, and reading them does not serve any useful purpose.
The only code that needs to read these settings are the framework
TTS classes.

bug:5149036
Change-Id: I1f95977d241eb6b550105f45d29fee889da3fbd1

13 years agoUpdated phone sounds
Justin Ho [Tue, 23 Aug 2011 21:40:41 +0000 (14:40 -0700)]
Updated phone sounds

Change-Id: I88df6ad7ca8e96f163d968540420fd1cde410008

13 years agoUpdated spinners (again)
Justin Ho [Wed, 24 Aug 2011 15:32:08 +0000 (08:32 -0700)]
Updated spinners (again)
Bug: 50766955165156

Change-Id: I939f8332617c04ba07a31955f0b15c0fa4f490f7

13 years agoFix docs for fill behavior in Animation class.
Chet Haase [Wed, 24 Aug 2011 14:20:53 +0000 (07:20 -0700)]
Fix docs for fill behavior in Animation class.

Change-Id: I9230e9b9841dbecead51a6716195749b0c5a0e39

13 years agoTabletStatusBar: Add support for disabling notification LED when user views notifications
Mike Lockwood [Wed, 24 Aug 2011 14:17:18 +0000 (10:17 -0400)]
TabletStatusBar: Add support for disabling notification LED when user views notifications

This is analogous to similar support in PhoneStatusBar

Bug: 5143247

Change-Id: I553268162f9441fbe03f6a3769d5879cebf3b1f3
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoNew preloaded classes for ICS.
Jesse Wilson [Wed, 24 Aug 2011 13:33:06 +0000 (09:33 -0400)]
New preloaded classes for ICS.

Bug: http://b/3379487
Change-Id: I0d6d637211cfba523ee3963e112a8a4c63320f39

13 years agoAdd a few columns for caching to the call log.
Flavio Lerda [Tue, 16 Aug 2011 07:29:06 +0000 (08:29 +0100)]
Add a few columns for caching to the call log.

These columns store additional information about the contact associated
with a call log entry and are needed by the new functionality present in
the call log.

The information is used only internally by the call log, so these column
do not need to be part of the public API.

Bug: 5101753
Change-Id: Ie2160a157497f10ba5fc95c5fcf3b4095a99753a

13 years agoMerge "Add functions to set / get SpellCheckerSubtype"
satok [Wed, 24 Aug 2011 07:26:01 +0000 (00:26 -0700)]
Merge "Add functions to set / get SpellCheckerSubtype"

13 years agoAdd functions to set / get SpellCheckerSubtype
satok [Tue, 23 Aug 2011 05:56:56 +0000 (14:56 +0900)]
Add functions to set / get SpellCheckerSubtype

Change-Id: I977326879fe201c4dee4a87da361217175eb6041

13 years agoMerge "Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back and...
Adam Powell [Wed, 24 Aug 2011 04:56:16 +0000 (21:56 -0700)]
Merge "Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back and forth."

13 years agoMerge changes I14e03939,I9aafe6f2
Mathias Agopian [Wed, 24 Aug 2011 04:38:59 +0000 (21:38 -0700)]
Merge changes I14e03939,I9aafe6f2

* changes:
  Fix an issue where Surface::lock() would never update the output region
  Add a debug option to turn the "transformation hint" off

13 years agoImprove input device wake heuristics.
Jeff Brown [Wed, 24 Aug 2011 04:32:42 +0000 (21:32 -0700)]
Improve input device wake heuristics.
Bug: 5205674

Only wake the device on positive interactions from the user
such as button presses, movement, initial touch down events.
In particular, do not wake the device on up events since the
driver might synthesize them on power off, causing the device
to wake up again for no good reason.

Change-Id: I767f553ea36d110e6f3a10611b324487ba7d880d

13 years agoMerge "Proactively disable data when over policy limit."
Jeff Sharkey [Wed, 24 Aug 2011 04:26:51 +0000 (21:26 -0700)]
Merge "Proactively disable data when over policy limit."

13 years agoFix an issue where Surface::lock() would never update the output region
Mathias Agopian [Wed, 24 Aug 2011 04:09:41 +0000 (21:09 -0700)]
Fix an issue where Surface::lock() would never update the output region

this bug was introduced recently. in some situations Surface::lock()
is not able to preserve the content of the back buffer and needs
to tell the caller to redraw everything.

Bug: 5186460
Change-Id: I14e03939ddfc1b7ad2a8b99ad79435314c60e78e

13 years agoFix bug 5205275 - SwitchPreference doesn't allow Switch to slide back
Adam Powell [Wed, 24 Aug 2011 03:35:49 +0000 (20:35 -0700)]
Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back
and forth.

Also have the SwitchPreference's Switch widget's onClick listener
toggle the switch rather than invoke the preference's own onClick
method. This will allow subclasses to assign different behavior to
clicking the preference itself if desired.

Change-Id: I97e3b7a786e9f0e8bdc03c0ed6001caa7dcd991b