OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Disable content transitions, they are not implemented yet"
Alan Viverette [Wed, 2 Apr 2014 22:31:21 +0000 (22:31 +0000)]
Merge "Disable content transitions, they are not implemented yet"

10 years agoMerge "Switch framework Holo references to Quantum.Light"
Alan Viverette [Wed, 2 Apr 2014 22:15:15 +0000 (22:15 +0000)]
Merge "Switch framework Holo references to Quantum.Light"

10 years agoMerge "Adding system service proxy to help test UI/performance."
Winson Chung [Wed, 2 Apr 2014 22:14:19 +0000 (22:14 +0000)]
Merge "Adding system service proxy to help test UI/performance."

10 years agoDisable content transitions, they are not implemented yet
Alan Viverette [Wed, 2 Apr 2014 22:14:03 +0000 (15:14 -0700)]
Disable content transitions, they are not implemented yet

BUG: 13745751
Change-Id: I5d3c7c2f679084b7a161b7233e18264056eee211

10 years agoMerge "Add inverse text styles to public"
Alan Viverette [Wed, 2 Apr 2014 21:11:38 +0000 (21:11 +0000)]
Merge "Add inverse text styles to public"

10 years agoMerge "Document and enforce "one request per Listener" rule"
Dave Platt [Wed, 2 Apr 2014 21:09:42 +0000 (21:09 +0000)]
Merge "Document and enforce "one request per Listener" rule"

10 years agoam 3399ec31: am b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot...
Ben Cheng [Wed, 2 Apr 2014 21:07:25 +0000 (21:07 +0000)]
am 3399ec31: am b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."

* commit '3399ec317d8a318ca384036bc6fecf4656f1f118':
  Use default visibility for Snapshot::getLocalClip.

10 years agoMerge "add variance to notification usage stats"
Chris Wren [Wed, 2 Apr 2014 21:03:00 +0000 (21:03 +0000)]
Merge "add variance to notification usage stats"

10 years agoam b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."
Ben Cheng [Wed, 2 Apr 2014 20:59:47 +0000 (20:59 +0000)]
am b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."

* commit 'b386bfd791d77e24bcfe3261420f82b0a9d3851d':
  Use default visibility for Snapshot::getLocalClip.

10 years agoadd variance to notification usage stats
Chris Wren [Tue, 1 Apr 2014 17:57:34 +0000 (13:57 -0400)]
add variance to notification usage stats

Change-Id: I9b6abd08cf01a1d80c8e5dd581c8e82e019542fc

10 years agoam 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."
Ben Cheng [Wed, 2 Apr 2014 20:54:47 +0000 (20:54 +0000)]
am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."

* commit '89dddcc948cb3e826bfddeefae73066849aba0fc':
  Use default visibility for Snapshot::getLocalClip.

10 years agoMerge "Use default visibility for Snapshot::getLocalClip."
Ben Cheng [Wed, 2 Apr 2014 20:50:59 +0000 (20:50 +0000)]
Merge "Use default visibility for Snapshot::getLocalClip."

10 years agoam 744cf2b9: (-s ours) am 4932a355: Merge "Misc. buttons aren\'t gamepad keys." into...
Michael Wright [Wed, 2 Apr 2014 20:45:00 +0000 (20:45 +0000)]
am 744cf2b9: (-s ours) am 4932a355: Merge "Misc. buttons aren\'t gamepad keys." into klp-modular-dev

* commit '744cf2b98f3f643380ab1db53e3d2216ecf9d872':
  Misc. buttons aren't gamepad keys.

10 years agoMerge "Getting the version information into the VectorDrawable"
ztenghui [Wed, 2 Apr 2014 20:39:46 +0000 (20:39 +0000)]
Merge "Getting the version information into the VectorDrawable"

