Commit Graph

15175 Commits

Author SHA1 Message Date
Jim Miller
07e0384a4e Enable fingerprint sensor navigation to invoke QuickSettings
- rename "FP_NAV" to more generic "SYSTEM_NAVIGATION"

Fixes bug 28869612

Change-Id: I321240ee54506633d63a29e987b8d8638c652391
2016-06-22 15:18:13 -07:00
Mady Mellor
f56bcc7925 Merge \"Don\'t show the shade background for heads up notifications\" into nyc-dev
am: 6b6bf9cd54

Change-Id: Ic6d8f5c1d1a8eed8e0bc9657c11c77890cd64e7c
2016-06-22 16:54:08 +00:00
Jason Monk
a5076ef7fa Merge \"QS Tiles: Fix some problems with connecting through intent\" into nyc-dev
am: 126088536d

Change-Id: I7e8ee5c59d7f26dcbc2406a53c0c6c39a9d8f55e
2016-06-22 16:54:06 +00:00
Mady Mellor
6b6bf9cd54 Merge "Don't show the shade background for heads up notifications" into nyc-dev 2016-06-22 16:49:42 +00:00
TreeHugger Robot
126088536d Merge "QS Tiles: Fix some problems with connecting through intent" into nyc-dev 2016-06-22 16:47:33 +00:00
Jason Monk
726aee885a Merge \"QS: Fix default icon handling for services\" into nyc-dev
am: 94a20367b5

Change-Id: I626992cdd9c5ff507b001dae2816df09872872ca
2016-06-22 15:44:07 +00:00
Sid Soundararajan
542762f99d Merge \"Blacklist ATV Remote Service to never appear on Recents\" into nyc-dev
am: 8f41c074c7

Change-Id: I37f6ec8e48300996db4603de455b0e74a481ae3a
2016-06-22 15:44:04 +00:00
Jason Monk
94a20367b5 Merge "QS: Fix default icon handling for services" into nyc-dev 2016-06-22 15:39:32 +00:00
TreeHugger Robot
8f41c074c7 Merge "Blacklist ATV Remote Service to never appear on Recents" into nyc-dev 2016-06-22 15:36:11 +00:00
Jason Monk
8753e184f9 QS Tiles: Fix some problems with connecting through intent
- Don't send Tile through intent, it can cause crashes
 - Clean up other issues surrounding this

Change-Id: I08c626cf39b36d349592c1e0b81627b9bc7eeeb3
Fixes: 29519485
2016-06-22 10:52:58 -04:00
Jason Monk
a5f6ed355e QS: Fix default icon handling for services
Change-Id: I3b25df8b8d02cd99a943571de14cf0a8c5b051bd
Fixes: 29452288
2016-06-22 10:00:38 -04:00
Yoshinori Hirano
045fd29c75 Merge \"Restrict hotspot qs tile to admin user\" into nyc-dev
am: ba568a46e6

Change-Id: Ifb7a835ab6633a97a5be32f8b6a699d0c75dde9a
2016-06-22 13:30:09 +00:00
Jason Monk
aeba74427f Merge \"QS Edit: Try to simplify drag logic\" into nyc-dev
am: 3a0241566b

Change-Id: I9b080743a60d247c63293274759cbca313d7ca05
2016-06-22 13:30:06 +00:00
Jason Monk
ba568a46e6 Merge "Restrict hotspot qs tile to admin user" into nyc-dev 2016-06-22 13:23:30 +00:00
Jason Monk
3a0241566b Merge "QS Edit: Try to simplify drag logic" into nyc-dev 2016-06-22 13:23:18 +00:00
Adrian Roos
8985d16a56 Merge \"Notification: Respect disabled HUNs on updates\" into nyc-dev
am: 394cc084f9

Change-Id: Ibb1b69ea313a45637558add62503a05133b3e7a9
2016-06-22 00:52:56 +00:00
TreeHugger Robot
394cc084f9 Merge "Notification: Respect disabled HUNs on updates" into nyc-dev 2016-06-22 00:35:30 +00:00
Adrian Roos
9a3b3953c1 Merge \"Fix stale transformations\" into nyc-dev
am: ea16efd52c

Change-Id: I995823bc7985da570b13d8d7b8c7b5d1f555d3b2
2016-06-21 23:56:54 +00:00
Selim Cinek
0864de19f6 Merge \"Do animations correctly in systemUI\" into nyc-dev
am: afa0f25379

