OSDN Git Service

android-x86/frameworks-base.git
10 years agoMake windowSwipeToDismiss a public attribute.
Will Haldean Brown [Thu, 20 Mar 2014 23:31:48 +0000 (16:31 -0700)]
Make windowSwipeToDismiss a public attribute.

resolved conflicts for merge of e3d4f6c1 to master

Bug: 13348970
Change-Id: I695139376fc7f38b3438ab38659ca15490ce8f7c

10 years agoMerge "Fix null ActivityOptions when starting an Activity in a new Process."
George Mount [Mon, 24 Mar 2014 16:47:08 +0000 (16:47 +0000)]
Merge "Fix null ActivityOptions when starting an Activity in a new Process."

10 years agoMerge "Fix problem on Animator with a start delay."
George Mount [Mon, 24 Mar 2014 16:46:59 +0000 (16:46 +0000)]
Merge "Fix problem on Animator with a start delay."

10 years agoMerge "Do not reset language in case of the TTS service reconnect."
Przemyslaw Szczepaniak [Mon, 24 Mar 2014 10:08:36 +0000 (10:08 +0000)]
Merge "Do not reset language in case of the TTS service reconnect."

10 years agoMerge "Fix log spam from View.toString()."
Mathew Inwood [Mon, 24 Mar 2014 09:46:22 +0000 (09:46 +0000)]
Merge "Fix log spam from View.toString()."

10 years agoMerge "Revert "Apply FLAG_SHOW_WHEN_LOCKED within tasks.""
Craig Mautner [Sun, 23 Mar 2014 01:20:41 +0000 (01:20 +0000)]
Merge "Revert "Apply FLAG_SHOW_WHEN_LOCKED within tasks.""

10 years agoRevert "Apply FLAG_SHOW_WHEN_LOCKED within tasks."
Craig Mautner [Sun, 23 Mar 2014 00:10:33 +0000 (00:10 +0000)]
Revert "Apply FLAG_SHOW_WHEN_LOCKED within tasks."

This reverts commit f7ad855718dc576a1618a54035b82e92356aa0d8.

After careful consideration this would prove to be a security leak to leave it in. Tasks could deliberately launch dialog activities that don't want to be seen in an unsecure setting. These would then be visible over the task background.

Change-Id: Ia7e984bc9616573af6c7772f6ea0f2dd588bb85d

10 years agoMerge "Add Activity methods for icons and labels."
Craig Mautner [Sat, 22 Mar 2014 23:44:37 +0000 (23:44 +0000)]
Merge "Add Activity methods for icons and labels."

10 years agoAdd Activity methods for icons and labels.
Craig Mautner [Fri, 21 Mar 2014 16:34:07 +0000 (09:34 -0700)]
Add Activity methods for icons and labels.

New Activity methods setRecentsLabel(CharSequence) and
setRecentsIcon(Bitmap) have been added. The topmost
activity with either of these set will be returned in
RecentTaskInfo members activityLabel and activityIcon.

Fixes bug 13562992.

Change-Id: Ic15d1d27b733b892a2a940063b105ac48f1ffee5

10 years agoMerge "Add notification category for recommendations."
John Spurlock [Sat, 22 Mar 2014 01:35:46 +0000 (01:35 +0000)]
Merge "Add notification category for recommendations."

10 years agoAdd notification category for recommendations.
John Spurlock [Fri, 21 Mar 2014 17:30:57 +0000 (13:30 -0400)]
Add notification category for recommendations.

Change-Id: I3718b8273c3f901aee1b2c2cdc4fcdae25fadcad

10 years agoMerge "Battery stats: track actually running time"
Dianne Hackborn [Sat, 22 Mar 2014 00:26:19 +0000 (00:26 +0000)]
Merge "Battery stats: track actually running time"

10 years agoMerge "Cap the size of app-defined permission trees"
Christopher Tate [Fri, 21 Mar 2014 23:32:58 +0000 (23:32 +0000)]
Merge "Cap the size of app-defined permission trees"

10 years agoFix null ActivityOptions when starting an Activity in a new Process.
George Mount [Thu, 20 Mar 2014 16:38:23 +0000 (09:38 -0700)]
Fix null ActivityOptions when starting an Activity in a new Process.

Bug 13563265

Change-Id: Ie56cd6d55f13dbf68bafb82ab4bd6b27fde60df6