10 years agoam 4932a355: Merge "Misc. buttons aren\'t gamepad keys." into klp-modular-dev
Michael Wright [Wed, 2 Apr 2014 20:30:29 +0000 (20:30 +0000)]
am 4932a355: Merge "Misc. buttons aren\'t gamepad keys." into klp-modular-dev

* commit '4932a355f1594990173e0d9cd1fa38b8491c4a29':
  Misc. buttons aren't gamepad keys.

10 years agoMerge "Misc. buttons aren't gamepad keys." into klp-modular-dev
Michael Wright [Wed, 2 Apr 2014 20:26:36 +0000 (20:26 +0000)]
Merge "Misc. buttons aren't gamepad keys." into klp-modular-dev

10 years agoUse default visibility for Snapshot::getLocalClip.
Ben Cheng [Wed, 2 Apr 2014 19:45:57 +0000 (12:45 -0700)]
Use default visibility for Snapshot::getLocalClip.

The method is in libhwui.so but used by libandroid_runtime.so
(via android_view_GLES20Canvas.cpp). If the compiler decides not to
inline this method, the linker won't be able to resolve the dependency
when it has hidden visibility.

The problem is found when testing GCC 4.9.

Change-Id: I3b4d096c7767f0bef0796886dfb2c5ba2ecff48c

10 years agoAdding system service proxy to help test UI/performance.
Winson Chung [Wed, 2 Apr 2014 19:25:04 +0000 (12:25 -0700)]
Adding system service proxy to help test UI/performance.

Change-Id: I29851ff7b7ced0a69b041e5aa5c9070fc4ab43a5

10 years agoAdd inverse text styles to public
Alan Viverette [Wed, 2 Apr 2014 18:34:19 +0000 (11:34 -0700)]
Add inverse text styles to public

Change-Id: I3c5e9e847d414e98d0d99380bd7407cb081cb524

10 years agoGetting the version information into the VectorDrawable
ztenghui [Mon, 31 Mar 2014 22:55:35 +0000 (15:55 -0700)]
Getting the version information into the VectorDrawable

This will allow version controling for later API improvement.
We will only support version 1 so far.

Change-Id: I322e63f6cff157ebb6df5d80625c39bf96ff3659

10 years agoFix issue with not allowing activities for current user.
Kenny Guy [Wed, 2 Apr 2014 18:17:41 +0000 (19:17 +0100)]
Fix issue with not allowing activities for current user.

Change-Id: Ic2e30c3f4990a03aac9801ee9bf5f270a5e90ef8

10 years agoMerge "Revert "Force-enable hardware acceleration for apps""
John Reck [Wed, 2 Apr 2014 18:03:49 +0000 (18:03 +0000)]
Merge "Revert "Force-enable hardware acceleration for apps""

10 years agoRevert "Force-enable hardware acceleration for apps"
John Reck [Wed, 2 Apr 2014 16:54:28 +0000 (16:54 +0000)]
Revert "Force-enable hardware acceleration for apps"

This reverts commit 2a0901107443685ef2f2a55d0b62ddcc6cf183ba.

Change-Id: I47c58b7251411432bd6a3eeb6fe567385b1c084f

10 years agoMerge "Expose locations from NotifStackScrollLayout"
Christoph Studer [Wed, 2 Apr 2014 13:14:03 +0000 (13:14 +0000)]
Merge "Expose locations from NotifStackScrollLayout"

10 years agoMerge "Rename related users to profiles."
Kenny Guy [Wed, 2 Apr 2014 13:06:28 +0000 (13:06 +0000)]
Merge "Rename related users to profiles."

10 years agoExpose locations from NotifStackScrollLayout
Christoph Studer [Tue, 1 Apr 2014 16:40:27 +0000 (18:40 +0200)]
Expose locations from NotifStackScrollLayout

Expose the position each child is rendered at from
NotificationStackScrollLayout.

Also add OnChildLocationsChangedListener interface so listeners
can be notified whenever the rendering changes.

