5026 Commits

Author SHA1 Message Date
Winson Chung
4f70dbbc65 Ensuring that the second card is maximally visible when you go into recents.
Change-Id: Ia13c56941bfc47de341dd57501d156e925a3b2fc
2014-05-27 18:02:52 -07:00
Jorim Jaggi
0d674623fa Add methods to coordinate unlock animation.
Introduce IWindowManager.keyguardGoingAway to notify that Keyguard
wants to dismiss it self. This method starts the state machine in
WindowAnimator which animates in the activity behind the keyguard.
Animating out the keyguard is done by the StatusBar/Keyguard
software when it receives the startKeyguardExitAnimation() callback.

Bug: 14118756

Change-Id: Id3b8f41189410bad808b4892fbec74245e59efce
2014-05-27 16:45:57 -07:00
Jorim Jaggi
071956a6dd am f4f40563: Merge "Remove up pointing arrow in navbar." into lmp-preview-dev
* commit 'f4f405636e11bd79128135c60d1fa92ab53fc3f2':
  Remove up pointing arrow in navbar.
2014-05-27 20:27:36 +00:00
Jorim Jaggi
6ecbe3f2d6 Merge "Remove up pointing arrow in navbar." into lmp-preview-dev 2014-05-27 20:24:48 +00:00
Jorim Jaggi
7b0de297e1 Remove up pointing arrow in navbar.
We don't need it anymore. Yay!

Bug: 15283575
Change-Id: Iac5543a733c047711e5c37f290758456116469a5
2014-05-27 22:22:51 +02:00
John Spurlock
3d09bbd04f Better wifi-enabled signal from network controller.
The old "is wifi enabled" signal was geared toward the cluster
view.  Since the clients of the callbacks are now only QS tiles,
make sure to plumb through the actual enabled value all the way
up to the tile.

Bug:15161053
Change-Id: I8b69c599f06d5b36e3f44dc666e1621840ffd927
(cherry picked from commit fd0ea545d47b19c2ebff203a6e768a60698f3609)
2014-05-27 19:34:10 +00:00
Jorim Jaggi
64554ad5f1 am 554f868c: Merge "Skeleton for Keyguard security method appear animations." into lmp-preview-dev
* commit '554f868c94ad72ef12b6f2c966bd9709ead5c4e7':
  Skeleton for Keyguard security method appear animations.
2014-05-27 18:34:38 +00:00
Jorim Jaggi
c41a7a1bb6 am 80aee1d5: Merge "Show bouncer immediately when MOTION_UP is received" into lmp-preview-dev
* commit '80aee1d5e5d0095551c76fc4d52fa0616b0e5aeb':
  Show bouncer immediately when MOTION_UP is received
2014-05-27 18:34:33 +00:00
Jorim Jaggi
fbd168331c Merge "Skeleton for Keyguard security method appear animations." into lmp-preview-dev 2014-05-27 18:31:57 +00:00
Jorim Jaggi
37d5c23998 Merge "Show bouncer immediately when MOTION_UP is received" into lmp-preview-dev 2014-05-27 18:31:10 +00:00
Baligh Uddin
6160ff0e9f Merge "Import translations. DO NOT MERGE" 2014-05-27 17:27:58 +00:00
Adrian Roos
76ce460f70 am da1d6c3c: Merge "Initialize background visibility of ActivatableNotificationView" into lmp-preview-dev
* commit 'da1d6c3c8a7e80fce5d0e1f3552ccd1f22039e47':
  Initialize background visibility of ActivatableNotificationView
2014-05-27 15:39:28 +00:00
Adrian Roos
a33ea18dc6 Merge "Initialize background visibility of ActivatableNotificationView" into lmp-preview-dev 2014-05-27 15:37:38 +00:00
Adrian Roos
bcbb75ac9d Initialize background visibility of ActivatableNotificationView
Initializes the background visibilities that were previously
only set when adding the view to the scroller,
resulting in HUNs having two backgrounds.

Bug: 15106201
Change-Id: I21ef3b34c6feb0e852c9dc2c3289665cff40927e
2014-05-27 16:39:53 +02:00
John Spurlock
53bd26335c am c5890bb9: Merge "VolumeZen: combine ringer/notification volume and zen." into lmp-preview-dev
* commit 'c5890bb9c2361adf64efa7a2680536edaa527d1f':
  VolumeZen: combine ringer/notification volume and zen.
2014-05-27 14:23:40 +00:00
Adrian Roos
83ea195b8a am 756bfbce: Merge "Make carrier label single line with marquee on overflow" into lmp-preview-dev
* commit '756bfbcec68d9f1087e517f4fc5574f6b61d5727':
  Make carrier label single line with marquee on overflow
