Bill Yi
532ae047f0
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia1ba0b60387c6aa399159adb1d5f0f5dc2bb9f79
2021-06-15 13:33:58 +00:00
Bill Yi
e2b8fbafa3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I38b2b159f3e0003a8ad9702a5b24c88cf8b5d7cc
2021-06-15 13:25:35 +00:00
Bill Yi
a333febed9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic1ba09681a73f7f35074acdfcd16e282b4100f8d
2021-06-15 13:20:30 +00:00
Menghan Li
a9a5876ed6
Merge "Add strings for use accessibility gesture" into sc-dev am: 92aaef1dac
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14934763
Change-Id: I8eabff5bcc8d970546feb24df3391c04c29f745f
2021-06-15 12:49:27 +00:00
TreeHugger Robot
5ea704f690
Merge "[Provider Model] Remove Wi-Fi disconnect action" into sc-dev am: ab04f86066
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14964828
Change-Id: Ia5b3b52894f3df2b4e3bdf655a98e61b94425e9c
2021-06-15 12:49:20 +00:00
Menghan Li
92aaef1dac
Merge "Add strings for use accessibility gesture" into sc-dev
2021-06-15 12:43:16 +00:00
TreeHugger Robot
ab04f86066
Merge "[Provider Model] Remove Wi-Fi disconnect action" into sc-dev
2021-06-15 12:36:38 +00:00
Stanley Wang
09fd6ca720
Update the illustrations to Lottie format.
...
- Add the fake illustrations to Settings.
- Update the illustrations of the following items.
Adaptive battery
Swipe fingerprint for notifications
Quick open camera
Flip camera for selfie
One-hand mode
Tap to check phone
Lift to check phone
Prevent ringing
Bug: 190807662
Test: robotest and see the UI
Change-Id: I39c72570c61b0871ab5949ecca9a99d5404d1811
2021-06-15 20:23:04 +08:00
Syaoran Kuo
394955220f
Merge "Fix resource id not match issue." into sc-dev am: 66eaa371ff
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14880643
Change-Id: Ie1a623195806655f7f80832ad2d86d3865dd991a
2021-06-15 11:36:12 +00:00
Syaoran Kuo
66eaa371ff
Merge "Fix resource id not match issue." into sc-dev
2021-06-15 10:48:58 +00:00
Peter Wang
130ac0729b
Merge "Use BC theme for ChooseSimActivity" into sc-dev am: 03d2f8d749
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14942792
Change-Id: I0d1c251e892da779e70c5078cb7cd22af754dd87
2021-06-15 10:18:22 +00:00
Peter Wang
03d2f8d749
Merge "Use BC theme for ChooseSimActivity" into sc-dev
2021-06-15 10:02:34 +00:00
Peter Wang
d368e85c2e
Use translated name ("SIM") for default profile display name ("CARD")
...
Bug: 186156909
Test: Local
Change-Id: Icb8e5e7afb64d28e1ff7567882288fb1621dbe9a
2021-06-15 02:59:21 -07:00
Weng Su
58a651566f
[Provider Model] Remove Wi-Fi disconnect action
...
Bug: 189912933
Test: manual test
atest -c ProviderModelSliceTest
Change-Id: I964bf8de4f5eee1523943876567bf565ccb7f995
2021-06-15 17:43:31 +08:00
TreeHugger Robot
57c1cb6209
Merge "Add loading progress to Internet Settings" into sc-dev am: 2ff8b363da
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14934764
Change-Id: I8757ccca71cf6efd33dc8b3f539fad4dadd35ff1
2021-06-15 09:36:10 +00:00
TreeHugger Robot
c497a9602b
Merge "[Provider Model] Hide W+ network if it's inactive" into sc-dev am: 1ce0d1117e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14934760
Change-Id: I700f9a5a773862358e19ded911f634962571aa4f
2021-06-15 09:36:04 +00:00
TreeHugger Robot
2ff8b363da
Merge "Add loading progress to Internet Settings" into sc-dev
2021-06-15 09:24:27 +00:00
TreeHugger Robot
1ce0d1117e
Merge "[Provider Model] Hide W+ network if it's inactive" into sc-dev
2021-06-15 09:23:58 +00:00
TreeHugger Robot
339c1b5d12
Merge "[GAR] fix spoke a percentage number is not the same as displayed content" into sc-dev am: 153c3a1dc2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14956530
Change-Id: I489bda723baaeedec879e5d973d5b5f066086455
2021-06-15 09:19:13 +00:00
TreeHugger Robot
153c3a1dc2
Merge "[GAR] fix spoke a percentage number is not the same as displayed content" into sc-dev
2021-06-15 09:11:18 +00:00
TreeHugger Robot
6d4d55fb3b
Merge "Revert "[Provider Model] Add WiFi toggle in internet panel"" into sc-dev am: 68079c7bd2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14964819
Change-Id: I00e47b04f4e158d1f2f847b7e36b45ac4711851f
2021-06-15 08:16:37 +00:00
ykhung
64112f65fd
[GAR] fix spoke a percentage number is not the same as displayed content
...
in the Battery Saver and Battery Share, we have customized rule to map
the seekbar progresss to another displayed percentagge value, which
cause the a11y will speak the incorrect state, since the state is
referenced the original progress value. we add a method to override it
into our cusromized value.
Bug: 187780942
Bug: 190958777
Test: make SettingsGoogleRoboTests
Change-Id: Ie630ac03e66c2f8da1df00d6d2616b2e6979aa3e
2021-06-15 08:09:17 +00:00
TreeHugger Robot
68079c7bd2
Merge "Revert "[Provider Model] Add WiFi toggle in internet panel"" into sc-dev
2021-06-15 07:59:57 +00:00
Stanley Wang
19056c229c
Fix the problem that the "Turn off SIM" dialog will be displayed
...
when the MobileNetwork page is slid to to top.
- Update the onBindViewHolder method of
SettingsMainSwitchPreference. The root cause is that the
onBindViewHolder method reset the visibility state of the
SwitchBar.
Fix: 190652161
Test: robotest and test MobileNetwork page manually.
Change-Id: If0a75579fd4bf0fe987ce5d11d2f11d10f4bc43c
2021-06-15 14:44:22 +08:00
menghanli
6fa82981a6
Add strings for use accessibility gesture
...
Bug: 190563948
Test: Manual test
Change-Id: Id9d23bd7a4e4d57b3ab7fb84815cc3df226fc00d
2021-06-15 14:39:15 +08:00
TreeHugger Robot
8618e4026e
Merge "Fix test failures" into sc-dev am: ffd695983c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14964818
Change-Id: If11d2f39990dbb57ef2300959807e6c5230ac505
2021-06-15 06:29:37 +00:00
TreeHugger Robot
ffd695983c
Merge "Fix test failures" into sc-dev
2021-06-15 06:17:52 +00:00
Wesley Wang
4dc71183a3
Merge "Make App info page support new battery entry" into sc-dev am: f2a884b8be
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14800151
Change-Id: I5ad77479d5cbc6d5c230bbea5db5fac198e957de
2021-06-15 04:58:04 +00:00
Wesley Wang
f2a884b8be
Merge "Make App info page support new battery entry" into sc-dev
2021-06-15 04:41:16 +00:00
Weng Su
28e5f4c2fc
Revert "[Provider Model] Add WiFi toggle in internet panel"
...
This reverts commit 04a4060225
.
Reason for revert: Need to split the functions for cherry picking to different branches
Bug: 189912933
Change-Id: I8c30a87c83e23b3df88ce2689d500626e1dd28d2
2021-06-15 04:10:13 +00:00
Midas Chien
5f13b2ac15
Merge "Change strings for force highest refresh rate in Developer options" into sc-dev am: 9598398df3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14934758
Change-Id: I9c276afa567f7aefa79d4732581a7911dacbfa81
2021-06-15 04:10:02 +00:00
Midas Chien
9598398df3
Merge "Change strings for force highest refresh rate in Developer options" into sc-dev
2021-06-15 04:00:43 +00:00
Joshua Mccloskey
785203d51a
Update multi biometric flow for SUW
...
Currently, if a user has completed a fingerprint/face enrollment
in SUW and they press the back button, we show the UI for each, and
it fails with no error.
This change makes it so that if a user completes 1 fingerprint or 1
face enrollment, it will no longer try and enroll them again if they
have failed.
Test: Manual
Bug: 191073296
Change-Id: I020c423b5d34797cd7c8be66a2e24051135c9be0
2021-06-14 19:59:23 -07:00
Arc Wang
ff5bb849ba
Fix test failures
...
Add the color contextual_card_background to fix.
Bug: 190868608
Bug: 190870129
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SliceContextualCardRendererTest
make RunSettingsRoboTests ROBOTEST_FILTER=SliceHalfCardRendererHelperTest
Change-Id: I430dab9c72a8f4efb2402e44fd015c1c1ce0f7e6
2021-06-15 10:25:06 +08:00
Kevin Han
730a573d28
Update "Unused apps" load-in UI
...
Update the UI for the "Unused apps" preference to update with the loaded
number of unused apps instead of having the entire preference animate
in.
Bug: 187996287
Test: manual
Test: atest HibernatedAppsPreferenceControllerTest
Change-Id: I1c6998de4daaf4d8678a3ffdaf83f5d2417fa68d
2021-06-14 18:37:04 -07:00
TreeHugger Robot
c2546ecc86
Merge "Changes to 'Alarms & reminders' permission setting" into sc-dev am: 052ae78759
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14939788
Change-Id: Ica8a071cf361e64f899e786ff1658c1a9b12fba4
2021-06-15 01:10:48 +00:00
TreeHugger Robot
052ae78759
Merge "Changes to 'Alarms & reminders' permission setting" into sc-dev
2021-06-15 00:57:46 +00:00
Abel Tesfaye
b3213e4164
Fix missing share context option in settings app
...
Bug: 191075974
Test: locally with flame
Change-Id: Idbdea3e9b32fc8fd24e4676cfe3189232f97bdcd
2021-06-15 00:06:07 +00:00
Peter Wang
ceaec5d877
Merge "Fix ToggleSubscriptionDialogActivity dialog theme." into sc-dev am: 5a6655d356
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14941671
Change-Id: Iede2f2c33a6cf6202bbe1ee0f7523f8e4f372788
2021-06-14 18:15:33 +00:00
Peter Wang
5a6655d356
Merge "Fix ToggleSubscriptionDialogActivity dialog theme." into sc-dev
2021-06-14 17:58:40 +00:00
TreeHugger Robot
1f3b3c1b26
Merge "Remove "Require all non-trusted certificate statuses" option" into sc-dev am: 46bcf5ae17
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14948330
Change-Id: I5ae441b6f63c37e23e75d777aec33811be7f67c0
2021-06-14 17:15:06 +00:00
TreeHugger Robot
46bcf5ae17
Merge "Remove "Require all non-trusted certificate statuses" option" into sc-dev
2021-06-14 17:01:00 +00:00
Alex Johnston
3f656e9d0c
RequestManageCredentials foldable view
...
* Add more padding to layout
* Move 'Don't allow' button to the
left screen
* https://screenshot.googleplex.com/6Ak35pRBZiyncb5
Bug: 189416800
Test: manual testing with emulator
Change-Id: Ie17aaaa8427f8151d469a662855586c37432f116
2021-06-14 17:38:50 +01:00
Joe Bolinger
0f32ee6122
Merge "Delay invoking biometric prompt." into sc-dev am: a72230977d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14925234
Change-Id: I74478f61878eaf445e5bf5285d43ec40666d5e28
2021-06-14 16:38:34 +00:00
Joe Bolinger
a72230977d
Merge "Delay invoking biometric prompt." into sc-dev
2021-06-14 16:38:08 +00:00
Zim
3d7118d636
Turn off transcoding notification by default
...
To aid debugging, we included transcoding progress
notifications. We don't intend to launch with the notifications on by
default so turn it off now in preparation for Android S launch.
The notifications can still be enabled in the developer options with:
Settings > System > Developer options > Media transcoding >
Show transcoding notifications
Test: Manual
Bug: 190562454
Change-Id: Icab62cb91fdf22e5308d0c4bbc710b88a51170d3
2021-06-14 14:18:04 +01:00
TreeHugger Robot
b746b4bd85
Merge "Remove the divider on "Pair new device"." into sc-dev am: c7f8315e66
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14934757
Change-Id: Ia26f10e65d91fb7f0450dd98a6d8bd366d2efcae
2021-06-14 08:23:59 +00:00
TreeHugger Robot
c7f8315e66
Merge "Remove the divider on "Pair new device"." into sc-dev
2021-06-14 08:09:16 +00:00
PETER LIANG
a989ce32ec
Merge changes from topic "a11y_image_preference_bc" into sc-dev am: a96c844df5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14928754
Change-Id: Ia7f3f1bd9e35ec1233433dd07b4c023cb0a113ef
2021-06-14 03:11:28 +00:00
PETER LIANG
a96c844df5
Merge changes from topic "a11y_image_preference_bc" into sc-dev
...
* changes:
Update the Lottie images for Accessibility features.
Update the material next style for AnimatedImagePreference.
2021-06-14 02:55:07 +00:00