8487 Commits

Author SHA1 Message Date
John Spurlock
a410961f79 am f9824b91: Merge "PowerUI: Suppress warning on incremental drops." into lmp-mr1-dev
* commit 'f9824b91f3706bb29272564bbf9c51497b51f4a7':
  PowerUI: Suppress warning on incremental drops.
2014-10-29 22:50:27 +00:00
Jason Monk
736695dc3e am 5d80f19c: Merge "QS: Only hide grid if there is detail to show" into lmp-mr1-dev
* commit '5d80f19c145f99eb1a2ada57a6fb1d8c3a6fa8b2':
  QS: Only hide grid if there is detail to show
2014-10-29 22:50:22 +00:00
Jorim Jaggi
358aed4587 am 81aef807: Merge "Improve doze transitions" into lmp-mr1-dev
* commit '81aef807d5f1e3e3b5eda1162829e666c295f352':
  Improve doze transitions
2014-10-29 22:49:51 +00:00
Jorim Jaggi
699560479d am 6533c544: Merge "Tune spacing in navigation bar for small and big devices" into lmp-mr1-dev
* commit '6533c544cfc3896793e038ae303ce5b9eafebdab':
  Tune spacing in navigation bar for small and big devices
2014-10-29 22:49:40 +00:00
Jorim Jaggi
987c68090c am b9e290c7: Cancel ripple animations when window is hidden
* commit 'b9e290c7136fb7c76b7238426ccd598dec2d2643':
  Cancel ripple animations when window is hidden
2014-10-29 22:49:33 +00:00
Chris Wren
755f4021ae fix build break from mis-named DEBUG flag in SystemUI
Change-Id: I55459fe090ae4c159ebdad8b60658b25db29271e
2014-10-29 16:43:51 -04:00
Chris Wren
79ac09e439 Add logging to diagnose notification click issue.
Bug: 18102199
Change-Id: Id022faa7b75f28f446155f15ab4a8373869c163c
2014-10-29 14:38:01 -04:00
Elliott Hughes
64a1a901dc am 87ce99ca: am ced7ebdb: Merge "Migrate off timeFormat12 and timeFormat24."
* commit '87ce99ca7243e4556a6cfe9f42cc51531301e979':
  Migrate off timeFormat12 and timeFormat24.
2014-10-29 17:13:38 +00:00
Christoph Studer
e8e2865b9f SysUI: Use mScreenOnFromKeyguard for panel visibility
We currently depend on mScreenOn when determining whether the panel
is visible to the user. However, this variable is updated via a
broadcast and might hence be slightly out-of-date with other keyguard
state.

Bug: 18067294
Change-Id: I51078b4a470db9a5a1f639e84ac65f6066c5669c
2014-10-29 17:57:50 +01:00
Christoph Studer
12cf9e5159 SysUI: Never log GONE notifications as visible
Bug: 18170453
Change-Id: I58a3990b481889fe4a1370e1eaa88058df53079d
2014-10-29 17:35:30 +01:00
Adrian Roos
53f28eccc5 Improve dump of status bar service
Tracks which window caused the disable flags
instead of just blaming PhoneWindowManager.

Bug: 17830264
Change-Id: If6c957120bb2ee8e0083f80e35c71eb21b8672b6
2014-10-29 17:26:12 +01:00
Geoff Mendal
ba9836d972 Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-10-29 16:19:47 +00:00
Geoff Mendal
2ab65ff448 Import translations. DO NOT MERGE
Change-Id: I8f1bf8edcb728903664ca201fbf1ed6e7e31e9eb
Auto-generated-cl: translation import
2014-10-29 08:51:47 -07:00
John Spurlock
f9824b91f3 Merge "PowerUI: Suppress warning on incremental drops." into lmp-mr1-dev 2014-10-29 15:40:56 +00:00
Geoff Mendal
a13cc00be5 Import translations. DO NOT MERGE
Change-Id: Ia99d8513fc58b4cb4437066b52928923ecba9c46
Auto-generated-cl: translation import
2014-10-29 08:39:25 -07: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
cfaec4862e Follow up to I495ce480c25de24b6433adebdfe923b637d98f66
Bug: 18146441
Change-Id: Ifaa7ca6b4a1c6f084112b7420f999b80b173604c
2014-10-29 14:30:16 +01: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
ca6e38792d am 579a7f99: Merge "Close keyguard user switcher on tap outside" into lmp-mr1-dev
* commit '579a7f99408a5d310ab8eb2e1b6bc938e1a74c4a':
  Close keyguard user switcher on tap outside
2014-10-28 20:31:12 +00: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
c15fe797e1 am 09f3b9ea: Merge "QS: Bring back BT/Wi-Fi sub-panels" into lmp-mr1-dev automerge: 8c01dfc automerge: caed5a2
* commit '09f3b9eaeb5e16c7594803f8aec7ce16027095ad':
  QS: Bring back BT/Wi-Fi sub-panels
