Commit Graph

13763 Commits

Author SHA1 Message Date
TreeHugger Robot
30a5f7a877 Merge "Reduce height of expanded media controls" into sc-dev 2021-08-10 19:48:02 +00:00
TreeHugger Robot
fbf9a2634c Merge "Update udfps AOD icon" into sc-dev 2021-08-10 19:28:48 +00:00
TreeHugger Robot
8dd449cee4 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-08-10 19:24:11 +00:00
Bill Yi
cdf5fcd035 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I3cbdbea10da9a5d918397a4395861a746830ed8b
2021-08-10 06:10:26 +00:00
Bill Yi
92f8c700b2 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I971598f81991b4d5e44c224939b401eb90b4e4e5
2021-08-10 06:00:13 +00:00
Beth Thibodeau
c4e1c545e2 Reduce height of expanded media controls
Total height is now 192 dp. Reduced album art size and some padding for
expanded media control layout. Also adjusted album art size and padding
for expanded recommendations card to fit

Bug: 189700268
Fixes: 194492458
Test: visual
Change-Id: I3ca096e663d10a05abee2a645dacfe4ce001597c
(cherry picked from commit 69377262a4)
2021-08-10 02:18:51 +00:00
Beverly
c7bdaff11f Update udfps AOD icon
Change burn in prevention period to a prime number to avoid
overlap with other periods

Test: manual
Refer to bug for burn-in simulation
Fixes: 195773640

Change-Id: I4c9dd875827138b8cd0407a01e7bb4941bb48088
2021-08-09 20:56:59 +00:00
Xi Han
3904d7eef7 Merge "Make InternetTile default in SysUI." into sc-dev 2021-08-09 03:02:35 +00:00
Bill Yi
670abf2c70 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I0a74b20fb1ce41497931c4dba2127c24c58721b9
2021-08-07 05:58:54 +00:00
Beverly
83dde708cc Update lock icon and udfps padding
By default, use 48px. This value can be
overridden by overlays.

Update stroke width of lock and udfps icons from 2.5 => 2
Update stroke width of aod udfps icon from 1 => 1.3

Test: manual
Change-Id: I7c3883c9acac68acc02684a3115e9e6512fe9a1f
Bug: 195564809
2021-08-05 17:39:01 -04:00
Cassie
e588681c01 Make InternetTile default in SysUI.
Bug: 174753536
Test: Manual
Change-Id: I1d9642f73b84a1f68cfb3d8a40554fb90b2ca01f
Merged-In: I1d9642f73b84a1f68cfb3d8a40554fb90b2ca01f
2021-08-05 09:00:08 -07:00
Beverly
4d31f24424 Co-ex: when face fails use error string
Use string "Can't recognize face. Use fingerprint instead"
Only used if the user hasn't touch udfps yet

Test: manual, atest KeyguardIndicationControllerTest
Fixes: 195161046
Change-Id: I8206d3acbaf9e20702570c700beb6248d86a858e
2021-08-04 15:39:59 -04:00
Bill Lin
a017823717 Merge "Fix Multi user avater View overlap privacy dot" into sc-dev 2021-08-03 07:07:31 +00:00
Bill Yi
1cd73a062d Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Ib14972fb3047cb1ef362e603d4141f8d20e522bf
2021-08-03 03:16:27 +00:00
lbill
73aada3460 Fix Multi user avater View overlap privacy dot
Move system_icons_super_container_margin_start to parent ViewGroup
to ensure both multi_user_avatar system_icons_container can share
the padding

Test: make and check visual, enable multi user and check keyguard
Bug: 194324044
Change-Id: Iab2803dfb2b609b98eb8053e3b81bd6731857a2b
2021-07-30 06:46:50 +00:00
Beverly
294e8a1efc For devices with udfps, always show bg on udfps
Also show background on lock icon and unlock
icons if the device supports udfps. This is to help
indicate the affordance is tappable.

