OSDN Git Service

android-x86/frameworks-base.git
12 years agoam 2a9b85d7: am c0f17383: Merge "Move kxml2 to prebuilts/misc"
Jean-Baptiste Queru [Fri, 18 May 2012 23:33:10 +0000 (16:33 -0700)]
am 2a9b85d7: am c0f17383: Merge "Move kxml2 to prebuilts/misc"

* commit '2a9b85d7ccdd3b8e6be90454cdcb4be3b032cd64':
  Move kxml2 to prebuilts/misc

12 years agoam 43a760ba: Merge "Don\'t crash on Surface.unlockAndPost() but log & try again Bug...
Romain Guy [Fri, 18 May 2012 23:27:20 +0000 (16:27 -0700)]
am 43a760ba: Merge "Don\'t crash on Surface.unlockAndPost() but log & try again Bug #6482593" into jb-dev

* commit '43a760ba84a5357bae792a33ad4a0e946f02679c':
  Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593

12 years agoMerge "Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593" into...
Romain Guy [Fri, 18 May 2012 23:25:41 +0000 (16:25 -0700)]
Merge "Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593" into jb-dev

12 years agoam fb5c3dba: Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...
Dianne Hackborn [Fri, 18 May 2012 23:09:51 +0000 (16:09 -0700)]
am fb5c3dba: Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...

* commit 'fb5c3dba4ddac023cfd4cdcabdfdbcf343197c94':
  Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...

12 years agoam c0f17383: Merge "Move kxml2 to prebuilts/misc"
Jean-Baptiste Queru [Fri, 18 May 2012 23:00:00 +0000 (16:00 -0700)]
am c0f17383: Merge "Move kxml2 to prebuilts/misc"

* commit 'c0f17383579cf49f897fdd1d55aaf44b8d6be0da':
  Move kxml2 to prebuilts/misc

12 years agoam d51ac09f: Merge "Fix activity resolver, issues #6519130 and #6507239" into jb-dev
Dianne Hackborn [Fri, 18 May 2012 22:59:55 +0000 (15:59 -0700)]
am d51ac09f: Merge "Fix activity resolver, issues #6519130 and #6507239" into jb-dev

* commit 'd51ac09fd7db5d810452138749f9291617c0dbf7':
  Fix activity resolver, issues #6519130 and #6507239

12 years agoam 00d1c3a7: Merge "Updating default wallpaper." into jb-dev
Justin Ho [Fri, 18 May 2012 22:59:53 +0000 (15:59 -0700)]
am 00d1c3a7: Merge "Updating default wallpaper." into jb-dev

* commit '00d1c3a7b174f9b17270730302a3732cda7f6f64':
  Updating default wallpaper.

12 years agoam 9cb660fa: Merge "Guard against apps breaking CHOOSER contract." into jb-dev
Jeff Sharkey [Fri, 18 May 2012 22:59:51 +0000 (15:59 -0700)]
am 9cb660fa: Merge "Guard against apps breaking CHOOSER contract." into jb-dev

* commit '9cb660fa342488cd8550644b5649436f1f7868ee':
  Guard against apps breaking CHOOSER contract.

12 years agoam e312c61f: Merge "Improve fitSystemWindows() documentation." into jb-dev
Dianne Hackborn [Fri, 18 May 2012 22:59:48 +0000 (15:59 -0700)]
am e312c61f: Merge "Improve fitSystemWindows() documentation." into jb-dev

* commit 'e312c61f9320c3feb4cfbfcab781a65ee5a417af':
  Improve fitSystemWindows() documentation.

12 years agoam 787c9ec5: Merge "Transition from DEV network stats to XT." into jb-dev
Jeff Sharkey [Fri, 18 May 2012 22:59:46 +0000 (15:59 -0700)]
am 787c9ec5: Merge "Transition from DEV network stats to XT." into jb-dev

* commit '787c9ec558a06bb8ebcb5a77f5268cedd218fd1b':
  Transition from DEV network stats to XT.

12 years agoam 196a7dae: Merge "Sanitize display list properties" into jb-dev
Romain Guy [Fri, 18 May 2012 22:59:44 +0000 (15:59 -0700)]
am 196a7dae: Merge "Sanitize display list properties" into jb-dev

* commit '196a7dae6387b118f73c78b7ae16ebfa604ae249':
  Sanitize display list properties

