8487 Commits

Author SHA1 Message Date
Jorim Jaggi
183455b02a am 80ae2850: Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev automerge: 09ba32c automerge: 80a28fe
* commit '80ae285010f0113c663ba06e66108472c57f5883':
  Fix janky in transition doze -> lockscreen
2014-11-05 18:47:45 +00:00
John Spurlock
a667028207 am 96171f08: Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev automerge: 0bdefb9 automerge: 513f260
* commit '96171f08c121a7d15a6a8cbdb28e49c917418c1f':
  Zen: Create a new exit condition for "next alarm".
2014-11-05 18:47:27 +00:00
John Spurlock
724415fc2e am b16f9437: Merge "QS: Toggle tile icon animations." into lmp-mr1-dev automerge: 2face5e automerge: 055acca
* commit 'b16f943743716fe36ef1fca71a2d9f52da387e41':
  QS: Toggle tile icon animations.
2014-11-05 18:47:13 +00:00
Jorim Jaggi
80ae285010 Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev automerge: 09ba32c
automerge: 80a28fe

* commit '80a28fe8d69cbf629a6f8cca23de9fc6e7673326':
  Fix janky in transition doze -> lockscreen
2014-11-05 18:06:27 +00:00
Jorim Jaggi
80a28fe8d6 Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev
automerge: 09ba32c

* commit '09ba32c0ba9306bafa25e27a2fa7d6e53e9be715':
  Fix janky in transition doze -> lockscreen
2014-11-05 16:37:13 +00:00
Jorim Jaggi
09ba32c0ba Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev 2014-11-05 16:17:33 +00:00
John Spurlock
96171f08c1 Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev automerge: 0bdefb9
automerge: 513f260

* commit '513f26020095c409aa3e828c98485ed20aa9eaa9':
  Zen: Create a new exit condition for "next alarm".
2014-11-05 15:42:30 +00:00
John Spurlock
b16f943743 Merge "QS: Toggle tile icon animations." into lmp-mr1-dev automerge: 2face5e
automerge: 055acca

* commit '055acca7c8691921572f8e9845bd4d46b96c7251':
  QS: Toggle tile icon animations.
2014-11-05 15:41:12 +00:00
John Spurlock
513f260200 Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev
automerge: 0bdefb9

* commit '0bdefb9953fd51c86f81a6033a00926a63916065':
  Zen: Create a new exit condition for "next alarm".
2014-11-05 15:20:12 +00:00
John Spurlock
055acca7c8 Merge "QS: Toggle tile icon animations." into lmp-mr1-dev
automerge: 2face5e

* commit '2face5e2e86cb7850c2ce67306f5aad04af6f597':
  QS: Toggle tile icon animations.
2014-11-05 15:19:02 +00:00
John Spurlock
0bdefb9953 Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev 2014-11-05 14:47:20 +00:00
John Spurlock
c6df3cf273 QS: Toggle tile icon animations.
- New location tile icon animation.
 - New flashlight tile icon animation.
 - New airplane-mode tile icon animation.
 - New color inversion tile icon animation.
 - Remove obsolete static icons.

Bug: 17426910
Change-Id: I51c98979afd46f4cdfc2fd383e80d7bf13c5eeab
2014-11-05 09:20:16 -05:00
Jorim Jaggi
3e9d9b5953 Fix janky in transition doze -> lockscreen
Also fix some unnecessary layer creation for dismiss button.

Bug: 18238168
Change-Id: I71989f2a24162e4453781c07e50d6c25fb380089
2014-11-05 15:08:15 +01:00
John Spurlock
37bc92cc23 Zen: Create a new exit condition for "next alarm".
- If the user's next alarm is in the next 12 hrs, provide
this as an exit condition trigger for leaving none/priority.
- Don't display the next alarm condition when downtime is active.
- When the next-alarm exit condition is active, follow changes
to the next alarm, assuming it remains within the 12-hr window.
- Tweak the downtime condition strings to be consistent.

Bug: 16373455
Change-Id: I4020b91d323dead998e62d655132eca07438b148
2014-11-05 08:46:01 -05:00
Wale Ogunwale
a9868fbd7b am 2749a5e6: am e54553c8: am d54b578e: Fix issue #17305377: Don\'t kill process if it still has tasks.
* commit '2749a5e6cec41cbdc019134db6fc96e5283db9b4':
  Fix issue #17305377: Don't kill process if it still has tasks.
2014-11-04 19:22:25 +00:00
Wale Ogunwale
2749a5e6ce am e54553c8: am d54b578e: Fix issue #17305377: Don\'t kill process if it still has tasks.
* commit 'e54553c841f3ca1ebcb822e8b9ab6a412e7bd895':
  Fix issue #17305377: Don't kill process if it still has tasks.
2014-11-04 19:14:49 +00:00
Wale Ogunwale
e54553c841 am d54b578e: Fix issue #17305377: Don\'t kill process if it still has tasks.
* commit 'd54b578e47fb410c776bb3a4272c2c523153f657':
  Fix issue #17305377: Don't kill process if it still has tasks.
