OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 24a2f20f: am c420ce34: Merge "Marquee text RTL improvements"
Raph Levien [Thu, 3 Apr 2014 16:02:39 +0000 (16:02 +0000)]
am 24a2f20f: am c420ce34: Merge "Marquee text RTL improvements"

* commit '24a2f20fe64e893e28dc70b288e12567ff71019f':
  Marquee text RTL improvements

10 years agoam c420ce34: Merge "Marquee text RTL improvements"
Raph Levien [Thu, 3 Apr 2014 15:55:22 +0000 (15:55 +0000)]
am c420ce34: Merge "Marquee text RTL improvements"

* commit 'c420ce34ba177cd959cbb9432e9597d377e6cee6':
  Marquee text RTL improvements

10 years agoMerge "Marquee text RTL improvements"
Raph Levien [Thu, 3 Apr 2014 15:50:28 +0000 (15:50 +0000)]
Merge "Marquee text RTL improvements"

10 years agoam f87b3a25: am 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"
Narayan Kamath [Thu, 3 Apr 2014 14:11:34 +0000 (14:11 +0000)]
am f87b3a25: am 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"

* commit 'f87b3a25b928f145558f6f60183944f513878b63':
  Remove ProcessState::mArgc,mArgV,mArgLen

10 years agoam 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"
Narayan Kamath [Thu, 3 Apr 2014 14:05:28 +0000 (14:05 +0000)]
am 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"

* commit '374db6c3792e9ed56230e09fee4742632ce8159a':
  Remove ProcessState::mArgc,mArgV,mArgLen

10 years agoMerge "Remove ProcessState::mArgc,mArgV,mArgLen"
Narayan Kamath [Thu, 3 Apr 2014 13:59:37 +0000 (13:59 +0000)]
Merge "Remove ProcessState::mArgc,mArgV,mArgLen"

10 years agoRemove ProcessState::mArgc,mArgV,mArgLen
Narayan Kamath [Fri, 28 Mar 2014 13:39:21 +0000 (13:39 +0000)]
Remove ProcessState::mArgc,mArgV,mArgLen

These look like historical oddities, and weren't really being
used for anything useful.

Process:setArgV0 was being called by android.util.Process, but
that functionality can be moved directly into the implementation
of that class.

bug: 13647418

Change-Id: I216c8f8a4c065f0cf3a61f19f9e32decd26f93f6

10 years agoam 14424043: am 369a0057: Merge "Update ViewRootImpl for 64bit functor type."
Ben Murdoch [Thu, 3 Apr 2014 10:00:25 +0000 (10:00 +0000)]
am 14424043: am 369a0057: Merge "Update ViewRootImpl for 64bit functor type."

* commit '14424043b9c20edf639004e05fe8e9264a2e66f5':
  Update ViewRootImpl for 64bit functor type.

10 years agoam 369a0057: Merge "Update ViewRootImpl for 64bit functor type."
Ben Murdoch [Thu, 3 Apr 2014 09:54:33 +0000 (09:54 +0000)]
am 369a0057: Merge "Update ViewRootImpl for 64bit functor type."

* commit '369a00574da218975718ce07ffe6abba5c17bf92':
  Update ViewRootImpl for 64bit functor type.

10 years agoMerge "Update ViewRootImpl for 64bit functor type."
Ben Murdoch [Thu, 3 Apr 2014 09:48:43 +0000 (09:48 +0000)]
Merge "Update ViewRootImpl for 64bit functor type."

10 years agoam 8db6d9af: Merge "Clean up certain state transitions in DreamService." into klp...
Jeff Brown [Thu, 3 Apr 2014 03:25:02 +0000 (03:25 +0000)]
am 8db6d9af: Merge "Clean up certain state transitions in DreamService." into klp-modular-dev

* commit '8db6d9af58b9b81dbd764acd3f6a379afb539bf6':
  Clean up certain state transitions in DreamService.

10 years agoMerge "Clean up certain state transitions in DreamService." into klp-modular-dev
Jeff Brown [Thu, 3 Apr 2014 03:20:01 +0000 (03:20 +0000)]
Merge "Clean up certain state transitions in DreamService." into klp-modular-dev

10 years agoClean up certain state transitions in DreamService.
Jeff Brown [Thu, 3 Apr 2014 03:00:36 +0000 (20:00 -0700)]
Clean up certain state transitions in DreamService.

Instead of posting onDreamingStarted() to a handler from attach(), do
the work immediately.  This ensures that the dream is actually in the
expected state when the callback runs.  Previously it was possible
for the callback to run after detach() occurred which could cause
exceptions and unexpected behavior.  As it happens, there's no need
to post this callback since attach() already runs on the UI thread.

