OSDN Git Service

android-x86/frameworks-base.git
11 years agoMerge "Change the comments to incorporate change for VP9 decoder."
Lajos Molnar [Wed, 26 Jun 2013 01:13:21 +0000 (01:13 +0000)]
Merge "Change the comments to incorporate change for VP9 decoder."

11 years agoMerge "Fix FastScroller for single-section lists and untitled sections."
Alan Viverette [Wed, 26 Jun 2013 00:56:39 +0000 (00:56 +0000)]
Merge "Fix FastScroller for single-section lists and untitled sections."

11 years agoChange the comments to incorporate change for VP9 decoder.
hkuang [Wed, 26 Jun 2013 00:26:54 +0000 (17:26 -0700)]
Change the comments to incorporate change for VP9 decoder.

Change-Id: I9a4f3af9278c90962856516df5930e8924c28f9d

11 years agoam bfc53ab2: (-s ours) Reconcile with jb-mr2-release jb-mr2-zeroday-release - do...
The Android Open Source Project [Wed, 26 Jun 2013 00:02:21 +0000 (17:02 -0700)]
am bfc53ab2: (-s ours) Reconcile with jb-mr2-release jb-mr2-zeroday-release - do not merge

* commit 'bfc53ab2def0d58872b70e7f4afb2ca184143ff6':
  Improper initialization of the accessibility manager service.

11 years agoam 52dbdbf2: am 9d2b0dbf: am 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"
John Reck [Wed, 26 Jun 2013 00:02:08 +0000 (17:02 -0700)]
am 52dbdbf2: am 9d2b0dbf: am 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"

* commit '52dbdbf2d10f4e53f76c40a0bed0ffe31301f1f0':
  Fix deadlock of WebViewCoreThread

11 years agoam 0cb0a37f: am a0b9e1ee: am 99e4a0f5: Merge "Improper initialization of the accessib...
Svetoslav [Wed, 26 Jun 2013 00:02:01 +0000 (17:02 -0700)]
am 0cb0a37f: am a0b9e1ee: am 99e4a0f5: Merge "Improper initialization of the accessibility manager service." into jb-mr2-dev

* commit '0cb0a37f1c8463fa3ba535dc4969316f7c1cbf88':
  Improper initialization of the accessibility manager service.

11 years agoFix FastScroller for single-section lists and untitled sections.
Alan Viverette [Tue, 25 Jun 2013 23:41:52 +0000 (16:41 -0700)]
Fix FastScroller for single-section lists and untitled sections.

Change-Id: I121d9427e87e1a9e09562642f6aa621fc1cc849a

11 years agoReconcile with jb-mr2-release jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Tue, 25 Jun 2013 23:12:06 +0000 (16:12 -0700)]
Reconcile with jb-mr2-release jb-mr2-zeroday-release - do not merge

Change-Id: I9db90765647d0218de569565d7a23ab3c12ca044

11 years agoam 3c0cd0b5: am 34718238: am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an...
Christopher Tate [Tue, 25 Jun 2013 23:02:13 +0000 (16:02 -0700)]
am 3c0cd0b5: am 34718238: am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system app"

* commit '3c0cd0b54064f81a6a74d895707453fb0132719c':
  Avoid adding FORWARD_LOCK flag to an updated system app

11 years agoam 9d2b0dbf: am 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"
John Reck [Tue, 25 Jun 2013 22:34:16 +0000 (15:34 -0700)]
am 9d2b0dbf: am 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"

* commit '9d2b0dbf67844ead1a0aeb22e1e3097d2ec60171':
  Fix deadlock of WebViewCoreThread

11 years agoam 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"
John Reck [Tue, 25 Jun 2013 22:31:39 +0000 (15:31 -0700)]
am 12c4c0e4: Merge "Fix deadlock of WebViewCoreThread"

* commit '12c4c0e45b12be18005f0ad2af2433e34dcb1a9f':
  Fix deadlock of WebViewCoreThread

11 years agoMerge "Fix deadlock of WebViewCoreThread"
John Reck [Tue, 25 Jun 2013 22:28:02 +0000 (22:28 +0000)]
Merge "Fix deadlock of WebViewCoreThread"

11 years agoImproper initialization of the accessibility manager service.
Svetoslav [Wed, 19 Jun 2013 23:28:30 +0000 (16:28 -0700)]
Improper initialization of the accessibility manager service.

