Commit Graph

5987 Commits

Author SHA1 Message Date
Winson Chung
db01bd5ab7 am c94a7e5e: Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev
* commit 'c94a7e5e1d95e42952f2565d9c5e4c7f3809a06e':
  Updating accessibility message for Recents activity. (Bug 15570522)
2014-08-11 19:28:34 +00:00
Winson Chung
9f11558124 am 1e9648fb: Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
* commit '1e9648fb4b4968713f8b07574244016cdd6abcaa':
  Tweaking empty recents text. (Bug 16711522)
2014-08-11 19:28:30 +00:00
Winson Chung
dfc8c8b225 am 2248444d: Initial changes to support swiping on the nav bar to switch affiliated tasks.
* commit '2248444d3fadc72c3768d84adb721e13a7dfe953':
  Initial changes to support swiping on the nav bar to switch affiliated tasks.
2014-08-11 19:28:26 +00:00
Winson Chung
b1f749906f Initial changes to support swiping on the nav bar to switch affiliated tasks.
- Actual sideways animations to come once they've been finalized

Bug: 16846966
Change-Id: If6d40495498197a86a98f9b03f54ced3d2baf64a
2014-08-11 19:22:46 +00:00
Jason Monk
e6fee98782 am ce58bb7d: Merge "Make simple user switcher notice setting changes." into lmp-dev
* commit 'ce58bb7dc7eb4f5f253a46941fbc22d869138b99':
  Make simple user switcher notice setting changes.
2014-08-11 19:20:47 +00:00
Jason Monk
6becbe732a Make simple user switcher notice setting changes.
To do this just check the state from the controller (which listens
for changes), rather than holding state locally.

Bug: 16888009
Change-Id: Ifdbf0055c7aa100941c6504cf3f469031c9c6e43
2014-08-11 14:52:34 -04:00
Winson Chung
448bb42c78 Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev 2014-08-11 18:26:04 +00:00
Winson Chung
27b97fa098 Tweaking empty recents text. (Bug 16711522)
Change-Id: I338e2add6e4a46551ce7d52e873f332979b194e1
2014-08-11 19:17:34 +00:00
Winson Chung
9e229d80e5 Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev 2014-08-11 18:20:32 +00:00
Winson Chung
f25268b402 Updating accessibility message for Recents activity. (Bug 15570522)
Change-Id: Iaaedb9a66b2160015b304863a00fbefdfb0e10ea
2014-08-11 11:58:32 -07:00
Selim Cinek
b9444fa248 am e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev
* commit 'e27270434eaecdd080e71900833c4fbd9bce3d75':
  Changed the color of low-priority notifications
2014-08-11 17:33:31 +00:00
Selim Cinek
5685c12481 am 68597329: Merge "Fixed an animation bug with inline view updates" into lmp-dev
* commit '68597329a7259333f56a856032f71f0ee44b493a':
  Fixed an animation bug with inline view updates
2014-08-11 17:33:26 +00:00
Selim Cinek
9063461752 Changed the color of low-priority notifications
Bug: 16010701
Change-Id: I7afc351a5a669bbb71b2620afe310b250da66b77
2014-08-11 17:53:18 +02:00
Selim Cinek
a5e211b1f2 Fixed an animation bug with inline view updates
The height is now updated in an animated fashion.

Bug: 16947659
Change-Id: I4e89e6ca78f8d3c0f1e6f7eb61134a394c6d7d73
2014-08-11 17:53:18 +02:00
John Spurlock
4900239c22 am 632fc874: Merge "QS: Fix some QS layout issues." into lmp-dev
* commit '632fc8746aa1a50decee99ad8d25726f5cdec73f':
  QS: Fix some QS layout issues.
2014-08-11 14:36:37 +00:00
John Spurlock
1e97c6c2d7 am ff5faba3: Merge "Doze: Pulse once when a pickup gesture is received." into lmp-dev
* commit 'ff5faba3745824984fa1a979f5bdd77a3ec61ca2':
  Doze: Pulse once when a pickup gesture is received.
2014-08-09 18:45:19 +00:00
John Spurlock
89d65b3591 am 93598a4f: SysUI: Null check around ranking map in isAmbient call.
* commit '93598a4fafcc1d1aba9838b6b75096c141436452':
  SysUI: Null check around ranking map in isAmbient call.