Change-Id: Iab8706fc2c435f2ddf64d280f428ed562db94f19

10 years agoRename related users to profiles.
Kenny Guy [Wed, 2 Apr 2014 12:29:20 +0000 (13:29 +0100)]
Rename related users to profiles.

Rename the related user concept as profiles.
When returning profiles of a user include the
user as a profile of itself.

Change-Id: Id5d4f29017b7ca6844632ce643f10331ad733e1d

10 years agoresolved conflicts for merge of 71ab4f4f to master
Narayan Kamath [Wed, 2 Apr 2014 10:50:57 +0000 (11:50 +0100)]
resolved conflicts for merge of 71ab4f4f to master

Change-Id: I888c231f7579523e12fbd68f820f0775019e51e0

10 years agoam ea9e5eca: am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:41:24 +0000 (10:41 +0000)]
am ea9e5eca: am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."

* commit 'ea9e5ecac1e5240370f0e3f998b9c8b159ee9320':
  Move zygote startup logic to the frameworks.

10 years agoam 17b1b8fe: Merge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:35:38 +0000 (10:35 +0000)]
am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."

* commit '17b1b8fe8c0c8f05f2077acc82428881bf591a78':
  Move zygote startup logic to the frameworks.

10 years agoMerge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:29:55 +0000 (10:29 +0000)]
Merge "Move zygote startup logic to the frameworks."

10 years agoMove zygote startup logic to the frameworks.
Narayan Kamath [Mon, 31 Mar 2014 12:41:26 +0000 (13:41 +0100)]
Move zygote startup logic to the frameworks.

The Zygote class is now in com.android.internal.os. It is
responsible for the vast majority of work before and after
the call to fork(). It calls back into the Runtime via
the new dalvik.system.ZygoteHooks class to allow the Runtime
to perform pre fork cleanup and post fork initialization.

The native code in Zygote.cpp is a direct and straightforward
port of the existing code in art. Most differences are
superficial, for example :
- We use C style logging (ALOGE) instead of stream based
  logging.
- We call env->FatalError() instead of using LOG(FATAL)

Change-Id: Ia101fb2af12d23894fe57e4134d2bc6d142e5059

10 years agoam 04c2a557: am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use...
Ricardo Cervera [Wed, 2 Apr 2014 00:27:51 +0000 (00:27 +0000)]
am 04c2a557: am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '04c2a5571620927f702af3707845b1b05769dc46':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK...
Ricardo Cervera [Wed, 2 Apr 2014 00:20:22 +0000 (00:20 +0000)]
am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit 'c013eaad574bcb40152d90105d6fbc82293cbb11':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to...
Ricardo Cervera [Wed, 2 Apr 2014 00:15:31 +0000 (00:15 +0000)]
am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '5a218b186735534925d7fedb63f1c78a3a3ff543':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your...
Ricardo Cervera [Wed, 2 Apr 2014 00:08:11 +0000 (00:08 +0000)]
am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '8e183798d573ad4777a5f01fd6db8f86ca0e120f':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 4a812147: am 875eff83: Merge "Add circular anti-aliasing mask to circular display...
Michael Kolb [Wed, 2 Apr 2014 00:03:29 +0000 (00:03 +0000)]
am 4a812147: am 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

* commit '4a8121478e5027bf61b5c711d6b1a748004edea2':
  Add circular anti-aliasing mask to circular display

10 years agoMerge "docs: Added notes to use the last SDK version to the Build your First App...
Ricardo Cervera [Wed, 2 Apr 2014 00:03:00 +0000 (00:03 +0000)]
Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

10 years agoMerge "Rejigger the invalid-key checks at backup time"
Christopher Tate [Tue, 1 Apr 2014 23:45:24 +0000 (23:45 +0000)]
Merge "Rejigger the invalid-key checks at backup time"

10 years agoRejigger the invalid-key checks at backup time
Christopher Tate [Tue, 1 Apr 2014 17:38:29 +0000 (10:38 -0700)]
Rejigger the invalid-key checks at backup time