Initially the current user in the accessibility manager service is the
owner. This is correct since the system should be able to respond to
queries immediately and their result depends on the current user. However,
the system is calling the user switch callback with the current user
which is the same as the one we initialized with. Switching the user
causes clearing state for the old user winch is in case the current
one. Hence, we are losing state for the current user. This behavior was
masked from the fact that accidentally no events in the system were
fired before the first use user switch call.

repo Losing current user state puts the manager service in an inconsistent
state and it binds to accessibility services more than once. As a result
the accessibility layer starts to misbehave rendering the device useless
to a blind user.

Now we are ignoring user switch callbacks if the new user is the same
as the current one. Since we can no longer initialize at the first user
switch, this change adds explicit system ready method called from
the system server at the right moment.

bug:9496697

Change-Id: Icb39e929ea44e6c0360aba7ddc12f941ca2c9f98

11 years agoam a0b9e1ee: am 99e4a0f5: Merge "Improper initialization of the accessibility manager...
Svetoslav [Tue, 25 Jun 2013 22:01:16 +0000 (15:01 -0700)]
am a0b9e1ee: am 99e4a0f5: Merge "Improper initialization of the accessibility manager service." into jb-mr2-dev

* commit 'a0b9e1eead9cbde980ca5ee8406100d9f3bb8d4d':
  Improper initialization of the accessibility manager service.

11 years agoam 99e4a0f5: Merge "Improper initialization of the accessibility manager service...
Svetoslav [Tue, 25 Jun 2013 21:59:12 +0000 (14:59 -0700)]
am 99e4a0f5: Merge "Improper initialization of the accessibility manager service." into jb-mr2-dev

* commit '99e4a0f576bad57782b31f1b3329a3d2408f42ae':
  Improper initialization of the accessibility manager service.

11 years agoMerge "Improper initialization of the accessibility manager service." into jb-mr2-dev
Svetoslav [Tue, 25 Jun 2013 21:55:46 +0000 (21:55 +0000)]
Merge "Improper initialization of the accessibility manager service." into jb-mr2-dev

11 years agoFix a typo
Evan Charlton [Tue, 25 Jun 2013 21:37:02 +0000 (14:37 -0700)]
Fix a typo

s/will/while/ for the --no-window-animation explanation.

Change-Id: Ia068809d385cc4f54f9603a8713a581fd4f59440

11 years agoMerge "Remove unused services module dependency from sysui."
John Spurlock [Tue, 25 Jun 2013 19:47:20 +0000 (19:47 +0000)]
Merge "Remove unused services module dependency from sysui."

