Bill Yi
48752e8b80
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I60b8225971e37129f28f91b3c849770aac8c024a
2020-10-04 23:06:29 +00:00
Bill Yi
7ea96cf6db
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8bcf35d1b5eae3e56f485fa78ade8eea9ecb2deb
2020-10-04 21:51:40 +00:00
Bill Yi
bc9094cc6a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I9fa937aa93fc8318564d8a5a2b2c18280a747548
2020-10-02 17:52:18 -07:00
TreeHugger Robot
33f148e51b
Merge "Add DNS warning message" am: ab45ca09bc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12723416
Change-Id: I44f8bd6c4dc96814cefe856b638684c7658d3eca
2020-09-29 15:48:20 +00:00
TreeHugger Robot
ab45ca09bc
Merge "Add DNS warning message"
2020-09-29 15:34:20 +00:00
Weng Su
2059abd84b
Add DNS warning message
...
When private DNS (DNS over TLS) is active,
that setting a DNS for a static IP configuration will have no effect.
Add DNS warning message as below screenshot.
https://screenshot.googleplex.com/8JHK328tX6HxrYZ
Bug: 157620236
Test: Manual verify by WiFi Settings UI
Change-Id: Ibed34ceda32670f481d84b85b431d855af478dc3
2020-09-29 14:14:25 +00:00
Jiashen Wang
807f3b9040
Merge "Migrate SIM operation dialog from LPA to Settings" am: 5930feab2b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12540153
Change-Id: I6b8c3f96348030fb568074ac811b5485558d5067
2020-09-29 03:38:03 +00:00
Jiashen Wang
5930feab2b
Merge "Migrate SIM operation dialog from LPA to Settings"
2020-09-29 03:17:48 +00:00
Jiashen Wang
d8bd3bb669
Migrate SIM operation dialog from LPA to Settings
...
In Android R, when users enable, disable, delete, or rename a profile,
Settings calls SubscriptionManager APIs which telephony ends up to send
actions “TOGGLE_SUBSCRIPTION_PRIVILEGED”,
“DELETE_SUBSCRIPTION_PRIVILEGED”, and “RENAME_SUBSCRIPTION_PRIVILEGED”
to EuiccManager. After EuiccUiDispatcher dispatches the action, Google
LPA receives it and starts the corresponding operations and DSDS
dialogs. We can see there some back-and-forth that goes on between LPA
and telephony. In order to improve the current structure, we devided
to move the dialogs to Settings and make it call EuiccManager APIs
directly.
Bug: 160819390
Test: Manually tested eSIM profile disabling.
Design: https://docs.google.com/document/d/1wb5_hoBkZVbkXGNWHbx4Jf61swjfxsJzkytiTzJosYo/edit?usp=sharing
Change-Id: Ib933df42ca3606de2310edc4d64c3e11800a1096
2020-09-28 13:38:10 -07:00
TreeHugger Robot
ce61ea1506
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-09-28 15:21:51 +00:00
Bill Yi
2aaa31892e
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8b5b9411c949934d99bea34b0292d8e5de512413
2020-09-28 00:45:38 -07:00
Bill Yi
1bc5c2a1ed
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic754186b5e7ee18485a2d441b10965d768072e24
2020-09-27 23:59:31 -07:00
Bill Yi
e3627eba5f
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ied07cc536b2dc2e772dadf16262ee5e0f0cf6968
2020-09-28 01:50:55 +00:00
Joshua Duong
7e67816cc6
Merge "Fix adb qr scanner text in dark mode." into rvc-qpr-dev am: cfcc133467 am: 09e131b52d am: 0f5dc20a9a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12654736
Change-Id: I645c165a5b157f6daf07405513615fc994f0a3bf
2020-09-25 17:10:21 +00:00
Joshua Duong
0f5dc20a9a
Merge "Fix adb qr scanner text in dark mode." into rvc-qpr-dev am: cfcc133467 am: 09e131b52d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12654736
Change-Id: Id5e5212ef6f8f75830e3bdd7b1284fb7e56d8a37
2020-09-25 16:48:56 +00:00
Joshua Duong
09e131b52d
Merge "Fix adb qr scanner text in dark mode." into rvc-qpr-dev am: cfcc133467
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12654736
Change-Id: I5d4c0ec55535b318e8e668f579453b9c3a70e33e
2020-09-25 15:30:51 +00:00
Joshua Duong
cfcc133467
Merge "Fix adb qr scanner text in dark mode." into rvc-qpr-dev
2020-09-25 14:58:17 +00:00
Joshua Duong
b6b49680e7
Fix adb qr scanner text in dark mode.
...
The text color is not right when in dark mode, which makes the text
invisible.
Bug: 168845829
Test: In dark/light mode, scan adb QR code and verify text is visible.
Exempt-From-Owner-Approval: Already approved in ag/12640175
Change-Id: I6d8e16fd2d848d09b49673db041c97d667fea6a9
2020-09-25 14:57:41 +00:00
Bill Yi
434bffe9e2
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I14b1b7cb5aac3ce15594e0fe470b447e0adf72d6
2020-09-24 12:49:23 -07:00
Mill Chen
a740b65932
Update battery saver preference key am: 19843031ae
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12369339
Change-Id: Ibbedebc554c0566157f28f9fc95e60b3ca9f142f
2020-09-23 08:27:42 +00:00
Wesley.CW Wang
b1a0f52dc0
Add intent extra when launching WallpaperPicker from SUW and Settings am: ff0e65c7f7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12535123
Change-Id: I6a395314c12bd7c2bfcce4ff434bac2deac905b2
2020-09-23 08:27:35 +00:00
Wesley.CW Wang
ff0e65c7f7
Add intent extra when launching WallpaperPicker from SUW and Settings
...
- Add extra to these intents to help WallpaperPicker log the launch
source
Bug: 154781896
Test: make SettingsRoboTests
Change-Id: Ifb0ed22ab8ebfbb3c2ad24e9b7bad80007162b6e
2020-09-23 08:06:52 +00:00
Mill Chen
19843031ae
Update battery saver preference key
...
The updated preference key made slice auto conversion mechanism fail,
so when this slice is requested by external apps, the UI won't be shown
properly. So we need to revert the key to the original one.
Bug: 131897855
Test: manual test
1. Open Settings app -> Settings search -> search battery saver
2. Observe battery saver result item has a toggle
Change-Id: Ifb5b0a6786d60d1e67567272610cc3cb078f11a4
Merged-In: Ifb5b0a6786d60d1e67567272610cc3cb078f11a4
2020-09-23 03:46:35 +00:00
TreeHugger Robot
c790fa9584
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-09-22 13:56:51 +00:00
Bill Yi
21749fafe9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I39c06d5766ec5c05d35d244d2c588bd498948397
2020-09-22 11:56:53 +00:00
Bill Yi
2ac6fce38b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia2ba15c4be43770a9f851173841ec6ef3bf8cfe5
2020-09-22 11:23:24 +00:00
Bill Yi
b9d958702d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I59e6f5297bd364526f80af8b1125a566b869f74a
2020-09-22 10:55:48 +00:00
TreeHugger Robot
7b58370b6c
Merge "Update global bubble settings mp4" into rvc-qpr-dev am: 6905a3a353 am: d37ef77d01 am: 33c973e398
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12631062
Change-Id: Ibfdd4496f8a8b3feb29df648abae114cad7b8ff9
2020-09-22 04:54:46 +00:00
TreeHugger Robot
33c973e398
Merge "Update global bubble settings mp4" into rvc-qpr-dev am: 6905a3a353 am: d37ef77d01
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12631062
Change-Id: I596a97971c9329a9151f9e64a176210e8f3751d5
2020-09-22 03:58:00 +00:00
TreeHugger Robot
e02dda0aab
Merge "Hide the icon if there is no media session or album art." into rvc-qpr-dev am: e9d4e584d5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12613116
Change-Id: Id1ecd31b8ad1b6290ad7fda12a7752f55655ad2b
2020-09-22 03:50:01 +00:00
TreeHugger Robot
e9d4e584d5
Merge "Hide the icon if there is no media session or album art." into rvc-qpr-dev
2020-09-22 03:24:09 +00:00
TreeHugger Robot
d37ef77d01
Merge "Update global bubble settings mp4" into rvc-qpr-dev am: 6905a3a353
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12631062
Change-Id: Ibc8f8f67c95c84cbd9d5828790f663711f7b62f9
2020-09-22 03:21:59 +00:00
TreeHugger Robot
6905a3a353
Merge "Update global bubble settings mp4" into rvc-qpr-dev
2020-09-22 03:02:44 +00:00
Hugh Chen
db0aa6541a
Hide the icon if there is no media session or album art.
...
- Before this CL, the output switch panel will show a default
icon if there is no media session or album art.
This CL will hide the icon if there is no media session
or album art.
- Add test case
Bug: 161495909
Test: make -j42 RunSettingsRoboTests
Change-Id: I5f80158b12f89c8499fb97d0b203ebeffefbc18b
Merged-In: I5f80158b12f89c8499fb97d0b203ebeffefbc18b
(cherry picked from commit 30805af9de )
2020-09-21 09:48:46 +00:00
TreeHugger Robot
c4ae769663
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-09-19 14:05:30 +00:00
Bill Yi
5693122b31
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ie970dcf51fc443cc9d45c5f4ab89c9713f1b778c
2020-09-18 18:49:59 -07:00
Bill Yi
9a992c04fd
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ib5f2340e20be80d9d8e89858af8eb042c7ba444f
2020-09-18 18:12:05 -07:00
Bill Yi
6fbc044374
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I05ee4abf21aa97acf518dbb3f7f1fec36a70445c
2020-09-18 17:33:58 -07:00
Lyn Han
245a6aff75
Update global bubble settings mp4
...
Fixes: 160797563
Test: compiles with updated overflow button icon
Change-Id: Iaa1319bfb6f111b7675f5682258a8d282c27c6ce
2020-09-18 15:08:57 +00:00
TreeHugger Robot
a1c3807c1e
Merge "Create NetworkProviderSettings for provider model" am: b7d5c72d0f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12509131
Change-Id: Ic156689c26315b1b2be8f2c1cd14266f1047f413
2020-09-18 13:38:05 +00:00
TreeHugger Robot
b7d5c72d0f
Merge "Create NetworkProviderSettings for provider model"
2020-09-18 05:08:08 +00:00
Beth Thibodeau
51499b2f51
[DO NOT MERGE] Revert "Allow user to block individual apps from resuming." am: 70920bd9ff
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12597795
Change-Id: I4019b79c2ee725d518ff9c7b6714bda772133d47
2020-09-17 19:12:14 +00:00
TreeHugger Robot
0be898b31b
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-09-17 18:27:09 +00:00
TreeHugger Robot
697d2e1fad
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-09-17 18:20:10 +00:00
Beth Thibodeau
7ca988cab1
Merge "[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."" into rvc-qpr-dev
2020-09-17 17:56:29 +00:00
Beth Thibodeau
70920bd9ff
[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."
...
Revert submission 12392268-cherrypick-mediaappsettings-5fxuo164a2
Bug: 161813143
Reason for revert: no longer want change in QPR
Reverted Changes:
Id3de52419:Allow user to block individual apps from resuming....
I8c85bc937:Allow user to block individual apps from resuming
Change-Id: Ieacef217587476532246b466d680219351bc1657
2020-09-17 17:55:56 +00:00
Bill Yi
17d8f4e53a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic2d693eb2a6060bd39063cd1e1b6a677c555a500
2020-09-17 13:36:15 +00:00
Bill Yi
fc1e97b985
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I808f46f1aaebeccdfd1bf4c0c561925830b97717
2020-09-17 13:01:33 +00:00
Kevin Chyn
d4821afee4
Merge "2/n: Add default implementation for multi-biometric enroll" am: b646169818
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12549863
Change-Id: If74ed2f0bdafe4c4925cb7f6101d0827ca12924a
2020-09-17 11:22:28 +00:00
TreeHugger Robot
602791ae6a
Merge "Updates scale values on back sensitivity sliders" am: dd8e325da4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12489722
Change-Id: I9a49256a5b3c58cff610ee80cc01cca1f7ef6c39
2020-09-17 08:33:30 +00:00