2014-05-27 14:23:30 +00:00
John Spurlock
6940b361e5 Merge "VolumeZen: combine ringer/notification volume and zen." into lmp-preview-dev 2014-05-27 14:16:52 +00:00
John Spurlock
8600534df6 VolumeZen: combine ringer/notification volume and zen.
- Implement a new volume panel widget, combining volume and
  zen mode + conditions.
- Show zen mode + conditions when modifying ringer or notification
  streams.
- Host the volume panel widget in a dialog when being controlled
  by the audio service / volume keys.
- Remove support for multiple sliders in the volume panel.
- Remove support for separate ringer + notification volumes
  in the volume panel.
- Move volume panel resources up to SystemUI.
- Create a new combined Notifications quick settings tile.
- Host the volume panel widget in the quick settings panel under
  Notifications.
- When the quick settings detail panel is visible, route the volume
  keys to the embedded widget instead of showing a redundant dialog.
- Create common styles for quick settings text to be closer to spec.
- Update the framework resources for the ringer stream.
- Show the ringer icons in global actions.
- Add "until you turn this off" back as a separate zen condition.
- Disable time condition buttons when they are N/A.
- Don't allow volume changes to set ringer mode silent.

Bug:15186070
Change-Id: Id5e321dd1d5e7c4cf3917027ffbdf7e80d38b00d
2014-05-27 10:08:00 -04:00
Jorim Jaggi
c14f829506 Skeleton for Keyguard security method appear animations.
Bug: 15163546
Change-Id: Id1c6b4f21b8f182f9d00fb903370de5512eaba1b
2014-05-27 02:49:06 +02:00
Jorim Jaggi
2fbad7b6a7 Show bouncer immediately when MOTION_UP is received
Bug: 15163546
Change-Id: Ie50905b78352e54298cb7e0e3f13152e6c2becd0
2014-05-27 02:48:47 +02:00
Adrian Roos
3c64aba99c Make carrier label single line with marquee on overflow
Bug: 15261340
Change-Id: I3b22b018ba834da71129e2ece7107fee5807b1f7
2014-05-26 23:12:45 +02:00
Adrian Roos
22bd1ff813 am d19276b1: Merge "Replace KeyButtonView\'s custom glow with Quantum Ripple" into lmp-preview-dev
* commit 'd19276b19b60bae42a240e42e282ab2224380fed':
  Replace KeyButtonView's custom glow with Quantum Ripple
2014-05-26 20:56:52 +00:00
Adrian Roos
41b170d606 Merge "Replace KeyButtonView's custom glow with Quantum Ripple" into lmp-preview-dev 2014-05-26 20:54:13 +00:00
Jorim Jaggi
53ac542dae am 7294a594: Merge "Improve scrim handling" into lmp-preview-dev
* commit '7294a594ec993352dc6e743ae313308636afb16d':
  Improve scrim handling
2014-05-26 20:48:51 +00:00
Jorim Jaggi
7c1d454da1 Merge "Improve scrim handling" into lmp-preview-dev 2014-05-26 20:44:52 +00:00
Jorim Jaggi
ecc798e666 Improve scrim handling
Bug: 15163546
Change-Id: I0d2c05b035f832f4b4e6a2fc34113fe9d5677525
2014-05-26 22:41:16 +02:00
Adrian Roos
cde52d77eb Replace KeyButtonView's custom glow with Quantum Ripple
Bug: 15212514
Change-Id: Ia66bccd627c123f637d67076f78ab418c3f9e835
2014-05-26 22:40:52 +02:00
Baligh Uddin
02e9885769 Import translations. DO NOT MERGE
Change-Id: I5108afa701f9078a337e631e14839efd71064886
Auto-generated-cl: translation import
2014-05-26 12:54:11 -07:00
Adrian Roos
7826baa2aa am 3120b3d2: Merge "Tapping in brightness row in QS should not close QS panel" into lmp-preview-dev
* commit '3120b3d22ce1843d2d473f050fbf08b735c87e9e':
  Tapping in brightness row in QS should not close QS panel
2014-05-26 17:36:13 +00:00
Adrian Roos
1dfc38058e Merge "Tapping in brightness row in QS should not close QS panel" into lmp-preview-dev 2014-05-26 17:33:17 +00:00
Adrian Roos
236da706b9 Tapping in brightness row in QS should not close QS panel
Bug: 15169301
Change-Id: I10ddaa2c5bd3f8cb6abaff89b03814dd8ec63f72
2014-05-26 19:27:40 +02:00
Adrian Roos
a695d3ce1a am 03508a46: Merge "Implement HUN visuals: shadows and translucency" into lmp-preview-dev
* commit '03508a4675f4be13551f6b3315439e833327ccc5':
  Implement HUN visuals: shadows and translucency
