Baligh Uddin
356a11a557
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-11 15:29:13 +00:00
Jorim Jaggi
8353e76a99
Merge "Don't use layers when fading between public/private layout" into lmp-dev
2014-09-11 12:41:26 +00:00
Selim Cinek
72eda1729a
Merge "Fixed a crash when the more card or the dismissview was longpressed" into lmp-dev
2014-09-11 12:20:21 +00:00
Selim Cinek
9d25c97ea0
Merge "Fixed a bug where the drag down animation was behaving wrong" into lmp-dev
2014-09-11 12:20:07 +00:00
Selim Cinek
88619b1295
Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev
2014-09-11 12:19:37 +00:00
Jorim Jaggi
aa92ffb199
Don't use layers when fading between public/private layout
...
Saves us some memory and more importantly, prevents layer trashing
and some skipped frames when building the layers.
Bug: 17287256
Bug: 16513124
Change-Id: Ief7c9a892da57bc77264de016f5118277e648f45
2014-09-11 11:56:37 +00:00
Selim Cinek
bdefcdf90f
Fixed a crash when the more card or the dismissview was longpressed
...
Bug: 17460534
Change-Id: Ided33204b04085ed01f1cc6ada9ccc43fbf028d0
2014-09-11 12:41:47 +02:00
John Spurlock
66c0d0cb8c
Merge "QS: Fix NPE path inside cell tile." into lmp-dev
2014-09-10 21:40:43 +00:00
John Spurlock
f7f00ea9d3
QS: Fix NPE path inside cell tile.
...
Bug:17456632
Change-Id: Ifc859cf8c1620152fd333d3a92bcd1a47ac1d7e7
2014-09-10 17:34:56 -04:00
Jorim Jaggi
e81d5c97e8
Merge "Fix PIN/PUK flow" into lmp-dev
2014-09-10 20:48:46 +00:00
Jorim Jaggi
ef764551c9
Merge "Fix invisible Keyguard" into lmp-dev
2014-09-10 20:43:51 +00:00
Jorim Jaggi
5cbfe5476b
Fix invisible Keyguard
...
Bug: 17439581
Change-Id: Ie649af4a3455a650ab46372f1e5500b530a24f34
2014-09-10 22:23:08 +02:00
Jorim Jaggi
f18271cb30
Fix PIN/PUK flow
...
Bug: 17411293
Change-Id: Ib9e99ba5d982704fc0b8201aa90a664501a34b81
2014-09-10 20:21:14 +02:00
Jorim Jaggi
ebd8589406
Merge "Fix QS interception on tablets" into lmp-dev
2014-09-10 17:22:42 +00: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
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
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
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
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
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
Jorim Jaggi
00fb8a80c8
Merge "Use simpler layout for auto-redacted notifications" into lmp-dev
2014-09-10 13:03:30 +00:00
Jorim Jaggi
b1cd3c1945
Inflate guts only when needed
...
This saves us a ton of views.
Bug: 17346296
Change-Id: I3eafd6703d19704dc8b108c1034266f38cf77f7b
2014-09-10 14:58:50 +02:00
Selim Cinek
e84e6676c4
Fixed a bug where text could overlap in Quick settings
...
Bug: 17434395
Change-Id: I001f54586666e2e575b0295315f7b2181c25a1e9
2014-09-10 14:41:58 +02:00
Winson Chung
ee44595bd5
Announcing the task list as you scroll. (Bug 15699050)
...
Change-Id: I7453f41a2c87241e538cdc7281cdc20a8710ebbb
2014-09-09 22:50:01 +00:00
Winson Chung
8a8d9611e2
Fixing issue with Recents showing blank. (Bug 16987565)
2014-09-09 22:49:24 +00:00
Winson Chung
e5c06a6431
Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)
...
Change-Id: Id8f96455f6e11a13a8ac12d341464bca4419d7c5
2014-09-09 22:49:04 +00:00
Winson Chung
3aa9c221c0
Adding task switching animation xmls for further tweaking. (Bug 16656169)
...
Change-Id: I472116cb3d86a3f90a935b2a3ac058ffc2ac1b5d
2014-09-09 22:48:19 +00:00
Winson Chung
7937fdb341
Fixing weird highlight on dismiss button ripple. (Bug 17420495)
...
Change-Id: I769c0647417efeda9b39913c01c62be0d6ff7887
2014-09-09 22:47:43 +00:00
Jorim Jaggi
ed713ee58d
Use simpler layout for auto-redacted notifications
...
Saves us some views.
Bug: 17346296
Change-Id: I024f566354db2b6b93d50fcfb15f8434a1c2976b
2014-09-09 23:57:34 +02:00
John Spurlock
8143d2fbfd
Merge "QS: Fix tile padding on dual tile first lines." into lmp-dev
2014-09-09 21:47:53 +00:00
John Spurlock
baa958dc44
QS: Fix tile padding on dual tile first lines.
...
Now that the caret is not being set, update the padding to
handle this case.
Bug:17421027
Change-Id: Iaacf60df6e39801a27dad054f2d42c99b85c46cd
2014-09-09 17:33:01 -04:00
John Spurlock
d5dfb723b8
Merge "Doze: Wake up on touch, fade between states." into lmp-dev
2014-09-09 20:24:04 +00:00
John Spurlock
8b12f22bc1
Doze: Wake up on touch, fade between states.
...
- When dozing, the first motion event triggers a wake up.
- Fade the backgrounds to ease the transition out of doze.
Bug:17167296
Change-Id: I5615ca0839dfa3ed2cf3001baf407c707f0676d5
2014-09-09 16:06:22 -04:00
Jason Monk
8a2d4fc5be
Fix blank QS Panel after double tap on profile icon
...
When handleShowDetailImpl is called twice in quick succession (show
then not show), there is a race condition. If the second call comes
in before the animation finishes, the second call will call
setGridContentVisibility(true) before the onAnimationEnd callback
calls setGridContentVisibility(false). At that point the grid
is assumed to be visible when it isn't.
To fix this the HideGridContentWhenDone listener removes itself
as a listener when the animation is cancelled, this will avoid
onAnimationEnd being called in this circumstance, leaving the grid
visible (as it is assumed to be).
Bug: 17424221
Change-Id: I67b84b669ebe0e061e4a2c7f98e8151c221ee4fb
2014-09-09 15:46:35 -04:00
Winson Chung
69550456e3
Merge "Fixing issue with screen pinning not working. (Bug 17436123)" into lmp-dev
2014-09-09 18:33:18 +00:00
Winson Chung
31e8d7602c
Merge "Separating the notion of transposed search vs nav bar. (Bug 17402331)" into lmp-dev
2014-09-09 18:33:08 +00:00
Jason Monk
9580f6c6cb
Merge "Add user-specific playSoundEffect and use in NavBar" into lmp-dev
2014-09-09 18:03:14 +00:00
Adrian Roos
84e4e62d3b
Merge "Initilize LockPatternUtils with the current user" into lmp-dev
2014-09-09 16:37:40 +00:00
Adrian Roos
e5322f47bf
Merge "Show confirmation dialog when adding user from QS" into lmp-dev
2014-09-09 16:37:09 +00:00
Adrian Roos
e60d6ed7cb
Merge "Don't crash if there's no QS panel" into lmp-dev
2014-09-09 16:35:09 +00:00
Jorim Jaggi
fbc3f1984a
Merge "Remove a few unnecessary withLayer() calls" into lmp-dev
2014-09-09 15:51:18 +00:00
Jorim Jaggi
f832638b57
Merge "Fix padding between R and wifi icon" into lmp-dev
2014-09-09 15:49:08 +00:00
Selim Cinek
a9dddfb011
Merge "Fixed a bug that the icon was not animating anymore when updating." into lmp-dev
2014-09-09 15:35:07 +00:00
Selim Cinek
2d12d98303
Merge "Properly announcing HUN state for talkback" into lmp-dev
2014-09-09 15:34:45 +00:00
Selim Cinek
f219dad7e5
Merge "Avoiding heads-up when accessibility is turned on" into lmp-dev
2014-09-09 15:34:07 +00:00
Jorim Jaggi
6107a10ca5
Remove a few unnecessary withLayer() calls
...
Fixes some jank.
Bug: 17287256
Change-Id: I6c518f12decffa0d3a180499a92823b35e2dd4d5
2014-09-09 17:23:29 +02:00