OSDN Git Service

android-x86/frameworks-native.git
12 years agoMerge "Update rating stars" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:20:57 +0000 (17:20 -0700)]
Merge "Update rating stars" into ics-mr0

12 years agoMerge "Update lockscreen assets" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:20:49 +0000 (17:20 -0700)]
Merge "Update lockscreen assets" into ics-mr0

12 years agoMerge "Update lockscreen assets" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:20:40 +0000 (17:20 -0700)]
Merge "Update lockscreen assets" into ics-mr0

12 years agoMerge "Update fastscroll assets" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:20:32 +0000 (17:20 -0700)]
Merge "Update fastscroll assets" into ics-mr0

12 years agoMerge "Update checkboxes" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:20:22 +0000 (17:20 -0700)]
Merge "Update checkboxes" into ics-mr0

12 years agoMerge "Update stars" into ics-mr0
Justin Ho [Tue, 18 Oct 2011 00:17:31 +0000 (17:17 -0700)]
Merge "Update stars" into ics-mr0

12 years agoMerge "Update Settings Storage app icon" into ics-mr0
Justin Ho [Mon, 17 Oct 2011 22:57:39 +0000 (15:57 -0700)]
Merge "Update Settings Storage app icon" into ics-mr0

12 years agoMerge "Update default app icon" into ics-mr0
Justin Ho [Mon, 17 Oct 2011 22:53:00 +0000 (15:53 -0700)]
Merge "Update default app icon" into ics-mr0

12 years agoMerge "docs: adt and tools filesizes and md5sums" into ics-mr0
Robert Ly [Mon, 17 Oct 2011 22:52:51 +0000 (15:52 -0700)]
Merge "docs: adt and tools filesizes and md5sums" into ics-mr0

12 years agoMerge "SensorManager reconnects to sensor service when the later dies" into ics-mr0
Mathias Agopian [Mon, 17 Oct 2011 22:50:36 +0000 (15:50 -0700)]
Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0

12 years agoMerge "Validate commands and arguments." into ics-mr0
Jeff Sharkey [Mon, 17 Oct 2011 22:29:25 +0000 (15:29 -0700)]
Merge "Validate commands and arguments." into ics-mr0

12 years agoMerge "Fix stupid bug breaking touch on devices without a nav bar." into ics-mr0
Dianne Hackborn [Mon, 17 Oct 2011 22:26:18 +0000 (15:26 -0700)]
Merge "Fix stupid bug breaking touch on devices without a nav bar." into ics-mr0

12 years agoMerge "MediaPlayer: properly handle released surfaces" into ics-mr0
Jamie Gennis [Mon, 17 Oct 2011 19:38:36 +0000 (12:38 -0700)]
Merge "MediaPlayer: properly handle released surfaces" into ics-mr0

12 years agoMerge "Layout changes to recents" into ics-mr0
Peter Ng [Mon, 17 Oct 2011 18:57:38 +0000 (11:57 -0700)]
Merge "Layout changes to recents" into ics-mr0

12 years agoMerge "docs: revisions to api overview" into ics-mr0
Scott Main [Mon, 17 Oct 2011 18:26:59 +0000 (11:26 -0700)]
Merge "docs: revisions to api overview" into ics-mr0

12 years agoMerge "SurfaceTexture: report binder transaction failures" into ics-mr0
Jamie Gennis [Mon, 17 Oct 2011 18:25:46 +0000 (11:25 -0700)]
Merge "SurfaceTexture: report binder transaction failures" into ics-mr0

12 years agoMerge "Fix issue #5445666: bunch of com.android.server.TextServicesManagerService...
Dianne Hackborn [Mon, 17 Oct 2011 18:16:57 +0000 (11:16 -0700)]
Merge "Fix issue #5445666: bunch of com.android.server.TextServicesManagerService crashes" into ics-mr0

12 years agoMerge "Turn off chatty logging." into ics-mr0
Daniel Sandler [Mon, 17 Oct 2011 17:50:18 +0000 (10:50 -0700)]
Merge "Turn off chatty logging." into ics-mr0

12 years agoMerge "Issue 5432115: Speed up notification scrolling" into ics-mr0
Chet Haase [Mon, 17 Oct 2011 17:50:16 +0000 (10:50 -0700)]
Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0