12 years agoam 4b51e293: Merge "Fix the preloaded-classes tool for JellyBean." into jb-dev
Elliott Hughes [Fri, 18 May 2012 22:59:41 +0000 (15:59 -0700)]
am 4b51e293: Merge "Fix the preloaded-classes tool for JellyBean." into jb-dev

* commit '4b51e293d86d60dc651c409ae0e25078a2170740':
  Fix the preloaded-classes tool for JellyBean.

12 years agoam 7e22a223: Merge "Updated disconnected rssi icons." into jb-dev
Daniel Sandler [Fri, 18 May 2012 22:59:39 +0000 (15:59 -0700)]
am 7e22a223: Merge "Updated disconnected rssi icons." into jb-dev

* commit '7e22a223afa63c591ef56cb325163e5e82046822':
  Updated disconnected rssi icons.

12 years agoFix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...
Dianne Hackborn [Fri, 18 May 2012 22:24:24 +0000 (15:24 -0700)]
Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...

...when resource is aliased

We were not correctly using the final resolved configuration when
retrieving a drawable through Resources.getDrawable().  (It already
does the correct behavior when going through TypedArray.getDrawable()).

Change-Id: I9032b788b592412178e31e2e6b0181b92c20fe45

12 years agoDon't crash on Surface.unlockAndPost() but log & try again
Romain Guy [Fri, 18 May 2012 22:33:57 +0000 (15:33 -0700)]
Don't crash on Surface.unlockAndPost() but log & try again
Bug #6482593

Change-Id: Ib477b58e2b7a6cb19a87d05f2aa0448e04d82f7c

12 years agoMerge "Fix activity resolver, issues #6519130 and #6507239" into jb-dev
Dianne Hackborn [Fri, 18 May 2012 22:14:41 +0000 (15:14 -0700)]
Merge "Fix activity resolver, issues #6519130 and #6507239" into jb-dev

12 years agoFix activity resolver, issues #6519130 and #6507239
Dianne Hackborn [Fri, 18 May 2012 19:05:04 +0000 (12:05 -0700)]
Fix activity resolver, issues #6519130 and #6507239

6519130: Starting ResolverActivity with no arguments crashes system_server
6507239: ResolverActivity may bypass signature permissions

Change-Id: I64534f781bc6b7eb45e85dbe3a55d351ee28e85c

12 years agoMerge "Updating default wallpaper." into jb-dev
Justin Ho [Fri, 18 May 2012 21:38:59 +0000 (14:38 -0700)]
Merge "Updating default wallpaper." into jb-dev

12 years agoUpdating default wallpaper.
Winson Chung [Fri, 18 May 2012 21:09:51 +0000 (14:09 -0700)]
Updating default wallpaper.

Change-Id: I18273a7c6b50473f3a6cd9554c69c0125a1fa3b5

12 years agoMerge "Guard against apps breaking CHOOSER contract." into jb-dev
Jeff Sharkey [Fri, 18 May 2012 21:20:02 +0000 (14:20 -0700)]
Merge "Guard against apps breaking CHOOSER contract." into jb-dev

12 years agoGuard against apps breaking CHOOSER contract.
Jeff Sharkey [Fri, 18 May 2012 20:55:47 +0000 (13:55 -0700)]
Guard against apps breaking CHOOSER contract.

Bug: 6520937
Change-Id: I677a644cf7765bbb046f9c82e1ebd8a40968cee6

12 years agoMerge "Improve fitSystemWindows() documentation." into jb-dev
Dianne Hackborn [Fri, 18 May 2012 19:55:05 +0000 (12:55 -0700)]
Merge "Improve fitSystemWindows() documentation." into jb-dev

12 years agoMerge "Transition from DEV network stats to XT." into jb-dev
Jeff Sharkey [Fri, 18 May 2012 18:40:42 +0000 (11:40 -0700)]
Merge "Transition from DEV network stats to XT." into jb-dev

12 years agoImprove fitSystemWindows() documentation.
Dianne Hackborn [Fri, 18 May 2012 17:51:35 +0000 (10:51 -0700)]
Improve fitSystemWindows() documentation.

Change-Id: I6528f2530e6514344e454510f2fa037b55daebb7

12 years agoMerge "Sanitize display list properties" into jb-dev
Romain Guy [Fri, 18 May 2012 18:13:13 +0000 (11:13 -0700)]
Merge "Sanitize display list properties" into jb-dev

12 years agoSanitize display list properties
Romain Guy [Fri, 18 May 2012 17:58:45 +0000 (10:58 -0700)]
Sanitize display list properties

