Commit Graph

18903 Commits

Author SHA1 Message Date
Adrian Roos
390a056474 Keyguard: Don't lock if SIM is NOT_READY am: e92de95261
am: 6f65fad606

Change-Id: If7fdff7be0851bb3f6141ca0a5362d964c415f5d
2016-12-14 01:13:05 +00:00
Adrian Roos
6f65fad606 Keyguard: Don't lock if SIM is NOT_READY
am: e92de95261

Change-Id: I3aaaa7099c7b114606e90c62ed3376369b0d86d2
2016-12-14 01:07:02 +00:00
Lei Yu
a0207a16a4 Merge "Remove qs_detail_empty and use colorForeground instead." 2016-12-14 00:12:46 +00:00
Adrian Roos
e92de95261 Keyguard: Don't lock if SIM is NOT_READY
Fixes an issue with MVNOs where the lockscreen
would show in response to a virtual SIM switch.

Now we no longer lock with NOT_READY.

Change-Id: I520200311a5ae3218f1743b1fc9a568c39933ebf
Fixes: 33386149
Bug: 30997251
Test: Set up secure lockscreen, insert Fi SIM, dial *#*#346398#*#*, verify screen does not lock, eject SIM, verify screen locks.
2016-12-13 14:53:49 -08:00
Wale Ogunwale
162ea7f014 Merge "Fixed issue with ordering of non-app token windows" 2016-12-13 22:43:31 +00:00
Wale Ogunwale
6ce0fb8ddb Fixed issue with ordering of non-app token windows
We tried to fix this issue in I83357975c87c704af9d0702c939ca99984462365
but the fix introduced other problems. So, we are going to have sys-ui
create a separate binder for object for each type of window it adds.
Long term we want to allow one binder object to map to multiple window
tokens on the same display in window manager.

Change-Id: Iee53b8bf95b87f79ab7a1b574a54111c678f7413
Fixes: 33567674
Fixes: 33538278
Test: bit FrameworksServicesTests:com.android.server.wm.DisplayContentTests
2016-12-13 14:24:00 -08:00
Lei Yu
500719cf9c Merge "Add tint for edit and setting icon" 2016-12-13 19:03:14 +00:00
Lei Yu
bce06d4847 Merge "Add tint for plus & minus icon" 2016-12-13 19:01:54 +00:00
Manu Cornet
c733803433 Revert "Grid recents: tweak task header layout to better match mocks"
This reverts commit 4701b99356.

Change-Id: Id1a2f93f55b32e6544083254bb16e3d3722aa3dd
2016-12-13 17:32:20 +00:00
Manu Cornet
4701b99356 Grid recents: tweak task header layout to better match mocks
Test: Checked layout on local sw600dp device
Bug: 32101881
Change-Id: Ic205beea47fc67fca9b3c95b3d1318c156ccc9c1
2016-12-13 07:26:03 -08:00
jackqdyulei
42878251e3 Add tint for plus & minus icon
Bug: 32592245
Test: Manual
Change-Id: I9c3278c87bc669b69cf2d9d571b9935a6ef846ac
2016-12-12 18:17:10 -08:00
jackqdyulei
cbc1ab862a Add tint for edit and setting icon
Bug: 32592245
Test: Manual
Change-Id: Ibed4eca205afce44d50440f56b77edadf9a47505
2016-12-12 17:17:57 -08:00
Xiaohui Chen
6d2e7ee49c sysui: add assets and dimentions for sw900dp am: 376b1756d4
am: bb18d78ea1

Change-Id: I1340f23f5113c51b9fa1a34a5fab587aa44c8ecb
2016-12-12 23:49:08 +00:00
Xiaohui Chen
bb18d78ea1 sysui: add assets and dimentions for sw900dp
am: 376b1756d4

Change-Id: I4df31eea74b4978a4e8711730507e5d26877431d
2016-12-12 23:42:50 +00:00
Xiaohui Chen
f400349eb9 Merge "sysui: add assets and dimentions for sw900dp" into nyc-mr2-dev 2016-12-12 23:36:55 +00:00
jackqdyulei
f9c6d8d69b Remove qs_detail_empty and use colorForeground instead.
Bug: 33356706
Test: Manual
Change-Id: I3cdecf59488b61de989315041ac374d5ec963233
2016-12-12 13:45:01 -08:00
Jason Monk
d67f6d9cc6 Fix animations for app QS tiles. am: d2274f848c
am: 46f24b6707