12 years agoMerge "Showing notifications after taking a screenshot (Bug: 5333706)" into ics-mr0
Winson Chung [Mon, 17 Oct 2011 17:20:46 +0000 (10:20 -0700)]
Merge "Showing notifications after taking a screenshot (Bug: 5333706)" into ics-mr0

12 years agoMerge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0
Amith Yamasani [Mon, 17 Oct 2011 16:42:52 +0000 (09:42 -0700)]
Merge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0

12 years agoRevert "Add a LayerScreenshot"
Mathias Agopian [Mon, 17 Oct 2011 06:54:25 +0000 (23:54 -0700)]
Revert "Add a LayerScreenshot"

This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.

12 years agoSensorManager reconnects to sensor service when the later dies
Mathias Agopian [Mon, 17 Oct 2011 05:15:23 +0000 (22:15 -0700)]
SensorManager reconnects to sensor service when the later dies

if system process ever restarted, processes using a SensorManager
would loose the ability to use it, resulting to a crash.
we now listen for sensor service death and reconnected if necessary.

Bug: 5445240
Change-Id: Ia47f8b26cdcecb729fa22bf11d55e10fcaef8cfc

12 years agoMerge "we need to guarantee that h/w comp set() is called when a buffer has been...
Mathias Agopian [Mon, 17 Oct 2011 04:08:00 +0000 (21:08 -0700)]
Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0

12 years agoMerge "add logging and defensive code when initializing sensors" into ics-mr0
Mathias Agopian [Mon, 17 Oct 2011 04:07:42 +0000 (21:07 -0700)]
Merge "add logging and defensive code when initializing sensors" into ics-mr0

12 years agowe need to guarantee that h/w comp set() is called when a buffer has been retired
Mathias Agopian [Mon, 17 Oct 2011 01:46:35 +0000 (18:46 -0700)]
we need to guarantee that h/w comp set() is called when a buffer has been retired

removed a test that could violate this guarantee. note that we
have no proof tha this ever happened, but consequences could be
hard lock-ups.

the code here was intended to track the region to update for displays
that can do partial update. the logic discarded the update entirely
if that region was empty. instead we just redraw the whole thing
(note that we should never be there with an empty region and retired
buffers though).

Bug: 5466259

Change-Id: I91ccab3b1a599e729e438eb833939e2236da6854

12 years agoMerge "Fix issue #5398675: It's (too) easy to keep the navigation bar..." into ics-mr0
Dianne Hackborn [Sun, 16 Oct 2011 21:15:21 +0000 (14:15 -0700)]
Merge "Fix issue #5398675: It's (too) easy to keep the navigation bar..." into ics-mr0

12 years agoadd logging and defensive code when initializing sensors
Mathias Agopian [Sun, 16 Oct 2011 07:38:30 +0000 (00:38 -0700)]
add logging and defensive code when initializing sensors

Bug: 5445240
Change-Id: I9dc7d27d3e8b4f15989488859831526d8c7ded3b

12 years agoMerge "going directly to backup after face unlock fails 15 times" into ics-mr0
Uriel Rodriguez [Sat, 15 Oct 2011 15:44:21 +0000 (08:44 -0700)]
Merge "going directly to backup after face unlock fails 15 times" into ics-mr0

12 years agoMerge "docs: a couple notes for a11y methods in View and cleanup to the A11y service...
Scott Main [Sat, 15 Oct 2011 00:19:17 +0000 (17:19 -0700)]
Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y service HTML to be semantically correct and thus improve its accessibility :)" into ics-mr0

12 years agoMerge "Check MediaPlayer state, do not teardown() from UI thread." into ics-mr0
Bart Sears [Fri, 14 Oct 2011 23:09:46 +0000 (16:09 -0700)]
Merge "Check MediaPlayer state, do not teardown() from UI thread." into ics-mr0

12 years agoMerge "Add a LayerScreenshot" into ics-mr0
Mathias Agopian [Fri, 14 Oct 2011 22:35:54 +0000 (15:35 -0700)]
Merge "Add a LayerScreenshot" into ics-mr0

