5846 Commits

Author SHA1 Message Date
Christoph Studer
5f4eebd132 am 63cb39a3: Merge "NoMan: Fix speedbump when no low-prio notifs" into lmp-dev
* commit '63cb39a348e2a88663c959da5b82cd15517e37f7':
  NoMan: Fix speedbump when no low-prio notifs
2014-08-04 12:03:35 +00:00
John Spurlock
46932ac4ef am 3db38428: Doze: coordinate keyguard status bar visibility.
* commit '3db38428083e67f12ed2eeb7e997c17eed205e78':
  Doze: coordinate keyguard status bar visibility.
2014-08-04 03:42:28 +00:00
John Spurlock
d54da8a0c8 Doze: coordinate keyguard status bar visibility.
Play nice with recent NotificationPanelView changes that
also drive its visibility.

Bug: 15863249
Change-Id: I60021f415089d5508af7fe9ec792a2871a52910d
2014-08-03 23:32:46 -04:00
Jorim Jaggi
968d99d75d am 40b92d20: Animate public/private notification layouts
* commit '40b92d20cf636ae544990bf59add91e218f95ef9':
  Animate public/private notification layouts
2014-08-03 18:58:31 +00:00
Jorim Jaggi
babe6bfb9a am dc2a7210: Handle go to full shade motion for redacted case
* commit 'dc2a72108e3370dc90518672e1e9bff6db18f2c1':
  Handle go to full shade motion for redacted case
2014-08-03 18:58:27 +00:00
Jorim Jaggi
ae44128776 Animate public/private notification layouts
This change move the boolean whether we hide sensitive contents into
AmbientState, which makes it consistent with the other stack states
and allows for a orchestrated transition between public/private
layouts. We need this transition when going into the full shade.

Bug: 16291973
Change-Id: I379a6119b5b73eca900a4a2ba9d5ec95b293e487
2014-08-03 18:55:33 +00:00
Jorim Jaggi
dbc3dce886 Handle go to full shade motion for redacted case
Bug: 16291973
Change-Id: Idc5ea93548e17ef9cd2d7c36416b293950554703
2014-08-03 18:52:28 +00:00
John Spurlock
2fa7adb62f am 7d8c3ab8: QS: Fix detail clip reverse transition.
* commit '7d8c3ab8b7f70df3db89daf3ff50b2de0865d549':
  QS: Fix detail clip reverse transition.
2014-08-03 15:55:01 +00:00
John Spurlock
19328fab0e QS: Fix detail clip reverse transition.
Give it a layer during the transition to workaround a recent
regression in the clip animation.

Also:
 - Dial down the transition alpha a bit
 - Do a delayed reverse transition on exit

Change-Id: I622d6eb863d6186293b0126dda8fca3a04a80a85
2014-08-03 11:47:35 -04:00
John Spurlock
bd02ee9c6a am 437821bc: Merge "Battery saver: new policy changes + SystemUI tweaks." into lmp-dev
* commit '437821bc8c15937179fa032203f877074924f513':
  Battery saver: new policy changes + SystemUI tweaks.
2014-08-03 01:54:25 +00:00
John Spurlock
29ba71bd22 am 73b5ebc4: Merge "QS: Fix detail flashing during transition." into lmp-dev
* commit '73b5ebc4646297bdd9c1aa172f8460788af0eaad':
  QS: Fix detail flashing during transition.
2014-08-02 15:02:25 +00:00
John Spurlock
b3ff3c32cf am 42f92352: QS: Update auto-rotation icon.
* commit '42f92352367c7d46e16905a6e56477c344112945':
  QS: Update auto-rotation icon.
2014-08-02 13:29:55 +00:00
John Spurlock
494c590f94 QS: Update auto-rotation icon.
Bug:16739860
Change-Id: Id85beb935cbccbecf97a071f114b2eed3e5cc258
2014-08-02 09:24:26 -04:00
Wink Saville
7a163fabc8 am 017654ee: Turn off extra debugging
* commit '017654eed6cbf52e1eb8cb6c2ba2b9b3ea2c98df':
  Turn off extra debugging
2014-08-01 19:50:57 +00:00
Wink Saville
6d13bc8e3b Turn off extra debugging
Change-Id: I3d7c68d3d7bcef5be084398807389f4a485bedb0
2014-08-01 12:36:54 -07:00
Jason Monk
abc52fa3bd am 7eec31af: Don\'t show guest when user switcher is simple
* commit '7eec31af948b8534f56fbb103ca1c89be417ca60':
  Don't show guest when user switcher is simple
2014-08-01 18:41:58 +00:00
Jason Monk
2daf62ce40 Don't show guest when user switcher is simple
Bug: 15729059
Change-Id: I9e88f0e7d01044a7096d6fc8d67bcd328014a625
2014-08-01 18:37:01 +00:00
John Spurlock
bc53cb41f4 Merge "QS: Fix detail flashing during transition." into lmp-dev 2014-08-01 18:14:18 +00:00
John Spurlock
8af525dd7d QS: Fix detail flashing during transition.
And modify the background a bit during the transition
to enhance the clip effect.