2014-11-04 19:06:11 +00:00
Wale Ogunwale
d54b578e47 Fix issue #17305377: Don't kill process if it still has tasks.
We previously killed a process when one of its task was
swiped away in the recents UI. This had negative performance
implications for apps with multiple tasks in recents. Now we
will only kill the process if there are no more tasks associated
with it.

Changed also removes the need for the
ActivityManager.REMOVE_TASK_KILL_PROCESS since ActivityManager
will now only kill a task process if it process has no out
standing tasks.

Bug: 17305377
Change-Id: Ibc39bb328d13c7eab05c04798c2f14887923d9d4
2014-11-04 10:59:31 -08:00
Jorim Jaggi
ae39f3b2a8 am a8cee180: am 534495c7: am 6fd88022: Merge "Fix jump in two-finger expand motion with no notifications" into lmp-mr1-dev
* commit 'a8cee1800ccaac46c1d16091bc1a25209d193cd3':
  Fix jump in two-finger expand motion with no notifications
2014-11-04 17:08:02 +00:00
Jorim Jaggi
a8cee1800c am 534495c7: am 6fd88022: Merge "Fix jump in two-finger expand motion with no notifications" into lmp-mr1-dev
* commit '534495c7a98b7d35d9859f663522bd6af047b4dd':
  Fix jump in two-finger expand motion with no notifications
2014-11-04 17:03:07 +00:00
Jorim Jaggi
534495c7a9 am 6fd88022: Merge "Fix jump in two-finger expand motion with no notifications" into lmp-mr1-dev
* commit '6fd88022c286730b6f17917dff2d9dd2d74bbfee':
  Fix jump in two-finger expand motion with no notifications
2014-11-04 16:58:23 +00:00
Jorim Jaggi
6fd88022c2 Merge "Fix jump in two-finger expand motion with no notifications" into lmp-mr1-dev 2014-11-04 16:54:12 +00:00
John Spurlock
e0e5453048 am fbca0e84: am df80f1c9: am 8c4aad50: Merge "QS: Create the tile background once per tile." into lmp-mr1-dev
* commit 'fbca0e845501a0c3d0f1da9a36a9cf881f2f8ab9':
  QS: Create the tile background once per tile.
2014-11-04 16:38:54 +00:00
John Spurlock
fbca0e8455 am df80f1c9: am 8c4aad50: Merge "QS: Create the tile background once per tile." into lmp-mr1-dev
* commit 'df80f1c92be7446895b98f28e1c1d7c7649ba399':
  QS: Create the tile background once per tile.
2014-11-04 16:34:15 +00:00
John Spurlock
df80f1c92b am 8c4aad50: Merge "QS: Create the tile background once per tile." into lmp-mr1-dev
* commit '8c4aad505a0034b89abbdd7e11c18ffe11756c5f':
  QS: Create the tile background once per tile.
2014-11-04 16:30:01 +00:00
John Spurlock
8c4aad505a Merge "QS: Create the tile background once per tile." into lmp-mr1-dev 2014-11-04 16:26:14 +00:00
Jorim Jaggi
0cce70c9fa Fix jump in two-finger expand motion with no notifications
Bug: 18185048
Change-Id: Ib54789e45b7b68a5fc9d6056cb53de23b2be3260
2014-11-04 16:13:41 +01:00
Jorim Jaggi
8b54483f4f am 1cb02d93: am b1be947a: am 1482b053: Merge "Update QS tile states after unlocking" into lmp-mr1-dev
* commit '1cb02d935571c128c906a5fc72a60a62d8d6857d':
  Update QS tile states after unlocking
2014-11-04 14:46:15 +00:00
Jorim Jaggi
498637a166 am c821492b: am cd1752ee: am 8289301c: Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev
* commit 'c821492bcf5087175c7dd554f7e715f953767482':
  Always update quick settings header translation in onLayout
2014-11-04 14:42:14 +00:00
Jorim Jaggi
1cb02d9355 am b1be947a: am 1482b053: Merge "Update QS tile states after unlocking" into lmp-mr1-dev
* commit 'b1be947a70d2a1ae755405d2ebb38c5e9a104889':
  Update QS tile states after unlocking
2014-11-04 14:42:11 +00:00
John Spurlock
31798f17b1 QS: Create the tile background once per tile.
Bug: 18219320
Change-Id: I15cbb7623c3e81b724fb0c4e830ae4e6615552dc
2014-11-04 09:41:32 -05:00
Jorim Jaggi
c821492bcf am cd1752ee: am 8289301c: Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev
* commit 'cd1752eee65e7795eb723c8bc2998072ec8f5888':
  Always update quick settings header translation in onLayout
2014-11-04 14:38:05 +00:00
Adrian Roos
4a38beac17 am 78ac6b29: am c2a809b1: am ad3bc7f8: Fix a keyguard charging status
* commit '78ac6b296d7509b650a90000a38001a4251e8c3d':
  Fix a keyguard charging status
