Bill Yi
fd1a0ef0ac
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I12d781cb74cf9be4f67fd75b397d5d05ea244818
2021-09-02 13:23:16 +00:00
Bill Yi
c71f1a2fce
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ib76b04af514d6c2179f8f56a4e1ef47885e595cc
2021-09-02 13:11:52 +00:00
Bill Yi
4f514d351e
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I964e86741a41b4135f26b107e2ce0cbe713a463d
2021-09-02 13:06:49 +00:00
Pasty Chang
25ff749e7b
Merge "Fixed WiFi dialog force closed when physical window size is changed." into sc-v2-dev
2021-09-02 09:34:43 +00:00
Jason Chiu
6318bb23a0
Merge "Fix Robolectric broken on SplitController" into sc-v2-dev
2021-09-02 09:13:46 +00:00
TreeHugger Robot
11d6ba6f57
Merge "Move legacy hide applications in usage screen list to SettingsGoogle" into sc-v2-dev
2021-09-02 08:58:33 +00:00
Jason Chiu
348cfdbf61
Fix Robolectric broken on SplitController
...
Fixes: 198563284
Test: robotest
Change-Id: I1f4cd3c972fed4da171feadb8c31b858c85c6757
2021-09-02 08:13:45 +00:00
ykhung
0a03758738
Move legacy hide applications in usage screen list to SettingsGoogle
...
Bug: 195306545
Test: make SettingsRoboTests
Change-Id: Iccb3530c40bc32c20d74d65aa3f26eb2d6719106
2021-09-02 11:57:54 +08:00
TreeHugger Robot
041d8cdb5a
Merge "Fix crash when error messages are triggered due to configuration changes." into sc-v2-dev
2021-09-01 18:08:51 +00:00
Menghan Li
da1154403a
Merge "Fix a11y service icons are tiny after changing display size to "Largest"" into sc-v2-dev
2021-09-01 06:56:57 +00:00
pastychang
38c857bd60
Fixed WiFi dialog force closed when physical window size is changed.
...
When window size is changed, dialog should not be dismissed on the destroy. It will cause dialog to be shown from on create and then dismissed from on the destroy right away.
Bug: 190573335
Test: manual
Change-Id: I995c3cbf90a9ec3c5305ef57e655b0b0eb7cf5cc
2021-09-01 06:52:44 +00:00
Menghan Li
e8582f9c31
Merge "Fix null pointer issue of accesibility learn more button click event" into sc-v2-dev
2021-09-01 06:19:03 +00:00
Zoey Chen
4e1fba40ee
Merge "[Provider Model] Add a cutout for signal icon if the mobilde data is disabled" into sc-qpr1-dev am: f25a00217c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15724801
Change-Id: If81f3187cbda733d168a8fbe6a692a89fbb41129
2021-09-01 04:12:08 +00:00
Zoey Chen
f25a00217c
Merge "[Provider Model] Add a cutout for signal icon if the mobilde data is disabled" into sc-qpr1-dev
2021-09-01 03:58:13 +00:00
Joe Bolinger
478de12b83
Merge "Remove sliceable attribute from biometric preference controllers." into sc-dev am: c7a0b63dd9
am: bc188f609c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15546133
Change-Id: Iede9108bcf77cf917a66d59523a05e81e47d6a4c
2021-09-01 01:43:38 +00:00
Joe Bolinger
bc188f609c
Merge "Remove sliceable attribute from biometric preference controllers." into sc-dev am: c7a0b63dd9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15546133
Change-Id: Ifd9ebd5877ce8020c0c977db8f6744c03ca24c70
2021-09-01 01:26:40 +00:00
Joe Bolinger
c7a0b63dd9
Merge "Remove sliceable attribute from biometric preference controllers." into sc-dev
2021-09-01 01:15:40 +00:00
TreeHugger Robot
2cb6e12f11
Merge "Log when DEBUG is on" into sc-qpr1-dev am: 736bce563e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15598813
Change-Id: I871fee03a402a25e917656e4b27015388697df5f
2021-08-31 22:40:39 +00:00
TreeHugger Robot
736bce563e
Merge "Log when DEBUG is on" into sc-qpr1-dev
2021-08-31 22:19:19 +00:00
Julia Reynolds
76aedd72f0
Add new task to intents that leave Settings
...
Test: manual
Fixes: 197702721
Fixes: 197704633
Fixes: 197704125
Fixes: 197704456
Change-Id: Iffeca2d152bd083edafe69a7121d011e284eeb69
2021-08-31 21:13:03 +00:00
Zoey Chen
35803a3b03
[Provider Model] Add a cutout for signal icon if the mobilde data is disabled
...
Screenshot: https://screenshot.googleplex.com/57wPkj9pq9hP5WA.png
Bug: 198233143
Test: manual, atest SubscriptionsPreferenceControllerTest
Change-Id: I3caefc7e1ca10dadcad114273edf35d9309502e1
2021-08-31 16:03:23 +00:00
ykhung
4e3f692164
Hide Camera background running time in the battery usage screen
...
hide camera background running time in the battery usage screen to avoid
users confuse about it, since it will standby in the backgound to sspeed
up launching time, not always running in the background
Bug: 196744910
Test: make SettingsRoboTests
Change-Id: Ia391d661bca44435fc5a68b1c86e5ca32dd0fcfe
Merged-In: Ia391d661bca44435fc5a68b1c86e5ca32dd0fcfe
2021-08-31 13:58:13 +00:00
menghanli
d665ecb86d
Fix null pointer issue of accesibility learn more button click event
...
Root cause: Some OEMs can not provide valid intent for help & feedback
Solution: Check the intent is vaild before show up the help strings
Bug: 197786797
Test: make RunSettingsRoboTests ROBOTEST_FILTER=AccessibilityFooterPreferenceControllerTest
Change-Id: I8103730ed48a343f7b72c16647f7e8047aee34b2
2021-08-31 16:35:44 +08:00
ykhung
ba35874594
Hide Camera background running time in the battery usage screen
...
hide camera background running time in the battery usage screen to avoid
users confuse about it, since it will standby in the backgound to sspeed
up launching time, not always running in the background
Bug: 196744910
Test: make SettingsRoboTests
Change-Id: Ia391d661bca44435fc5a68b1c86e5ca32dd0fcfe
Merged-In: Ia391d661bca44435fc5a68b1c86e5ca32dd0fcfe
2021-08-31 07:49:07 +00:00
ykhung
2401ec4235
Hide Camera background running time in the battery usage screen
...
hide camera background running time in the battery usage screen to avoid
users confuse about it, since it will standby in the backgound to sspeed
up launching time, not always running in the background
Bug: 196744910
Test: make SettingsRoboTests
Change-Id: Ia391d661bca44435fc5a68b1c86e5ca32dd0fcfe
2021-08-31 07:01:01 +00:00
Weng Su
ef51aec905
Don't show Wi-Fi icon if the level is -1 am: 1f6f807834
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15720350
Change-Id: I9f8f1ed4d2ec8072dc3b7087d41186f021197e75
2021-08-31 03:21:50 +00:00
menghanli
a1674787fe
Fix a11y service icons are tiny after changing display size to "Largest"
...
Root cause: Scaled down non vector drawable to to avoid crashing Settings
Solution: Enlarge the maxWidth & maxHeight from 500 to 600
Bug: 195975294
Test: manual test
Change-Id: I9d771cfaa7cf3eed37265219c082b6337fa5c063
2021-08-31 09:38:31 +08:00
Weng Su
1f6f807834
Don't show Wi-Fi icon if the level is -1
...
Bug: 195893448
Test: manual test
make RunSettingsRoboTests
ROBOTEST_FILTER=NetworkRequestDialogFragmentTest
Change-Id: Ifddc9aace42d1f024b7c861b1207f651061d790b
(cherry picked from commit 7e14668094
)
Merged-In: Ifddc9aace42d1f024b7c861b1207f651061d790b
2021-08-30 22:55:26 +00:00
TreeHugger Robot
f3155c03f0
Merge "[Performance] avoid setting the same optimization mode again" into sc-v2-dev
2021-08-30 10:28:11 +00:00
PETER LIANG
810ab566e7
Merge "Correct the position of the marker for audio adjustment." into sc-v2-dev
2021-08-30 09:55:35 +00:00
ykhung
9ac072dafe
[Performance] avoid setting the same optimization mode again
...
Add a checking condition to avoid setting the same optimization mode again to improve the performance, since setting the optimization mode is a heavy operation when binding with system service.
Bug: 192523697
Test: make SettingsRoboTests
Change-Id: I4065e3c56201c1c9285d9cebedf670bc0c42c614
2021-08-30 09:25:51 +00:00
Peter_Liang
ba297dc396
Correct the position of the marker for audio adjustment.
...
Root cause: Miss one the layout padding condition for computing the position of the marker.
Solution: add the layout padding condition into.
Bug: 196980036
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BalanceSeekBarTest ROBOTEST_FILTER=BalanceSeekBarPreferenceTest
Change-Id: Id0c6ebbc981d9ef41e7956ffff1fc5b9d4c0e787
2021-08-30 07:16:35 +00:00
ykhung
adec23a106
[B&R] restore the backup data for app optimization mode back
...
BYPASS_INCLUSIVE_LANGUAGE_REASON=legacy method name
Test command for backup manager:
adb shell bmgr backupnow com.android.settings
adb shell dumpsys backup | grep Current
adb shell bmgr restore 3e9867a7660315b8 com.android.settings
Bug: 192523697
Test: make SettingsRoboTests
Change-Id: Ia35f8caa8fe2408be28c3494785a174a1aeb11da
2021-08-30 06:45:26 +00:00
Bill Yi
92c5bac1ee
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 31208c4948
-s ours am: 7514b30f06
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15691667
Change-Id: Idf6d3083a3031388b872cf1270afb4a1afb9992e
2021-08-29 20:33:30 +00:00
Bill Yi
3f5f5f723d
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: a5d0f92e0c
-s ours am: 3fb65a4774
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697678
Change-Id: Ic56dfe50044196e1fc6469e1a6da1424d480bb9e
2021-08-29 20:33:23 +00:00
Bill Yi
cd985a6cda
Merge changes from topic "presubmit-am-97a471bd986844e18bd548ced9fef8c8" into sc-qpr1-dev am: 0d2b7238bc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15691667
Change-Id: I32caa59dc27a804810223e068b18de4c4a418f3c
2021-08-29 20:31:34 +00:00
Bill Yi
04d8c15606
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: dbd589e440
am: 1a1eba9262
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15691667
Change-Id: I2bf6b6155f6aef09a7a42a54d8e18d3b8fb915f9
2021-08-29 20:31:34 +00:00
Bill Yi
c0170add88
Merge changes from topic "presubmit-am-c20da0f0065e4b1f830af72ee7464b84" into sc-qpr1-dev am: b7f7a895fd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697678
Change-Id: I667cc3cebf4eb0ebb38cfcb54aff136df5248f19
2021-08-29 20:29:50 +00:00
Bill Yi
dca06614d7
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 483d6621f3
am: 30f4367fed
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697678
Change-Id: I2d1361ecdfb4910e108ecdada74a33323ed2f99b
2021-08-29 20:29:49 +00:00
Bill Yi
7514b30f06
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 31208c4948
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15691667
Change-Id: Idd84831c2a7385823179a9bf6c9ad66c744e9eff
2021-08-29 20:29:02 +00:00
Bill Yi
3fb65a4774
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: a5d0f92e0c
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697678
Change-Id: I2eeded04160aee20dfbdb492b9ce770a829dab25
2021-08-29 20:27:44 +00:00
Bill Yi
31208c4948
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-08-29 20:09:43 +00:00
Bill Yi
0d2b7238bc
Merge changes from topic "presubmit-am-97a471bd986844e18bd548ced9fef8c8" into sc-qpr1-dev
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: dbd589e440
Import translations. DO NOT MERGE ANYWHERE
2021-08-29 20:09:43 +00:00
Bill Yi
b7f7a895fd
Merge changes from topic "presubmit-am-c20da0f0065e4b1f830af72ee7464b84" into sc-qpr1-dev
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 483d6621f3
Import translations. DO NOT MERGE ANYWHERE
2021-08-29 20:09:03 +00:00
Bill Yi
a5d0f92e0c
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-08-29 20:09:03 +00:00
TreeHugger Robot
6d456b0b25
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 4c1ee5ab6a
-s ours am: 4d7546b098
-s ours am: 82f0ae4930
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697170
Change-Id: I43e095b6d9e481e0c702b696a1a4fd0c1cb5e4ab
2021-08-28 08:53:38 +00:00
TreeHugger Robot
6080141498
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 41642f5ba8
-s ours am: c60b803327
-s ours am: cf5b05d878
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697447
Change-Id: I51f0e6efaecb90ced00b9d0c2d4356d477f113f1
2021-08-28 08:53:32 +00:00
Bill Yi
19cbb3c570
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: af04cc6ba7
-s ours am: 3ff9a07c89
-s ours am: eb2a13ee8a
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697450
Change-Id: I176101090958db799d7db5670ba01b922b3ab391
2021-08-28 08:53:13 +00:00
Bill Yi
5a0fe94bbf
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: be9d9c91bd
-s ours am: 118a531c2c
-s ours am: 9b3d8a4629
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697436
Change-Id: I746c3ebb1c78bbd6e8bfd3cc8a78dba461bbe7f9
2021-08-28 08:52:45 +00:00
TreeHugger Robot
82f0ae4930
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 4c1ee5ab6a
-s ours am: 4d7546b098
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15697170
Change-Id: I010271c153b50c9212a4e01afb37db572250f252
2021-08-28 08:38:28 +00:00