Change-Id: Ibf818c7f003a9f79483b09b6b0e2f3756e0e563b
2016-12-12 20:47:16 +00:00
Jason Monk
c1062100c3 Fix loading bar positioning. am: 76bf8eb3d6
am: fe6e3dd735

Change-Id: I8f821d80c2ed7f7584b67f7b5801a38961d527a6
2016-12-12 20:44:57 +00:00
Jason Monk
46f24b6707 Fix animations for app QS tiles.
am: d2274f848c

Change-Id: I32fdb2e9047e402650e374024fcc7cb39b2a83f9
2016-12-12 20:33:51 +00:00
Jason Monk
fe6e3dd735 Fix loading bar positioning.
am: 76bf8eb3d6

Change-Id: Ibf167360200be9969c1c725d84e4b9b9e442f553
2016-12-12 20:31:56 +00:00
Jason Monk
eb3623c7dd Merge "Fix animations for app QS tiles." into nyc-mr2-dev 2016-12-12 20:22:22 +00:00
Lei Yu
408753d1f1 Merge "Add tint for data saver icon" 2016-12-12 19:03:16 +00:00
Lei Yu
9e3211b7fa Merge "Add tint for hotspot icon" 2016-12-12 19:02:45 +00:00
Lei Yu
ec0cfc0354 Merge "Add tint color for airplane icon" 2016-12-12 19:02:05 +00:00
Lei Yu
c3823f9d8a Merge "Rename the Theme.DeviceDefault.Settings.Dark to QuickSettings" 2016-12-12 18:58:27 +00:00
Jason Monk
76bf8eb3d6 Fix loading bar positioning.
Move it down and make sure it covers entire width.

Change-Id: If906ea86ae1e78b7a75e2376c65f0ff0e191b86c
Fixes: 30292983
Test: Manual visual inspection of UI element locations
2016-12-12 13:07:50 -05:00
Jason Monk
d2274f848c Fix animations for app QS tiles.
Use correct context for third party tile drawable creation, also
fix comparison so that AVDs don't animate multiple times.

Change-Id: Ifcf7b818304d6677eacf080ed8c22893c91fdf73
Fixes: 32779384
Test: Install app with animated app QS tile.
2016-12-12 12:02:16 -05:00
Selim Cinek
55ca7508e6 Merge "Fixed a bug where both icons were visible initially" 2016-12-10 02:17:26 +00:00
Selim Cinek
6598974fdf Fixed a bug where both icons were visible initially
Because the default state was visible the icon visibilities
were never updated.

Change-Id: I8c54a204e9cbf304d53d82b4dbb22acf3f7d487d
Test: add fresh notificaitions, adb shell killall com.android.systemui, observe no double notification when added from shelf
Bug: 32437839
2016-12-09 16:11:07 -08:00
Selim Cinek
be3b1aa6ad Merge "Only doing the icon animations now when expanding slowly" 2016-12-10 00:07:32 +00:00
Bill Yi
06457bb323 Merge "Revert "Import translations. DO NOT MERGE"" 2016-12-09 23:59:17 +00:00
Bill Yi
e7ffc04f84 Revert "Import translations. DO NOT MERGE"
This reverts commit 012932e059.

Change-Id: I5578b1560a17981fed1175617981cbd4dae64396
2016-12-09 23:58:35 +00:00
Bill Yi
2d660f4b73 Merge "Import translations. DO NOT MERGE" 2016-12-09 23:37:39 +00:00
Selim Cinek
d5ab645f46 Only doing the icon animations now when expanding slowly
Previously the animation was too distrating when expanding
fast.

Test: add notification, expand fast, observe no animations
Change-Id: I11658368b49094368886c64028c210a1dc95d938
Fixes: 33458094
2016-12-09 13:00:20 -08:00
TreeHugger Robot
ca029c2d13 Merge "Cancels out long press on recents button when viewing home screen" 2016-12-09 19:44:41 +00:00
phweiss
9d945d90a4 Add implementation of isNetworkLoggingEnabled to FakeSecurityController
Fix build breakage introduced by ag/1666505.

Test: Did a local build.