Bug 13732002

Change-Id: Ic8f71234d1bbc7420eaa8e1762b999d09f308d46

10 years agoMerge "Enabling filtering by base intent package."
Winson Chung [Tue, 1 Apr 2014 23:10:25 +0000 (23:10 +0000)]
Merge "Enabling filtering by base intent package."

10 years agoMerge "camera2: Fix out-of-date metadata test"
Igor Murashkin [Tue, 1 Apr 2014 23:01:45 +0000 (23:01 +0000)]
Merge "camera2: Fix out-of-date metadata test"

10 years agoam 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp...
Michael Kolb [Tue, 1 Apr 2014 22:54:30 +0000 (22:54 +0000)]
am 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

* commit '875eff832f9f496740ceba2f12de6f5423225274':
  Add circular anti-aliasing mask to circular display

10 years agoUse correct wifi batching parameter ranges.
Wei Wang [Thu, 20 Mar 2014 18:30:58 +0000 (11:30 -0700)]
Use correct wifi batching parameter ranges.

Note these are slightly adjusted capabilities of N5.

Cherry pick.

Change-Id: Ia6888f6a5a69d135ff7e3c87d9744e18265fb3bf

10 years agocamera2: Fix out-of-date metadata test
Igor Murashkin [Tue, 1 Apr 2014 22:50:48 +0000 (15:50 -0700)]
camera2: Fix out-of-date metadata test

* The tag android.sensor.calibrationTransform1 was renamed
  to android.sensor.calibrationTransform (1 removed)

Bug: 12002757
Change-Id: Ida0e37a30222f08d0d9bb3871717c74c21e428ac

10 years agoMerge "Add circular anti-aliasing mask to circular display" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 22:48:27 +0000 (22:48 +0000)]
Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

10 years agoMisc. buttons aren't gamepad keys.
Michael Wright [Tue, 1 Apr 2014 22:43:43 +0000 (15:43 -0700)]
Misc. buttons aren't gamepad keys.

BUTTON_[1-9] are intended to be misc. buttons so the kernel will
assign them to non-gamepad devices.  As such, we shouldn't treat them
as belonging to gamepads at all.

Bug: 13432364
Change-Id: I9495760f2379e44785b9ce1cf018b6db7f6cb0f4

10 years agoEnabling filtering by base intent package.
Winson Chung [Tue, 1 Apr 2014 21:04:48 +0000 (14:04 -0700)]
Enabling filtering by base intent package.

- Toggling recents now unfilters the current stack before dismissing recents

Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29

10 years agoAdd circular anti-aliasing mask to circular display
Michael Kolb [Wed, 26 Mar 2014 23:24:17 +0000 (16:24 -0700)]
Add circular anti-aliasing mask to circular display

  Bug: 13635645

  Add a 2 px wide anti-aliased circle as a Layer to WindowManagerService

Change-Id: Ic8d319ca43c222f5b2e69af896749b8f2018ce3e

10 years agoam 6dc8063d: am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into...
Jeff Tinker [Tue, 1 Apr 2014 22:23:21 +0000 (22:23 +0000)]
am 6dc8063d: am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

* commit '6dc8063d2a06017f249181b4b5b07c54ce645943':
  Support CAST V2 Authentication in MediaDrm

10 years agoresolved conflicts for merge of ffb22827 to master
Craig Mautner [Tue, 1 Apr 2014 22:20:16 +0000 (15:20 -0700)]
resolved conflicts for merge of ffb22827 to master

Change-Id: Ia01028203dfe87df91c828d681289e92b9371e3c

10 years agoam 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev
Jeff Tinker [Tue, 1 Apr 2014 22:00:49 +0000 (22:00 +0000)]
am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

* commit '433a063309ba9ff9cdce4f9688e027c642a79505':
  Support CAST V2 Authentication in MediaDrm