Handle certain races involving the window token lifecycle a little
better.  When the dream manager shuts down a dream, it removes the
window token.  This can happen before the dream completes its attach()
phase in which case a BadTokenException is thrown.  We now handle this
exception and abort the dream in anticipation of receiving a request
to finish it immediately.

Add a safeguard to getDozeHardware() to handle the case where it
might inadvertently be called at the wrong point in the lifecycle.

Bug: 13475612
Bug: 13760290
Change-Id: I9bc9c154370d08d7727b568d398c460a38592099

10 years agoam 4995d725: Merge "Add signature|system permission to MediaDrm signer APIs" into...
Jeff Tinker [Thu, 3 Apr 2014 01:35:28 +0000 (01:35 +0000)]
am 4995d725: Merge "Add signature|system permission to MediaDrm signer APIs" into klp-modular-dev

* commit '4995d72520d16302fca13bc4614d1dd3c0d1c17c':
  Add signature|system permission to MediaDrm signer APIs

10 years agoMerge "Add signature|system permission to MediaDrm signer APIs" into klp-modular-dev
Jeff Tinker [Thu, 3 Apr 2014 01:30:42 +0000 (01:30 +0000)]
Merge "Add signature|system permission to MediaDrm signer APIs" into klp-modular-dev

10 years agoam 31518f74: Merge "Use build property for CEC device OSD name" into klp-modular-dev
Jinsuk Kim [Thu, 3 Apr 2014 00:39:23 +0000 (00:39 +0000)]
am 31518f74: Merge "Use build property for CEC device OSD name" into klp-modular-dev

* commit '31518f745ffa5e832274c332ac957a065948fdaf':
  Use build property for CEC device OSD name

10 years agoMerge "Use build property for CEC device OSD name" into klp-modular-dev
Jinsuk Kim [Thu, 3 Apr 2014 00:35:09 +0000 (00:35 +0000)]
Merge "Use build property for CEC device OSD name" into klp-modular-dev

10 years agoAdd signature|system permission to MediaDrm signer APIs
Jeff Tinker [Wed, 2 Apr 2014 19:23:56 +0000 (12:23 -0700)]
Add signature|system permission to MediaDrm signer APIs

Also addresses style issues noted in post-submit review from
https://googleplex-android-review.git.corp.google.com/#/c/439054/

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

10 years agoam 7b4c9725: Merge "Fix build breakage by updating current.txt" into klp-modular-dev
Jinsuk Kim [Wed, 2 Apr 2014 23:17:23 +0000 (23:17 +0000)]
am 7b4c9725: Merge "Fix build breakage by updating current.txt" into klp-modular-dev

* commit '7b4c972577179b2dfcf8a59c31b3730d097c5d46':
  Fix build breakage by updating current.txt

10 years agoam 85588d19: am cd536cb3: am 0cdf6047: Merge "docs: MediaRouteProvider Developer...
Katie McCormick [Wed, 2 Apr 2014 23:17:20 +0000 (23:17 +0000)]
am 85588d19: am cd536cb3: am 0cdf6047: Merge "docs: MediaRouteProvider Developer Guide" into klp-docs

* commit '85588d19bd9fce3d7e837c14e0b9d50cf3a75904':
  docs: MediaRouteProvider Developer Guide

10 years agoMerge "Fix build breakage by updating current.txt" into klp-modular-dev
Jinsuk Kim [Wed, 2 Apr 2014 23:12:09 +0000 (23:12 +0000)]
Merge "Fix build breakage by updating current.txt" into klp-modular-dev

10 years agoam cd536cb3: am 0cdf6047: Merge "docs: MediaRouteProvider Developer Guide" into klp...
Katie McCormick [Wed, 2 Apr 2014 23:11:20 +0000 (23:11 +0000)]
am cd536cb3: am 0cdf6047: Merge "docs: MediaRouteProvider Developer Guide" into klp-docs

* commit 'cd536cb32927d74ac8181c8636f2971cb39e7fda':
  docs: MediaRouteProvider Developer Guide

10 years agoFix build breakage by updating current.txt
Jinsuk Kim [Wed, 2 Apr 2014 23:09:58 +0000 (08:09 +0900)]
Fix build breakage by updating current.txt

Change-Id: If9434850c24c8e97bdd49952fb3180d139cab101

10 years agoam 0cdf6047: Merge "docs: MediaRouteProvider Developer Guide" into klp-docs
Katie McCormick [Wed, 2 Apr 2014 23:05:04 +0000 (23:05 +0000)]
am 0cdf6047: Merge "docs: MediaRouteProvider Developer Guide" into klp-docs