12 years agoSurfaceTexture: report binder transaction failures
Jamie Gennis [Fri, 14 Oct 2011 22:03:17 +0000 (15:03 -0700)]
SurfaceTexture: report binder transaction failures

This change fixes the ISurfaceTexture error reporting for the case where
the binder transaction fails.

Bug: 5082219
Change-Id: I6517532992e3a76dc9eb5e4a36af43a562391aaa

12 years agoMerge "Moving text cursor to nodpi" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 22:12:13 +0000 (15:12 -0700)]
Merge "Moving text cursor to nodpi" into ics-mr0

12 years agoMerge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0
Jim Miller [Fri, 14 Oct 2011 21:51:56 +0000 (14:51 -0700)]
Merge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0

12 years agoMerge "Updating numberpicker assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:41:45 +0000 (14:41 -0700)]
Merge "Updating numberpicker assets" into ics-mr0

12 years agoMerge "Updated codelock assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:41:37 +0000 (14:41 -0700)]
Merge "Updated codelock assets" into ics-mr0

12 years agoMerge "Update presence away asset" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:41:28 +0000 (14:41 -0700)]
Merge "Update presence away asset" into ics-mr0

12 years agoMerge "Update list selector background (disabled state)" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:36:03 +0000 (14:36 -0700)]
Merge "Update list selector background (disabled state)" into ics-mr0

12 years agoMerge "Update share pack assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:35:54 +0000 (14:35 -0700)]
Merge "Update share pack assets" into ics-mr0

12 years agoAdd a LayerScreenshot
Mathias Agopian [Thu, 13 Oct 2011 23:02:48 +0000 (16:02 -0700)]
Add a LayerScreenshot

A LayerScreenshot is a special type of layer that contains a screenshot of
the screen acquired when its created. It works just like LayerDim.

Bug: 5446982
Change-Id: I7814aff2380e7e146937f2b641907be2a30c76cc

12 years agoMerge "fix android beam demo path" into ics-mr0
Scott Main [Fri, 14 Oct 2011 21:31:09 +0000 (14:31 -0700)]
Merge "fix android beam demo path" into ics-mr0

12 years agoMerge "Update rating star buttons" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:26:58 +0000 (14:26 -0700)]
Merge "Update rating star buttons" into ics-mr0

12 years agoMerge "Update unlock halo asset" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:23:41 +0000 (14:23 -0700)]
Merge "Update unlock halo asset" into ics-mr0

12 years agoMerge "Update lockscreen assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:17:26 +0000 (14:17 -0700)]
Merge "Update lockscreen assets" into ics-mr0

12 years agoMerge "Update bullet permission asset" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 21:12:02 +0000 (14:12 -0700)]
Merge "Update bullet permission asset" into ics-mr0

12 years agoMerge "Update indicator_code lock assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:58:52 +0000 (13:58 -0700)]
Merge "Update indicator_code lock assets" into ics-mr0

12 years agoMerge "Update text select handles" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:55:08 +0000 (13:55 -0700)]
Merge "Update text select handles" into ics-mr0

12 years agoMerge "Update spinners" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:54:58 +0000 (13:54 -0700)]
Merge "Update spinners" into ics-mr0

12 years agoMerge "Updated scrubber_control assets" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:53:08 +0000 (13:53 -0700)]
Merge "Updated scrubber_control assets" into ics-mr0

12 years agoMerge "Update fastscroll" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:52:57 +0000 (13:52 -0700)]
Merge "Update fastscroll" into ics-mr0

12 years agoMerge "Update checkboxes" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:52:45 +0000 (13:52 -0700)]
Merge "Update checkboxes" into ics-mr0

12 years agoMerge "Updating rating stars" into ics-mr0
Justin Ho [Fri, 14 Oct 2011 20:51:25 +0000 (13:51 -0700)]
Merge "Updating rating stars" into ics-mr0

12 years agoMerge "Remove NfcFragment from activity when no longer sharing." into ics-mr0
Martijn Coenen [Fri, 14 Oct 2011 19:57:34 +0000 (12:57 -0700)]
Merge "Remove NfcFragment from activity when no longer sharing." into ics-mr0