10 years agoSwitch framework Holo references to Quantum.Light
Alan Viverette [Tue, 1 Apr 2014 21:57:39 +0000 (14:57 -0700)]
Switch framework Holo references to Quantum.Light

Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3

10 years agoam 2b6fe299: am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to...
Craig Mautner [Tue, 1 Apr 2014 21:56:55 +0000 (21:56 +0000)]
am 2b6fe299: am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit '2b6fe2990de78cfb64a27c19e5351cffe3ccb7d6':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoMerge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev
Jeff Tinker [Tue, 1 Apr 2014 21:54:29 +0000 (21:54 +0000)]
Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

10 years agoMerge "Disable RenderThread"
John Reck [Tue, 1 Apr 2014 21:51:40 +0000 (21:51 +0000)]
Merge "Disable RenderThread"

10 years agoDisable RenderThread
John Reck [Tue, 1 Apr 2014 21:48:55 +0000 (14:48 -0700)]
Disable RenderThread

 Now that there's a half dozen bugs to fix, switch back
 to the stable renderer until the issues are addressed

Change-Id: I1513cf26717e8ab6b1a038e86ae9a40f5f1a3c50

10 years agoam c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 21:48:04 +0000 (21:48 +0000)]
am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit 'c70f15fe298655de02c2e72023fafe6fc33d2a55':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 21:41:15 +0000 (21:41 +0000)]
am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit '2fc798a2270cda98366776af489d45c1043e831d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoFix build after bad merge resolution
Michael Kolb [Tue, 1 Apr 2014 21:38:57 +0000 (14:38 -0700)]
Fix build after bad merge resolution

Change-Id: I4af3aae1114d31847fc13d56ab03af8c7ef74577

10 years agoMerge "Quantum style for RatingBar, alert dialog layouts"
Alan Viverette [Tue, 1 Apr 2014 21:27:03 +0000 (21:27 +0000)]
Merge "Quantum style for RatingBar, alert dialog layouts"

10 years agoSupport CAST V2 Authentication in MediaDrm
Jeff Tinker [Tue, 4 Mar 2014 21:17:11 +0000 (13:17 -0800)]
Support CAST V2 Authentication in MediaDrm

Java API version

Update frameworks to enable support for CAST
V2 Authentication in the DRM Plugin.

Change-Id: I23cfbbbc89c1226b7a3968ce8bc1e2d4bd41014a
related-to-bug: 12702350

10 years agoQuantum style for RatingBar, alert dialog layouts
Alan Viverette [Tue, 1 Apr 2014 21:24:49 +0000 (14:24 -0700)]
Quantum style for RatingBar, alert dialog layouts

Change-Id: I70cab4d32de44d41b08602bc11a09d451f267127

10 years agoMerge "Update SearchIndexables contract for allowing summary ON and OFF indexing"
Fabrice Di Meglio [Tue, 1 Apr 2014 21:17:02 +0000 (21:17 +0000)]
Merge "Update SearchIndexables contract for allowing summary ON and OFF indexing"

10 years agoresolved conflict for merge of 2c73e08d to master
Michael Kolb [Tue, 1 Apr 2014 21:06:11 +0000 (14:06 -0700)]
resolved conflict for merge of 2c73e08d to master

Change-Id: Iee2e1f773469db0ba26b153193945a6c246af151

10 years agoresolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 20:57:37 +0000 (13:57 -0700)]
resolved conflicts for merge of 8c6e6e73 to klp-dev

Change-Id: I9fc9bc3d935e9e730ebca767d848b1c66203f3b4

10 years agoam 17bbd976: Merge "Add outset to decor view measuring" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 20:46:38 +0000 (20:46 +0000)]
am 17bbd976: Merge "Add outset to decor view measuring" into klp-modular-dev

* commit '17bbd976c0971f25447b2ce66117f08029dc2fa9':
  Add outset to decor view measuring

