7619 Commits

Author SHA1 Message Date
Jorim Jaggi
649b7081df Collapse notifications on lockscreen.
Bug: 13635952
Change-Id: Iee812fa4ee61d633568b98380810311693d44f38
2014-04-05 17:05:13 +02:00
Jorim Jaggi
03c701ec58 Basic implementation for notifications on lockscreen.
This change makes PhoneStatusBar expand while the lockscreen is
showing. Further, the KeyguardSimpleHostView is shown by
KeyguardBouncer, and the Bouncer is shown whenever the user tries to
unlock the phone (closing the shade).

Bug: 13635952
Change-Id: I4354b7a7937af6e1c93abf16ad6e485376d16bc2
2014-04-05 16:50:36 +02:00
John Spurlock
0ccd879a93 am 35dec443: Merge "Resurface inet problems in status bar icons."
* commit '35dec44394358bac2cdf31d5e8377687a1723476':
  Resurface inet problems in status bar icons.
2014-04-04 17:57:53 +00:00
John Spurlock
35dec44394 Merge "Resurface inet problems in status bar icons." 2014-04-04 17:54:52 +00:00
John Spurlock
dbce182acc Resurface inet problems in status bar icons.
Change-Id: I1598799a086ddbf33e78250e837cd35090a1812f
2014-04-04 13:52:30 -04:00
Winson Chung
dd68920838 am b7341e22: Merge "Fixing error in calculating translation animation."
* commit 'b7341e222d63da948153166523190c3eb5e1ca9c':
  Fixing error in calculating translation animation.
2014-04-04 17:42:37 +00:00
Winson Chung
b7341e222d Merge "Fixing error in calculating translation animation." 2014-04-04 17:38:01 +00:00
Winson Chung
00350bb3a0 Fixing error in calculating translation animation.
Change-Id: Idd029051619f152a59653e8fb445d028f5e8672e
2014-04-04 10:37:18 -07:00
Winson Chung
b1fbd3b92f am e8cfc94e: Merge "Fixing crash when filtering tasks too quickly."
* commit 'e8cfc94ef624746c54a968d06c659c7f3b0b33f2':
  Fixing crash when filtering tasks too quickly.
2014-04-04 17:26:31 +00:00
Winson Chung
e8cfc94ef6 Merge "Fixing crash when filtering tasks too quickly." 2014-04-04 17:22:07 +00:00
Winson Chung
2f2ca08baa Fixing crash when filtering tasks too quickly.
- Using a translation-based animation duration scheme
- Fixing issue where filtering a task could slide it out of view

Change-Id: Id434b4a98aa671d84d047dad18cbe26f543cdf25
2014-04-04 10:18:24 -07:00
Baligh Uddin
5edca2bbd2 Merge "Import translations. DO NOT MERGE" 2014-04-04 14:23:01 +00:00
Baligh Uddin
c87c87d5c6 Merge "Import translations. DO NOT MERGE" into master-lockscreen-dev 2014-04-04 14:22:58 +00:00
Baligh Uddin
e1301a5424 Merge "Import translations. DO NOT MERGE" 2014-04-04 14:22:54 +00:00
Kenny Guy
1f1cce1725 Launch recents with the correct user.
Change-Id: I0247d6b4012f8305c84d8b3a455530d9332ed2e6
2014-04-04 14:47:50 +01:00
Winson Chung
7631b3ee27 am b9a7d8c2: Merge "Adding activity icon to the task view"
* commit 'b9a7d8c2c46e71f756da69d7682bfc594b2a91ed':
  Adding activity icon to the task view
2014-04-03 21:11:25 +00:00
Winson Chung
b9a7d8c2c4 Merge "Adding activity icon to the task view" 2014-04-03 21:07:56 +00:00
Jorim Jaggi
18d084698c resolved conflicts for merge of 93160828 to master-lockscreen-dev
Change-Id: Ief6d6b8b8cc9ae2eb38442a3ba9ecae4637b75d6
2014-04-03 21:07:39 +02:00
Selim Cinek
b6d85ebfe4 Enabled the new notification shade and improved expanding logic
Made the NotificationStackScroller now the default and only shade.
When the notification shade is expanded, the NotificationStackScroller
now also expands revealing the notifications.