Test: manually test with and w/o udfps
  - AOD <=> Lock screen
  - gpay wallet affordance on LS that requests udfps
  - slowly swipe up to show bouncer => udfps fades
  - slowly swipe down to expand notification shade => udfps fades
  - tap notification on ls, no bg animation
  - tap notification on locked shade, there is a bg animation
  - toggle on/off dark mode from lock screen
Fixes: 192403524
Change-Id: I5a19d3cd45c51af78a49d46126fc0678a3df6d6c
2021-07-29 09:38:01 -04:00
Fabian Kozynski
842ebcdb44 Merge "Save space in small width screens" into sc-dev 2021-07-28 13:23:49 +00:00
TreeHugger Robot
b68c209b8a Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-07-27 22:56:15 +00:00
TreeHugger Robot
8e18eeb56e Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-07-27 22:33:35 +00:00
Bill Yi
85c8df6bf9 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I53f1345eee578aee53536935c759af58b9924bc6
2021-07-27 18:28:08 +00:00
Bill Yi
29ff9defe0 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I5e07c72246b00208e9daef508e58dc929403efff
2021-07-27 18:18:19 +00:00
Bill Yi
feab22ca84 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Ie27c6371ba21af35f9378117ffd2b460db98e0bf
2021-07-27 18:13:20 +00:00
Daniel Sandler
a380ffbff1 Merge changes from topic "egg-finally" into sc-dev
* changes:
  Do you need paint chips?
  icon++
2021-07-26 19:01:53 +00:00
Fabian Kozynski
5042345f85 Save space in small width screens
In order to leave more space for carrier names in QS, do the following:
* Remove enterprise icon from QQS/QS icons
* If screen is less than 390dp wide, don't show battery estimate and
instead show percentage.

Test: manual, multiple densities and landscape
Fixes: 189413614
Change-Id: I4758d3822dc07e42b254b8b48c9905231748165a
2021-07-26 14:36:31 -04:00
Dan Sandler
3bc073de03 icon++
Test: visual
Bug: 177962166
Change-Id: I730e6494e2bf0d26a84fbe24b579663306fffb6c
2021-07-26 02:56:32 -04:00
TreeHugger Robot
03fb5e1e37 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-07-24 00:30:01 +00:00
Matt Pietal
e81cce70ac Merge "[DO NOT MERGE] Update controls icon" into sc-dev 2021-07-23 22:49:42 +00:00
TreeHugger Robot
9882c62fb4 Merge changes I635afaaf,Icdd62155 into sc-dev
* changes:
  DO NOT MERGE Fixed the padding of quick settings
  Fix drag down animation when bypassing
2021-07-23 22:25:37 +00:00
TreeHugger Robot
53cab1331b Merge "[DO NOT MERGE] Controls Lockscreen affordance" into sc-dev 2021-07-23 20:50:24 +00:00
Selim Cinek
a501b9b9cb DO NOT MERGE Fixed the padding of quick settings
Quick settings was accounting for double the padding / or not enough
in most cases. The padding is now only on the quick settings itself
and the various workarounds in the build are reverted.
Media and the horizontal layout would obtain negative margins for
example, which where just cancelling themselves out.

Fixes: 192937466
Test: add media / no media, observe proper 24dp padding below
Change-Id: I635afaaf9185c32a9f04851453ac7c0d20612c11
Merged-In: I635afaaf9185c32a9f04851453ac7c0d20612c11
2021-07-23 19:46:15 +00:00
Matt Pietal
e8625d279f [DO NOT MERGE] Update controls icon
Use a new home icon in place of the default light icon

Fixes: 194435266
Test: manual
Change-Id: I2fd7116a34314ea68515e6e98c8e5eea9e2dcde9
2021-07-23 15:35:50 -04:00
Matt Pietal
9172eef0cd [DO NOT MERGE] Controls Lockscreen affordance
Place a button on the lockscreen similar to the wallet
affordance. Only enable the button if:

1. User has enabled the setting
2. Device control services are enabled
3. The user has favorited at least 1 control

Fixes: 194435266
Test: manual
Change-Id: Idc755656e2d3b7df77bf95d06f076b63349ece9a
2021-07-23 14:47:37 -04:00
Selim Cinek
286825f60c Fix drag down animation when bypassing
The drag down animation didn't do the transition
to the full shade visually, so things would look
out of place.