Change-Id: I2b4f4b18cb9c1b41efc2e6b38bc8f7d2a944511e
2014-08-02 10:56:05 -04:00
Christoph Studer
ce2e23ff69 NoMan: Fix speedbump when no low-prio notifs
Bug: 16705179
Change-Id: I32329710c27052c35b64ba91759200341ed0b127
2014-08-04 12:54:21 +02:00
John Spurlock
1bb480a3a4 Battery saver: new policy changes + SystemUI tweaks.
- Service policy changes: allow the user to turn off (snooze)
   saver mode below the auto-trigger level.  Plugging in the
   device always exits saver mode.
 - Default trigger level is now 0 (never) instead of 15.
 - SystemUI now also listens to a new POWER_SAVE_MODE_CHANGING,
   since waiting for _CHANGED can take seconds.
 - Move shared feature description text into the framework so it
   can be shared.
 - Tweak dialog title + action strings.
 - Remove trigger-level from SystemUI, it no longer needs it.
 - Add the ability to turn off saver mode directly from the
   notification.
 - Migrate saver confirmation dialog to common system UI dialog
   helper, and add a few convenience methods.
 - Fix bug where the status bar area would be orange over the keyguard
   in SHADE_LOCKED mode.

Bug:16214395
Change-Id: I3d1ded1eec9e63e7d97469486f6a320e1bebbccd
2014-08-02 17:12:43 -04:00
John Spurlock
a3a1c8bcca am 6cb493b3: Volume: Confirm unsafe media volume dialog on VOL_UP.
* commit '6cb493b3fd2947b35aa5f98a20c8831df67a3e35':
  Volume: Confirm unsafe media volume dialog on VOL_UP.
2014-08-01 17:17:01 +00:00
John Spurlock
2d28d6e1af Volume: Confirm unsafe media volume dialog on VOL_UP.
If the confirmation dialog is showing, consider a new
VOL_UP as a confirmation.

Bug:16540877
Change-Id: Ibdaa43ea423cc3b48d234bcaaa0c542178657b6c
2014-08-01 13:10:14 -04:00
John Spurlock
5fd224aecb am ce3d86e2: Merge "QS: Back button closes detail (if showing)" into lmp-dev
* commit 'ce3d86e22da8a0659c4d480d87a77b8fa0968bc7':
  QS: Back button closes detail (if showing)
2014-08-01 16:54:16 +00:00
John Spurlock
4ca8e59836 am 313e5038: QS: New disabled icon states for wifi/cell tiles.
* commit '313e50381744715739baba4f0bbffe5cd1a02360':
  QS: New disabled icon states for wifi/cell tiles.
2014-08-01 16:17:52 +00:00
John Spurlock
c1d48a5b71 QS: New disabled icon states for wifi/cell tiles.
Bug:15988601
Change-Id: I82c1b0f80277a6529e8648708199c45c5226b81f
2014-08-01 12:12:32 -04:00
John Spurlock
1d52dca0f1 am 3025232d: QS: Fix datatype overlays.
* commit '3025232dfe72aa9931869b392be84c20f8c9cdab':
  QS: Fix datatype overlays.
2014-08-01 15:35:02 +00:00
John Spurlock
41fef15495 QS: Fix datatype overlays.
- And simplify demo mode wiring.

Bug:15988601
Change-Id: I6827b87700cd88394b115e5e1609520b3afa8660
2014-08-01 11:26:44 -04:00
Winson Chung
4b581e1a6f am edcf2c49: Unregistering receiver in onStart/Stop vs onCreate/Destroy. (Bug 16513124)
* commit 'edcf2c493210c42dc01bf2408692397c8c13542f':
  Unregistering receiver in onStart/Stop vs onCreate/Destroy. (Bug 16513124)
2014-08-01 14:46:07 +00:00
Winson Chung
19fc117c2f Unregistering receiver in onStart/Stop vs onCreate/Destroy. (Bug 16513124)
Change-Id: I11ccc3cea41311d74811dc19e6950da3bbddbfe2
2014-08-01 14:40:58 +00:00
John Spurlock
47b4dfb68d am b53b623a: QS: Update traffic indicator icons.
* commit 'b53b623a72bee166c58eca443cc4f49a0bc26016':
  QS: Update traffic indicator icons.
2014-08-01 14:39:47 +00:00
John Spurlock
be0f59ea65 QS: Update traffic indicator icons.
- New vectors, remove obsolete pngs.
- New datatype overlays that better handle RTL.

Bug:15988601
Change-Id: I39499f1289a7f4f8381d00653389ffedf9c33552
2014-08-01 10:31:01 -04:00
Jorim Jaggi
8058bc0696 am 76ce7a8b: Clean up speedbump handling when going to SHADE_LOCKED
* commit '76ce7a8bf3a9f73f90fd91b7e2facc416ae20540':
  Clean up speedbump handling when going to SHADE_LOCKED