2014-10-28 19:44:36 +00:00
Jason Monk
e40e1299d1 am 40679845: Merge "Add hotspot icon to status bar" into lmp-mr1-dev automerge: 09895be automerge: dda6193
* commit '4067984551eec0e7816f7c5120e7fd1154cfa364':
  Add hotspot icon to status bar
2014-10-28 19:44:32 +00:00
Jason Monk
09f3b9eaeb Merge "QS: Bring back BT/Wi-Fi sub-panels" into lmp-mr1-dev automerge: 8c01dfc
automerge: caed5a2

* commit 'caed5a29760ac1a32a0248e518b71d2d6df3d33e':
  QS: Bring back BT/Wi-Fi sub-panels
2014-10-28 19:41:21 +00:00
Jason Monk
4067984551 Merge "Add hotspot icon to status bar" into lmp-mr1-dev automerge: 09895be
automerge: dda6193

* commit 'dda619395bc0186b64d6512dae1b422346471158':
  Add hotspot icon to status bar
2014-10-28 19:40:06 +00:00
Jason Monk
caed5a2976 Merge "QS: Bring back BT/Wi-Fi sub-panels" into lmp-mr1-dev
automerge: 8c01dfc

* commit '8c01dfc5af599398c1c79f87619c302e000e3353':
  QS: Bring back BT/Wi-Fi sub-panels
2014-10-28 19:16:44 +00:00
Jason Monk
dda619395b Merge "Add hotspot icon to status bar" into lmp-mr1-dev
automerge: 09895be

* commit '09895be87e327a7e2090c88cb4a5fc997f33103c':
  Add hotspot icon to status bar
2014-10-28 19:15:45 +00:00
John Spurlock
a949dc659d am d856afec: am ee990413: Merge "Zen: Show "(until 4:56 PM)" in exit conditions." into lmp-mr1-dev automerge: 93e40ba
* commit 'd856afec47c069fe117cdf6c3e22c3d066565a11':
  Zen: Show "(until 4:56 PM)" in exit conditions.
2014-10-28 19:05:55 +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
Jorim Jaggi
c898713289 am dc9f9420: am 4eedc1d9: Fix jank when launching something from lockscreen automerge: 76dfffe
* commit 'dc9f94200352ce3e4e890c6d7eb22bbd9a3511f8':
  Fix jank when launching something from lockscreen
2014-10-28 18:11:12 +00:00
Adrian Roos
176afe1f96 am 37a9f82f: am 288f65e3: Merge changes Iecd1303f,I2076c500 into lmp-mr1-dev automerge: 4a915ab
* commit '37a9f82ffe0536c2da24e30c3c321854752b1741':
  Fix NPE in FlashlightController
  Fix stale unlock icon
2014-10-28 18:11:08 +00:00
John Spurlock
d856afec47 am ee990413: Merge "Zen: Show "(until 4:56 PM)" in exit conditions." into lmp-mr1-dev
automerge: 93e40ba

* commit '93e40ba6c4373402c7c4f430e3e575e4a0cc13eb':
  Zen: Show "(until 4:56 PM)" in exit conditions.
2014-10-28 18:08:11 +00:00
Jorim Jaggi
dc9f942003 am 4eedc1d9: Fix jank when launching something from lockscreen
automerge: 76dfffe

* commit '76dfffeb9f25e5106ae6521b80947d0a10f7e3d1':
  Fix jank when launching something from lockscreen
2014-10-28 18:03:23 +00:00
Adrian Roos
37a9f82ffe am 288f65e3: Merge changes Iecd1303f,I2076c500 into lmp-mr1-dev
automerge: 4a915ab

* commit '4a915ab505b4a39dab9ab99020bcae57e90ff928':
  Fix NPE in FlashlightController
  Fix stale unlock icon
2014-10-28 18:02:27 +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
93e40ba6c4 am ee990413: Merge "Zen: Show "(until 4:56 PM)" in exit conditions." into lmp-mr1-dev
* commit 'ee990413b51b41e4fe8940cba703bdfb56a12018':
  Zen: Show "(until 4:56 PM)" in exit conditions.
2014-10-28 17:17:03 +00: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
76dfffeb9f am 4eedc1d9: Fix jank when launching something from lockscreen
* commit '4eedc1d97e5aa3bfaa60af9894cd991f9e210fc2':
  Fix jank when launching something from lockscreen
2014-10-28 16:44:36 +00:00
Adrian Roos
4a915ab505 am 288f65e3: Merge changes Iecd1303f,I2076c500 into lmp-mr1-dev
* commit '288f65e3811d17273085bc5c8b553f9ba8833dd4':
  Fix NPE in FlashlightController
  Fix stale unlock icon
2014-10-28 16:44:31 +00: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