10 years agoBattery stats: track actually running time
Dianne Hackborn [Fri, 21 Mar 2014 18:07:11 +0000 (11:07 -0700)]
Battery stats: track actually running time

Use the uptime while creating the battery stats history to
generate a new event indicating when the CPU is actually running.
We can do this in combination with the new event reporting when
the CPU comes awake, looking at the difference between the
uptime and elapsed time at that point to determine when it last
when to sleep.

Also use this information to generate a new set of aggregated
states, the uptime caused by each wake reason.

Finally use new radio down timestamp to adjust the times we
compute for radio use.  Note that this information is not (yet)
being used to adjust how these are recorded in the history.

Change-Id: I723b3b526c8e7d64de0cac9d1193e04132d5a3e4

10 years agoFix problem on Animator with a start delay.
George Mount [Fri, 21 Mar 2014 23:13:37 +0000 (16:13 -0700)]
Fix problem on Animator with a start delay.

Bug 13589060

Change-Id: I05b9421fa141466bdbfe19f1bd5d993fa23982cb

10 years agoMerge "Fixing crash with multiple touch pointers"
Winson Chung [Fri, 21 Mar 2014 23:03:15 +0000 (23:03 +0000)]
Merge "Fixing crash with multiple touch pointers"

10 years agoFixing crash with multiple touch pointers
Winson Chung [Fri, 21 Mar 2014 22:15:11 +0000 (15:15 -0700)]
Fixing crash with multiple touch pointers

- Adding support for force-reloading certain thumbnails (in prep for fix to Bug. 13587139)
- Use withLayer and withEndAction on ViewPropertyAnimator animations
- Ensuring that we close the notifications panel when we toggle recents

Change-Id: Ied2d841de42046fcb09fffb615156b07b4a67136

10 years agoCap the size of app-defined permission trees
Christopher Tate [Fri, 21 Mar 2014 22:16:14 +0000 (15:16 -0700)]
Cap the size of app-defined permission trees

Bug 13529742

Change-Id: I46c2ebc39caf4a9eacbffbb35fc386c2a1cedc12

10 years agoMerge "Downgrade expedited to normal on reschedule."
Matthew Williams [Fri, 21 Mar 2014 21:59:07 +0000 (21:59 +0000)]
Merge "Downgrade expedited to normal on reschedule."

10 years agoMerge "Don't prompt at boot if we already did that when decrypting"
Paul Lawrence [Fri, 21 Mar 2014 20:40:46 +0000 (20:40 +0000)]
Merge "Don't prompt at boot if we already did that when decrypting"

10 years agoam a10958f1: am cfba284a: am d73e66cc: Fix broken build
Jinsuk Kim [Fri, 21 Mar 2014 20:23:45 +0000 (20:23 +0000)]
am a10958f1: am cfba284a: am d73e66cc: Fix broken build

* commit 'a10958f1c386851dc69a5dae2c32b899b9f29277':
  Fix broken build

10 years agoMerge "resolved conflicts for merge of a67e34c8 to master"
Colin Cross [Fri, 21 Mar 2014 20:19:54 +0000 (20:19 +0000)]
Merge "resolved conflicts for merge of a67e34c8 to master"

10 years agoresolved conflicts for merge of a67e34c8 to master
Colin Cross [Fri, 21 Mar 2014 20:11:02 +0000 (13:11 -0700)]
resolved conflicts for merge of a67e34c8 to master

Change-Id: I597525886260884c9b2dfc7945e01eb8138a58c2

10 years agoMerge "Convert a attach/detach functor in ViewRootImpl to x64"
Bo Liu [Fri, 21 Mar 2014 20:00:34 +0000 (20:00 +0000)]
Merge "Convert a attach/detach functor in ViewRootImpl to x64"

10 years agoMerge "Catch exceptions if Exif is malformed"
Adam Cohen [Fri, 21 Mar 2014 19:55:53 +0000 (19:55 +0000)]
Merge "Catch exceptions if Exif is malformed"

10 years agoMerge "Catching security exception when activity destroyed"
Adam Cohen [Fri, 21 Mar 2014 19:54:54 +0000 (19:54 +0000)]
Merge "Catching security exception when activity destroyed"

10 years agoMerge "Annotate framework vibrate calls with stream hints."
John Spurlock [Fri, 21 Mar 2014 19:51:44 +0000 (19:51 +0000)]
Merge "Annotate framework vibrate calls with stream hints."