Change-Id: Ie3c2d8cc89f71583b546a6085c3f991e0affaa61
2016-12-09 17:49:31 +01:00
Philipp Weiß
9498f5a81b Merge "Add network logging icon to Quicksettings when enabled" 2016-12-09 16:31:41 +00:00
Bill Yi
012932e059 Import translations. DO NOT MERGE
Change-Id: Iafe4d2feadf4e7ecbb6efc8fb7bd3158a570208d
Auto-generated-cl: translation import
2016-12-08 23:57:59 -08:00
Jorim Jaggi
c7613cb184 Merge "Light navigation bar support (1/2)" 2016-12-09 00:07:51 +00:00
Matthew Ng
0d22b079c5 Cancels out long press on recents button when viewing home screen
Cancel the long press when viewing home (launcher) to disable the
double vibration that should occur when in multiwindow mode.

Fixes: 29927464
Test: manual - at home and multiwindow to long press recents button
Change-Id: Ic9c8a5096ce9f30fc1265774ebb82c1356b1221b
2016-12-08 15:59:30 -08:00
Jorim Jaggi
40db029cfe Light navigation bar support (1/2)
Test: Open an app that has this flag set.

Test: android.systemui.cts.LightBarTests

Bug: 29058491
Change-Id: Idaff65fdd5c59b68ae9920726c9ea50b53f96675
2016-12-08 13:52:41 -08:00
Jorim Jaggi
5686ade06c Merge "Fix sysui crashlooping" 2016-12-08 21:42:03 +00:00
Yoshinori Hirano
ae563e99c9 Merge "Don't include front most excluded task in Multi-Window mode" am: a8c2c229d7 am: 435db7e690 am: 14ea407321
am: aa6018c735

Change-Id: Ibb292f07718a9782404a84502e475abf0c26c8aa
2016-12-08 21:26:51 +00:00
Yoshinori Hirano
aa6018c735 Merge "Don't include front most excluded task in Multi-Window mode" am: a8c2c229d7 am: 435db7e690
am: 14ea407321

Change-Id: I90bd2c3fe52c4f3b82a1b8794176716cdafbe9ea
2016-12-08 21:18:07 +00:00
Yoshinori Hirano
14ea407321 Merge "Don't include front most excluded task in Multi-Window mode" am: a8c2c229d7
am: 435db7e690

Change-Id: Iedb0b93fd599170132ddd545490a3564e575cdc0
2016-12-08 21:13:10 +00:00
jackqdyulei
8c5a516e92 Rename the Theme.DeviceDefault.Settings.Dark to QuickSettings
This theme is only used in systemui for quick settings panel

Bug: 32592245
Test: Manual
Change-Id: I529f7719dc85b8b04cf2b5952dff5c78417422a0
2016-12-08 12:57:06 -08:00
Treehugger Robot
a8c2c229d7 Merge "Don't include front most excluded task in Multi-Window mode" 2016-12-08 20:52:15 +00:00
Jason Monk
89377bb609 Fix sysui crashlooping
Fix startup lifecycle on header.

Test: runtest systemui
Change-Id: I732cc2fb6693b9857c14534154d02a9b18e7d44a
2016-12-08 15:32:07 -05:00
Xiaohui Chen
376b1756d4 sysui: add assets and dimentions for sw900dp
We are enabling all large (sw900dp) Android devices to have a
consistent sysui designed for bigger screen similar to Pixel C.

Bug: 32516898
Test: Locally on pixel c
Change-Id: Iefd81225dd8801d41976f080e1fa71a1712f92de
2016-12-08 12:03:09 -08:00
Selim Cinek
e67e2a28ed Merge changes I25effa3e,Ibb58d1aa,I92454a1b,I878d20a8,I21037b40, ...
* changes:
  Enforcing padding on the bottom of the keyguard
  Fixes that notifications were sometimes clipped on the lockscreen
  Don't reset the velocity when flinging down just because of falsing
  Don't do icon animations if we are scrolling fast
  Don't translate the notification content while scrolling
  Fixed the scrim drawing in seascape
  Placed the overflow indicator perfectly in the collapsed center
  Improved the low priority behavior with the shelf
  Improved the performance of the notification shelf
  Fixed a bug where heads up notifications had no icon
  Added possibility to use canned animation for icons
2016-12-08 18:48:49 +00:00