12 years agoMerge "Indicate screen off condition to audio framework." into ics-mr0
Eric Laurent [Fri, 14 Oct 2011 19:56:52 +0000 (12:56 -0700)]
Merge "Indicate screen off condition to audio framework." into ics-mr0

12 years agoMerge "Surface: fix a protected buffer test" into ics-mr0
Jamie Gennis [Fri, 14 Oct 2011 19:56:28 +0000 (12:56 -0700)]
Merge "Surface: fix a protected buffer test" into ics-mr0

12 years agoMerge "Adjust text sizes for better behavior under user scaling." into ics-mr0
Daniel Sandler [Fri, 14 Oct 2011 19:22:07 +0000 (12:22 -0700)]
Merge "Adjust text sizes for better behavior under user scaling." into ics-mr0

12 years agoMerge "docs: misc changes to overview and add known issues link to sdk tools notes...
Scott Main [Fri, 14 Oct 2011 19:12:53 +0000 (12:12 -0700)]
Merge "docs: misc changes to overview and add known issues link to sdk tools notes" into ics-mr0

12 years agoMerge "Invalidate SuggestionSpan with FLAG_AUTO_CORRECTION when it's removed." into...
satok [Fri, 14 Oct 2011 18:15:05 +0000 (11:15 -0700)]
Merge "Invalidate SuggestionSpan with FLAG_AUTO_CORRECTION when it's removed." into ics-mr0

12 years agoMerge "docs: add developer guide cross-references, Project ACRE, Round 2" into ics-mr0
Joe Fernandez [Fri, 14 Oct 2011 17:52:33 +0000 (10:52 -0700)]
Merge "docs: add developer guide cross-references, Project ACRE, Round 2" into ics-mr0

12 years agoMerge "DO NOT MERGE - Require device encryption password for adb backup/restore"...
Christopher Tate [Fri, 14 Oct 2011 17:33:13 +0000 (10:33 -0700)]
Merge "DO NOT MERGE - Require device encryption password for adb backup/restore" into ics-mr0

12 years agoMerge "Use ringer assets for notification volume since the two volumes are tied....
Amith Yamasani [Fri, 14 Oct 2011 17:30:43 +0000 (10:30 -0700)]
Merge "Use ringer assets for notification volume since the two volumes are tied." into ics-mr0

12 years agoMerge "change android beam sample name" into ics-mr0
Scott Main [Fri, 14 Oct 2011 17:29:53 +0000 (10:29 -0700)]
Merge "change android beam sample name" into ics-mr0

12 years agoMerge "Fix 5358124: Better transport control visibility management in lock screen...
Jim Miller [Fri, 14 Oct 2011 17:19:13 +0000 (10:19 -0700)]
Merge "Fix 5358124: Better transport control visibility management in lock screen" into ics-mr0

12 years agoMerge "Shrink the ticker's icon to match the status bar." into ics-mr0
Daniel Sandler [Fri, 14 Oct 2011 17:16:14 +0000 (10:16 -0700)]
Merge "Shrink the ticker's icon to match the status bar." into ics-mr0

12 years agoMerge "Stat icons for phone are now the right size" into ics-mr0
Peter Ng [Fri, 14 Oct 2011 17:15:08 +0000 (10:15 -0700)]
Merge "Stat icons for phone are now the right size" into ics-mr0

12 years agoMerge "Fixup JNI" into ics-mr0
John Reck [Fri, 14 Oct 2011 17:10:07 +0000 (10:10 -0700)]
Merge "Fixup JNI" into ics-mr0

12 years agoMerge "Fix 5380695 Lockscreen transport control must reflect error state" into ics-mr0
Jean-Michel Trivi [Fri, 14 Oct 2011 16:01:08 +0000 (09:01 -0700)]
Merge "Fix 5380695 Lockscreen transport control must reflect error state" into ics-mr0

12 years agoMerge "Fix 5367082 correct assets for "next" and "previous" in lockscreen" into ics-mr0
Jean-Michel Trivi [Fri, 14 Oct 2011 15:44:50 +0000 (08:44 -0700)]
Merge "Fix 5367082 correct assets for "next" and "previous" in lockscreen" into ics-mr0