The comparisons used in the various properties setters could fail badly
in some specific conditions. The scale properties in particular did not
use the same comparisons.

This change also clamps alpha to the 0..1 range which avoids overflow
issues with lowp registers in GLSL computations.

Change-Id: I3e73b584e907a14e2c33d0865ca0d2d4d5bff31d

12 years agoMerge "Fix the preloaded-classes tool for JellyBean." into jb-dev
Elliott Hughes [Fri, 18 May 2012 17:36:34 +0000 (10:36 -0700)]
Merge "Fix the preloaded-classes tool for JellyBean." into jb-dev

12 years agoMerge "Move kxml2 to prebuilts/misc"
Jean-Baptiste Queru [Fri, 18 May 2012 16:51:03 +0000 (09:51 -0700)]
Merge "Move kxml2 to prebuilts/misc"

12 years agoMerge "Updated disconnected rssi icons." into jb-dev
Daniel Sandler [Fri, 18 May 2012 15:11:12 +0000 (08:11 -0700)]
Merge "Updated disconnected rssi icons." into jb-dev

12 years agoUpdated disconnected rssi icons.
Daniel Sandler [Fri, 18 May 2012 14:26:20 +0000 (10:26 -0400)]
Updated disconnected rssi icons.

Bug: 6449811
Change-Id: Ic7a1c4f9f75971783f8f9e49f65fdc25f5c83649

12 years agoam dabb19fc: Merge "Increase the setup-sdp delay to cover for all the devices." into...
Matthew Xie [Fri, 18 May 2012 04:52:04 +0000 (21:52 -0700)]
am dabb19fc: Merge "Increase the setup-sdp delay to cover for all the devices." into jb-dev

* commit 'dabb19fcd1b0d7b2c21be37aa0b75df5e35f1d6f':
  Increase the setup-sdp delay to cover for all the devices.

12 years agoMerge "Increase the setup-sdp delay to cover for all the devices." into jb-dev
Matthew Xie [Fri, 18 May 2012 04:49:55 +0000 (21:49 -0700)]
Merge "Increase the setup-sdp delay to cover for all the devices." into jb-dev

12 years agoam af0a15c8: Merge "Fix 6516240: Remove unused bottom margins from owner info textvie...
Jim Miller [Fri, 18 May 2012 04:04:38 +0000 (21:04 -0700)]
am af0a15c8: Merge "Fix 6516240: Remove unused bottom margins from owner info textview" into jb-dev

* commit 'af0a15c820c0cdffcaf198e599cb55098510ad0a':
  Fix 6516240: Remove unused bottom margins from owner info textview

12 years agoam 9da2452f: Merge "Fix 6441282: confine search gesture region on tablet navbar"...
Jim Miller [Fri, 18 May 2012 04:04:36 +0000 (21:04 -0700)]
am 9da2452f: Merge "Fix 6441282: confine search gesture region on tablet navbar" into jb-dev

* commit '9da2452f6193d39ebc5c6c81cc5ceb41763d8036':
  Fix 6441282: confine search gesture region on tablet navbar

12 years agoam 1ca43997: Merge "Enforce the minTime parameter in LocationManager#requestLocationU...
Nick Pelly [Fri, 18 May 2012 04:00:54 +0000 (21:00 -0700)]
am 1ca43997: Merge "Enforce the minTime parameter in LocationManager#requestLocationUpdates" into jb-dev

* commit '1ca4399706103fd9df50661866caaeed95221621':
  Enforce the minTime parameter in LocationManager#requestLocationUpdates

12 years agoMerge "Fix 6516240: Remove unused bottom margins from owner info textview" into jb-dev
Jim Miller [Fri, 18 May 2012 04:00:48 +0000 (21:00 -0700)]
Merge "Fix 6516240: Remove unused bottom margins from owner info textview" into jb-dev

12 years agoMerge "Fix 6441282: confine search gesture region on tablet navbar" into jb-dev
Jim Miller [Fri, 18 May 2012 04:00:32 +0000 (21:00 -0700)]
Merge "Fix 6441282: confine search gesture region on tablet navbar" into jb-dev

12 years agoMerge "Enforce the minTime parameter in LocationManager#requestLocationUpdates" into...
Nick Pelly [Fri, 18 May 2012 03:57:56 +0000 (20:57 -0700)]
Merge "Enforce the minTime parameter in LocationManager#requestLocationUpdates" into jb-dev