Fixes: 191282610
Test: drag down while bypassing
Change-Id: Icdd62155f3762621c1046ed5271476ec0b4e2635
Merged-In: Icdd62155f3762621c1046ed5271476ec0b4e2635
2021-07-23 18:15:43 +00:00
Bill Yi
f18dd314b4 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I880fa285e9c57453f173b48370aa6255e4510d0a
2021-07-23 16:52:27 +00:00
Beverly Tai
e10f0d4c6a Merge "Add new string to replace 'swipe up to unlock'" into sc-dev 2021-07-23 15:59:21 +00:00
Beverly
ba1215bd3c Add new string to replace 'swipe up to unlock'
If the device has udfps

Test: manual
Bug: 194435395
Change-Id: I5cb1e861dc66ef93a7f21bf087a6d7bed5378893
2021-07-23 10:25:21 -04:00
TreeHugger Robot
d559a393e9 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-07-23 05:57:33 +00:00
TreeHugger Robot
9470519d04 Merge "Lock icon is a set distance from the bottom of display" into sc-dev 2021-07-22 22:14:43 +00:00
Evan Laird
4b1b5a68dd Enforfce a minimum padding to ensure space for the privacy dot
Bug: 191998138
Test: atest StatusBarContentInsetsProviderTest
Change-Id: I3b28dd78f909321a54a3e196b67011d3165cbbd3
Merged-In: I3b28dd78f909321a54a3e196b67011d3165cbbd3
2021-07-22 17:40:55 +00:00
Beverly
622d439580 Lock icon is a set distance from the bottom of display
Instead of 'jumping' when Now Playing is shown/hidden.

Test: manual
Fixes: 192926771
Change-Id: I909ddca91be4539c88668494db51d236feeb1ec6
2021-07-22 15:17:03 +00:00
Fabian Kozynski
ef8407ab7d Merge "Hide RSSI next to single carrier name" into sc-dev 2021-07-22 13:11:40 +00:00
Bill Yi
b1bd2c39c7 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I2d286763c44730343b3b30df3a5ba284a3bff94e
2021-07-20 22:02:32 +00:00
Bill Yi
f8b687babf Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Id2bd5d069fc00a7c5af7f365a68131d5c8923328
2021-07-20 21:45:40 +00:00
Fabian Kozynski
9d8c4f2de6 Hide RSSI next to single carrier name
If there's exactly one SIM, do not show the RSSI next to the name in
QSBH. Instead, show it with the other icons. If there's more than one
SIM, show each RSSI next to the carrier name, and not with the other
icons (not even in QQS).

Test: atest com.android.systemui.qs
Test: manual single sim
Bug: 187654917
Change-Id: I8b80bb14b8f60872d44d5a92ddfa7c5903420874
Merged-In: I8b80bb14b8f60872d44d5a92ddfa7c5903420874
2021-07-20 10:29:59 -04:00
Tracy Zhou
6a8ca02c6f Merge "Remove RecentsOnboarding" into sc-dev 2021-07-20 02:22:59 +00:00
Jacqueline Bronger
9028f4992c Merge "Add accessibility messages to privacy chip on tv." into sc-dev 2021-07-19 08:34:41 +00:00
Tracy Zhou
8cb8652792 Remove RecentsOnboarding
RIP

Fixes: 180248278
Test: manual

Change-Id: Ifb73928ceab67c451776c1657bdc230670c9af81
2021-07-19 03:34:37 +00:00
TreeHugger Robot
e8ad8b7ff4 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-07-19 02:50:01 +00:00
Bill Yi
4300a83b32 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I54ee911fae80e49739b1254dea11f9151d097114
2021-07-18 16:11:27 +00:00
Tracy Zhou
4cb34cc0c2 Update recents onboarding logic
- Remove quickscrub tips
- Add additional checks on nav mode

Fixes: 180248278
Test: manual
Change-Id: I1661bb1b63167c508c6164a1a4ef8fe31a9749e5
2021-07-17 05:13:29 +00:00