12 years agoMerge "Fix 5153611 remove remote control client/display log from AudioService" into...
Jean-Michel Trivi [Fri, 14 Oct 2011 15:44:15 +0000 (08:44 -0700)]
Merge "Fix 5153611 remove remote control client/display log from AudioService" into ics-mr0

12 years agoMerge "docs: add new screenshots for hc gallery sample" into ics-mr0
Scott Main [Fri, 14 Oct 2011 11:19:36 +0000 (04:19 -0700)]
Merge "docs: add new screenshots for hc gallery sample" into ics-mr0

12 years agoMerge "docs: preliminary homepage announcement (offline version)" into ics-mr0
Scott Main [Fri, 14 Oct 2011 11:00:03 +0000 (04:00 -0700)]
Merge "docs: preliminary homepage announcement (offline version)" into ics-mr0

12 years agoMerge "Making FaceUnlock not pop up for overlays Fixes 5451837 Fixes 5446341" into...
Steven Ross [Fri, 14 Oct 2011 04:02:15 +0000 (21:02 -0700)]
Merge "Making FaceUnlock not pop up for overlays Fixes 5451837 Fixes 5446341" into ics-mr0

12 years agoMerge "Fix 5451144: Poking wakelock upon fallback" into ics-mr0
Brian Colonna [Fri, 14 Oct 2011 01:19:30 +0000 (18:19 -0700)]
Merge "Fix 5451144: Poking wakelock upon fallback" into ics-mr0

12 years agoMerge "In releaseWifiLockLocked call noteReleaseWifiLock." into ics-mr0
Wink Saville [Fri, 14 Oct 2011 00:40:01 +0000 (17:40 -0700)]
Merge "In releaseWifiLockLocked call noteReleaseWifiLock." into ics-mr0

12 years agoMerge "Add support for signature in getPackageArchiveInfo" into ics-mr0
Kenny Root [Fri, 14 Oct 2011 00:10:17 +0000 (17:10 -0700)]
Merge "Add support for signature in getPackageArchiveInfo" into ics-mr0

12 years agoMerge "Do Not Merge darker notification press state and divider" into ics-mr0
Peter Ng [Thu, 13 Oct 2011 23:56:01 +0000 (16:56 -0700)]
Merge "Do Not Merge darker notification press state and divider" into ics-mr0

12 years agoMerge "Send ACTION_USER_PRESENT when provisioning is completed." into ics-mr0
Martijn Coenen [Thu, 13 Oct 2011 23:47:02 +0000 (16:47 -0700)]
Merge "Send ACTION_USER_PRESENT when provisioning is completed." into ics-mr0

12 years agoMerge "Fix bug with CLEAR_TASK -- wouldn't clear the top activity." into ics-mr0
Dianne Hackborn [Thu, 13 Oct 2011 23:44:26 +0000 (16:44 -0700)]
Merge "Fix bug with CLEAR_TASK -- wouldn't clear the top activity." into ics-mr0

12 years agoMerge "Add hidden API for pre-authorizing URIs." into ics-mr0
Dave Santoro [Thu, 13 Oct 2011 23:32:17 +0000 (16:32 -0700)]
Merge "Add hidden API for pre-authorizing URIs." into ics-mr0

12 years agoMerge "Improve JavaDoc for WebView.loadData()" into ics-mr0
Bart Sears [Thu, 13 Oct 2011 23:25:29 +0000 (16:25 -0700)]
Merge "Improve JavaDoc for WebView.loadData()" into ics-mr0

12 years agoMerge "Fix 5386408: Send accessibility event when a recent app is removed." into...
Jim Miller [Thu, 13 Oct 2011 23:21:51 +0000 (16:21 -0700)]
Merge "Fix 5386408: Send  accessibility event when a recent app is removed." into ics-mr0

12 years agoMerge "Bug 5312828 - Menu button not responding" into ics-mr0
Adam Powell [Thu, 13 Oct 2011 23:13:55 +0000 (16:13 -0700)]
Merge "Bug 5312828 - Menu button not responding" into ics-mr0

12 years agoMerge "Revert "Updated volume rocker assets for ring notification icon"" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:23:20 +0000 (15:23 -0700)]
Merge "Revert "Updated volume rocker assets for ring notification icon"" into ics-mr0