12 years agoam 88b756cd: Merge "Don\'t show the touch highlight for double taps" into jb-dev
John Reck [Fri, 18 May 2012 03:05:49 +0000 (20:05 -0700)]
am 88b756cd: Merge "Don\'t show the touch highlight for double taps" into jb-dev

* commit '88b756cd249d1dd4aefb92a73a65fa76cd8ef0d5':
  Don't show the touch highlight for double taps

12 years agoMerge "Don't show the touch highlight for double taps" into jb-dev
John Reck [Fri, 18 May 2012 03:03:17 +0000 (20:03 -0700)]
Merge "Don't show the touch highlight for double taps" into jb-dev

12 years agoDon't show the touch highlight for double taps
John Reck [Fri, 18 May 2012 02:57:08 +0000 (19:57 -0700)]
Don't show the touch highlight for double taps

 Bug: 6490959

Change-Id: I5a6cfa3d36f1df28d9c3b03e120f59581ee22c01

12 years agoFix 6441282: confine search gesture region on tablet navbar
Jim Miller [Fri, 18 May 2012 02:47:55 +0000 (19:47 -0700)]
Fix 6441282: confine search gesture region on tablet navbar

Depending on the device, this will be one of the id's in the navbar
view hierarchy used in the source.  It will default to the navbar
view if one isn't found.

Change-Id: I388412d4f247f7d2d102768708237711d722de3d

12 years agoam 93563d21: Merge "Log a warning when action bar view states cannot be restored...
Adam Powell [Fri, 18 May 2012 02:36:46 +0000 (19:36 -0700)]
am 93563d21: Merge "Log a warning when action bar view states cannot be restored." into jb-dev

* commit '93563d21a97aee9bb60f6cbd975bb901fad29962':
  Log a warning when action bar view states cannot be restored.

12 years agoMerge "Log a warning when action bar view states cannot be restored." into jb-dev
Adam Powell [Fri, 18 May 2012 02:35:00 +0000 (19:35 -0700)]
Merge "Log a warning when action bar view states cannot be restored." into jb-dev

12 years agoLog a warning when action bar view states cannot be restored.
Adam Powell [Fri, 18 May 2012 02:30:35 +0000 (19:30 -0700)]
Log a warning when action bar view states cannot be restored.

Some apps can get into a case where the saved view hierarchy states
for action bar views are missing. Log a warning instead of crashing.

Bug 6510800

Change-Id: I95ede64ec584892e6e76ca9ab9d53e9d3689984f

12 years agoFix 6516240: Remove unused bottom margins from owner info textview
Jim Miller [Fri, 18 May 2012 02:29:29 +0000 (19:29 -0700)]
Fix 6516240: Remove unused bottom margins from owner info textview

Change-Id: Ia5194b87cf7eddd0a55ad5c94c9e61ee4eb1180a

12 years agoam c8c4ced8: Merge "Call invalidate() immediately when a frame is available" into...
Romain Guy [Fri, 18 May 2012 02:06:31 +0000 (19:06 -0700)]
am c8c4ced8: Merge "Call invalidate() immediately when a frame is available" into jb-dev

* commit 'c8c4ced83872f3eeabd93da34d8376903c42a00b':
  Call invalidate() immediately when a frame is available

12 years agoMerge "Call invalidate() immediately when a frame is available" into jb-dev
Romain Guy [Fri, 18 May 2012 02:04:51 +0000 (19:04 -0700)]
Merge "Call invalidate() immediately when a frame is available" into jb-dev

12 years agoam f7a44e81: Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp...
Jim Miller [Fri, 18 May 2012 01:36:27 +0000 (18:36 -0700)]
am f7a44e81: Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp device" into jb-dev

* commit 'f7a44e8168d96ad75738226570d41e48f8fd14e3':
  Fix 6398209: Increase outer ring size for search gesture on 600dp device

12 years agoMerge "Fix 6398209: Increase outer ring size for search gesture on 600dp device"...
Jim Miller [Fri, 18 May 2012 01:34:01 +0000 (18:34 -0700)]
Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp device" into jb-dev

12 years agoam e2711998: Merge "New focus/activated states for the activity chooser dialog" into...
Adam Powell [Fri, 18 May 2012 01:25:39 +0000 (18:25 -0700)]
am e2711998: Merge "New focus/activated states for the activity chooser dialog" into jb-dev

* commit 'e2711998525b5492b31917ce95cf10dbd02884ea':
  New focus/activated states for the activity chooser dialog