2014-08-01 13:19:20 +00:00
Jorim Jaggi
6326e09d79 am 75f44398: Animate clock when going to SHADE_LOCKED or SHADE
* commit '75f4439890125254d3ac8117d6e1b5365920a6ad':
  Animate clock when going to SHADE_LOCKED or SHADE
2014-08-01 13:19:16 +00:00
Jorim Jaggi
5a93cb0974 am 1340fcbf: Implement timings for go-to-full-shade transition.
* commit '1340fcbf2addec9b58ad141846e9a19355d7b7b8':
  Implement timings for go-to-full-shade transition.
2014-08-01 13:19:11 +00:00
Jorim Jaggi
8b73006a36 Clean up speedbump handling when going to SHADE_LOCKED
Bug: 16291973
Change-Id: Ibaa127709ff7a1a001402bd958016998e2bd23bf
2014-08-01 13:15:28 +00:00
Jorim Jaggi
6ff837a95b Animate clock when going to SHADE_LOCKED or SHADE
Bug: 16291973
Change-Id: Idf2fa7bd26800be4df38d99993533069120e7075
2014-08-01 13:14:58 +00:00
Jorim Jaggi
60d07c597c Implement timings for go-to-full-shade transition.
Change-Id: Ib7c0f65b7e2565a6c30b9962e9f81547537b408a
2014-08-01 13:12:30 +00:00
Christoph Studer
27f60d0d00 am 31810ba9: SysUI: Fix notification leak
* commit '31810ba966296674056e59a3e148c7257b1a1c7f':
  SysUI: Fix notification leak
2014-08-01 13:07:05 +00:00
Christoph Studer
a0506e72f5 SysUI: Fix notification leak
Fix bug where we kept a reference to the old Notification when
we re-use notification entries on updates.

Bug: 16513124
Change-Id: I066ff7447952516e27e122df57d4e6e67ee1cea3
2014-08-01 13:02:05 +00:00
Chris Wren
8d9d897a09 am ebd4886e: Merge "Optimize large preview from the screenshot notification." into lmp-dev
* commit 'ebd4886e333b243318edd7c52f85d3ac50a830a3':
  Optimize large preview from the screenshot notification.
2014-08-01 12:55:22 +00:00
Chris Wren
0ad7a8d977 am 4447ef90: add event logs to track heads up status.
* commit '4447ef90bbe60486f6b86607ea7393697f663704':
  add event logs to track heads up status.
2014-08-01 11:51:10 +00:00
Winson Chung
a6a706ec3c am 432ce993: Updating the stack layout to use a parameterized curve.
* commit '432ce9939ce32379a74f881b864cc53cc6cbac28':
  Updating the stack layout to use a parameterized curve.
2014-08-01 11:50:24 +00:00
Chris Wren
396c07932d add event logs to track heads up status.
Bug: 16344259
Change-Id: Ib06c2473e6af7999b27723428a1182170129fdcd
2014-08-01 08:40:59 +00:00
Winson Chung
012ef36a6c Updating the stack layout to use a parameterized curve.
- Fixing issue with search box not being layered on top of the task stack view (Bug 16643875)
- Fixing issue with there being no animation when dismissing recents while the stack is scrolling.

Change-Id: I990f3c527de655d62fbf8a4539dcbaed3ed422c8
2014-08-01 04:32:08 +00:00
John Spurlock
99d901a837 am 8d5fabe9: Merge "New wifi + radio icons." into lmp-dev
* commit '8d5fabe98a982f2523e58af818cb743e1d7ffc26':
  New wifi + radio icons.
2014-07-31 23:31:41 +00:00
Chris Wren
f63185e7bd Optimize large preview from the screenshot notification.
Crop out a notification_panel_width by notification_max_height
section of the screenshot for the preview.

This will only save about 25% of the bytes on a phone-like device over
the existing square crop, but on a tablet-like device the savings will be
more significant: above 75%.

Bug: 16631778
Change-Id: I05d4d402e44f7700f17b8b97018f6c00c3b0196d
2014-08-01 09:56:51 +00:00
John Spurlock
b3eb89190c New wifi + radio icons.
- Replace old pngs with new vectors.
 - New problem indication, remove provisional color filters.
 - Remove spacing hacks in SignalClusterView.
 - Wire up QS tile icons to demo mode.

Bug:15988601
Change-Id: Ib785288eebfb09896a499d562eb56debbd89a456
2014-07-31 17:13:10 -04:00
Jorim Jaggi
6d8917cc65 am b0376562: Fix a few StatusBarHeaderView regressions
* commit 'b03765626443629220dc0fe33398a1785eaaeefe':
  Fix a few StatusBarHeaderView regressions
2014-07-31 15:28:03 +00:00
Jorim Jaggi
9d8ca0f010 Fix a few StatusBarHeaderView regressions
Change-Id: Iae1af96f80caf4978c5a6ec6ef81b83543e9fe0e
2014-07-31 15:24:43 +00:00