12 years agoMerge "Updated wifi in range status bar notification icon" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:17:34 +0000 (15:17 -0700)]
Merge "Updated wifi in range status bar notification icon" into ics-mr0

12 years agoMerge "Updated volume rocker assets for ring notification icon" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:17:22 +0000 (15:17 -0700)]
Merge "Updated volume rocker assets for ring notification icon" into ics-mr0

12 years agoMerge "Updated speakerphone asset" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:16:52 +0000 (15:16 -0700)]
Merge "Updated speakerphone asset" into ics-mr0

12 years agoMerge "Updated stat_sys wifi icons" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:16:37 +0000 (15:16 -0700)]
Merge "Updated stat_sys wifi icons" into ics-mr0

12 years agoMerge "Updated Systembar back and highlight assets Bug: 5411737" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:16:11 +0000 (15:16 -0700)]
Merge "Updated Systembar back and highlight assets Bug: 5411737" into ics-mr0

12 years agoMerge "Updated cut actionbar icon" into ics-mr0
Justin Ho [Thu, 13 Oct 2011 22:15:48 +0000 (15:15 -0700)]
Merge "Updated cut actionbar icon" into ics-mr0

12 years agoMerge "PowerManagerService: Remove assumption that light sensor will always send...
Mike Lockwood [Thu, 13 Oct 2011 20:59:33 +0000 (13:59 -0700)]
Merge "PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled." into ics-mr0

12 years agoMerge "docs: add toc to emulator doc and a few cross-links" into ics-mr0
Scott Main [Thu, 13 Oct 2011 20:46:23 +0000 (13:46 -0700)]
Merge "docs: add toc to emulator doc and a few cross-links" into ics-mr0

12 years agoMerge "Fixing issue where widgets file was getting blown away, issue: 5036321" into...
Adam Cohen [Thu, 13 Oct 2011 20:38:00 +0000 (13:38 -0700)]
Merge "Fixing issue where widgets file was getting blown away, issue: 5036321" into ics-mr0

12 years agoMerge "docs: tools and adt md5sum and file sizes" into ics-mr0
Robert Ly [Thu, 13 Oct 2011 20:20:08 +0000 (13:20 -0700)]
Merge "docs: tools and adt md5sum and file sizes" into ics-mr0

12 years agoMerge "Fix issue #5446988: WindowManager warns BOOT TIMEOUT,..." into ics-mr0
Dianne Hackborn [Thu, 13 Oct 2011 20:13:20 +0000 (13:13 -0700)]
Merge "Fix issue #5446988: WindowManager warns BOOT TIMEOUT,..." into ics-mr0

12 years agoMerge "Fix bug 5455676 - seek bars without thumbs" into ics-mr0
Adam Powell [Thu, 13 Oct 2011 20:10:14 +0000 (13:10 -0700)]
Merge "Fix bug 5455676 - seek bars without thumbs" into ics-mr0

12 years agoMerge "Fix 5437700: Underlying backup method was exposed" into ics-mr0
Brian Colonna [Thu, 13 Oct 2011 20:07:55 +0000 (13:07 -0700)]
Merge "Fix 5437700: Underlying backup method was exposed" into ics-mr0

12 years agoMerge "reworked the flow in the account chooser - resilient to the chooser activity...
Fred Quintana [Thu, 13 Oct 2011 18:41:19 +0000 (11:41 -0700)]
Merge "reworked the flow in the account chooser  - resilient to the chooser activity being killed due to memory pressure  - back now goes back to the main chooser screen rather than canceling    it completely" into ics-mr0

12 years agoMerge "Stop enabling all disabled status bar features from GlobalActions. (DO NOT...
Daniel Sandler [Thu, 13 Oct 2011 17:51:19 +0000 (10:51 -0700)]
Merge "Stop enabling all disabled status bar features from GlobalActions. (DO NOT MERGE)" into ics-mr0

12 years agoMerge "Add setting for configuring zoom level on double-tap." into ics-mr0
Mangesh Ghiware [Thu, 13 Oct 2011 16:17:10 +0000 (09:17 -0700)]
Merge "Add setting for configuring zoom level on double-tap." into ics-mr0