12 years agoMerge "New focus/activated states for the activity chooser dialog" into jb-dev
Adam Powell [Fri, 18 May 2012 01:23:02 +0000 (18:23 -0700)]
Merge "New focus/activated states for the activity chooser dialog" into jb-dev

12 years agoam abe39277: Merge "Fix issue #6515427: Add android.hardware.television and fix....
Dianne Hackborn [Fri, 18 May 2012 01:20:50 +0000 (18:20 -0700)]
am abe39277: Merge "Fix issue #6515427: Add android.hardware.television and fix..." into jb-dev

* commit 'abe3927701c0aff839498272565aeee714aa6e9d':
  Fix issue #6515427: Add android.hardware.television and fix...

12 years agoMerge "Fix issue #6515427: Add android.hardware.television and fix..." into jb-dev
Dianne Hackborn [Fri, 18 May 2012 01:18:27 +0000 (18:18 -0700)]
Merge "Fix issue #6515427: Add android.hardware.television and fix..." into jb-dev

12 years agoFix issue #6515427: Add android.hardware.television and fix...
Dianne Hackborn [Fri, 18 May 2012 00:29:49 +0000 (17:29 -0700)]
Fix issue #6515427: Add android.hardware.television and fix...

...logic for notouch in Configuration

Added new TELEVISION feature.

We now force the configuration to "television" if the TELEVISION
feature is set, and "notouch" if the TOUCHSCREEN feature is not set.

Also cleaned up documentation, deprecated some configurations that
are not used.

Change-Id: If1c7a284b580a8a66bda2a75f0c7fa841b3dc9b7

12 years agoCall invalidate() immediately when a frame is available
Romain Guy [Fri, 18 May 2012 01:06:23 +0000 (18:06 -0700)]
Call invalidate() immediately when a frame is available

This change ensures that applications producing surface texture updates
at a steady rate will display the updates on screen at the same rate,
v-synced.

Change-Id: I663685b34d12809fbf8945c44851e30a2052ce74

12 years agoam 665935c1: Merge "Enable SMS short code patterns to be updated from secure settings...
Jake Hamby [Fri, 18 May 2012 00:59:43 +0000 (17:59 -0700)]
am 665935c1: Merge "Enable SMS short code patterns to be updated from secure settings." into jb-dev

* commit '665935c10ad281721c495621fab7561f2a28842e':
  Enable SMS short code patterns to be updated from secure settings.

12 years agoMerge "Enable SMS short code patterns to be updated from secure settings." into jb-dev
Jake Hamby [Fri, 18 May 2012 00:57:45 +0000 (17:57 -0700)]
Merge "Enable SMS short code patterns to be updated from secure settings." into jb-dev

12 years agoIncrease the setup-sdp delay to cover for all the devices.
Matthew Xie [Fri, 18 May 2012 00:43:00 +0000 (17:43 -0700)]
Increase the setup-sdp delay to cover for all the devices.

20 ms worked well for GN hspa for stress test, but failed sometimes
for other platform. Increased it to 50ms. Tested on all the device types
bug 6438556

Change-Id: Ic5fcde3de7ea6d3d983edab7ae3df5684637bd20

12 years agoam a1daf827: Merge "Fix paragraph iterator." into jb-dev
Svetoslav Ganov [Fri, 18 May 2012 00:25:44 +0000 (17:25 -0700)]
am a1daf827: Merge "Fix paragraph iterator." into jb-dev

* commit 'a1daf82732c8529bcf9258f42e2cc22be9fa684b':
  Fix paragraph iterator.

12 years agoMerge "Fix paragraph iterator." into jb-dev
Svetoslav Ganov [Fri, 18 May 2012 00:23:16 +0000 (17:23 -0700)]
Merge "Fix paragraph iterator." into jb-dev

12 years agoam 58a69d24: Merge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev
Jim Miller [Fri, 18 May 2012 00:17:30 +0000 (17:17 -0700)]
am 58a69d24: Merge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev

* commit '58a69d24c42f8aec3825e580f592617e11f12d9e':
  Fix 6398209: Re-enable vibrate for search gesture.

12 years agoam c6015df1: Merge "Add actions to non-JavaScript accessibility handler." into jb-dev
Charles Chen [Fri, 18 May 2012 00:17:27 +0000 (17:17 -0700)]
am c6015df1: Merge "Add actions to non-JavaScript accessibility handler." into jb-dev

* commit 'c6015df128811a52faf918bd34d0d7296c8a6834':
  Add actions to non-JavaScript accessibility handler.