2014-08-09 15:19:02 +00:00
John Spurlock
f079fc52f3 SysUI: Null check around ranking map in isAmbient call.
Bug:16907252
Change-Id: Id21e089b99c1836ac0bbffd205ba89dc05f07b9a
2014-08-09 11:10:03 -04:00
Winson Chung
2ce27629d4 am 038561b5: Merge "Fixing transition animation in landscape on tablets (Bug 16867731)" into lmp-dev
* commit '038561b5d34ed2b97d3e0d8e236f3ce30b7557ef':
  Fixing transition animation in landscape on tablets (Bug 16867731)
2014-08-09 00:56:46 +00:00
John Spurlock
bceed060f0 QS: Fix some QS layout issues.
- Make the tile list configurable for testing.
- Support an external tile backed by a sticky broadcast intent.
- Ensure tiles clean up properly when no longer needed.

Bug:16818269
Bug:16822505
Change-Id: Ie24f878aae0d19c7f1feca4c519d10667023bef3
2014-08-11 10:19:21 -04:00
John Spurlock
16e767ab09 Merge "Doze: Pulse once when a pickup gesture is received." into lmp-dev 2014-08-08 18:15:47 +00:00
John Spurlock
559d959b99 Doze: Pulse once when a pickup gesture is received.
- If configured, wire up the default sensor of TYPE_PICK_UP_GESTURE
  as a signal to pulse (once) when dozing.
- Extend the duration that a pulse is visible.
- Skip the pre-pulse delay for the sensor signals.

Bug:15863249
Change-Id: I70e39fc5626fef5570ef74464c919427e0721c32
2014-08-09 12:04:36 -04:00
John Spurlock
6b1fc808a1 am 1d4ad01f: Merge "Volume: Hide zen options during setup." into lmp-dev
* commit '1d4ad01f609ece9355693550c8d340f7f69866df':
  Volume: Hide zen options during setup.
2014-08-08 14:15:23 +00:00
Adrian Roos
5d97914505 am 761c4d0e: QS: Make user switcher RTL aware
* commit '761c4d0e57d7a3b6d51185491d7f06d8619a0bc3':
  QS: Make user switcher RTL aware
2014-08-08 14:10:54 +00:00
Adrian Roos
0832b48221 QS: Make user switcher RTL aware
Bug: 16406694
Change-Id: I00efaf34281945635aa91bc3871ca6361c946ffe
2014-08-08 15:59:03 +02:00
Adrian Roos
44a5ba5343 am 7e690eb1: QS: Make user switcher expand when users don\'t fit
* commit '7e690eb1fc1279eb10aa62a10f36aca66b0bb6f9':
  QS: Make user switcher expand when users don't fit
2014-08-08 13:23:21 +00:00
Adrian Roos
1940892d89 QS: Make user switcher expand when users don't fit
Also updates the switcher to match the latest redlines.

Bug: 16406694
Change-Id: Ibf44ed9ea2ef4e3c467724eb4c79f1df5b3e49f4
2014-08-08 13:17:55 +00:00
Winson Chung
64c6fb401a am b8e5eed8: Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)
* commit 'b8e5eed8fbaf6c25a9f89e0c02973b9516dd70af':
  Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)
2014-08-07 23:15:45 +00:00
Winson Chung
e41ab847a5 Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)
Change-Id: Ib64e18f9a0f1de02de28a29251dd1d159d5d89ee
2014-08-07 16:10:24 -07:00
Jorim Jaggi
48a668ba36 am 22c9518c: Animations for Keyguard user switcher.
* commit '22c9518cee4f8ef7019b4cbf08a3e0d345357035':
  Animations for Keyguard user switcher.
2014-08-07 22:04:42 +00:00
Jorim Jaggi
98f8530af3 Animations for Keyguard user switcher.
Bug: 15757197
Change-Id: Ia3fcc0f771cea37fc2d57181d859373c423954a7
2014-08-07 21:57:34 +00:00
Kenny Guy
09f9d6b9fc am 343a5652: Merge "Launch application details for correct profile from recents." into lmp-dev
* commit '343a56529730019a16bf27fc213a7846ddbb87a6':
  Launch application details for correct profile from recents.
2014-08-07 21:13:16 +00:00
Adrian Roos
6b43ad6853 am e23ab08f: Merge "Fix pending dismiss action not cleared when leaving bouncer" into lmp-dev
* commit 'e23ab08fe7ddeb9062392aa526faf487be7462f3':
  Fix pending dismiss action not cleared when leaving bouncer
