Chris Wren
79ac09e439
Add logging to diagnose notification click issue.
...
Bug: 18102199
Change-Id: Id022faa7b75f28f446155f15ab4a8373869c163c
2014-10-29 14:38:01 -04:00
Geoff Mendal
ba9836d972
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-10-29 16:19:47 +00:00
John Spurlock
f9824b91f3
Merge "PowerUI: Suppress warning on incremental drops." into lmp-mr1-dev
2014-10-29 15:40:56 +00:00
Jason Monk
5d80f19c14
Merge "QS: Only hide grid if there is detail to show" into lmp-mr1-dev
2014-10-29 15:38:58 +00:00
Geoff Mendal
3c8b334d02
Import translations. DO NOT MERGE
...
Change-Id: I63c0b33a09334fbb50cd62d6eccb43edee751e45
Auto-generated-cl: translation import
2014-10-29 08:37:57 -07:00
John Spurlock
42bfc9ab00
PowerUI: Suppress warning on incremental drops.
...
If the user explicitly dismisses the warning notification,
don't update the notification until the next threshold value.
Bug: 17691122
Change-Id: I840f33f787f1dd6f217de543a291bc9f65b1b046
2014-10-29 11:13:01 -04:00
Jason Monk
98fa70c98f
QS: Only hide grid if there is detail to show
...
If the animation ends at the 'same' time as handleShowDetail is
running it is possible for the grid content to get cleared by the
animation callback just after it is shown in handleShowDetail.
This checks mDetailRecord to avoid that chance.
Bug: 18009138
Change-Id: Ia2951f44b5a1470321bf6580daf33917bbcb1ffd
2014-10-29 11:03:41 -04:00
Jorim Jaggi
81aef807d5
Merge "Improve doze transitions" into lmp-mr1-dev
2014-10-29 13:28:09 +00:00
Jorim Jaggi
16423aa0c6
Improve doze transitions
...
This change animates the status bar and the bottom area when exiting
doze mode from touch. We also prevent all animations when exiting
from other means, i.e. usually when the power button is pressed, so
we don't have a distracting animation there. In addition, this also
optimizes the scrim animations a bit in terms of interpolation and
duration to make the experience smoother and cleans up some logic.
Bug: 18146441
Bug: 17717584
Change-Id: I495ce480c25de24b6433adebdfe923b637d98f66
2014-10-29 14:24:00 +01:00
Jorim Jaggi
6533c544cf
Merge "Tune spacing in navigation bar for small and big devices" into lmp-mr1-dev
2014-10-29 13:22:24 +00:00
Jorim Jaggi
ca8c626feb
Tune spacing in navigation bar for small and big devices
...
Bug: 18032228
Change-Id: Ia187fa3c108b93f4ca74e109d3fa76e625b711e3
2014-10-29 14:14:17 +01:00
Jorim Jaggi
b9e290c713
Cancel ripple animations when window is hidden
...
Bug: 17737340
Change-Id: I0acb4bb20365634875489269bc84ade5161ea3ac
2014-10-29 13:39:21 +01:00
Adrian Roos
579a7f9940
Merge "Close keyguard user switcher on tap outside" into lmp-mr1-dev
2014-10-28 20:27:41 +00:00
Jason Monk
8c01dfc5af
Merge "QS: Bring back BT/Wi-Fi sub-panels" into lmp-mr1-dev
2014-10-28 18:45:34 +00:00
Jason Monk
09895be87e
Merge "Add hotspot icon to status bar" into lmp-mr1-dev
2014-10-28 18:27:06 +00:00
Jason Monk
5d325074b1
QS: Bring back BT/Wi-Fi sub-panels
...
Bluetooth has stayed pretty much the same, just came back.
Wi-Fi now shows the currently available networks like settings does.
Networks that require extra steps are taken to Settings to complete
the process.
Bug: 17722817
Change-Id: Idfcfd92f557b20168693ced26d4001f3708f08a4
2014-10-28 13:43:04 -04:00
John Spurlock
ee990413b5
Merge "Zen: Show "(until 4:56 PM)" in exit conditions." into lmp-mr1-dev
2014-10-28 17:08:43 +00:00
John Spurlock
c90e6fe863
Zen: Show "(until 4:56 PM)" in exit conditions.
...
Implement two-line exit conditions, display the duration + end
time on separate lines.
Bug: 16824863
Change-Id: I8dabc83042fce604ccb86b463b9bb547c7903c64
2014-10-28 12:57:43 -04:00
Adrian Roos
2d1ef3012c
Close keyguard user switcher on tap outside
...
Also closes when tapping the current user.
Also fixes a bug, where the background alpha was
not properly initialized. And while we're at it,
fixes a bug where the user switcher was closable
in simple mode by extending quick settings.
Bug: 17691134
Change-Id: I5444fe42a8a2887ab012ef6cbdcc57ba81a8c1c2
2014-10-28 17:46:03 +01:00
Jorim Jaggi
4eedc1d97e
Fix jank when launching something from lockscreen
...
Apparently, hideRecents blocks around 300ms so we avoid this as a
low-risk fix. In the longer term, we should investigate why it takes
so long.
Bug: 18133433
Change-Id: I3eae659d4720d3c95280e7f7a144e00f0c760388
2014-10-28 16:12:08 +00:00
Adrian Roos
288f65e381
Merge changes Iecd1303f,I2076c500 into lmp-mr1-dev
...
* changes:
Fix NPE in FlashlightController
Fix stale unlock icon
2014-10-28 15:23:14 +00:00
Jason Monk
952d5d8d8a
Add hotspot icon to status bar
...
Bug: 17318034
Change-Id: I291fe6bf7ac8c2faffd37cfda436ef050c1c5ca5
2014-10-28 09:31:42 -04:00
Winson Chung
b55f7d79d1
Merge "Fixing potential crash when the task loader is stopped. (Bug 18135583)" into lmp-mr1-dev
2014-10-27 23:39:11 +00:00
winsonchung
f14fdda212
Fixing potential crash when the task loader is stopped. (Bug 18135583)
...
Change-Id: I44f766e52f05c38a1b6c4a2e7942e3d6ecaae501
2014-10-27 12:08:54 -07:00
Adrian Roos
fa81d2126a
Fix NPE in FlashlightController
...
Bug: 18007548
Change-Id: Iecd1303feeb8062741752862312043ecd75cebbe
2014-10-27 16:57:43 +01:00
Geoff Mendal
496f0ea68a
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-10-27 15:50:38 +00:00
Geoff Mendal
592931437c
Import translations. DO NOT MERGE
...
Change-Id: I05a75d27b0c7752e6afc0d51169e82f7547607df
Auto-generated-cl: translation import
2014-10-27 08:47:13 -07:00
Jorim Jaggi
f129ee377a
Merge "Fix padding between battery and system icons" into lmp-mr1-dev
2014-10-27 14:32:15 +00:00
Jorim Jaggi
9016d8fa80
Merge "Fix system icon widths" into lmp-mr1-dev
2014-10-27 14:31:54 +00:00
Jorim Jaggi
312c1e79d4
Merge "Add padding when both data icon and wifi icon is visible" into lmp-mr1-dev
2014-10-27 14:31:33 +00:00
Adrian Roos
b9ae09066c
Fix stale unlock icon
...
Bug: 17405104
Change-Id: I2076c5008fc3617b8a0da5f547bbdca27ce875f4
2014-10-27 14:20:30 +01:00
Winson Chung
0841cf7f37
Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev
2014-10-24 22:08:12 +00:00
Winson Chung
272b0a1d6a
Merge "Fixing issue where Recents would not work if the time is changed. (Bug 17995039)" into lmp-mr1-dev
2014-10-24 18:32:02 +00:00
Winson Chung
bac679b0d4
Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)
...
Change-Id: I7fc627c79fe369e444ab411d109c439f796d67ff
2014-10-24 11:29:12 -07:00
Winson Chung
623484d231
Merge "Ensuring that user-specific Recent tasks are removed. (Bug 18036610)" into lmp-mr1-dev
2014-10-24 18:25:10 +00:00
Winson Chung
6697322af7
Merge "Should use Activity.onEnterAnimationComplete. (Bug 18031283)" into lmp-mr1-dev
2014-10-24 18:24:54 +00:00
Selim Cinek
1b459f89a7
Merge "Cleaned up status bar closing handling" into lmp-mr1-dev
2014-10-24 16:41:19 +00:00
Selim Cinek
dbbcfbe8ae
Cleaned up status bar closing handling
...
This could lead to a bug where there was a hole in the shade.
Bug: 17961295
Change-Id: Ief4bb3f79433a062c4904329e7ca130987d7fe0f
2014-10-24 17:52:35 +02:00
Christoph Studer
6709fba99e
Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev
2014-10-24 15:15:03 +00:00
Selim Cinek
2985dd763b
Merge "Fixed a bug where the indication text could get too high" into lmp-mr1-dev
2014-10-24 14:57:01 +00:00
Christoph Studer
5c1a49651b
Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
2014-10-24 14:29:20 +00:00
Adrian Roos
e01f4e2738
Merge "Set the right expanded state" into lmp-mr1-dev
2014-10-24 14:19:36 +00:00
Jason Monk
ef255fce94
Merge "Fix talkback name of screen pinning button" into lmp-mr1-dev
2014-10-24 13:54:58 +00:00
Winson Chung
0440067296
Ensuring that user-specific Recent tasks are removed. (Bug 18036610)
...
- Also ensuring that the package event logic support multiple task stacks.
Change-Id: Ib08ab70dba1d3f9e5aa0a92f3c5e5382567c96ba
2014-10-23 18:36:41 -07:00
Winson Chung
353c0b91da
Should use Activity.onEnterAnimationComplete. (Bug 18031283)
...
- Additional code cleanup for previous performance CLs
Change-Id: I41c9be9b1541d0717e32732823f5bb0bedcf818f
2014-10-23 18:33:54 -07:00
John Spurlock
f2565a8b48
Volume: Make VolumeUI startup configurable.
...
Can now disable the default volume dialog in SystemUI with
a standard product overlay.
Bug: 17753150
Change-Id: I305015dbfc40cde2428fa593c89af0f4568e1b74
2014-10-23 20:16:22 -04:00
Winson Chung
9a22a175f6
Fixing issue where Recents would not work if the time is changed. (Bug 17995039)
...
Change-Id: I389631aac1dba30003e82e7c2beac86d01117dfb
2014-10-22 14:46:43 -07:00
Selim Cinek
5256d93121
Fixed a bug where the indication text could get too high
...
Bug: 17645187
Change-Id: I8b526be55cd554ae4656797ea5e737135952d32c
2014-10-22 21:13:46 +00:00
Guang Zhu
871cdeebda
am 55bc7dc4: am ccbeb61a: Block monkey from creating user profiles
...
* commit '55bc7dc4288e2c2cdd0bd9c2d06c38e00d139d5c':
Block monkey from creating user profiles
2014-10-22 20:45:55 +00:00
Jason Monk
61f9c3475f
Fix talkback name of screen pinning button
...
Bug: 17638334
Change-Id: Ie49c4d66e3c3872271e8fbf1c641cd422b0f8a55
2014-10-22 16:45:47 -04:00