2014-05-26 17:08:27 +00:00
Adrian Roos
0948925a04 Merge "Implement HUN visuals: shadows and translucency" into lmp-preview-dev 2014-05-26 17:05:18 +00:00
Adrian Roos
de61fd7822 Implement HUN visuals: shadows and translucency
Bug: 15106201
Change-Id: I718e3d36355d0f58abc3daadb8c6a9d554f29bec
2014-05-26 19:03:00 +02:00
Jorim Jaggi
d31c386a39 am 356671c9: Merge "Do not destroy the security method when pressing back." into lmp-preview-dev
* commit '356671c964de62bfb495e3c897f2da8b28388233':
  Do not destroy the security method when pressing back.
2014-05-26 16:42:39 +00:00
Jorim Jaggi
54ba638e13 Merge "Do not destroy the security method when pressing back." into lmp-preview-dev 2014-05-26 16:39:50 +00:00
Jorim Jaggi
a0be6d53a8 Do not destroy the security method when pressing back.
Fixes jank when the user wants to unlock it next time.

Bug: 15088101
Change-Id: If7bc3d92d0f17abb5077b4c06248f368acb2879f
2014-05-26 18:37:29 +02:00
Adrian Roos
bdbb0f0eef am b581ceb1: Merge "Update open lock icon with actual assets from UX" into lmp-preview-dev
* commit 'b581ceb18d9ba03555996e092839bd09142fbe0c':
  Update open lock icon with actual assets from UX
2014-05-26 14:46:19 +00:00
Adrian Roos
279582689b Merge "Update open lock icon with actual assets from UX" into lmp-preview-dev 2014-05-26 14:43:16 +00:00
Jorim Jaggi
915f0ecaca am 5499ea68: Merge "Visual refinements for lockscreen." into lmp-preview-dev
* commit '5499ea6810b98109d3004e8a9a1493e2b0c2654f':
  Visual refinements for lockscreen.
2014-05-26 14:27:03 +00:00
Jorim Jaggi
dce826f715 am fc350fd0: Merge "Replace default user picture." into lmp-preview-dev
* commit 'fc350fd0ad9a232ab833bf5e7d85f48b8289504b':
  Replace default user picture.
2014-05-26 14:26:55 +00:00
Jorim Jaggi
37e6562421 Merge "Visual refinements for lockscreen." into lmp-preview-dev 2014-05-26 14:23:38 +00:00
Jorim Jaggi
676c508744 am 45869607: Disable time and user switcher click targets when collapsed
* commit '458696075ccbcc6dc320a4a83712f222a440fbbc':
  Disable time and user switcher click targets when collapsed
2014-05-26 14:22:55 +00:00
Jorim Jaggi
2a87343a8e Merge "Replace default user picture." into lmp-preview-dev 2014-05-26 14:21:49 +00:00
Jorim Jaggi
125bd990e7 Replace default user picture.
Bug: 14842969
Change-Id: I4a46a2499ccf47e1bc13a179561d6ab271502ddb
2014-05-26 16:20:25 +02:00
Jorim Jaggi
5d6957ea79 Disable time and user switcher click targets when collapsed
Bug: 15125632
Change-Id: Ibdeeb47a696a574204b02b90ce6881cd78047738
2014-05-26 16:17:51 +02:00
Jorim Jaggi
316075a226 am 4d84e856: Merge "Make QS panel peek below the header." into lmp-preview-dev
* commit '4d84e85610ddc3eb593f85a1db12d8dfe8e15820':
  Make QS panel peek below the header.
2014-05-26 14:16:42 +00:00
Selim Cinek
50e9c70828 am 655eeec6: Merge "Introduced overscrolling for the panel expansion" into lmp-preview-dev
* commit '655eeec6b70526378e85d50728c3ab42158131d9':
  Introduced overscrolling for the panel expansion
2014-05-26 14:16:37 +00:00
Selim Cinek
726bb9725c am 7aca28a2: Merge "Fixed the gap which could occur after the speedbumpview." into lmp-preview-dev
* commit '7aca28a28037b62c8341d91d8ac2b6056cfa8137':
  Fixed the gap which could occur after the speedbumpview.
2014-05-26 14:16:32 +00:00
Jorim Jaggi
5b5cbd13d8 Merge "Make QS panel peek below the header." into lmp-preview-dev 2014-05-26 14:14:06 +00:00