Change-Id: I086a344e2a3c827c7492ff9aa614b717ff74d1f7
2016-06-21 23:40:24 +00:00
TreeHugger Robot
ea16efd52c Merge "Fix stale transformations" into nyc-dev 2016-06-21 23:25:16 +00:00
Adrian Roos
f6967e0691 Notification: Respect disabled HUNs on updates
Fixes a bug where HUNs would be posted on updates
even if HUNs had been disabled.

Fixes: 29520322
Change-Id: I3806b9c5b8835a62f7b58bd0a3bbdd55b02eb892
2016-06-21 16:13:05 -07:00
Sid Soundararajan
6f134fb3ef Blacklist ATV Remote Service to never appear on Recents
BUG: 28764678
Change-Id: I0be5f9f408f16cfb683793a84cef7a368e5fa867
2016-06-21 15:49:13 -07:00
TreeHugger Robot
afa0f25379 Merge "Do animations correctly in systemUI" into nyc-dev 2016-06-21 22:20:45 +00:00
Selim Cinek
843f541737 Do animations correctly in systemUI
When properties weren't changing, animators were not cancelled.
In addition did we still apply the delay even though animators
were running before.

Change-Id: I05fdd15d770900ac901eb95b616bed4cf311cd23
Fixes: 29540362
2016-06-21 14:03:30 -07:00
Andrew Sapperstein
cac2dd8ce8 Merge "Update System UI to use theme colors." into nyc-mr1-dev 2016-06-21 20:15:41 +00:00
Adrian Roos
75524417ac Fix stale transformations
In messaging style we sometimes transform an individual
message and sometimes we don't. This causes the ViewTransformationHelper
to sometimes add the container and sometimes the individual messages,
which prevented the right view from getting reset.

To fix this, we now reset all views that were once managed by
ViewTransformationHelper but no longer are.

Change-Id: I1512434fde5b4444657db1c69f9a7bd1ba96fe5f
Fixes: 29509682
2016-06-21 12:41:10 -07:00
Andrew Sapperstein
5c3734456e Update System UI to use theme colors.
Instead of using hardcoded values, use colorPrimary, colorAccent, etc
to style system UI. Required setting a theme on several views to
get the proper accent color in the right place.

Deletes a lot of hard-coded colors from the app.
Deletes an unused view: StatusBarHeaderView

BUG: 28625050
BUG: 29003410
BUG: 28625105
Change-Id: I46cd8eba7cf5afdab53c7882aa4aac5af46772a9
2016-06-21 11:15:19 -07:00
Adrian Roos
30181fb1b9 Merge \"Allow trust agents to run during provisioning\" into nyc-dev
am: 1dd403b61a

Change-Id: I3972f2f923b78bf57f8160b3a14a81df3972eea0
2016-06-21 18:09:52 +00:00
TreeHugger Robot
1dd403b61a Merge "Allow trust agents to run during provisioning" into nyc-dev 2016-06-21 18:04:07 +00:00
Yoshinori Hirano
adcbed7459 Restrict hotspot qs tile to admin user
Since hotspot setting is only available for admin user,
the qs tile should be disabled for secondary users.

Fixes: 29233745

Change-Id: Ie9777feef9650050a89dc42cc0e6436b4ef91471
2016-06-21 13:02:04 -04:00
Jason Monk
b213ac464e QS Edit: Try to simplify drag logic
- Don't forcibly move around items during dragging, instead let the
ItemTouchHelper handle where things can and cannot be dragged.
 - Try to trigger notify calls only when needed.
 - Tiles will sit in the first slot after being removed until the
   edit panel is closed.

Change-Id: I4780e64bc39292ed85e961ac089c69834245dfb4
Fixes: 28067638
2016-06-21 12:58:40 -04:00
TreeHugger Robot
177fa1f3a0 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev 2016-06-21 16:52:40 +00:00
Andrei Stingaceanu
448160e1e9 Merge "Keyboard shortcuts: A11Y fixes cherry pick" into nyc-mr1-dev 2016-06-21 09:28:59 +00:00
Bill Yi
3eeeada9a1 Import translations. DO NOT MERGE
Change-Id: I09c2d72040aabd804cc592de9b61f9a41cb60fc8
Auto-generated-cl: translation import
2016-06-21 01:08:26 -07:00
Bill Yi
1fbf42ce30 Import translations. DO NOT MERGE
Change-Id: I8c3ebf247f9029af5c1322e2a5c115a1d854196f
Auto-generated-cl: translation import
2016-06-21 00:53:23 -07:00
Adrian Roos
fb95a81a8b Allow trust agents to run during provisioning
Fixes a bug where trust agents weren't able to run during
provisioning, because user presence is only acknowledged after
provisioning completed.