Change-Id: If989ed848f684b3ac4e687d9642289db4599553b
2014-04-03 18:59:37 +02:00
Winson Chung
5e3e5d8945 Adding activity icon to the task view
- Also fixing issue where the activity icon was being used as the application icon to filter with
2014-04-02 15:44:55 -07:00
Alan Viverette
8246270b53 am e3c38a0b: Fix recents theme, add missing headers
* commit 'e3c38a0b0ebefa0a86be944259467c8acc9e5e49':
  Fix recents theme, add missing headers
2014-04-02 22:43:07 +00:00
Alan Viverette
e3c38a0b0e Fix recents theme, add missing headers
Change-Id: Ib8eea6153eaf7e0e93e54c69fe59e63e98a409a6
2014-04-02 15:39:13 -07:00
Alan Viverette
3a3395042e am b325345e: Merge "Switch framework Holo references to Quantum.Light"
* commit 'b325345ef0adf2849350d339de1ec5f92b67b7ae':
  Switch framework Holo references to Quantum.Light
2014-04-02 22:18:59 +00:00
Winson Chung
6ec89da16e am ceb9b437: Merge "Adding system service proxy to help test UI/performance."
* commit 'ceb9b437f701f68411fcbef7e83b5df45834f9d9':
  Adding system service proxy to help test UI/performance.
2014-04-02 22:18:55 +00:00
Alan Viverette
b325345ef0 Merge "Switch framework Holo references to Quantum.Light" 2014-04-02 22:15:16 +00:00
Jorim Jaggi
ae6ffcc3c7 Merge "Wait for Keyguard to be drawn after boot." into master-lockscreen-dev 2014-04-02 21:22:59 +00:00
Jorim Jaggi
cff0acb6b1 Wait for Keyguard to be drawn after boot.
The old logic with waiting for the Keyguard to be drawn assumed that
it is in an own window, and just checked for the visibility. This is
no longer possible as the Keyguard is in the status bar, and the status
bar might have been drawn without the Keyguard. So we have to wait
explicitely until Keyguard told PhoneWindowManager that it has now been
drawn and we can turn on the screen.

In addition, the starting logic of SystemUI is moved into
SystemUIApplication such the we can make sure that the status bar
already exists when the callbacks from PhoneWindowManager reach
KeyguardService. This simplifies the logic a lot.

Bug: 13635952
Change-Id: Ifd6ba795647edcf3501641e39052e4d04bc826fb
2014-04-02 22:11:19 +02:00
Winson Chung
a10370fc2e Adding system service proxy to help test UI/performance.
Change-Id: I29851ff7b7ced0a69b041e5aa5c9070fc4ab43a5
2014-04-02 12:25:04 -07:00
Baligh Uddin
fc17e2d211 Import translations. DO NOT MERGE
Change-Id: I612d2477b77f8a69c502f42abcb34bb634e24d34
Auto-generated-cl: translation import
2014-04-02 08:38:16 -07:00
Baligh Uddin
c3aa8b3cb4 Import translations. DO NOT MERGE
Change-Id: I998f196691a3aaab5993dd947a44e06642e20c2f
Auto-generated-cl: translation import
2014-04-02 08:34:20 -07:00
Baligh Uddin
fcd04c6b3c Import translations. DO NOT MERGE
Change-Id: I39f2fa7fcf25906e105feadf2bbda74384fca876
Auto-generated-cl: translation import
2014-04-02 08:33:33 -07:00
Christoph Studer
359cf4024c am 892c574e: Merge "Expose locations from NotifStackScrollLayout"
* commit '892c574ecca0cd5bfc2444bbb6ca7204a296de3c':
  Expose locations from NotifStackScrollLayout