10 years agoMerge "Disable Set Wallpaper button while loading image"
Selim Cinek [Fri, 21 Mar 2014 19:39:38 +0000 (19:39 +0000)]
Merge "Disable Set Wallpaper button while loading image"

10 years agoCatch exceptions if Exif is malformed
Selim Cinek [Fri, 21 Mar 2014 19:32:34 +0000 (20:32 +0100)]
Catch exceptions if Exif is malformed

Bug: 11650650
Change-Id: Ie1680220fdb235a166a0eaa0a2309729f861865c

10 years agoCatching security exception when activity destroyed
Selim Cinek [Fri, 21 Mar 2014 19:24:55 +0000 (20:24 +0100)]
Catching security exception when activity destroyed

Fixed a bug where an asynctask tried to load an image
even after the activity was destroyed leading to a
security exception since the permission could not be granted anymore.

Bug: 12760267
Change-Id: Ieffb10b1007f349371647512ffe4fe72433344e7

10 years agoApply FLAG_SHOW_WHEN_LOCKED within tasks.
Craig Mautner [Fri, 21 Mar 2014 19:24:07 +0000 (12:24 -0700)]
Apply FLAG_SHOW_WHEN_LOCKED within tasks.

If the bottommost fullscreen window of a task has FLAG_SHOW_WHEN_LOCKED
set then show all windows of the task that are above that window.

Fixes bug 13558398.

Change-Id: Ied8ada54efbb079eaf375470b2eae749e5551c24

10 years agoMerge "lower the heads up threshold to exactly PRIORITY_HIGH"
Chris Wren [Fri, 21 Mar 2014 19:10:50 +0000 (19:10 +0000)]
Merge "lower the heads up threshold to exactly PRIORITY_HIGH"

10 years agolower the heads up threshold to exactly PRIORITY_HIGH
Chris Wren [Fri, 21 Mar 2014 18:31:05 +0000 (14:31 -0400)]
lower the heads up threshold to exactly PRIORITY_HIGH

Bug: 13452562
Change-Id: I945ce22fa7253ff84fcc3d72f4cb732921ba3489

10 years agoConvert a attach/detach functor in ViewRootImpl to x64
Bo Liu [Fri, 21 Mar 2014 19:06:23 +0000 (12:06 -0700)]
Convert a attach/detach functor in ViewRootImpl to x64

Change-Id: I93c1df8abd0ecd1686e392cada099f9864926d33

10 years agoMerge "Add support for enabled state for SearchIndexableData"
Fabrice Di Meglio [Fri, 21 Mar 2014 18:38:58 +0000 (18:38 +0000)]
Merge "Add support for enabled state for SearchIndexableData"

10 years agoAdd support for enabled state for SearchIndexableData
Fabrice Di Meglio [Fri, 21 Mar 2014 02:46:13 +0000 (19:46 -0700)]
Add support for enabled state for SearchIndexableData

- add "enabled" member which tells if the data will be
included into the search results.

Change-Id: I17f8c4b289b21061f7fc47f4902343fecb5ddc2c

10 years agoFix log spam from View.toString().
Mathew Inwood [Fri, 21 Mar 2014 18:25:36 +0000 (18:25 +0000)]
Fix log spam from View.toString().

If a view has a non-zero ID that is not defined in resources (i.e. has been
set pragmatically), the calls to Resources.getResourcePackageName() and
Resources.getResourceEntryName() result in a log warning:
No package identifier when getting name for resource number 0x00000001

Fix this by not attempting to resolve the package & name when there is
none.

Change-Id: Id88a61539fffb36187da7911f8e8a42d5a1bb951

10 years agoDisable Set Wallpaper button while loading image
Selim Cinek [Fri, 21 Mar 2014 18:19:08 +0000 (19:19 +0100)]
Disable Set Wallpaper button while loading image

Bug: 13534714
Change-Id: I45ff3436de40ea85fb22d776584d9f30f0795898

10 years agoMerge "Reduce warning verbosity in aapt"
Adam Lesinski [Fri, 21 Mar 2014 16:51:12 +0000 (16:51 +0000)]
Merge "Reduce warning verbosity in aapt"