Change-Id: Ib9ed235e8372555fdc40eefd0fc6b1192613abda
Fixes: 29231515
2016-06-20 14:59:02 -07:00
Mady Mellor
53ac1ef993 Don't show the shade background for heads up notifications
This looked weird when dismissing.

Change-Id: I9c4256a4c8792c4ff81d3cf1e34c45591853c206
Fixes: 29462609
2016-06-20 13:27:02 -07:00
Selim Cinek
628c371c71 Merge changes I29ce7659,I2d6310a2,Ic4b29409,I6c5c970f into nyc-dev
am: 3952c3a2d4

Change-Id: I6647a1410723a229a7ac6ebf89d4495cb508efd9
2016-06-20 19:17:32 +00:00
Selim Cinek
3952c3a2d4 Merge changes I29ce7659,I2d6310a2,Ic4b29409,I6c5c970f into nyc-dev
* changes:
  Fixed a stackoverflow in notifications
  Fixed a bug where a notification was incorrectly marked as removed
  Fixed a potential issue where a notification could be empty
  Fixed a bug where the expanded layout would flash
2016-06-20 19:11:50 +00:00
Jason Monk
c926969dad Merge \"QS: Don\'t disable hotspot animation when leaving airplane mode\" into nyc-dev
am: 8c9b6609f1

Change-Id: I6b3146f6f082732967af0375ab745e8cd11bc71e
2016-06-20 18:51:16 +00:00
Jason Monk
8c9b6609f1 Merge "QS: Don't disable hotspot animation when leaving airplane mode" into nyc-dev 2016-06-20 18:34:17 +00:00
Adrian Roos
840cc3e440 Merge \"SystemUI: Override notification app name\" into nyc-dev
am: e416a4200a

Change-Id: Ie9977a67456c5a10ca4b9226a0f328f4b594557b
2016-06-20 18:10:36 +00:00
Adrian Roos
e416a4200a Merge "SystemUI: Override notification app name" into nyc-dev 2016-06-20 18:00:04 +00:00
Julia Reynolds
ad9d313fa4 Merge \"Don\'t reference variables before they are assigned.\" into nyc-dev
am: 2d5c95f5b9

Change-Id: I18651fef3ca880ee287d89f0ab4ba80f94f1dced
2016-06-20 17:36:51 +00:00
Jason Monk
4ac011ff75 Merge \"QS: Fix missing tiles\" into nyc-dev
am: bd04ec31bd

Change-Id: I7889f69b9f216016ab23e95420e6c1b90f58769b
2016-06-20 17:33:22 +00:00
Andrei Stingaceanu
b5eb497d11 Keyboard shortcuts: A11Y fixes cherry pick
* Letters are no more announced as capitals
* Focus now moves into the function key buttons (images)
* The keyboard shortcuts are not being verbalized individually
but instead the whole group is now verbalized in one go.

Bug: 29267887
Bug: 29259734
Bug: 29260915
Change-Id: If9370fa9a6eef0e412285ca73794c6d72cdadd15
2016-06-20 18:20:06 +01:00
Jason Monk
ab17c98416 QS: Don't disable hotspot animation when leaving airplane mode
Change-Id: I80750e3c4d63e4d590b43e3ed595100e054e5b1e
Fixes: 29374561
2016-06-20 12:40:37 -04:00
Julia Reynolds
370bca66e7 Don't reference variables before they are assigned.
Rare but technically possible.

Change-Id: I375cd1ac0bef5b6c7295618bef087554114c3cdd
Fixes: 29394773
2016-06-20 13:56:23 +00:00
Jason Monk
bd04ec31bd Merge "QS: Fix missing tiles" into nyc-dev 2016-06-20 13:26:05 +00:00
Selim Cinek
88086e7183 Fixed a stackoverflow in notifications
Change-Id: I29ce76593af81ad6e326d2e273fd872a4d9d4a89
Fixes: 29464060
2016-06-17 21:01:32 -07:00