12 years agoam 9a9a041c: Merge "Add movement actions to JS accessibility." into jb-dev
Charles Chen [Fri, 18 May 2012 00:17:25 +0000 (17:17 -0700)]
am 9a9a041c: Merge "Add movement actions to JS accessibility." into jb-dev

* commit '9a9a041cb75a803856b22191db7e6bde7f1412e8':
  Add movement actions to JS accessibility.

12 years agoam 3d6f7ead: Merge "Tweak show/hide of touch highlight" into jb-dev
John Reck [Fri, 18 May 2012 00:17:22 +0000 (17:17 -0700)]
am 3d6f7ead: Merge "Tweak show/hide of touch highlight" into jb-dev

* commit '3d6f7eadb27d37f3c1e2a9505526c5f4a6cf990e':
  Tweak show/hide of touch highlight

12 years agoam ae9d040f: Merge "Wait for ASECs to be scanned before proceeding" into jb-dev
Kenny Root [Fri, 18 May 2012 00:17:19 +0000 (17:17 -0700)]
am ae9d040f: Merge "Wait for ASECs to be scanned before proceeding" into jb-dev

* commit 'ae9d040f715130389de3dbc3bf52e24e5f29425a':
  Wait for ASECs to be scanned before proceeding

12 years agoam 27cb3f8c: Merge "Eliminate "backup enabled but not provisioned" failure modes...
Christopher Tate [Fri, 18 May 2012 00:17:17 +0000 (17:17 -0700)]
am 27cb3f8c: Merge "Eliminate "backup enabled but not provisioned" failure modes" into jb-dev

* commit '27cb3f8c44be79f78a0c47b5631472705acb3e96':
  Eliminate "backup enabled but not provisioned" failure modes

12 years agoam dc9445ba: Merge "Add support for grouping keyboard layouts by collection." into...
Jeff Brown [Fri, 18 May 2012 00:17:15 +0000 (17:17 -0700)]
am dc9445ba: Merge "Add support for grouping keyboard layouts by collection." into jb-dev

* commit 'dc9445ba4cb2e261719d3c38956d9cbe1fddcd64':
  Add support for grouping keyboard layouts by collection.

12 years agoam 9de61ae0: Merge "Fix video scaling mode validity check." into jb-dev
Bryan Mawhinney [Fri, 18 May 2012 00:17:11 +0000 (17:17 -0700)]
am 9de61ae0: Merge "Fix video scaling mode validity check." into jb-dev

* commit '9de61ae0ed40fcb147e09797bfb22dcea0b89df6':
  Fix video scaling mode validity check.

12 years agoam c79a9eac: Merge "New action and extra in RecognizerIntent for "hands free" voice...
Jean-Michel Trivi [Fri, 18 May 2012 00:17:07 +0000 (17:17 -0700)]
am c79a9eac: Merge "New action and extra in RecognizerIntent for "hands free" voice search" into jb-dev

* commit 'c79a9eaced675d176dda570da6a08c6e54743bec':
  New action and extra in RecognizerIntent for "hands free" voice search

12 years agoresolved conflicts for merge of ede4d56e to jb-dev-plus-aosp
Michael Jurka [Fri, 18 May 2012 00:13:14 +0000 (17:13 -0700)]
resolved conflicts for merge of ede4d56e to jb-dev-plus-aosp

Change-Id: I8893e819f0f814a1fe1e0fb7f70dba860e889135

12 years agoMerge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev
Jim Miller [Fri, 18 May 2012 00:11:48 +0000 (17:11 -0700)]
Merge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev

12 years agoFix 6398209: Increase outer ring size for search gesture on 600dp device
Jim Miller [Fri, 18 May 2012 00:05:40 +0000 (17:05 -0700)]
Fix 6398209: Increase outer ring size for search gesture on 600dp device

Change-Id: I75d136535148af21bc4e7f3f39803d22496d6fc5

12 years agoFix the preloaded-classes tool for JellyBean.
Elliott Hughes [Fri, 18 May 2012 00:03:51 +0000 (17:03 -0700)]
Fix the preloaded-classes tool for JellyBean.

Bug: 5213043
Change-Id: I8178ca04da0bd72a90244983be5e8ecfbc1b0573

12 years agoFix 6398209: Re-enable vibrate for search gesture.
Jim Miller [Fri, 18 May 2012 00:01:15 +0000 (17:01 -0700)]
Fix 6398209: Re-enable vibrate for search gesture.