* commit '0cdf60472be5efc1b6e8ef125f96ba014870b345':
  docs: MediaRouteProvider Developer Guide

10 years agoUse build property for CEC device OSD name
Jinsuk Kim [Fri, 28 Mar 2014 02:46:04 +0000 (11:46 +0900)]
Use build property for CEC device OSD name

Previously OSD name was based on device type. This CL makes it
independent of device type. CEC spec says "A device that implements
more than one type of CEC functionality should respond with the same
OSD name for each logical address. It is recommended that the name
refers to the complete physical product rather than the individual
CEC functionality".

Now the default name comes from system build property. I removed
setOsdName() from aidl for now since it won't be in use.

Change-Id: I3c9fb877fad4bc5efef56268d155a3f37a865fc2

10 years agoMerge "docs: MediaRouteProvider Developer Guide" into klp-docs
Katie McCormick [Wed, 2 Apr 2014 22:58:56 +0000 (22:58 +0000)]
Merge "docs: MediaRouteProvider Developer Guide" into klp-docs

10 years agoam b1dca162: Merge "Maintain display power status for playback device" into klp-modul...
Jinsuk Kim [Wed, 2 Apr 2014 22:43:52 +0000 (22:43 +0000)]
am b1dca162: Merge "Maintain display power status for playback device" into klp-modular-dev

* commit 'b1dca1624dc8d853a52d1918c7672173e9b79836':
  Maintain display power status for playback device

10 years agoMerge "Maintain display power status for playback device" into klp-modular-dev
Jinsuk Kim [Wed, 2 Apr 2014 22:39:41 +0000 (22:39 +0000)]
Merge "Maintain display power status for playback device" into klp-modular-dev

10 years agodocs: MediaRouteProvider Developer Guide
Joe Fernandez [Thu, 27 Mar 2014 06:11:31 +0000 (23:11 -0700)]
docs: MediaRouteProvider Developer Guide

Change-Id: I04e63a8972e29d67af6035462fd2808a562ac241

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 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 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 agoUpdate ViewRootImpl for 64bit functor type.
Ben Murdoch [Wed, 2 Apr 2014 13:41:41 +0000 (14:41 +0100)]
Update ViewRootImpl for 64bit functor type.

Change-Id: Ie9020f0276c58ebf0977e4aef725fbc26aaf67b2

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 agoMaintain display power status for playback device
Jinsuk Kim [Mon, 24 Mar 2014 09:02:29 +0000 (18:02 +0900)]
Maintain display power status for playback device

With this CL, the power status of TV/display is keep tracked of
by hdmi cec server part, specfically HdmiCecDevicePlayback.
Turned the HdmiCecDevice to abstract class from which classes of
concrete device type(HdmiCecDevicePlayback, HdmiCecDeviceTV) are
inherited. The display power status code is put in HdmiCecDevicePlayback
only. HdmiCecDeviceTv will have its own logic that manages power status of
devices connected to it. For now it only has a bare minimum code.
Will be worked on in follow up CLs.

Other changes:

    - Replaced sendGiveDevicePowerStatus() with isTvOn() so that the status
      can be queried by clients.

    - Defensively check the availability of HdmiCecService so that
      HdmiCecManager.getClient() returns null in case the service couldn't
      be initialized. This ensures clients of the service gets the nulled-out
      HdmiCecClient when called in the state/configuration where the service
      is not available, thus proceed accordingly.

Change-Id: Idaf69e73cfbd639c0b40b1bd4b6146f011246180

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 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 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 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 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 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 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 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 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 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 "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 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 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 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 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 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 "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:47:03 +0000 (17:47 +0000)]
Merge "laptop image with redacted" into klp-docs

10 years agoMerge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:46:37 +0000 (17:46 +0000)]
Merge "dashbaord update for 4/1/14" into klp-docs

10 years agodocs: Added notes to use the last SDK version to the Build your First App class.
Ricardo Cervera [Tue, 1 Apr 2014 17:46:16 +0000 (10:46 -0700)]
docs: Added notes to use the last SDK version to the Build your First App class.

Change-Id: I35820ff887b3d0f4ccc0ce7720576e3e692109b5

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

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

10 years agodashbaord update for 4/1/14
Scott Main [Tue, 1 Apr 2014 17:31:19 +0000 (10:31 -0700)]
dashbaord update for 4/1/14

Change-Id: Id38d8a448dc86afecc2e80dc6a5f4fdb26d7cc93