2014-04-02 13:18:29 +00:00
Christoph Studer
892c574ecc Merge "Expose locations from NotifStackScrollLayout" 2014-04-02 13:14:03 +00:00
Kenny Guy
ffa80df578 am 1ccace91: Merge "Rename related users to profiles."
* commit '1ccace916c8fdc61f1a8db6677aed518d31647e6':
  Rename related users to profiles.
2014-04-02 13:10:07 +00:00
Kenny Guy
1ccace916c Merge "Rename related users to profiles." 2014-04-02 13:06:28 +00:00
Christoph Studer
6e3ecebcec Expose locations from NotifStackScrollLayout
Expose the position each child is rendered at from
NotificationStackScrollLayout.

Also add OnChildLocationsChangedListener interface so listeners
can be notified whenever the rendering changes.

Change-Id: Iab8706fc2c435f2ddf64d280f428ed562db94f19
2014-04-02 14:47:18 +02:00
Kenny Guy
2a764949c9 Rename related users to profiles.
Rename the related user concept as profiles.
When returning profiles of a user include the
user as a profile of itself.

Change-Id: Id5d4f29017b7ca6844632ce643f10331ad733e1d
2014-04-02 13:44:50 +01:00
Winson Chung
faa8fb5c77 am 6ac3367d: Merge "Enabling filtering by base intent package."
* commit '6ac3367d5df999736470f29a2bbb623864f06d1a':
  Enabling filtering by base intent package.
2014-04-01 23:14:38 +00:00
Winson Chung
6ac3367d5d Merge "Enabling filtering by base intent package." 2014-04-01 23:10:26 +00:00
Winson Chung
c6a1623cc4 Enabling filtering by base intent package.
- Toggling recents now unfilters the current stack before dismissing recents

Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29
2014-04-01 15:31:52 -07:00
Alan Viverette
6259933ec9 Switch framework Holo references to Quantum.Light
Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
2014-04-01 14:57:39 -07:00
John Spurlock
ab1eea5464 am f96b6c42: Merge "Zen Mode QS tweaks."
* commit 'f96b6c427fc8c3593de3edc1c857b27ed7810f4c':
  Zen Mode QS tweaks.
2014-04-01 20:45:27 +00:00
John Spurlock
f96b6c427f Merge "Zen Mode QS tweaks." 2014-04-01 20:41:08 +00:00
John Spurlock
1bdb48e31a Zen Mode QS tweaks.
- Move settings button to the bottom.
 - Align title left.
 - Fix padding.
 - Auto-activate on dialog launch.

Bug:13670014
Change-Id: I5a88e97a84b66bf6200473c147b71cc7ceeb0b95
2014-04-01 16:38:05 -04:00
Paul Lawrence
d2cf756996 am df42723d: Merge "Don\'t double prompt on booting encrypted device"
* commit 'df42723d6b717fd2882c98c930a0f93c75af2474':
  Don't double prompt on booting encrypted device
2014-04-01 15:12:17 +00:00
Paul Lawrence
df42723d6b Merge "Don't double prompt on booting encrypted device" 2014-04-01 15:07:10 +00:00
Baligh Uddin
f7002f4ef8 Merge "Import translations. DO NOT MERGE" into master-lockscreen-dev 2014-03-31 22:11:38 +00:00
Baligh Uddin
9fa67d8e4d Merge "Import translations. DO NOT MERGE" 2014-03-31 22:09:54 +00:00
Jorim Jaggi
e111c73205 Add missing permission to SystemUI package.
Bug: 13635952
Change-Id: I09f7533e59d39b1653a44552fcbe05b0dbde828a
2014-03-31 22:50:13 +02:00
Jorim Jaggi
8533b95b4c Merge "Switch to KeyguardHostView to reenable clock and multi user switch." into master-lockscreen-dev 2014-03-31 19:45:11 +00:00