10 years agoMerge "AudioTrack write from ByteBuffer updates position"
Jean-Michel Trivi [Fri, 21 Mar 2014 16:49:55 +0000 (16:49 +0000)]
Merge "AudioTrack write from ByteBuffer updates position"

10 years agoAudioTrack write from ByteBuffer updates position
Jean-Michel Trivi [Fri, 21 Mar 2014 00:02:31 +0000 (17:02 -0700)]
AudioTrack write from ByteBuffer updates position

Remove offset parameter.
Update buffer position when data is successfully written.

Bug 7919023

Change-Id: I1701532ef0a91e2ccecfc38b24de29bc4f64d035

10 years agoMerge "Unhide notification category."
John Spurlock [Fri, 21 Mar 2014 14:26:55 +0000 (14:26 +0000)]
Merge "Unhide notification category."

10 years agoUnhide notification category.
John Spurlock [Tue, 18 Mar 2014 20:41:57 +0000 (16:41 -0400)]
Unhide notification category.

Rename @hidden Notification.kind -> category, and flesh out
shared values.  Now a single value.

Update framework references, remove unused SystemUpdateService
magic value unused since 2012.

Change-Id: If06d19ff3a8c3125fca1457f5d3c665e2939c66c

10 years agoAnnotate framework vibrate calls with stream hints.
John Spurlock [Thu, 20 Mar 2014 02:09:06 +0000 (22:09 -0400)]
Annotate framework vibrate calls with stream hints.

Migrate existing framework usages of Vibrator.vibrate to use
the new overload with an explicit stream hint.  This prevents
them from being blocked by rules targeting the unspecified stream.

For calls that pass the existing appops check in VibrateService,
pass streamHint down to the input device vibrator so we don't lose
the signal, but leave it up to InputManager to decide what to do
with it - currently unused.

Change-Id: I65c944e4010edea29a412bf57d8d7d3b8098b746

10 years agoDo not reset language in case of the TTS service reconnect.
Przemyslaw Szczepaniak [Fri, 21 Mar 2014 11:21:07 +0000 (11:21 +0000)]
Do not reset language in case of the TTS service reconnect.

Bug:12428804
Change-Id: I0b1b1274c47edd28eae1701808d50aeb6c36324c

10 years agoam cfba284a: am d73e66cc: Fix broken build
Jinsuk Kim [Fri, 21 Mar 2014 03:44:11 +0000 (03:44 +0000)]
am cfba284a: am d73e66cc: Fix broken build

* commit 'cfba284ad72b6ac3d7189f7c87cddb7299da7617':
  Fix broken build

10 years agoam d73e66cc: Fix broken build
Jinsuk Kim [Fri, 21 Mar 2014 03:40:08 +0000 (03:40 +0000)]
am d73e66cc: Fix broken build

* commit 'd73e66cce12f13faec44b12d9e6f33c2f28a2d5a':
  Fix broken build

10 years agoFix broken build
Jinsuk Kim [Fri, 21 Mar 2014 02:57:09 +0000 (11:57 +0900)]
Fix broken build

Change-Id: Ia7d207f7937e29cf48dce30d8c5a91f50c9e7d4c

10 years agoam 7a07f4d4: am a5853b17: am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceMana...
Mike Lockwood [Fri, 21 Mar 2014 03:10:34 +0000 (03:10 +0000)]
am 7a07f4d4: am a5853b17: am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit '7a07f4d4ad1f2f4893223693aece62f095ce004e':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode

10 years agoam e920322f: am 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDe...
Mike Lockwood [Fri, 21 Mar 2014 03:10:30 +0000 (03:10 +0000)]
am e920322f: am 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

* commit 'e920322ff0c67cdd9e9682fd7c7df5221a6fb13e':
  Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"

10 years agoam 3b6689c0: (-s ours) am e781efd6: am f479d158: am bf056846: am 058061da: Merge...
Wei Wang [Fri, 21 Mar 2014 03:10:24 +0000 (03:10 +0000)]
am 3b6689c0: (-s ours) am e781efd6: am f479d158: am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev

* commit '3b6689c010edd2deaf112f4d4239deeb2a244ea5':
  Fix stopBatchedScan not working for wifi

10 years agoam f2fecf48: am c61f4dd7: Merge "Add HDMI-CEC service" into klp-modular-dev
Jinsuk Kim [Fri, 21 Mar 2014 02:41:43 +0000 (02:41 +0000)]
am f2fecf48: am c61f4dd7: Merge "Add HDMI-CEC service" into klp-modular-dev