2014-08-07 20:42:50 +00:00
Jason Monk
d696634fe5 am 881f8547: Update strings for QS footer.
* commit '881f8547013a84ac878f115e12c35c15e6727081':
  Update strings for QS footer.
2014-08-07 20:20:10 +00:00
Jason Monk
d3ea7d61a3 Update strings for QS footer.
Bug: 16854706
Change-Id: Iba7ecae45f0bc9a8819f5172ad5922fddab95076
2014-08-07 20:09:39 +00:00
Kenny Guy
fb7d2c4cc4 Merge "Launch application details for correct profile from recents." into lmp-dev 2014-08-07 18:53:12 +00:00
Adrian Roos
95202de09d Merge "Fix pending dismiss action not cleared when leaving bouncer" into lmp-dev 2014-08-07 18:49:59 +00:00
Adrian Roos
559b41f424 Fix pending dismiss action not cleared when leaving bouncer
Bug: 16307958
Change-Id: Id9ae360b6d4f606b3b76a092b32756ac04d06344
2014-08-07 22:27:56 +02:00
John Spurlock
f328227e82 Merge "Volume: Hide zen options during setup." into lmp-dev 2014-08-07 18:39:40 +00:00
John Spurlock
45601d6b64 Volume: Hide zen options during setup.
Only show the slider before provisioning and
user setup.

Bug:16825823

Change-Id: I856c736ed91ed20371176c2bba84b5d7e2ebc6cb
2014-08-07 18:22:35 -04:00
Winson Chung
58865b6797 am f9c1251b: Merge "Initial changes to add task affiliation styling. (Bug 16656169)" into lmp-dev
* commit 'f9c1251b0ca90467a0532b84fc95448e10ccfb95':
  Initial changes to add task affiliation styling.  (Bug 16656169)
2014-08-07 18:06:38 +00:00
Kenny Guy
94a07acba7 Launch application details for correct profile from recents.
Bug: 16681400
Change-Id: Ia80d9c83809b07b1cdc4be8a4fc8a406bdfcf55e
2014-08-07 16:30:51 +00:00
Dan Sandler
11451ff400 am e23d301e: Merge "Link to new app notification settings from the inspector." into lmp-dev
* commit 'e23d301e267c320e7e7c103d3d630e09487b3c02':
  Link to new app notification settings from the inspector.
2014-08-07 16:12:39 +00:00
Winson Chung
242bbb86e8 Fixing transition animation in landscape on tablets (Bug 16867731)
- Also fixing the scroller, initial scroll state, and scroll bounds on large tablets

Change-Id: I886153748156fb442e4dc2b7ec6cf052da43ab88
2014-08-08 16:36:16 -07:00
Winson Chung
ec396d6399 Initial changes to add task affiliation styling. (Bug 16656169)
- Fixing issue with launch-in-background animation
2014-08-07 17:57:25 +00:00
Jorim Jaggi
bed756eeb2 am 8a6c6ec1: Merge "BG protection for user switcher on Keyguard." into lmp-dev
* commit '8a6c6ec1add6ddca5ce3be73ac5ca042a604440d':
  BG protection for user switcher on Keyguard.
2014-08-07 14:28:46 +00:00
Dan Sandler
2531b787ff am 78688688: Merge "Fix screenshots." into lmp-dev
* commit '7868868812a8c383476fa8d2997f3acb3bde5865':
  Fix screenshots.
2014-08-07 14:08:55 +00:00
Adrian Roos
1e9bee23ee am 5d07fda1: Merge "Update User switcher to new spec, implement adding users" into lmp-dev
* commit '5d07fda13caedfe14ed9a39e87d27e5d54982fa0':
  Update User switcher to new spec, implement adding users
2014-08-07 12:51:20 +00:00
Jorim Jaggi
c4489f990f Merge "BG protection for user switcher on Keyguard." into lmp-dev 2014-08-07 12:44:12 +00:00
Jorim Jaggi
bf1899e64c BG protection for user switcher on Keyguard.
Also fixes the position.

Bug: 15757197
Bug: 15545213
Change-Id: I9fab98652ab1ccad4e02d5cfa17b212a72a0a0b3
2014-08-07 15:45:53 +02:00