2014-11-04 14:38:04 +00:00
Adrian Roos
22e7649733 am c0fabb0c: am ead47adc: am c0f0a747: Fix low profile bar mode for Material themed apps
* commit 'c0fabb0cb9e3098055d5a3f1d8e7159128cea281':
  Fix low profile bar mode for Material themed apps
2014-11-04 14:38:00 +00:00
Jorim Jaggi
b1be947a70 am 1482b053: Merge "Update QS tile states after unlocking" into lmp-mr1-dev
* commit '1482b0535e1708fbf9914946abe59c36f39633e7':
  Update QS tile states after unlocking
2014-11-04 14:37:38 +00:00
Adrian Roos
78ac6b296d am c2a809b1: am ad3bc7f8: Fix a keyguard charging status
* commit 'c2a809b1afae2077756fdf11af4ac5d466fa6d9a':
  Fix a keyguard charging status
2014-11-04 14:33:14 +00:00
Adrian Roos
c0fabb0cb9 am ead47adc: am c0f0a747: Fix low profile bar mode for Material themed apps
* commit 'ead47adcb6ee5845b676aba228b1818592ecab65':
  Fix low profile bar mode for Material themed apps
2014-11-04 14:33:08 +00:00
Jorim Jaggi
cd1752eee6 am 8289301c: Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev
* commit '8289301c74ffb0076d993dc58cb05fa0e2ed2ff6':
  Always update quick settings header translation in onLayout
2014-11-04 14:33:01 +00:00
Jorim Jaggi
1482b0535e Merge "Update QS tile states after unlocking" into lmp-mr1-dev 2014-11-04 14:31:46 +00:00
Adrian Roos
c2a809b1af am ad3bc7f8: Fix a keyguard charging status
* commit 'ad3bc7f878ace1a0eb6f73466d55d9d7b060e48c':
  Fix a keyguard charging status
2014-11-04 14:28:36 +00:00
Adrian Roos
ead47adcb6 am c0f0a747: Fix low profile bar mode for Material themed apps
* commit 'c0f0a74762f7b3651d0fcd8371e9eb0c84779b1a':
  Fix low profile bar mode for Material themed apps
2014-11-04 14:28:31 +00:00
Jorim Jaggi
8289301c74 Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev 2014-11-04 14:27:50 +00:00
Adrian Roos
ad3bc7f878 Fix a keyguard charging status
Fixes a bug where the keyguard was showing
a charging state even though the device was
not plugged in.

Bug: 18166083
Change-Id: I85a2cda674ffdafb37df70598f4028414a639def
2014-11-04 14:18:16 +00:00
Adrian Roos
c0f0a74762 Fix low profile bar mode for Material themed apps
Bug: 17691219
Change-Id: I1b1fb2e831e5d4c41073bb4db0793bf66468c4c4
2014-11-04 14:16:16 +00:00
John Spurlock
c0d6eb540c am 6a585261: am dde73641: am d94017b0: Merge "QS: New rotation-lock tile icon, using AVDs." into lmp-mr1-dev
* commit '6a585261dc45c55cb1b47476e9a07ca47a7c59f7':
  QS: New rotation-lock tile icon, using AVDs.
2014-11-04 12:27:42 +00:00
John Spurlock
6a585261dc am dde73641: am d94017b0: Merge "QS: New rotation-lock tile icon, using AVDs." into lmp-mr1-dev
* commit 'dde73641fd3f29d777f531d3ea2b839b9e9b0b40':
  QS: New rotation-lock tile icon, using AVDs.
2014-11-04 12:23:21 +00:00
John Spurlock
dde73641fd am d94017b0: Merge "QS: New rotation-lock tile icon, using AVDs." into lmp-mr1-dev
* commit 'd94017b0c26471461f668badb2584df0026da1a8':
  QS: New rotation-lock tile icon, using AVDs.
2014-11-04 12:19:24 +00:00
John Spurlock
d94017b0c2 Merge "QS: New rotation-lock tile icon, using AVDs." into lmp-mr1-dev 2014-11-04 12:15:10 +00:00
Jorim Jaggi
ea814d9d00 am 7fd12db3: Merge "Only hide sensitive content when Keyguard is showing" into lmp-mr1-dev automerge: 3c7efdc automerge: 61059fe
* commit '7fd12db350a341eb7a50759aa329be5281556928':
  Only hide sensitive content when Keyguard is showing
2014-11-04 01:17:04 +00:00
John Spurlock
2d695813b4 QS: New rotation-lock tile icon, using AVDs.
Also:
 - Better icon change detection, unify tile.icon vs tile.iconId.
 - Fix regression in touch feedback by fixing a11y string calculation.

Bug: 17426910
Change-Id: I14772f4e9b3be127bc39106ae9146ed46488fa48
2014-11-03 19:08:39 -05:00