10 years agoMerge "Zen Mode QS tweaks."
John Spurlock [Tue, 1 Apr 2014 20:41:08 +0000 (20:41 +0000)]
Merge "Zen Mode QS tweaks."

10 years agoMerge "Add outset to decor view measuring" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 20:40:34 +0000 (20:40 +0000)]
Merge "Add outset to decor view measuring" into klp-modular-dev

10 years agoZen Mode QS tweaks.
John Spurlock [Tue, 1 Apr 2014 20:38:05 +0000 (16:38 -0400)]
Zen Mode QS tweaks.

 - Move settings button to the bottom.
 - Align title left.
 - Fix padding.
 - Auto-activate on dialog launch.

Bug:13670014
Change-Id: I5a88e97a84b66bf6200473c147b71cc7ceeb0b95

10 years agoam 13b75939: am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am...
Craig Mautner [Tue, 1 Apr 2014 20:01:32 +0000 (20:01 +0000)]
am 13b75939: am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '13b75939596eec63c096fe9e85643b8c42a40b12':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am...
Craig Mautner [Tue, 1 Apr 2014 19:54:59 +0000 (19:54 +0000)]
am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'd4d2aa519fb1a9d54c14da858a4ab7ab0880f34d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix...
Craig Mautner [Tue, 1 Apr 2014 19:49:36 +0000 (19:49 +0000)]
am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'efbe7cc0ff5c85cc7956bb3099402c7ebbe20591':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEY...
Craig Mautner [Tue, 1 Apr 2014 19:43:41 +0000 (19:43 +0000)]
am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'd1c82f8fc22216e9b544e3a3b521bcad05bc113d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 913c9036: am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link...
quddusc [Tue, 1 Apr 2014 19:38:31 +0000 (19:38 +0000)]
am 913c9036: am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit '913c903612b63e97b340f84dc742875672923f84':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam f80749c5: am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted...
Scott Main [Tue, 1 Apr 2014 19:38:27 +0000 (19:38 +0000)]
am f80749c5: am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'f80749c5c52de0609e27da216b7c6daf8e23a34a':
  laptop image with redacted

10 years agoam 402f2304: am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4...
Scott Main [Tue, 1 Apr 2014 19:38:23 +0000 (19:38 +0000)]
am 402f2304: am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '402f23046c4a624527937b61926d65a9935a9b60':
  dashbaord update for 4/1/14

10 years agoam 3b7432d2: am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on...
Ricardo Cervera [Tue, 1 Apr 2014 19:38:16 +0000 (19:38 +0000)]
am 3b7432d2: am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit '3b7432d2e4ddc9efda5cc38f9008d40d6b4ef951':
  docs: Renamed the document on building with Android Studio

10 years agoam 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not...
Craig Mautner [Tue, 1 Apr 2014 19:36:48 +0000 (19:36 +0000)]
am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '1cb3c1d381c389c7ef903c1a871ff695cd406da4':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:30:41 +0000 (19:30 +0000)]
am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'fc80fbe3d5b287c19e3dab89fc93ca4b8a812bb1':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google...
quddusc [Tue, 1 Apr 2014 19:29:52 +0000 (19:29 +0000)]
am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit 'f425e5ea05bf445ab97176fe4a79e54f976d22b8':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp...
Scott Main [Tue, 1 Apr 2014 19:29:45 +0000 (19:29 +0000)]
am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'c37960733aebed4ef4d64d72f7658534f9fd5698':
  laptop image with redacted

10 years agoam 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp...
Scott Main [Tue, 1 Apr 2014 19:29:41 +0000 (19:29 +0000)]
am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '3bd0a44bbf8de4dc1d190fffe91a10b8f1e2243f':
  dashbaord update for 4/1/14