* commit 'f2fecf48f740a079cf9015ea8c2695039ca11d81':
  Add HDMI-CEC service

10 years agoam c61f4dd7: Merge "Add HDMI-CEC service" into klp-modular-dev
Jinsuk Kim [Fri, 21 Mar 2014 02:37:00 +0000 (02:37 +0000)]
am c61f4dd7: Merge "Add HDMI-CEC service" into klp-modular-dev

* commit 'c61f4dd744b1b0396703aa58eb22fc31d2b7050e':
  Add HDMI-CEC service

10 years agoMerge "Add HDMI-CEC service" into klp-modular-dev
Jinsuk Kim [Fri, 21 Mar 2014 02:32:38 +0000 (02:32 +0000)]
Merge "Add HDMI-CEC service" into klp-modular-dev

10 years agoam a5853b17: am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better...
Mike Lockwood [Fri, 21 Mar 2014 01:25:57 +0000 (01:25 +0000)]
am a5853b17: am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit 'a5853b177c80052246c361e0bc2b0e5809cfeef2':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode

10 years agoam 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager...
Mike Lockwood [Fri, 21 Mar 2014 01:25:54 +0000 (01:25 +0000)]
am 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

* commit '861196030145ac2a5c9c2abd2c22272cc94fe884':
  Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"

10 years agoam 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for...
Mike Lockwood [Fri, 21 Mar 2014 01:20:43 +0000 (01:20 +0000)]
am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit '1fe28b20f1cfc6d2542f8b0bfe48355f3a58067b':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode

10 years agoam aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race...
Mike Lockwood [Fri, 21 Mar 2014 01:20:40 +0000 (01:20 +0000)]
am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

* commit 'aa7e396f44f9b3b12a6abc9d8d62cf3a6f17527b':
  Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"

10 years agoReduce warning verbosity in aapt
Adam Lesinski [Fri, 21 Mar 2014 01:04:57 +0000 (18:04 -0700)]
Reduce warning verbosity in aapt

- Attributed source of problems to the correct file.
- Only verify string localizations against valid
  locales.
Bug:13140015
Change-Id: I9dabc5efa0510649caee8af0c8ebb803d6f48269

10 years agoam 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition...
Mike Lockwood [Fri, 21 Mar 2014 01:14:15 +0000 (01:14 +0000)]
am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit '71060db65e0e1c903b429c932cd6e27beec10a3e':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode

10 years agoam 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between...
Mike Lockwood [Fri, 21 Mar 2014 01:14:12 +0000 (01:14 +0000)]
am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

* commit '935d417b5615a62bc521a8eb58c35de1b4fdf841':
  Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"

10 years agoMerge "Catching case where the activity we are launching from Recents no longer exists."
Winson Chung [Fri, 21 Mar 2014 01:14:07 +0000 (01:14 +0000)]
Merge "Catching case where the activity we are launching from Recents no longer exists."

10 years agoCatching case where the activity we are launching from Recents no longer exists.
Winson Chung [Thu, 20 Mar 2014 00:15:29 +0000 (17:15 -0700)]
Catching case where the activity we are launching from Recents no longer exists.

- Also bounding the launch task rect to prevent transitions from far far away when launching a task

10 years agoMerge "Adding workaround for the status bar not reporting the correct system decor...
Winson Chung [Fri, 21 Mar 2014 01:11:33 +0000 (01:11 +0000)]
Merge "Adding workaround for the status bar not reporting the correct system decor rect."

10 years agoam dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting...
Mike Lockwood [Fri, 21 Mar 2014 01:09:33 +0000 (01:09 +0000)]
am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit 'dffdf1079da76f532cd6e72bf537c1a69b099c7e':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode

10 years agoam afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory...
Mike Lockwood [Fri, 21 Mar 2014 01:09:31 +0000 (01:09 +0000)]
am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

* commit 'afc3a5d386459667f87d764038dd30e3490c64c2':
  Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"

10 years agoMerge "UsbDeviceManager: A better fix for race condition when starting USB accessory...
Mike Lockwood [Fri, 21 Mar 2014 01:06:16 +0000 (01:06 +0000)]
Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

10 years agoMerge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB...
Mike Lockwood [Fri, 21 Mar 2014 01:05:56 +0000 (01:05 +0000)]
Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev

10 years agoAdding workaround for the status bar not reporting the correct system decor rect.
Winson Chung [Fri, 21 Mar 2014 01:04:46 +0000 (18:04 -0700)]
Adding workaround for the status bar not reporting the correct system decor rect.

Change-Id: I2ea089e9d41deb2ac2a266694ac65d58830856f5

10 years agoMerge "Adding support for clipping window transition for alternate recents."
Winson Chung [Fri, 21 Mar 2014 01:02:43 +0000 (01:02 +0000)]
Merge "Adding support for clipping window transition for alternate recents."

10 years agoam e781efd6: am f479d158: am bf056846: am 058061da: Merge "Fix stopBatchedScan not...
Wei Wang [Fri, 21 Mar 2014 00:55:52 +0000 (00:55 +0000)]
am e781efd6: am f479d158: am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev

* commit 'e781efd651cea0fecf3a155a61cca3eed8e9766c':
  Fix stopBatchedScan not working for wifi

10 years agoam f479d158: am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for...
Wei Wang [Fri, 21 Mar 2014 00:51:14 +0000 (00:51 +0000)]
am f479d158: am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev

* commit 'f479d15814f58ed820829fef0bfadf73cb2b88aa':
  Fix stopBatchedScan not working for wifi

10 years agoam bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev
Wei Wang [Fri, 21 Mar 2014 00:45:42 +0000 (00:45 +0000)]
am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev

* commit 'bf0568468da9e02c177abaf9116f9995d53b59aa':
  Fix stopBatchedScan not working for wifi

10 years agoam 83b4ce7c: am d5f3183e: am 1c84e98f: am a6454ccb: am 49325305: Merge "Update contex...
Adam Powell [Fri, 21 Mar 2014 00:42:08 +0000 (00:42 +0000)]
am 83b4ce7c: am d5f3183e: am 1c84e98f: am a6454ccb: am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

* commit '83b4ce7c8b5a3f870e74f46a722ebe7f6ead1cbd':
  Update contextual asset bar assets to avoid 9-patch artifacts

10 years agoam 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev
Wei Wang [Fri, 21 Mar 2014 00:41:23 +0000 (00:41 +0000)]
am 058061da: Merge "Fix stopBatchedScan not working for wifi" into klp-dev

* commit '058061da46db0fdac8ea53c463a6b615fde3e928':
  Fix stopBatchedScan not working for wifi

10 years agoAdding support for clipping window transition for alternate recents.
Winson Chung [Wed, 19 Mar 2014 17:47:20 +0000 (10:47 -0700)]
Adding support for clipping window transition for alternate recents.

Change-Id: Ic7df4e6c0396afc794ffc21694814c0a93f20f31

10 years agoam d5f3183e: am 1c84e98f: am a6454ccb: am 49325305: Merge "Update contextual asset...
Adam Powell [Fri, 21 Mar 2014 00:37:55 +0000 (00:37 +0000)]
am d5f3183e: am 1c84e98f: am a6454ccb: am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

* commit 'd5f3183eed14e7e153f185e8303afa1ab2c7415e':
  Update contextual asset bar assets to avoid 9-patch artifacts

10 years agoMerge "Fix stopBatchedScan not working for wifi" into klp-dev
Wei Wang [Fri, 21 Mar 2014 00:37:33 +0000 (00:37 +0000)]
Merge "Fix stopBatchedScan not working for wifi" into klp-dev

10 years agoam 1c84e98f: am a6454ccb: am 49325305: Merge "Update contextual asset bar assets...
Adam Powell [Fri, 21 Mar 2014 00:33:06 +0000 (00:33 +0000)]
am 1c84e98f: am a6454ccb: am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

* commit '1c84e98fc482f75a7ed4373a22096cd447bc55f9':
  Update contextual asset bar assets to avoid 9-patch artifacts

10 years agoam a6454ccb: am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch...
Adam Powell [Fri, 21 Mar 2014 00:26:43 +0000 (00:26 +0000)]
am a6454ccb: am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

* commit 'a6454ccbfb5b1f39047f8bac74ec11093469cce2':
  Update contextual asset bar assets to avoid 9-patch artifacts

10 years agoam 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts...
Adam Powell [Fri, 21 Mar 2014 00:22:38 +0000 (00:22 +0000)]
am 49325305: Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