Change-Id: Iabcfa21aae05fa55ec3fdc76eeed76577b962de5

12 years agoMerge "Add actions to non-JavaScript accessibility handler." into jb-dev
Charles Chen [Thu, 17 May 2012 23:55:40 +0000 (16:55 -0700)]
Merge "Add actions to non-JavaScript accessibility handler." into jb-dev

12 years agoMerge "Add movement actions to JS accessibility." into jb-dev
Charles Chen [Thu, 17 May 2012 23:55:20 +0000 (16:55 -0700)]
Merge "Add movement actions to JS accessibility." into jb-dev

12 years agoMerge "Tweak show/hide of touch highlight" into jb-dev
John Reck [Thu, 17 May 2012 23:44:14 +0000 (16:44 -0700)]
Merge "Tweak show/hide of touch highlight" into jb-dev

12 years agoMerge "Wait for ASECs to be scanned before proceeding" into jb-dev
Kenny Root [Thu, 17 May 2012 23:42:09 +0000 (16:42 -0700)]
Merge "Wait for ASECs to be scanned before proceeding" into jb-dev

12 years agoMerge "Eliminate "backup enabled but not provisioned" failure modes" into jb-dev
Christopher Tate [Thu, 17 May 2012 23:41:53 +0000 (16:41 -0700)]
Merge "Eliminate "backup enabled but not provisioned" failure modes" into jb-dev

12 years agoMerge "Add support for grouping keyboard layouts by collection." into jb-dev
Jeff Brown [Thu, 17 May 2012 23:33:40 +0000 (16:33 -0700)]
Merge "Add support for grouping keyboard layouts by collection." into jb-dev

12 years agoEnable SMS short code patterns to be updated from secure settings.
Jake Hamby [Tue, 1 May 2012 23:47:20 +0000 (16:47 -0700)]
Enable SMS short code patterns to be updated from secure settings.

The premium SMS short code detector loads patterns from an XML resource
by default (frameworks/base/core/res/res/xml/sms_short_codes.xml).
Add support for updated patterns to be loaded on a per-country basis
from a secure setting named "sms_short_codes_" + the country code.
Updated patterns can be pushed to Google devices via Gservices.

Bug: 5513975
Change-Id: Ibfc0be4f12227ba45c28396ec7cdbc307442af81

12 years agoMerge "Fix video scaling mode validity check." into jb-dev
Bryan Mawhinney [Thu, 17 May 2012 23:19:30 +0000 (16:19 -0700)]
Merge "Fix video scaling mode validity check." into jb-dev

12 years agoFix video scaling mode validity check.
Bryan Mawhinney [Thu, 17 May 2012 23:15:56 +0000 (00:15 +0100)]
Fix video scaling mode validity check.

Change-Id: Ib7adead2758d50cae67741364801e966a82ad5ba

12 years agoMerge "New action and extra in RecognizerIntent for "hands free" voice search" into...
Jean-Michel Trivi [Thu, 17 May 2012 23:06:54 +0000 (16:06 -0700)]
Merge "New action and extra in RecognizerIntent for "hands free" voice search" into jb-dev

12 years agoWait for ASECs to be scanned before proceeding
Kenny Root [Thu, 17 May 2012 20:30:28 +0000 (13:30 -0700)]
Wait for ASECs to be scanned before proceeding

Move MountService up the list, then pause waiting for MountService to
finish scanning ASECs before the services that require those packages to
be ready.

Additionally, don't automatically mark all ASEC apps as FLAG_EXTERNAL on
reboot. This prevents AppWidgets and other things from being used with
ASECs which are on internal storage.

Bug: 6445613
Change-Id: I3e0b3e244fec966814d7a5ea93de5d337aea79bd

12 years agoEliminate "backup enabled but not provisioned" failure modes
Christopher Tate [Thu, 17 May 2012 21:59:41 +0000 (14:59 -0700)]
Eliminate "backup enabled but not provisioned" failure modes

Previously, the setup app was responsible for telling the backup
manager through a side band that the user had passed through the
backup/restore-related portion of the setup flow.  Now that the
flow has been streamlined and certain mandatory portions of it
are no longer relevant, we can ditch the whole idea of the backup
manager's internal "provisioned" state.  This makes setup and the
setup "wizard" applications less fragile as well as eliminating
the possibility of unrecoverable "backup was never provisioned"
failure modes.

Now, the only check the backup manager has to do is against the
full "device is provisioned" flag, just like all of the other
components on the phone that only become usable after the setup
process has exited [such as phone calls].