10 years agoam bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with...
Ricardo Cervera [Tue, 1 Apr 2014 19:29:38 +0000 (19:29 +0000)]
am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit 'bb755da9f7a2a4d3ea103afbc2140901d28e8f74':
  docs: Renamed the document on building with Android Studio

10 years agoam 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:24:23 +0000 (19:24 +0000)]
am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '7bd0b65233d0ef34114ecb93d734dfe4351f470d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:18:36 +0000 (19:18 +0000)]
am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '4bdab6bb4c55661d4915518b1190e30c4633c6a5':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoFix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:05:11 +0000 (12:05 -0700)]
Fix FLAG_DISMISS_KEYGUARD not working

Fixes bug 13672528.

Change-Id: I0292aee51d5d8755bbae926e5f0e6af1e22107dc

10 years agoMerge "MediaCodec: avoid silent array overflow in queueSecureInputBuffer()"
Lajos Molnar [Tue, 1 Apr 2014 18:41:39 +0000 (18:41 +0000)]
Merge "MediaCodec: avoid silent array overflow in queueSecureInputBuffer()"

10 years agoam c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs...
quddusc [Tue, 1 Apr 2014 18:30:33 +0000 (18:30 +0000)]
am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit 'c7f403f46d824c17f9bd1fb6447425eacc2cccfe':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301...
quddusc [Tue, 1 Apr 2014 18:24:38 +0000 (18:24 +0000)]
am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit '5321e9bd48db680c618a490fb38c060c3c05beba':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoMerge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp...
quddusc [Tue, 1 Apr 2014 18:12:06 +0000 (18:12 +0000)]
Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

10 years agoam c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:59:12 +0000 (17:59 +0000)]
am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'c8b6feb2007259cdc4053a9774e31847ee60d592':
  laptop image with redacted

10 years agoam a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:59:08 +0000 (17:59 +0000)]
am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit 'a7afd38f3021a15e0bd22674409c2cd6d83095c3':
  dashbaord update for 4/1/14

10 years agoHandle bad package name arguments sensically
Christopher Tate [Tue, 1 Apr 2014 17:49:33 +0000 (10:49 -0700)]
Handle bad package name arguments sensically

Don't blithly go ahead and assume package name arguments are non-null,
and don't continue to do a bunch of work after an early failure on
invalid non-null package names.

Bug 13745101

Change-Id: I12ccae343066b39162dedeb46dc58869f55be0ba

10 years agodocs: Fixed outdated link to Google Analytics docs.
quddusc [Tue, 1 Apr 2014 17:49:23 +0000 (10:49 -0700)]
docs: Fixed outdated link to Google Analytics docs.
Bug: 13742301

Change-Id: Idb439a38299be808cd1cd1d317d67efe78f785cc

10 years agoam 35682006: Merge "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:52:36 +0000 (17:52 +0000)]
am 35682006: Merge "laptop image with redacted" into klp-docs

* commit '356820063afa85c78dd7f7b9bce2b62169e490bc':
  laptop image with redacted

10 years agoam 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:52:33 +0000 (17:52 +0000)]
am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '1afdbb93446cdc9238bf327155646950ae80dbe4':
  dashbaord update for 4/1/14

10 years agoMerge "Add stub getThemeAttributeId() to BridgeTypedArray"
Deepanshu Gupta [Tue, 1 Apr 2014 17:51:48 +0000 (17:51 +0000)]
Merge "Add stub getThemeAttributeId() to BridgeTypedArray"

10 years agoam c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio
Ricardo Cervera [Tue, 1 Apr 2014 17:49:40 +0000 (17:49 +0000)]
am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit 'c192cdd3c4ad8696d5d77949984cf7e06445e051':
  docs: Renamed the document on building with Android Studio

10 years agoMerge "Don't ignore return value of setAuxEffectSendLevel()"
Glenn Kasten [Tue, 1 Apr 2014 17:49:39 +0000 (17:49 +0000)]
Merge "Don't ignore return value of setAuxEffectSendLevel()"