* commit '49325305905198b9d077ccc784be96e5684e3623':
  Update contextual asset bar assets to avoid 9-patch artifacts

10 years agoMerge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev
Adam Powell [Fri, 21 Mar 2014 00:19:11 +0000 (00:19 +0000)]
Merge "Update contextual asset bar assets to avoid 9-patch artifacts" into klp-dev

10 years agoFix stopBatchedScan not working for wifi
Wei Wang [Thu, 20 Mar 2014 23:27:01 +0000 (16:27 -0700)]
Fix stopBatchedScan not working for wifi

Change-Id: I011747da2a98cbed76a8fc6716f0c539c65f2804

10 years agoMerge "Early rejection on shadows which are outside of the clip bound."
ztenghui [Thu, 20 Mar 2014 22:30:58 +0000 (22:30 +0000)]
Merge "Early rejection on shadows which are outside of the clip bound."

10 years agoam 13a26391: am 113847c3: am 46b26641: am 7d09713c: am 7cd52895: am 5035faba: (-s...
Marco Nelissen [Thu, 20 Mar 2014 22:27:22 +0000 (22:27 +0000)]
am 13a26391: am 113847c3: am 46b26641: am 7d09713c: am 7cd52895: am 5035faba: (-s ours) am cecc6208: am 759445c5: resolved conflicts for merge of c53ad4cd to jb-mr2-dev

* commit '13a2639165c561c5b83ba4a0d66f9bfa038d3830':
  Verify certificates

10 years agoam ffb3e595: (-s ours) am bb7fdd6e: am b876cae9: am f92b0072: am 52bc363c: Merge...
Vinit Deshapnde [Thu, 20 Mar 2014 22:27:14 +0000 (22:27 +0000)]
am ffb3e595: (-s ours) am bb7fdd6e: am b876cae9: am f92b0072: am 52bc363c: Merge "DO NOT MERGE - Use Samoa country code to satisfy wifi regulatory concerns" into klp-dev

* commit 'ffb3e595cc4adbe0c31887e42e2200b77d93a024':
  DO NOT MERGE - Use Samoa country code to satisfy wifi regulatory concerns

10 years agoEarly rejection on shadows which are outside of the clip bound.
ztenghui [Wed, 19 Mar 2014 00:25:49 +0000 (17:25 -0700)]
Early rejection on shadows which are outside of the clip bound.

All the computations are estimated using bounding box.
TODO: Spot shadow could have more accurate but also more expensive methods, we need
more experiments to decide.

Change-Id: I9c10c419576cee55daf0f9f278b0db78cb847447

10 years agoMerge "Fixing yet another build breackage"
Svetoslav [Thu, 20 Mar 2014 21:56:14 +0000 (21:56 +0000)]
Merge "Fixing yet another build breackage"

10 years agoFixing yet another build breackage
Svetoslav [Thu, 20 Mar 2014 21:54:08 +0000 (14:54 -0700)]
Fixing yet another build breackage

Change-Id: I83597d5433fc6cc380d5ec1dd6f78e115e76db5b

10 years agoam 5c43c357: (-s ours) am c2221b93: (-s ours) am ecf3c574: (-s ours) am 826f3647...
Baligh Uddin [Thu, 20 Mar 2014 21:05:50 +0000 (21:05 +0000)]
am 5c43c357: (-s ours) am c2221b93: (-s ours) am ecf3c574: (-s ours) am 826f3647: (-s ours) am d16505da: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '5c43c35790663442935c901730b5a4403311f254':
  Import translations. DO NOT MERGE

10 years agoam a3633c25: am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation: build 32...
Colin Cross [Thu, 20 Mar 2014 21:05:40 +0000 (21:05 +0000)]
am a3633c25: am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation: build 32-bit if 64-bit gl libraries are not available"

* commit 'a3633c25033b576ae160ea86194e4f7f20d82fe2':
  bootanimation: build 32-bit if 64-bit gl libraries are not available

10 years agoam c5640ea5: am 065b8fd1: am 8bc12a51: am 5a510a2c: am 6398a86f: Merge "Point bitmaps...
Adam Koch [Thu, 20 Mar 2014 21:05:31 +0000 (21:05 +0000)]
am c5640ea5: am 065b8fd1: am 8bc12a51: am 5a510a2c: am 6398a86f: Merge "Point bitmaps training class to new samples directory." into klp-docs

* commit 'c5640ea55aebf86ab652f5a2f8e00e130c479291':
  Point bitmaps training class to new samples directory.

10 years agoam 51daba32: am d4d42af5: am df00735c: am e02d5a20: am a32c4376: update to wear docs...
Scott Main [Thu, 20 Mar 2014 21:05:26 +0000 (21:05 +0000)]
am 51daba32: am d4d42af5: am df00735c: am e02d5a20: am a32c4376: update to wear docs. includes javadoc changes from Id95383d18f9a679927f462822335dce8890fa414 and html doc changes from patch set 9 from I949011be5abfb5190dc5716ce935d1555ff1b2ad

* commit '51daba32e0a54391bfae1e60df637068a86f4877':
  update to wear docs. includes javadoc changes from Id95383d18f9a679927f462822335dce8890fa414 and html doc changes from patch set 9 from I949011be5abfb5190dc5716ce935d1555ff1b2ad

10 years agoam 34c40cab: (-s ours) am 331ef612: am 32779536: am 13bd8577: am c0384b6b: DO NOT...
Wei Wang [Thu, 20 Mar 2014 21:05:23 +0000 (21:05 +0000)]
am 34c40cab: (-s ours) am 331ef612: am 32779536: am 13bd8577: am c0384b6b: DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 Cherrypick from master to fix b/13289050

* commit '34c40cab3e2bf12db6fbb941573f026376ab71b1':
  DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 Cherrypick from master to fix b/13289050

10 years agoam 323d8ef3: (-s ours) am 6c9385b1: am d10bc171: am 15a18d07: am da084104: Merge...
Wei Wang [Thu, 20 Mar 2014 21:05:03 +0000 (21:05 +0000)]
am 323d8ef3: (-s ours) am 6c9385b1: am d10bc171: am 15a18d07: am da084104: Merge "DO NOT MERGE:  Add status callback for start/stop advertising." into klp-dev

* commit '323d8ef30a7dea00f524338f119af4ddbd38db3c':
  DO NOT MERGE:  Add status callback for start/stop advertising.

10 years agoam 43f8ed56: (-s ours) am 8c5567ee: am bd33dc01: am 8e69abf8: am 46e63117: DO NOT...
Jim Miller [Thu, 20 Mar 2014 21:05:00 +0000 (21:05 +0000)]
am 43f8ed56: (-s ours) am 8c5567ee: am bd33dc01: am 8e69abf8: am 46e63117: DO NOT MERGE - Fix memory leak caused by mismatched linkToDeath() in WindowManagerService

* commit '43f8ed565a61ecec3b73bb20bd64aac320a47fae':
  DO NOT MERGE - Fix memory leak caused by mismatched linkToDeath() in WindowManagerService

10 years agoam 3017a015: (-s ours) am e397d90f: am e0683de5: am 37050124: am a413a4ae: Fix the...
Jim Miller [Thu, 20 Mar 2014 21:04:57 +0000 (21:04 +0000)]
am 3017a015: (-s ours) am e397d90f: am e0683de5: am 37050124: am a413a4ae: Fix the build.  DO NOT MERGE

* commit '3017a0157353cd0b34ef67ac15e8086f9f651d12':
  Fix the build.  DO NOT MERGE

10 years agoam 09cb8941: (-s ours) am 11e0ead8: am 69e58e44: Merge "Add idc config option for...
Michael Wright [Thu, 20 Mar 2014 21:04:54 +0000 (21:04 +0000)]
am 09cb8941: (-s ours) am 11e0ead8: am 69e58e44: Merge "Add idc config option for handling key repeats" into klp-modular-dev

* commit '09cb89414062b5b6b8830307797c83166e1b07d6':
  Add idc config option for handling key repeats

10 years agoam 113847c3: am 46b26641: am 7d09713c: am 7cd52895: am 5035faba: (-s ours) am cecc620...
Marco Nelissen [Thu, 20 Mar 2014 20:57:08 +0000 (20:57 +0000)]
am 113847c3: am 46b26641: am 7d09713c: am 7cd52895: am 5035faba: (-s ours) am cecc6208: am 759445c5: resolved conflicts for merge of c53ad4cd to jb-mr2-dev

* commit '113847c3f4e6774f991cfa9dcd73e9c53e26bd0e':
  Verify certificates