Craig Mautner
6e2f395a86
Wait for animation complete before completing boot
...
Defer the boot process in ActivityManagerService,
WindowManagerService and PowerManagerService until the boot
animation has completed.
Fixes bug 16309312.
Change-Id: Ic5e0d627ca4ded3e211c5d2afece89da40d34642
2014-09-10 10:29:39 -07:00
Jean-Michel Trivi
f35423bb4e
Merge "Virtualizer: replace device type by virtualization mode" into lmp-dev
2014-09-10 17:29:20 +00:00
Eric Laurent
b94b5d33b2
Merge "Hide AudioDevice class" into lmp-dev
2014-09-10 17:28:56 +00:00
Jorim Jaggi
1145748e5e
Merge "Remove some overdraw in Keyguard" into lmp-dev
2014-09-10 17:22:53 +00:00
Jorim Jaggi
ebd8589406
Merge "Fix QS interception on tablets" into lmp-dev
2014-09-10 17:22:42 +00:00
Ruben Brunk
07fb533934
am 17fcb255: Merge "camera2: Fix preview stretching in LEGACY mode." into lmp-dev
...
* commit '17fcb2556b1c04a42398738dcc1ad491b3597aa7':
camera2: Fix preview stretching in LEGACY mode.
2014-09-10 17:21:27 +00:00
Esteban Talavera
cb7b978794
am 52437ed7: am 55bffb50: Merge "Update string value for provisioning action and extra" into lmp-dev
...
* commit '52437ed732e9346752df7e348c7e5b0fdbd9b2ce':
Update string value for provisioning action and extra
2014-09-10 17:18:33 +00:00
Jorim Jaggi
fce6cb8a89
am 5aac958b: am bf671114: Merge "Don\'t let two closing animations run at the same time" into lmp-dev
...
* commit '5aac958b8f62b43f632d0502c078bcf44e4cc305':
Don't let two closing animations run at the same time
2014-09-10 17:18:28 +00:00
Ruben Brunk
a3256cd3e7
Merge "camera2: Fix preview stretching in LEGACY mode." into lmp-dev
2014-09-10 17:11:21 +00:00
Esteban Talavera
fd613ae9ea
am 55bffb50: Merge "Update string value for provisioning action and extra" into lmp-dev
...
* commit '55bffb5041e18f2cf6884841165c2bbaf9576b98':
Update string value for provisioning action and extra
2014-09-10 17:06:21 +00:00
Jorim Jaggi
7b60d89710
am bf671114: Merge "Don\'t let two closing animations run at the same time" into lmp-dev
...
* commit 'bf671114aa8cd713ff915dbd1403e077821c07f8':
Don't let two closing animations run at the same time
2014-09-10 17:06:15 +00:00
Jorim Jaggi
53251ed4ac
Remove some overdraw in Keyguard
...
Bug: 17287256
Change-Id: I0bc4101713f83abc2738528c247ca8ce5748bff1
2014-09-10 19:00:22 +02:00
Selim Cinek
cfc91cf264
Fixed a bug where the drag down animation was behaving wrong
...
Since we actually only need to animate the yCoordinate in
the drag down motion, some clipping artefacts were left
in certain cases.
Bug: 17345758
Change-Id: I659a64b7ae5c7abcfa04c20347ec56a2d5f4f75c
2014-09-10 18:52:08 +02:00
Esteban Talavera
df980618a3
Merge "Update string value for provisioning action and extra" into lmp-dev
2014-09-10 16:26:50 +00:00
Jorim Jaggi
0c85e8676e
Fix QS interception on tablets
...
Only intercept when touching on the panel and not on the left or
right of the panel. Fixes a bug where the user couldn't dismiss the
panel by tapping outside.
Bug: 17437547
Change-Id: Ice484a301683fa2df1f2a21f13977023b48189f4
2014-09-10 18:22:24 +02:00
Jean-Michel Trivi
60f22fbf67
Do not restore the media button event receiver
...
Do not restore the media button event receiver on behalf of the
application that registered. Prevents reported vulnerability.
Bug 15428797
Change-Id: If40ee6bc0c77c191643129daa92eb26755e70cb0
2014-09-10 09:15:50 -07:00
Selim Cinek
237a70153b
Fixed a bug where the notifications and the clock could jump
...
When the QS panel was expanded, the Notifications and the
clock were not positioned, leading to a jump on the next
layout when any notification came in or was swiped out.
Bug: 17315258
Change-Id: I19276054e8c0a364a452d2041c1c4af858ba32b7
2014-09-10 18:12:18 +02:00
Jorim Jaggi
6658b159db
Merge "Don't let two closing animations run at the same time" into lmp-dev
2014-09-10 15:48:45 +00:00
Selim Cinek
e4fb3c18f4
am bc2f9a54: am abe5f130: Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
...
* commit 'bc2f9a54c9a13d909d01d271f54f1317e2a95a4a':
Fixed unnecessary layer creations in the pin unlock method
2014-09-10 15:21:15 +00:00
Jason Monk
b7ffb48579
am 835867ef: am 89551fab: Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
...
* commit '835867ef7a69307c547865ef5d6421ccb4ab7897':
Fix blank QS Panel after double tap on profile icon
2014-09-10 15:21:09 +00:00
Jason Monk
03c330b77d
am 6f9ba85b: am 1c52586c: Merge "Update zen mode and qs strings on locale change" into lmp-dev
...
* commit '6f9ba85b2dc7017e88a931423f64d45e8fb13fd1':
Update zen mode and qs strings on locale change
2014-09-10 15:21:03 +00:00
Jason Monk
4534e26cc1
am 6a747735: am 473d27fa: Merge "Move zen mode constants and code to framework" into lmp-dev
...
* commit '6a74773572fdfe4001b7b3b47bc1ceafa426eb3a':
Move zen mode constants and code to framework
2014-09-10 15:20:57 +00:00
Dan Albert
4fb58b0360
Don't check a staticly allocated array for null.
...
Change-Id: I5568174f1a9d53078c2169cfd3401e43d88a7643
2014-09-10 08:17:30 -07:00
Selim Cinek
146e8eaaab
am abe5f130: Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
...
* commit 'abe5f1300b333b9120d7d120b0cec6cca96b778f':
Fixed unnecessary layer creations in the pin unlock method
2014-09-10 15:10:17 +00:00
Jason Monk
05c91fde2e
am 89551fab: Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
...
* commit '89551fab5725e7c67002f894bdf8933c00a9c409':
Fix blank QS Panel after double tap on profile icon
2014-09-10 15:10:12 +00:00
Jason Monk
22392ebccc
am 1c52586c: Merge "Update zen mode and qs strings on locale change" into lmp-dev
...
* commit '1c52586cb3273f419d9e70a884823c411abacf73':
Update zen mode and qs strings on locale change
2014-09-10 15:10:08 +00:00
Jason Monk
e746b503ae
am 473d27fa: Merge "Move zen mode constants and code to framework" into lmp-dev
...
* commit '473d27fa34875083dfea48e933c2e9300979c64a':
Move zen mode constants and code to framework
2014-09-10 15:10:02 +00:00
Selim Cinek
ef88f708f9
Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
2014-09-10 15:08:33 +00:00
Jorim Jaggi
98139559af
Don't let two closing animations run at the same time
...
Fixes a flash when clicking on a single notification.
Bug: 17450892
Change-Id: Ia99c21a0bb30ce100532cfab66c96ec24f2412bf
2014-09-10 17:05:19 +02:00
John Spurlock
2cfe2229c5
am 736196b2: am 82126845: Merge "Zen: make Condition available over @SystemApi" into lmp-dev
...
* commit '736196b23801319a4e477ad921cdd7f41eb66c2e':
Zen: make Condition available over @SystemApi
2014-09-10 15:04:31 +00:00
Jason Monk
bd2ffe8f77
Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
2014-09-10 15:01:00 +00:00
Jason Monk
0875a782ad
Merge "Update zen mode and qs strings on locale change" into lmp-dev
2014-09-10 15:00:31 +00:00
Jason Monk
c8e4fa41f2
Merge "Move zen mode constants and code to framework" into lmp-dev
2014-09-10 15:00:20 +00:00
John Spurlock
5bb9f01f90
am 82126845: Merge "Zen: make Condition available over @SystemApi" into lmp-dev
...
* commit '821268455ca57051983c0e5f8cc24695033be174':
Zen: make Condition available over @SystemApi
2014-09-10 14:54:37 +00:00
George Mount
13a0819754
am 568b3fe9: am 1fac2ba1: Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into lmp-dev
...
* commit '568b3fe99baa8e5eba1acad6a522706f16803a40':
Use intrinsic size for path animation in AnimatedVectorDrawable
2014-09-10 14:51:05 +00:00
George Mount
5a88f7f343
am 557b3f66: am bfbb5882: Merge "Fix fade transition not working with Activity Transitions." into lmp-dev
...
* commit '557b3f662dee5298f793ec84ddcf134d34b96365':
Fix fade transition not working with Activity Transitions.
2014-09-10 14:51:00 +00:00
John Spurlock
3e5d59c365
Merge "Zen: make Condition available over @SystemApi" into lmp-dev
2014-09-10 14:46:20 +00:00
John Spurlock
9034f2452b
Zen: make Condition available over @SystemApi
...
Fix build.
Bug:16819503
Change-Id: I011723a770a9a8b7fc8124defd56137ec5f1704e
2014-09-10 10:42:13 -04:00
Selim Cinek
6380482d08
Fixed unnecessary layer creations in the pin unlock method
...
This was especially noticible when double tapping a notification
because of the staggered appearing.
Bug: 17287256
Change-Id: I8f39892fa122bb8b7b6f2a7b1e7be8a9570e661e
2014-09-10 16:39:01 +02:00
George Mount
5a3be5f99d
am 1fac2ba1: Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into lmp-dev
...
* commit '1fac2ba1c9577f88cf93e88794780af9b5eacb1b':
Use intrinsic size for path animation in AnimatedVectorDrawable
2014-09-10 14:38:03 +00:00
George Mount
078564506f
am bfbb5882: Merge "Fix fade transition not working with Activity Transitions." into lmp-dev
...
* commit 'bfbb5882cb2e11d9a201e4f5ade6a3fe9f43e6b0':
Fix fade transition not working with Activity Transitions.
2014-09-10 14:37:58 +00:00
George Mount
b7d63aedf5
Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into lmp-dev
2014-09-10 14:30:17 +00:00
George Mount
cb0567f98c
Merge "Fix fade transition not working with Activity Transitions." into lmp-dev
2014-09-10 14:29:59 +00:00
John Spurlock
39997db633
am 88c61af5: am 3a972844: Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev
...
* commit '88c61af5c1833e9a94f33e8150d23e7b6b50a319':
Zen: Make condition providers available via @SystemApi.
2014-09-10 13:56:05 +00:00
Selim Cinek
a7307bb9ab
am c472809c: am 20c285a6: Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
...
* commit 'c472809c6e55a45b426389d9a2cbe21fdd24eebb':
Fixed a bug where text could overlap in Quick settings
2014-09-10 13:56:01 +00:00
John Spurlock
3961ecb0e5
am 3a972844: Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev
...
* commit '3a972844e934b1031d73bfb114d84a7d2f8d4b19':
Zen: Make condition providers available via @SystemApi.
2014-09-10 13:45:22 +00:00
Selim Cinek
d5da36a771
am 20c285a6: Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
...
* commit '20c285a6485e57669eae5a9ea165b390f0d8369c':
Fixed a bug where text could overlap in Quick settings
2014-09-10 13:45:08 +00:00
John Spurlock
fdef628470
Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev
2014-09-10 13:38:09 +00:00
Selim Cinek
ee5234f200
Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
2014-09-10 13:36:18 +00:00
Jason Monk
4dd81467e3
Move zen mode constants and code to framework
...
This allows the strings and code to be shared with settings.
Bug: 15454830
Change-Id: I9300af4f8b6d80042452b75db3418b20c5c5cc81
2014-09-10 09:30:03 -04:00