John Spurlock
3e309b2edc
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
2013-06-25 11:12:41 -04:00
John Spurlock
bf991a8f42
Move battery stats call from SystemUI to system server.
...
The UPDATE_DEVICE_STATS permission is no longer required in sysui.
Change-Id: Icc3120b7873563e3727e56bed9f3b4767da0606d
2013-06-25 10:21:11 -04:00
Jean-Baptiste Queru
73cbbc3d64
am 5a0f6652: am 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"
...
* commit '5a0f66524410834f2c425a5b9cf87b5f6f738472':
Lockscreen : Reference correct layout
2013-06-25 05:59:30 -07:00
Joe Malin
a6bfa1c3ba
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
2013-06-25 05:59:13 -07:00
Igor Murashkin
4c018e4050
Merge "Revert "Partial CameraManager implementation""
2013-06-25 05:15:55 +00:00
Igor Murashkin
a858308ed2
Revert "Partial CameraManager implementation"
...
This reverts commit e473f7d8f96b5682141522378b761913192d8114.
Change-Id: I23e92ca2def0ebf507f6c782442a4698745bc926
2013-06-25 05:15:02 +00:00
Igor Murashkin
0c5e010efe
Merge "Revert "Initial camera device implementation""
2013-06-25 05:14:37 +00:00
Igor Murashkin
36483e9622
Revert "Initial camera device implementation"
...
This reverts commit 59bc67c732eab53b370b196066e8012d3f6bf09a.
Change-Id: I9e1ce3b9f4af4e2b9b98855c0ca533581c87ea7f
2013-06-25 05:13:55 +00:00
Romain Guy
e981c516e7
Merge "Make sure we have a valid EGL context before drawing Bug #9404946 "
2013-06-25 02:23:08 +00:00
Romain Guy
cc6b7caff0
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
2013-06-24 19:19:21 -07:00
Dianne Hackborn
d982851d29
Merge "Use FastPrintWriter... everywhere."
2013-06-25 01:18:57 +00:00
Dianne Hackborn
8c84109b9f
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
2013-06-24 18:16:48 -07:00
Romain Guy
5d2bba0d47
Merge "(Small) 9patch drawing improvements"
2013-06-25 00:57:44 +00:00
Igor Murashkin
d5540fb1a9
Merge changes I183dd47d,I29864a5d
...
* changes:
Initial camera device implementation
Partial CameraManager implementation
2013-06-25 00:48:53 +00:00
Igor Murashkin
59bc67c732
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
2013-06-24 17:41:10 -07:00
Igor Murashkin
e473f7d8f9
Partial CameraManager implementation
...
Bug: 9213377
Change-Id: I29864a5d1f7971ed589d1ffaddeefbb703e34018
2013-06-24 17:41:09 -07:00
Christopher Tate
dee987c9d6
Merge "Fix FLAG_PRIVILEGED numbering"
2013-06-25 00:39:18 +00:00
Romain Guy
f296dca95f
(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
2013-06-24 16:45:41 -07:00
Christopher Tate
4ce55a3987
Fix FLAG_PRIVILEGED numbering
...
Change-Id: Ia04326acb51a76c0f1931fce94f0501d4ce7faba
2013-06-24 16:44:39 -07:00
Craig Mautner
a3f62a8439
Merge "When an app dies launch home conditionally."
2013-06-24 23:31:00 +00:00
Craig Mautner
37f748db85
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
2013-06-24 16:19:55 -07:00
Dianne Hackborn
3af16b226b
Merge "Improve FastPrintWriter."
2013-06-24 23:02:02 +00:00
Dianne Hackborn
e5a9c92377
Improve FastPrintWriter.
...
Change-Id: I23acb8d4c3db1f2f8e2f8003296f8c253e2ae7d2
2013-06-24 15:54:52 -07:00
Jean-Baptiste Queru
5a0f665244
am 5b3afe3a: am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"
...
* commit '5b3afe3a84cad94642360df01c39ebb2a3ee14ba':
Lockscreen : Reference correct layout
2013-06-24 15:13:28 -07:00
Selim Gurun
8b44040aea
Merge "Update cleanspec."
2013-06-24 21:52:08 +00:00
Selim Gurun
5907624312
Update cleanspec.
...
Update cleanspec to handle rename in I0df438e45ef540cc42c9ee5baafc816ebafa1c7b.
Change-Id: Ifc5abe794017d1dbc4a49c645751b71e3b08c0ef
2013-06-24 14:48:03 -07:00
Jean-Baptiste Queru
5b3afe3a84
am 4be48d43: (-s ours) Merge "Lockscreen : Reference correct layout"
...
* commit '4be48d436bb2d8d2207b317f9a826c27671b6d4b':
Lockscreen : Reference correct layout
2013-06-24 14:27:28 -07:00
Jean-Baptiste Queru
4be48d436b
Merge "Lockscreen : Reference correct layout"
2013-06-24 21:15:45 +00:00
John Spurlock
3f43c4e642
Merge "Decouple recents from status bar."
2013-06-24 20:43:22 +00:00
John Spurlock
a9d5f6c7c9
Merge "Remove obsolete recents layout params."
2013-06-24 20:41:07 +00:00
Danesh Mondegarian
034ed8f94b
Lockscreen : Reference correct layout
...
Include correct layout for portrait.
Change-Id: I6de511357aec0f4364cd68c3ed740c7d4f47379d
2013-06-24 16:00:35 -04:00
Derek Sollenberger
87751a282d
Merge "Fix SkASSERT errors resulting from the order objects are allocated on the stack."
2013-06-24 19:54:57 +00:00
Derek Sollenberger
6b0437c2c7
Fix SkASSERT errors resulting from the order objects are allocated
...
on the stack.
Change-Id: I24649fed5c069d8d3777d153e8fb31a55a9cf7a1
2013-06-24 15:40:54 -04:00
Craig Mautner
144a6ae7e6
Fix build.
...
Change-Id: Icdfc6bcbe8603cf9bd3f8982a595336c0407e7d6
2013-06-24 12:25:57 -07:00
Joe Malin
602bc43266
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
2013-06-24 12:12:50 -07:00
Craig Mautner
7a78b39428
Merge "Fix unnecessary and harmful task movement."
2013-06-24 18:38:11 +00:00
Svetoslav
cf165a0ae0
Merge "Print APIs documentation update"
2013-06-24 18:34:33 +00:00
Craig Mautner
07f36c738e
Merge "Add activity token to display system."
2013-06-24 18:31:54 +00:00
John Spurlock
d08de37a22
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
2013-06-24 14:30:12 -04:00
Craig Mautner
f0ac5c87f2
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
2013-06-24 11:29:09 -07:00
Andy McFadden
066bdcfe83
Merge "Fix wrapper equals()"
2013-06-24 17:42:25 +00:00
Joe Malin
6d324c82c6
am f285a709: Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev
...
* commit 'f285a709157b16ed970573988dec603dde89cb11':
Bug 9517413: Activity Detection tutorial has errors
2013-06-24 10:31:40 -07:00
Alan Viverette
db759c3f02
Merge "Implement FastScroller as an animated overlay."
2013-06-24 17:23:19 +00:00
Joe Malin
f285a70915
Merge "Bug 9517413: Activity Detection tutorial has errors" into jb-mr2-dev
2013-06-24 17:15:25 +00:00
Chet Haase
edaf0794bb
Merge "Fix ViewGroupOverlay's handling of invalidating viewgroups"
2013-06-24 16:37:55 +00:00
Svetoslav
fd90651cfc
Print APIs documentation update
...
Change-Id: I0df438e45ef540cc42c9ee5baafc816ebafa1c7b
2013-06-24 09:05:38 -07:00
John Spurlock
20f573c9fc
Remove obsolete recents layout params.
...
Change-Id: I20d12a63f4449ba73911cbe219446f3d1cd089e9
2013-06-24 11:32:48 -04:00
Andy McFadden
b32a7c7ca2
Merge "Minor fixes to android.opengl.Matrix"
2013-06-24 14:26:18 +00:00
Dirk Dougherty
5d87c166f4
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.
2013-06-24 01:47:41 -07:00
Dirk Dougherty
66e9a00977
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.
2013-06-24 01:45:36 -07:00