11 years agoMerge "Decouple storage notification from status bar."
John Spurlock [Tue, 25 Jun 2013 19:46:46 +0000 (19:46 +0000)]
Merge "Decouple storage notification from status bar."

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Jun 2013 19:32:02 +0000 (19:32 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Jun 2013 19:30:22 +0000 (19:30 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Jun 2013 19:29:48 +0000 (19:29 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoRemove unused services module dependency from sysui.
John Spurlock [Tue, 25 Jun 2013 19:09:36 +0000 (15:09 -0400)]
Remove unused services module dependency from sysui.

Change-Id: I9ac1040bece7755478d57c44f48b1e31bff6bf57

11 years agoDecouple storage notification from status bar.
John Spurlock [Tue, 25 Jun 2013 15:01:29 +0000 (11:01 -0400)]
Decouple storage notification from status bar.

Hoist the usb storage notification listener to a top-level
system ui service, not dependent on a status bar implementation.

Change-Id: Ic9e7fba1e5bfd758d72226f6d796c2f04f6b17e6

11 years agoMove battery stats call from SystemUI to system server.
John Spurlock [Mon, 24 Jun 2013 18:20:23 +0000 (14:20 -0400)]
Move battery stats call from SystemUI to system server.

The UPDATE_DEVICE_STATS permission is no longer required in sysui.

Change-Id: Icc3120b7873563e3727e56bed9f3b4767da0606d

11 years agoam 5a0f6652: am 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correc...
Jean-Baptiste Queru [Tue, 25 Jun 2013 12:59:30 +0000 (05:59 -0700)]
am 5a0f6652: am 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"

* commit '5a0f66524410834f2c425a5b9cf87b5f6f738472':
  Lockscreen : Reference correct layout

11 years agoam 602bc432: am 6d324c82: am f285a709: Merge "Bug 9517413: Activity Detection tutoria...
Joe Malin [Tue, 25 Jun 2013 12:59:13 +0000 (05:59 -0700)]
am 602bc432: am 6d324c82: am f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev

* commit '602bc43266d357765b80cabee7541724e184f44a':
  Bug 9517413: Activity Detection tutorial has errors

11 years agoMerge "Revert "Partial CameraManager implementation""
Igor Murashkin [Tue, 25 Jun 2013 05:15:55 +0000 (05:15 +0000)]
Merge "Revert "Partial CameraManager implementation""

11 years agoRevert "Partial CameraManager implementation"
Igor Murashkin [Tue, 25 Jun 2013 05:15:02 +0000 (05:15 +0000)]
Revert "Partial CameraManager implementation"

This reverts commit e473f7d8f96b5682141522378b761913192d8114.

Change-Id: I23e92ca2def0ebf507f6c782442a4698745bc926

11 years agoMerge "Revert "Initial camera device implementation""
Igor Murashkin [Tue, 25 Jun 2013 05:14:37 +0000 (05:14 +0000)]
Merge "Revert "Initial camera device implementation""

11 years agoRevert "Initial camera device implementation"
Igor Murashkin [Tue, 25 Jun 2013 05:13:55 +0000 (05:13 +0000)]
Revert "Initial camera device implementation"

This reverts commit 59bc67c732eab53b370b196066e8012d3f6bf09a.

Change-Id: I9e1ce3b9f4af4e2b9b98855c0ca533581c87ea7f

11 years agoMerge "Make sure we have a valid EGL context before drawing Bug #9404946"
Romain Guy [Tue, 25 Jun 2013 02:23:08 +0000 (02:23 +0000)]
Merge "Make sure we have a valid EGL context before drawing Bug #9404946"

11 years agoMake sure we have a valid EGL context before drawing
Romain Guy [Tue, 25 Jun 2013 02:19:21 +0000 (19:19 -0700)]
Make sure we have a valid EGL context before drawing
Bug #9404946

Run another EGL context check after invoking user code to ensure
we have a valid context/surface pair before drawing the display list.

Change-Id: Iefb0ced7900ce0c54eb81b62d24ec00700bdce47

11 years agoMerge "Use FastPrintWriter... everywhere."
Dianne Hackborn [Tue, 25 Jun 2013 01:18:57 +0000 (01:18 +0000)]
Merge "Use FastPrintWriter...  everywhere."

11 years agoUse FastPrintWriter... everywhere.
Dianne Hackborn [Mon, 24 Jun 2013 20:46:13 +0000 (13:46 -0700)]
Use FastPrintWriter...  everywhere.

One problem this turned up is, because FastPrintWriter does
its own buffering, a lot of code that used to use PrintWriter
would fail -- if it pointed to a StringWriter, there was no
buffering, so it could just immediately get the result.  Now
you need to first flush the FastPrintWriter.

Also added some new constructors to specify the size of buffer
that FastPrintWriter should use.

Change-Id: If48cd28d7be0b6b3278bbb69a8357e6ce88cf54a

11 years agoMerge "(Small) 9patch drawing improvements"
Romain Guy [Tue, 25 Jun 2013 00:57:44 +0000 (00:57 +0000)]
Merge "(Small) 9patch drawing improvements"

11 years agoMerge changes I183dd47d,I29864a5d
Igor Murashkin [Tue, 25 Jun 2013 00:48:53 +0000 (00:48 +0000)]
Merge changes I183dd47d,I29864a5d

* changes:
  Initial camera device implementation
  Partial CameraManager implementation

11 years agoInitial camera device implementation
Igor Murashkin [Thu, 20 Jun 2013 00:47:29 +0000 (17:47 -0700)]
Initial camera device implementation

* Working streaming preview requests only
* Almost everything else returns empty objects that don't do anything

Bug: 9213377
Change-Id: I183dd47ddd737ec2c3c374e5c3461542a97f09b0

11 years agoPartial CameraManager implementation
Igor Murashkin [Tue, 11 Jun 2013 21:23:50 +0000 (14:23 -0700)]
Partial CameraManager implementation

Bug: 9213377
Change-Id: I29864a5d1f7971ed589d1ffaddeefbb703e34018

11 years agoMerge "Fix FLAG_PRIVILEGED numbering"
Christopher Tate [Tue, 25 Jun 2013 00:39:18 +0000 (00:39 +0000)]
Merge "Fix FLAG_PRIVILEGED numbering"

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 25 Jun 2013 00:20:56 +0000 (17:20 -0700)]
Import translations. DO NOT MERGE

Change-Id: I7533d17db79b24818bb5870f2b6839ab233e110c
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 25 Jun 2013 00:11:25 +0000 (17:11 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ibc728bbf6327ff64cf7a1dd819c12468de83a5e2
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Jun 2013 23:54:37 +0000 (16:54 -0700)]
Import translations. DO NOT MERGE

Change-Id: I5612800c2b9deb0a0e653b86478bedfe45b729dd
Auto-generated-cl: translation import

11 years ago(Small) 9patch drawing improvements
Romain Guy [Mon, 24 Jun 2013 21:33:37 +0000 (14:33 -0700)]
(Small) 9patch drawing improvements

Save a bit of memory in meshs generated from native code
Avoid an extra if/else when drawing with hardware accelration on

Change-Id: I31a4550bde4d2c27961710ebcc92b66cd71153cc

11 years agoFix FLAG_PRIVILEGED numbering
Christopher Tate [Mon, 24 Jun 2013 23:43:51 +0000 (16:43 -0700)]
Fix FLAG_PRIVILEGED numbering

Change-Id: Ia04326acb51a76c0f1931fce94f0501d4ce7faba

11 years agoMerge "When an app dies launch home conditionally."
Craig Mautner [Mon, 24 Jun 2013 23:31:00 +0000 (23:31 +0000)]
Merge "When an app dies launch home conditionally."

11 years agoWhen an app dies launch home conditionally.
Craig Mautner [Mon, 24 Jun 2013 23:19:55 +0000 (16:19 -0700)]
When an app dies launch home conditionally.

The determination for whether to launch home after an app dies
did not include whether the app would have returned home on exit.
This fixes that by checking what the app would naturally return to.

Fixes bug 9466261.

Change-Id: Ife6e895b9ef8c11b0a7f470d3eac4e88e763930b

11 years agoam 34718238: am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system...
Christopher Tate [Mon, 24 Jun 2013 23:08:15 +0000 (16:08 -0700)]
am 34718238: am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system app"

* commit '347182386c54fd4aa4478f35b712c230eb290468':
  Avoid adding FORWARD_LOCK flag to an updated system app

11 years agoam 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system app"
Christopher Tate [Mon, 24 Jun 2013 23:05:49 +0000 (16:05 -0700)]
am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system app"

* commit '3e7d0344399ac2f607fddde32c1a5e54228a38f9':
  Avoid adding FORWARD_LOCK flag to an updated system app

11 years agoMerge "Improve FastPrintWriter."
Dianne Hackborn [Mon, 24 Jun 2013 23:02:02 +0000 (23:02 +0000)]
Merge "Improve FastPrintWriter."

11 years agoMerge "Avoid adding FORWARD_LOCK flag to an updated system app"
Christopher Tate [Mon, 24 Jun 2013 23:02:00 +0000 (23:02 +0000)]
Merge "Avoid adding FORWARD_LOCK flag to an updated system app"

11 years agoImprove FastPrintWriter.
Dianne Hackborn [Mon, 24 Jun 2013 22:54:52 +0000 (15:54 -0700)]
Improve FastPrintWriter.

Change-Id: I23acb8d4c3db1f2f8e2f8003296f8c253e2ae7d2

11 years agoam 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"
Jean-Baptiste Queru [Mon, 24 Jun 2013 22:13:28 +0000 (15:13 -0700)]
am 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"

* commit '5b3afe3a84cad94642360df01c39ebb2a3ee14ba':
  Lockscreen : Reference correct layout

11 years agomerge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
The Android Automerger [Mon, 24 Jun 2013 21:55:07 +0000 (14:55 -0700)]
merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev

11 years agoMerge "Update cleanspec."
Selim Gurun [Mon, 24 Jun 2013 21:52:08 +0000 (21:52 +0000)]
Merge "Update cleanspec."

11 years agoUpdate cleanspec.
Selim Gurun [Mon, 24 Jun 2013 21:48:03 +0000 (14:48 -0700)]
Update cleanspec.

Update cleanspec to handle rename in I0df438e45ef540cc42c9ee5baafc816ebafa1c7b.

Change-Id: Ifc5abe794017d1dbc4a49c645751b71e3b08c0ef

11 years agoMerge remote-tracking branch 'origin/jb-mr2-zeroday-release' into HEAD
The Android Automerger [Mon, 24 Jun 2013 21:41:52 +0000 (14:41 -0700)]
Merge remote-tracking branch 'origin/jb-mr2-zeroday-release' into HEAD

11 years agoam 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"
Jean-Baptiste Queru [Mon, 24 Jun 2013 21:27:28 +0000 (14:27 -0700)]
am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"

* commit '4be48d436bb2d8d2207b317f9a826c27671b6d4b':
  Lockscreen : Reference correct layout

11 years agoMerge "Lockscreen : Reference correct layout"
Jean-Baptiste Queru [Mon, 24 Jun 2013 21:15:45 +0000 (21:15 +0000)]
Merge "Lockscreen : Reference correct layout"

11 years agoMerge "Decouple recents from status bar."
John Spurlock [Mon, 24 Jun 2013 20:43:21 +0000 (20:43 +0000)]
Merge "Decouple recents from status bar."

11 years agoMerge "Remove obsolete recents layout params."
John Spurlock [Mon, 24 Jun 2013 20:41:06 +0000 (20:41 +0000)]
Merge "Remove obsolete recents layout params."

11 years agoLockscreen : Reference correct layout
Danesh Mondegarian [Mon, 24 Jun 2013 20:00:35 +0000 (16:00 -0400)]
Lockscreen : Reference correct layout

Include correct layout for portrait.

Change-Id: I6de511357aec0f4364cd68c3ed740c7d4f47379d

11 years agoMerge "Fix SkASSERT errors resulting from the order objects are allocated on the...
Derek Sollenberger [Mon, 24 Jun 2013 19:54:57 +0000 (19:54 +0000)]
Merge "Fix SkASSERT errors resulting from the order objects are allocated on the stack."

11 years agoFix SkASSERT errors resulting from the order objects are allocated
Derek Sollenberger [Mon, 24 Jun 2013 19:40:54 +0000 (15:40 -0400)]
Fix SkASSERT errors resulting from the order objects are allocated
on the stack.

Change-Id: I24649fed5c069d8d3777d153e8fb31a55a9cf7a1

11 years agoFix build.
Craig Mautner [Mon, 24 Jun 2013 19:25:57 +0000 (12:25 -0700)]
Fix build.

Change-Id: Icdfc6bcbe8603cf9bd3f8982a595336c0407e7d6

11 years agoam 6d324c82: am f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors...
Joe Malin [Mon, 24 Jun 2013 19:12:50 +0000 (12:12 -0700)]
am 6d324c82: am f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev

* commit '6d324c82c603fca0afdfd2061f162fcffc0baea6':
  Bug 9517413: Activity Detection tutorial has errors

11 years agoMerge "Fix unnecessary and harmful task movement."
Craig Mautner [Mon, 24 Jun 2013 18:38:10 +0000 (18:38 +0000)]
Merge "Fix unnecessary and harmful task movement."

11 years agoMerge "Print APIs documentation update"
Svetoslav [Mon, 24 Jun 2013 18:34:33 +0000 (18:34 +0000)]
Merge "Print APIs documentation update"

11 years agoMerge "Add activity token to display system."
Craig Mautner [Mon, 24 Jun 2013 18:31:54 +0000 (18:31 +0000)]
Merge "Add activity token to display system."

11 years agoDecouple recents from status bar.
John Spurlock [Mon, 24 Jun 2013 17:06:08 +0000 (13:06 -0400)]
Decouple recents from status bar.

Remove remaining references to recents package from status bar.

Introduce in-process "components" to the existing SystemUI base class
to make component boundaries explicit, and implement Recents as the
first component.

Change-Id: Ieefd386379a1f46806b31f68a4cacd76c093aea4

11 years agoFix unnecessary and harmful task movement.
Craig Mautner [Mon, 24 Jun 2013 18:21:57 +0000 (11:21 -0700)]
Fix unnecessary and harmful task movement.

Changing the focus to a new activity should not move it to the top of
the task stack. When the previous activity fully pauses and the new
focused activity resumes then it will be brought to the top of the
task stack at the proper time. Moving it there prematurely causes the
ActivityManager and WindowManager stack sequences to be out of sync.

Fixes bug 9518153.

Also remove false warnings in validateTopActivitiesLocked() and add
debug for task movement to TaskStack.

Change-Id: Ib57500b07ded97223155cda7ef603aecc9b642c3

11 years agoMerge "Fix wrapper equals()"
Andy McFadden [Mon, 24 Jun 2013 17:42:25 +0000 (17:42 +0000)]
Merge "Fix wrapper equals()"

11 years agoam f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors" into jb...
Joe Malin [Mon, 24 Jun 2013 17:31:40 +0000 (10:31 -0700)]
am f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev

* commit 'f285a709157b16ed970573988dec603dde89cb11':
  Bug 9517413: Activity Detection tutorial has errors

11 years agoMerge "Implement FastScroller as an animated overlay."
Alan Viverette [Mon, 24 Jun 2013 17:23:19 +0000 (17:23 +0000)]
Merge "Implement FastScroller as an animated overlay."

11 years agoMerge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev
Joe Malin [Mon, 24 Jun 2013 17:15:25 +0000 (17:15 +0000)]
Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev

11 years agoMerge "Fix ViewGroupOverlay's handling of invalidating viewgroups"
Chet Haase [Mon, 24 Jun 2013 16:37:54 +0000 (16:37 +0000)]
Merge "Fix ViewGroupOverlay's handling of invalidating viewgroups"

11 years agoPrint APIs documentation update
Svetoslav [Mon, 24 Jun 2013 16:04:48 +0000 (09:04 -0700)]
Print APIs documentation update

Change-Id: I0df438e45ef540cc42c9ee5baafc816ebafa1c7b

11 years agoRemove obsolete recents layout params.
John Spurlock [Mon, 24 Jun 2013 15:32:48 +0000 (11:32 -0400)]
Remove obsolete recents layout params.

Change-Id: I20d12a63f4449ba73911cbe219446f3d1cd089e9

11 years agoMerge "Minor fixes to android.opengl.Matrix"
Andy McFadden [Mon, 24 Jun 2013 14:26:18 +0000 (14:26 +0000)]
Merge "Minor fixes to android.opengl.Matrix"

11 years agoam 66e9a009: am d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am...
Dirk Dougherty [Mon, 24 Jun 2013 08:47:41 +0000 (01:47 -0700)]
am 66e9a009: am d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit '66e9a009771c7e7a4fb48ba872b87009758f6d51':
  Doc change: edits to education opt-in docs.

11 years agoam d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am...
Dirk Dougherty [Mon, 24 Jun 2013 08:45:36 +0000 (01:45 -0700)]
am d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit 'd73e151eaca8615015948d535d90397c8719c5f4':
  Doc change: edits to education opt-in docs.

11 years agoam 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc...
Dirk Dougherty [Mon, 24 Jun 2013 08:42:27 +0000 (01:42 -0700)]
am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit '3d1c9b0710efa265e1ead34ee48a487c5ad4f66f':
  Doc change: edits to education opt-in docs.

11 years agoam eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits...
Dirk Dougherty [Mon, 24 Jun 2013 08:39:52 +0000 (01:39 -0700)]
am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit 'eadad05c341b418cfe6249fb16d91951a3432c8a':
  Doc change: edits to education opt-in docs.

11 years agoam d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education...
Dirk Dougherty [Mon, 24 Jun 2013 08:37:52 +0000 (01:37 -0700)]
am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit 'd8dff038f9368decd5a9e1176e453a24e4309290':
  Doc change: edits to education opt-in docs.

11 years agoam 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
Dirk Dougherty [Mon, 24 Jun 2013 08:34:48 +0000 (01:34 -0700)]
am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit '1c77f5e2757e589bfc8c1e89e6394504f576ac52':
  Doc change: edits to education opt-in docs.

11 years agoam 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
Dirk Dougherty [Mon, 24 Jun 2013 08:32:54 +0000 (01:32 -0700)]
am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.

* commit '1c1113958d4e27018b02ce793809d541158440f6':
  Doc change: edits to education opt-in docs.

11 years agoam 8451fc4f: Doc change: edits to education opt-in docs.
Dirk Dougherty [Mon, 24 Jun 2013 08:30:58 +0000 (01:30 -0700)]
am 8451fc4f: Doc change: edits to education opt-in docs.

* commit '8451fc4f8660842b21e4ed3bddaedb0eb9490855':
  Doc change: edits to education opt-in docs.

11 years agoDoc change: edits to education opt-in docs.
Dirk Dougherty [Mon, 24 Jun 2013 07:30:38 +0000 (00:30 -0700)]
Doc change: edits to education opt-in docs.

Change-Id: I258a8f89c3bdbb6b5dabfe96cc7dd66dd16b8052

11 years agoam 0d4adbe0: am 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am...
Dirk Dougherty [Mon, 24 Jun 2013 05:36:05 +0000 (22:36 -0700)]
am 0d4adbe0: am 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '0d4adbe0a3ba69ddc348cf086b2357cf27ff10d6':
  Doc change: add docs for edu opt-in.

11 years agoDon't move stack with task for moveTaskToFront.
Craig Mautner [Mon, 24 Jun 2013 04:24:13 +0000 (21:24 -0700)]
Don't move stack with task for moveTaskToFront.

Earlier CL, ag/321609, was overly aggressive. It should only have kept
the stack from moving when moveTaskToStack() was called. Instead the
change was applied to moveTaskToFront() as well. In order to remain
consistent with earlier behavior of moveTaskToFront() the stack
containing the task must move to the front as well. This movement
launches the activity at the top of the task. Without the stack
movement the activity never gets launched causing bug 9498455.

Fixes bug 9498455.

Change-Id: I2cb9119c23a226f7d211851df9e49f10f702b3ef

11 years agoam 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am...
Dirk Dougherty [Mon, 24 Jun 2013 02:53:00 +0000 (19:53 -0700)]
am 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '0efa541a0156396290e03c82c8b28326380c9e4a':
  Doc change: add docs for edu opt-in.

11 years agoam 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc...
Dirk Dougherty [Mon, 24 Jun 2013 02:50:32 +0000 (19:50 -0700)]
am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '6561c27519d710e79a7b2d15e29fcccb2f714c94':
  Doc change: add docs for edu opt-in.

11 years agoam 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add...
Dirk Dougherty [Mon, 24 Jun 2013 02:45:02 +0000 (19:45 -0700)]
am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '6755a4d433d44506abd932b62f6552fa37bf1dd9':
  Doc change: add docs for edu opt-in.

11 years agoam 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu...
Dirk Dougherty [Mon, 24 Jun 2013 02:42:58 +0000 (19:42 -0700)]
am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '757b943a92d23c255dcca15944908f105265a86b':
  Doc change: add docs for edu opt-in.

11 years agoam b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
Dirk Dougherty [Mon, 24 Jun 2013 02:41:29 +0000 (19:41 -0700)]
am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit 'b2e3fb4f37e6cf0e2c9e3aa00facfac9fbd4e22d':
  Doc change: add docs for edu opt-in.

11 years agoam 9db29158: am f812258e: Doc change: add docs for edu opt-in.
Dirk Dougherty [Mon, 24 Jun 2013 02:39:30 +0000 (19:39 -0700)]
am 9db29158: am f812258e: Doc change: add docs for edu opt-in.

* commit '9db291583a90babbcb6db6f2b82276f5657a3503':
  Doc change: add docs for edu opt-in.

11 years agoam f812258e: Doc change: add docs for edu opt-in.
Dirk Dougherty [Mon, 24 Jun 2013 02:37:14 +0000 (19:37 -0700)]
am f812258e: Doc change: add docs for edu opt-in.

* commit 'f812258e5ca9449402781a7330c0e3696f566e09':
  Doc change: add docs for edu opt-in.

11 years agoDoc change: add docs for edu opt-in.
Dirk Dougherty [Mon, 24 Jun 2013 00:33:15 +0000 (17:33 -0700)]
Doc change: add docs for edu opt-in.

Change-Id: Ieb9f77e3efd64c42c719167dd6e6c6d7360bcfa4

11 years agoAdd activity token to display system.
Craig Mautner [Tue, 11 Jun 2013 14:53:06 +0000 (07:53 -0700)]
Add activity token to display system.

First step in adding activity specific information to displays.
Replace CompatibilityInfoHolder with DisplayAdjustmentsHolder that
holds an activity token in addition to the CompatibilityInfo.

Change-Id: Ie113cd8dd9c62e0b5311204e039a4829096bea68

11 years agoPrint API tweaks.
Svetoslav [Sat, 22 Jun 2013 07:26:49 +0000 (00:26 -0700)]
Print API tweaks.

Change-Id: I4fcf93f17495740e8b8d0dc4e425a89862716b42