John Spurlock
7ab8ecd053
Zen: Track next-alarm condition across reboots.
...
During a reboot, wait for the initial alarm registration -
which is traditionally done in response to ACTION_BOOT_COMPLETED.
Bug: 16373455
Change-Id: I00dd737fa5c9ea15d646779c5b92e5637a69595a
2014-11-06 14:17:37 -05:00
Winson Chung
9128396982
Merge "Fixing crash in recents window transition. (Bug 18246975, 18159006)" into lmp-mr1-dev
2014-11-05 21:39:16 +00:00
Jeff Davidson
b42bdef51c
Merge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into lmp-mr1-dev
2014-11-05 21:33:16 +00:00
Rich Slogar
faac8b7983
am c3d174a0: am 848d9125: am 1afa82dc: docs:remove sdk/ndk note
...
* commit 'c3d174a0304d3be57e485c48783d7c101553c78a':
docs:remove sdk/ndk note
2014-11-05 20:50:03 +00:00
Sanket Padawe
d12b69518d
Merge "Changes related to setting default color for sim in multisim." into lmp-mr1-dev
2014-11-05 20:30:30 +00:00
Andrew Solovay
fbc3bdec7a
am 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs
...
automerge: 8d7d7b4
* commit '8d7d7b448f2df7e4fdff6a3ca890b32b83075ead':
docs: Removed broken link to non-existent method.
2014-11-05 20:22:24 +00:00
Ricardo Cervera
5a57ec024f
am b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs
...
automerge: b2f0f35
* commit 'b2f0f3514c20b478655e4c3f192a98cfea2335ce':
docs: Add instructions to attach debugger to a running process.
2014-11-05 20:21:03 +00:00
Rich Slogar
c3d174a030
am 848d9125: am 1afa82dc: docs:remove sdk/ndk note
...
* commit '848d912505079cc3cbd362a4333f0eabfac3c1c5':
docs:remove sdk/ndk note
2014-11-05 20:17:55 +00:00
Rich Slogar
848d912505
am 1afa82dc: docs:remove sdk/ndk note
...
* commit '1afa82dce06ec03bcc2f58c4e144ba25c2ea1b2d':
docs:remove sdk/ndk note
2014-11-05 20:13:35 +00:00
John Spurlock
2f9e7f6d8b
Merge "Zen: Add the ability to enter "None" mode during downtime." into lmp-mr1-dev
2014-11-05 19:17:39 +00:00
Adam Lesinski
69ecfa9034
Merge "Add error checking to aapt for split generation" into lmp-mr1-dev
2014-11-05 19:15:57 +00:00
John Spurlock
cc30c8d729
Zen: Add the ability to enter "None" mode during downtime.
...
Updates to the shared config structure and the service backend.
Bug: 16373455
Change-Id: I45761690ba6b32eb81c9e2a5c1f2d4adad93e58d
2014-11-05 14:12:30 -05:00
Craig Mautner
3f36ba647d
Merge "When keyguard exits use same anim for all windows" into lmp-mr1-dev
2014-11-05 19:07:59 +00:00
Paul Jensen
021a95f761
Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()" into lmp-mr1-dev
2014-11-05 19:05:09 +00:00
Dan Sandler
ac8dbdafea
Merge "Materialize default app icon." into lmp-mr1-dev
2014-11-05 18:58:14 +00:00
Ricardo Cervera
caecc4ae3d
am df37d45f: Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev automerge: 25a4e21
...
* commit 'df37d45f1311dcbfbcc58b3ff81f3df56c46fcdd':
docs: Add instructions to attach debugger to a running process.
2014-11-05 18:54:12 +00:00
Bryce Lee
ca7f9a4d4e
am 5a818e55: Merge "Add config to control going to sleep when entering theater mode." into lmp-sprout-dev
...
* commit '5a818e55a7faee421567eb037ac4e42f20bca0c4':
Add config to control going to sleep when entering theater mode.
2014-11-05 18:54:06 +00:00
Daniel Sandler
70bbbd32be
Merge "More flexible intent extra parsing." into lmp-mr1-dev
2014-11-05 18:53:44 +00:00
Andrew Solovay
8d7d7b448f
am 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs
...
* commit '56576838a8e8c4f44f8df13cc40295a918540b86':
docs: Removed broken link to non-existent method.
2014-11-05 18:52:27 +00:00
Ricardo Cervera
b2f0f3514c
am b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs
...
* commit 'b4125d1e0bbf1ce90d0bfb03e5e068180bbb6b20':
docs: Add instructions to attach debugger to a running process.
2014-11-05 18:52:23 +00:00
Andrew Solovay
56576838a8
am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs
...
* commit 'd9ceae8f9753a3a986ae0d24d4732c0167a6b2a9':
docs: Removed broken link to non-existent method.
2014-11-05 18:47:17 +00:00
Craig Mautner
276a6eb879
When keyguard exits use same anim for all windows
...
The entering animations were only applied to the incoming windows
one time. If those windows weren't drawn yet then they never had
an animation assigned.
Furthermore if a starting window was drawn in time it would get the
animation but its main window would not get it if it weren't drawn.
Even if an animation were assigned later they wouldn't be synced
with each other.
This change creates a single animation which is shared by all
incoming windows. As windows are drawn they can then animate with
the starting window.
(Also refactorings to eliminate redundant code and unnecessary
variables.)
Fixes bug 15991916.
Change-Id: I844d102439b6eda8c912108431916e04b12f7298
2014-11-05 10:47:14 -08:00
Ricardo Cervera
b4125d1e0b
am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs
...
* commit '58f1200c333deea72ed6e095587f0bcb1fb65ce3':
docs: Add instructions to attach debugger to a running process.
2014-11-05 18:47:13 +00:00
Rich Slogar
1afa82dce0
docs:remove sdk/ndk note
...
Change-Id: I3aaebdd14b0b26b041da3ee6872f84f311d4191b
2014-11-05 10:46:50 -08:00
RoboErik
9af44ddf03
Merge "Post volume requests to the handler thread in MediaSession" into lmp-mr1-dev
2014-11-05 18:29:32 +00:00
RoboErik
5604a85ac6
Merge changes Ia3bc5b0d,I26e662ff into lmp-mr1-dev
...
* changes:
Add extras to the PlaybackState
Add setRatingType to MediaSession
2014-11-05 18:26:00 +00:00
Andrew Solovay
d9ceae8f97
Merge "docs: Removed broken link to non-existent method." into lmp-docs
2014-11-05 18:14:05 +00:00
Jeff Davidson
ea651a4fbf
Merge "Update network selections on capability change." into lmp-mr1-dev
2014-11-05 17:41:36 +00:00
Filip Gruszczynski
34afdf0276
Merge "Automatic brightness using ALS while dozing." into lmp-mr1-dev
2014-11-05 17:39:34 +00:00
Ricardo Cervera
df37d45f13
Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev
...
automerge: 25a4e21
* commit '25a4e21e13217708e9ff99beb21f88151ea2cbd4':
docs: Add instructions to attach debugger to a running process.
2014-11-05 17:08:37 +00:00
Tyler Gunn
4255ec5c57
Merge "Support disconnecting conference participants from conference." into lmp-mr1-dev
2014-11-05 17:03:13 +00:00
Dan Sandler
d29149d2ee
Materialize default app icon.
...
Bug: 17999428
Change-Id: Ib7430993fc44051c70a802442dce15ca4cd592d4
2014-11-05 12:02:22 -05:00
Ricardo Cervera
58f1200c33
Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs
2014-11-05 17:00:10 +00:00
Ricardo Cervera
25a4e21e13
Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev
2014-11-05 16:58:23 +00:00
Bryce Lee
5a818e55a7
Merge "Add config to control going to sleep when entering theater mode." into lmp-sprout-dev
2014-11-05 16:41:40 +00:00
Jorim Jaggi
09ba32c0ba
Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev
2014-11-05 16:17:33 +00:00
Andres Morales
36531b33b8
Merge "Only allow USER_OWNER to access PDB and change OEM unlock ability" into lmp-mr1-dev
2014-11-05 16:01:24 +00:00
George Mount
8b26674aa1
Merge "Fix javadoc." into lmp-mr1-dev
2014-11-05 15:22:43 +00:00
John Spurlock
0bdefb9953
Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev
2014-11-05 14:47:20 +00:00
John Spurlock
2face5e2e8
Merge "QS: Toggle tile icon animations." into lmp-mr1-dev
2014-11-05 14:47:03 +00:00
Paul Jensen
c53113b37f
Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
...
setDomain() and toLinkProperties() were not setting the domains.
The setDomain() bug affected Wifi and I believe the toLinkProperties()
bug affected Ethernet and Bluetooth reverse-tethering.
bug:18252947
Change-Id: I8764cb944c293e01d99822bb52b55af7e9d77853
2014-11-05 09:35:26 -05:00
John Spurlock
c6df3cf273
QS: Toggle tile icon animations.
...
- New location tile icon animation.
- New flashlight tile icon animation.
- New airplane-mode tile icon animation.
- New color inversion tile icon animation.
- Remove obsolete static icons.
Bug: 17426910
Change-Id: I51c98979afd46f4cdfc2fd383e80d7bf13c5eeab
2014-11-05 09:20:16 -05:00
Jorim Jaggi
3e9d9b5953
Fix janky in transition doze -> lockscreen
...
Also fix some unnecessary layer creation for dismiss button.
Bug: 18238168
Change-Id: I71989f2a24162e4453781c07e50d6c25fb380089
2014-11-05 15:08:15 +01:00
John Spurlock
37bc92cc23
Zen: Create a new exit condition for "next alarm".
...
- If the user's next alarm is in the next 12 hrs, provide
this as an exit condition trigger for leaving none/priority.
- Don't display the next alarm condition when downtime is active.
- When the next-alarm exit condition is active, follow changes
to the next alarm, assuming it remains within the 12-hr window.
- Tweak the downtime condition strings to be consistent.
Bug: 16373455
Change-Id: I4020b91d323dead998e62d655132eca07438b148
2014-11-05 08:46:01 -05:00
Jungshik Jang
090354861a
Merge "Add recorder address to all recording listerner apis." into lmp-mr1-dev
2014-11-05 05:54:15 +00:00
Alan Viverette
9342b049b9
Merge "Use default token instead of wrapped window manager" into lmp-mr1-dev
2014-11-05 04:44:22 +00:00
Tom Taylor
8da5180d3d
am 865a6582: am 4e985118: am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am d7044fe1: am b2e54c1b: am 75e7fbaa: am 37906e6e: am 44f6d0d5: am 4c5b16d7: am 66aa87ae: am 90743d64: am bfb7ffeb: Externally Reported Moderate Security Issue: SQL Injection i
...
* commit '865a6582462a132c3d579b0cae0792062d76833e':
Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
2014-11-05 04:36:34 +00:00
Tom Taylor
77037113a8
am dd41b629: am f2f59e7a: am db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
...
* commit 'dd41b6292433915b5b470c61476afca11df043e3':
Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
2014-11-05 04:36:20 +00:00
Alan Viverette
44eb8b7729
Revert "When keyguard exits use same anim for all windows"
...
Broke window animations.
This reverts commit b83408018176ec58f50e792590a22fdc9eb87fff.
BUG: 18248641
Change-Id: Ic456a5666c3199e8bb8c9c2fb1ecdbb82afaad86
2014-11-04 20:34:41 -08:00
Jungshik Jang
326aef0c94
Add recorder address to all recording listerner apis.
...
It enables to recognize which recorder reports record status.
Bug: 18248734
Change-Id: I248ad77212ce584dc16863cbe00639e7ac3c184a
2014-11-05 13:32:52 +09:00