Bug 6493520

Change-Id: I13ec8dd8baa1e74ed8569b0326219a98a7f632a9

12 years agoAdd support for grouping keyboard layouts by collection.
Jeff Brown [Thu, 17 May 2012 23:01:54 +0000 (16:01 -0700)]
Add support for grouping keyboard layouts by collection.

Bug: 6405203
Change-Id: Id818b27ec09928150795d594a96df186a6e39168

12 years agoMerge "Fix issue where static wallpaper was offset on boot" into jb-dev
Michael Jurka [Thu, 17 May 2012 23:01:35 +0000 (16:01 -0700)]
Merge "Fix issue where static wallpaper was offset on boot" into jb-dev

12 years agoNew focus/activated states for the activity chooser dialog
Adam Powell [Thu, 17 May 2012 22:56:35 +0000 (15:56 -0700)]
New focus/activated states for the activity chooser dialog

Bug 6470809

Change-Id: I7952519c881bf3d3976cec759aa9810f8f5d79a0

12 years agoFix issue where static wallpaper was offset on boot
Michael Jurka [Thu, 17 May 2012 19:45:30 +0000 (12:45 -0700)]
Fix issue where static wallpaper was offset on boot

Bug: 6447391

Change-Id: Ie89bfdfd81dbf80ad7d109717f83c4bc7b42acf1

12 years agoam cb949887: Merge "Release the constraint on the requested version." into jb-dev
Owen Lin [Thu, 17 May 2012 22:45:53 +0000 (15:45 -0700)]
am cb949887: Merge "Release the constraint on the requested version." into jb-dev

* commit 'cb949887d0e8cca616dca532daf2be5b6f4a77af':
  Release the constraint on the requested version.

12 years agoam 61382964: Merge "Nvidia\'s patch for reusing bitmap in image region decoding....
Owen Lin [Thu, 17 May 2012 22:45:51 +0000 (15:45 -0700)]
am 61382964: Merge "Nvidia\'s patch for reusing bitmap in image region decoding." into jb-dev

* commit '613829644e689a8281bb9110638e15d17602d57e':
  Nvidia's patch for reusing bitmap in image region decoding.

12 years agoNew action and extra in RecognizerIntent for "hands free" voice search
Jean-Michel Trivi [Thu, 17 May 2012 21:18:39 +0000 (14:18 -0700)]
New action and extra in RecognizerIntent for "hands free" voice search

New action and extra for android.speech.RecognizerIntent:
  ACTION_VOICE_SEARCH_HANDS_FREE
  EXTRA_SECURE

Change-Id: I1f390ede4f4087bae1781347bb211dc0a093e857

12 years agoam d2cc8744: Merge "Update framework assets for switches." into jb-dev
Adam Powell [Thu, 17 May 2012 22:42:17 +0000 (15:42 -0700)]
am d2cc8744: Merge "Update framework assets for switches." into jb-dev

* commit 'd2cc8744412e9dac5fc83b3bf3dba6adda1806ad':
  Update framework assets for switches.

12 years agoMerge "Release the constraint on the requested version." into jb-dev
Owen Lin [Thu, 17 May 2012 22:41:08 +0000 (15:41 -0700)]
Merge "Release the constraint on the requested version." into jb-dev

12 years agoMerge "Nvidia's patch for reusing bitmap in image region decoding." into jb-dev
Owen Lin [Thu, 17 May 2012 22:40:52 +0000 (15:40 -0700)]
Merge "Nvidia's patch for reusing bitmap in image region decoding." into jb-dev

12 years agoMerge "Update framework assets for switches." into jb-dev
Adam Powell [Thu, 17 May 2012 22:40:00 +0000 (15:40 -0700)]
Merge "Update framework assets for switches." into jb-dev

12 years agoam d42ad1da: Merge "NFC API documentation." into jb-dev
Martijn Coenen [Thu, 17 May 2012 22:32:45 +0000 (15:32 -0700)]
am d42ad1da: Merge "NFC API documentation." into jb-dev

* commit 'd42ad1da2fbf29382d624ad1e1bd2c7519e3377f':
  NFC API documentation.

12 years agoUpdate framework assets for switches.
Adam Powell [Thu, 17 May 2012 22:30:51 +0000 (15:30 -0700)]
Update framework assets for switches.

Bug 6283949

Change-Id: I74a48b14f3484e707861e05851c4a9f87c8156c9