10 years agodocs: Renamed the document on building with Android Studio
Ricardo Cervera [Tue, 1 Apr 2014 17:16:45 +0000 (10:16 -0700)]
docs: Renamed the document on building with Android Studio

Change-Id: Icc2d3562f8d77b593e7a7bac61675a5b15fcd535

10 years agolaptop image with redacted
Scott Main [Tue, 1 Apr 2014 03:40:34 +0000 (20:40 -0700)]
laptop image with redacted

Change-Id: I89e6b37840757a53c38686a2cf69297e558ef6d0

10 years agoam 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translati...
Baligh Uddin [Tue, 1 Apr 2014 00:21:37 +0000 (00:21 +0000)]
am 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translations. DO NOT MERGE

* commit '8c3d3e826932da75f5399baaf5bcbc3b1f3a9372':
  Import translations. DO NOT MERGE

10 years agoam 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.
Katie McCormick [Tue, 1 Apr 2014 00:21:34 +0000 (00:21 +0000)]
am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit '905a5b1477b3a1899ef389dbe081f9c70a4fe13d':
  Doc Update: revert PendingIntent fix.

10 years agoam 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 1 Apr 2014 00:15:57 +0000 (00:15 +0000)]
am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translations. DO NOT MERGE

* commit '53b3d44f524c162a18ca91034c90ac9f7e62e561':
  Import translations. DO NOT MERGE

10 years agoam 87d9d1a0: Doc Update: revert PendingIntent fix.
Katie McCormick [Tue, 1 Apr 2014 00:15:52 +0000 (00:15 +0000)]
am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit '87d9d1a0405e6cdbcd7c87cfebee04b622100753':
  Doc Update: revert PendingIntent fix.

10 years agoam 095ece10: am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem"
Jason Sams [Tue, 1 Apr 2014 00:15:26 +0000 (00:15 +0000)]
am 095ece10: am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem"

* commit '095ece10095ecb8c76e3ed4fb0dd1e23a5ced22b':
  Fix RenderScriptGL setSurfaceTexture problem

10 years agoam adcb288e: am b1088bfe: Merge "update common intents guide to add calendar and...
Scott Main [Tue, 1 Apr 2014 00:12:56 +0000 (00:12 +0000)]
am adcb288e: am b1088bfe: Merge "update common intents guide to add calendar and alarms." into klp-docs

* commit 'adcb288e3890381c9961ee32a79df8e9d805a6ad':
  update common intents guide to add calendar and alarms.

10 years agoam ee800b04: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Tue, 1 Apr 2014 00:12:47 +0000 (00:12 +0000)]
am ee800b04: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit 'ee800b04d9ed625db93b1531eec0595838228e2f':
  Import translations. DO NOT MERGE

10 years agoam b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem"
Jason Sams [Tue, 1 Apr 2014 00:10:55 +0000 (00:10 +0000)]
am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem"

* commit 'b3cafa56205942343930e4fbb0a3d50d6e33a046':
  Fix RenderScriptGL setSurfaceTexture problem

10 years agoam dc5e02bd: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 1 Apr 2014 00:09:22 +0000 (00:09 +0000)]
am dc5e02bd: (-s ours) Import translations. DO NOT MERGE

* commit 'dc5e02bdccbbc60ede21ae706f06c696b6983812':
  Import translations. DO NOT MERGE

10 years agoam b1088bfe: Merge "update common intents guide to add calendar and alarms." into...
Scott Main [Tue, 1 Apr 2014 00:03:18 +0000 (00:03 +0000)]
am b1088bfe: Merge "update common intents guide to add calendar and alarms." into klp-docs

* commit 'b1088bfe8d321f299d92736102b573963315dc26':
  update common intents guide to add calendar and alarms.

10 years agoAdd outset to decor view measuring
Michael Kolb [Mon, 24 Mar 2014 23:18:52 +0000 (16:18 -0700)]
Add outset to decor view measuring

Change-Id: Ib0e68311ff8ed1fccf9219b28c42ee43c5952050

10 years agoMerge "Fix RenderScriptGL setSurfaceTexture problem"
Jason Sams [Mon, 31 Mar 2014 23:21:42 +0000 (23:21 +0000)]
Merge "Fix RenderScriptGL setSurfaceTexture problem"

10 years agoDoc Update: revert PendingIntent fix.
Katie McCormick [Mon, 31 Mar 2014 23:16:32 +0000 (16:16 -0700)]
Doc Update: revert PendingIntent fix.

Original fix was in error. Reverting. See:

b/10641568

Change-Id: I471157388b2d55aa99bd16813c07607b8a0a7046