Tsung-Mao Fang
6b73e0fc97
Add keywords for a few settings
...
Test: Rebuilt apk, and see the results in settings search.
Fix: 157978733
Change-Id: Ib02adf8b3fd11b619246a2bd050801b9fa5ec7d3
2020-06-04 17:16:23 +08:00
Yi-Ling Chuang
d44a2fe211
Use the plural format for "See all COUNT apps"
...
Although there will never be only one app on the device, we still have
to use the plural format for the strings.
Fixes: 146513299
Test: rebuild and see the string in Apps&Notifications page.
Change-Id: I326be50cfddb605584390ebba57dbd06c0ac29b0
2020-06-04 17:14:17 +08:00
mincheli
8af733e95d
Removes magnification enable preference
...
Magnification enable preference is obsoleted and should be removed
because magnification button is applied in system UI recently.
Bug: 146473544
Test: make RunSettingsRoboTests
Change-Id: I24542cdfa68eec2cc0c9fb1a633b3ccdd3f9546d
2020-06-04 05:53:24 +00:00
TreeHugger Robot
399bc40250
Merge "Change SIM colors to follow GAR standards in dark mode in SIM rename dialog."
2020-06-02 17:02:24 +00:00
TreeHugger Robot
d22f3e00b5
Merge "Add a setting for allowing overlays on Settings app" into rvc-dev am: 8ab31819e0 am: b05ab42331 am: 0ee853f913 am: dca77b296a
...
Original change: undetermined
Change-Id: I3facd684220dc4de38c9bbe4f86a1e584b84f74e
2020-06-02 07:53:09 +00:00
TreeHugger Robot
0ee853f913
Merge "Add a setting for allowing overlays on Settings app" into rvc-dev am: 8ab31819e0 am: b05ab42331
...
Original change: undetermined
Change-Id: Ieb42225de9670cef1a4436993112bb4e33ee5cb0
2020-06-02 07:22:18 +00:00
TreeHugger Robot
d73d9d616a
Merge "Add a setting for allowing overlays on Settings app" into rvc-dev am: 8ab31819e0
...
Original change: undetermined
Change-Id: I75084fc3e3e8828a19eb2f0f68d83d3479258715
2020-06-02 07:08:57 +00:00
Tsung-Mao Fang
f6841ef548
Add a setting for allowing overlays on Settings app
...
In the past, we allowed non system overlays on user-debug rom.
Acoording to the user-debug guildline, we should not have differnt
behavior between the user build and user debug rom.
To maintain the consistency between user and user debug rom,
We're creating a new developer setting for allowing non-system overlay on
Settings. By default, we don't allow any non-system app overlays on
Settings app unless user turns it on explictly.
Test: Run robotest. Turn on setting, see the overlays on Settings.
Turn off setting, do not see the overlays on Settings.
Fix: 144989059
Change-Id: I87f00a2eda91de003c6e542e7ec45a066f46fbf7
2020-06-02 12:32:43 +08:00
TreeHugger Robot
7ecabba8d7
Merge "Some text polish" into rvc-dev am: 56c820fb65 am: f349972f5a am: e7f26c600f am: 22f0d13bff
...
Original change: undetermined
Change-Id: I2897f0fdf43f44f5817f85ab3ae0afc53bea4b01
2020-06-01 23:52:02 +00:00
TreeHugger Robot
22f0d13bff
Merge "Some text polish" into rvc-dev am: 56c820fb65 am: f349972f5a am: e7f26c600f
...
Original change: undetermined
Change-Id: I5299895d4e2dcffabb653e6983c97fe30908c663
2020-06-01 23:35:09 +00:00
TreeHugger Robot
f342494abd
Merge "Some text polish" into rvc-dev am: 56c820fb65 am: f349972f5a
...
Original change: undetermined
Change-Id: I8da7050607e26e58786243d011d04c29993ccf30
2020-06-01 23:17:44 +00:00
TreeHugger Robot
c4bb2eaf53
Merge "Some text polish" into rvc-dev am: 56c820fb65
...
Original change: undetermined
Change-Id: I6cb7c620bd7da03a8c37e76e0faab0fa611123c1
2020-06-01 23:03:08 +00:00
TreeHugger Robot
56c820fb65
Merge "Some text polish" into rvc-dev
2020-06-01 22:58:03 +00:00
Fabian Kozynski
f3e82c50c8
Merge "Use PackageManager.FEATURE_CONTROLS to decide availability" into rvc-dev am: 43527ef8f4 am: 5a91550b9d am: f4678cd408 am: 61fcef26c8
...
Original change: undetermined
Change-Id: I96757fc174b9fdd8b5d21e4a284dfc0ba25fb634
2020-06-01 21:48:25 +00:00
Fabian Kozynski
f4678cd408
Merge "Use PackageManager.FEATURE_CONTROLS to decide availability" into rvc-dev am: 43527ef8f4 am: 5a91550b9d
...
Change-Id: Ibad5da4b601a59ca7097cbed5d6a2b0b628c2836
2020-06-01 20:57:25 +00:00
Fabian Kozynski
1555ccbf23
Merge "Use PackageManager.FEATURE_CONTROLS to decide availability" into rvc-dev am: 43527ef8f4
...
Change-Id: Ie32665d6100510b6edd106a1cc7b719ec86ab012
2020-06-01 20:38:19 +00:00
Fabian Kozynski
43527ef8f4
Merge "Use PackageManager.FEATURE_CONTROLS to decide availability" into rvc-dev
2020-06-01 20:21:36 +00:00
Julia Reynolds
e32e6cc981
Some text polish
...
- Update styles and alignment
Test: manual
Fixes: 157769522
Change-Id: I92113b5e7a918e1ec31acb64aa10457f4c762760
2020-06-01 14:57:30 -04:00
Mathew Inwood
43f9adea62
Improved UX when no debuggable apps are available.
...
In AppPicker, add an extra to exclude the "Nothing" sentinel. This is
used when selecting a debug app, and makes sense in that context.
However it does not makes sense when choosing an app to modify
compatibilty options for, so exclude it.
Also update the AppPicker to return a new result code in the case that
there are no apps available which match the criteria given. This result
code can only be used when the new extra is defined which keep this
change low risk.
In PlatformCompatDashboard, use the new extra and handle the new result
code, showing a dialog to explain that only debuggable apps are shown in
user builds. This also results in the "Nothing" item being shown at the
top of the app list.
Bug: 157633308
Test: Manual
Change-Id: Ifb055dd7c030cda42556bca8a9d7e87606f0ff72
2020-06-01 14:46:46 +01:00
Julia Reynolds
8e3c95c3ad
Add a bubbles content description am: 4029f92f12 am: ff85c188d8 am: 994921fba4 am: 3184118cd7
...
Change-Id: Ifbca4e2df57f869a3d3ab48c6993d72ce46c4153
2020-05-29 23:10:21 +00:00
Julia Reynolds
994921fba4
Add a bubbles content description am: 4029f92f12 am: ff85c188d8
...
Change-Id: I88bc31aa58c743c035dab729ec285ca1284415e7
2020-05-29 22:39:15 +00:00
Julia Reynolds
279bc196e2
Add a bubbles content description am: 4029f92f12
...
Change-Id: I3d35091a90d0dcf9013fa342da5b9a7880a9e662
2020-05-29 22:25:39 +00:00
Julia Reynolds
4029f92f12
Add a bubbles content description
...
Test: manual with a11y service
Fixes: 155262236
Change-Id: Ib4c9650e1d90c4681ca721df3fde58ffc9430078
2020-05-29 20:47:40 +00:00
TreeHugger Robot
c4d5033ee6
Merge "Update DND add bypassing app string" into rvc-dev am: b7c1c4e30d am: 6edf2c6880 am: 80d380642a am: f7fbb58851
...
Change-Id: I95439b5d77a5bc6824f6fcfb2e51327525ee0513
2020-05-29 20:04:08 +00:00
TreeHugger Robot
f7fbb58851
Merge "Update DND add bypassing app string" into rvc-dev am: b7c1c4e30d am: 6edf2c6880 am: 80d380642a
...
Change-Id: Ibf09ce0040756fc56108d53e1bb235a9c1d2af4e
2020-05-29 19:50:07 +00:00
TreeHugger Robot
8836d181f8
Merge "Update DND add bypassing app string" into rvc-dev am: b7c1c4e30d am: 6edf2c6880
...
Change-Id: I5985f7791299dbe66f11ac74169ad945e90757ae
2020-05-29 19:35:17 +00:00
TreeHugger Robot
c3138b4b60
Merge "Update DND add bypassing app string" into rvc-dev am: b7c1c4e30d
...
Change-Id: I30683b0d45702505464d4f4092217ba7c69e93a6
2020-05-29 19:17:47 +00:00
TreeHugger Robot
b7c1c4e30d
Merge "Update DND add bypassing app string" into rvc-dev
2020-05-29 19:06:22 +00:00
Fabian Kozynski
d0d07ddceb
Use PackageManager.FEATURE_CONTROLS to decide availability
...
Using this features, some of the Preference in Power Menu Settings can
change their availability and their summary.
Test: Robotest Settings
Fixes: 157244528
Change-Id: I704438dda181aa6347c3f168ac5ef6bd16148993
2020-05-29 13:12:08 -04:00
Beverly
77f8c4add6
Update DND add bypassing app string
...
Test: manual
Bug: 153363351
Change-Id: I521b2e0ef1b17afa353e3a0a187366d59774a75f
2020-05-29 12:53:57 -04:00
TreeHugger Robot
78e8977f94
Merge "Cleanup notification channel slice" into rvc-dev am: 1e0bb9f528 am: 609a4aa949 am: e9f3f563d2 am: a4361aadd8
...
Change-Id: I1d4a61d475e1dabd5e130dda60f8e155ccd8ec29
2020-05-29 11:51:47 +00:00
TreeHugger Robot
a4361aadd8
Merge "Cleanup notification channel slice" into rvc-dev am: 1e0bb9f528 am: 609a4aa949 am: e9f3f563d2
...
Change-Id: I98e1811f7e7d7c6ec50e9a7bab57a1ae29babb74
2020-05-29 11:37:05 +00:00
TreeHugger Robot
9b67c01ad0
Merge "Cleanup notification channel slice" into rvc-dev am: 1e0bb9f528 am: 609a4aa949
...
Change-Id: Ic2e163ac5effcf6a364d88554a96426a05125de5
2020-05-29 11:26:10 +00:00
TreeHugger Robot
fcbc75c0a4
Merge "Cleanup notification channel slice" into rvc-dev am: 1e0bb9f528
...
Change-Id: Ibf8bcf7400470b3807faadd56c5ce2b917b4cafd
2020-05-29 11:10:00 +00:00
Jason Chiu
d06333167d
Cleanup notification channel slice
...
Fixes: 144897605
Test: robotest
Change-Id: I1b654f31c6b001ef6f1eed95a87ca0b2dd1afc2e
2020-05-29 17:35:22 +08:00
Chen Xu
1e7a1e6838
Merge "AOSP Cellbroadcast renaming" into rvc-dev am: e7d1c822fc am: f4d1912123 am: eb7d35e2c7
...
Change-Id: I4d6c79aa5ef0fc4afe17058b3840aa5d697871ac
2020-05-28 02:27:36 +00:00
Chen Xu
31c0f50065
Merge "AOSP Cellbroadcast renaming" into rvc-dev am: e7d1c822fc am: f4d1912123
...
Change-Id: Id6af021c26a12fb714addb4c14cbe647e3841603
2020-05-28 02:15:36 +00:00
Chen Xu
76f2b27e3b
Merge "AOSP Cellbroadcast renaming" into rvc-dev am: e7d1c822fc
...
Change-Id: I7e2ba395848723900c4596243bb51f75abf915f5
2020-05-28 02:00:05 +00:00
Chen Xu
e7d1c822fc
Merge "AOSP Cellbroadcast renaming" into rvc-dev
2020-05-28 01:46:10 +00:00
Chen Xu
c2ee364f6f
AOSP Cellbroadcast renaming
...
As part of mainline effort, AOSP cellbroadcast package name was changed
from com.android.cellbroadcast to com.android.cellbroadcast.module
Bug: 155844209
Test: Manual test
Change-Id: Ic38372d96918c17d3cd61832ff668fcfc61f0686
Merged-in: Ic38372d96918c17d3cd61832ff668fcfc61f0686
2020-05-27 20:25:43 +00:00
Chen Xu
6faaeb6bfc
Merge "AOSP Cellbroadcast renaming"
2020-05-27 16:13:38 +00:00
Jason Chang
6c8fd325ee
Merge "Update new string for One-Handed feature"
2020-05-26 10:08:23 +00:00
Jason Chang
cc35ece032
Update new string for One-Handed feature
...
According One-handed mode string review doc to change strings.
Bug: 151993111
Test: manual
Test: make RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings
.gestures.OneHandedTimeoutPreferenceControllerTest"
Change-Id: I7dc961387c1e14b25438e051ce6b1cc70fb59417
2020-05-25 23:25:05 +08:00
Chen Xu
fe47bd24eb
AOSP Cellbroadcast renaming
...
As part of mainline effort, AOSP cellbroadcast package name was changed
from com.android.cellbroadcast to com.android.cellbroadcast.module
Bug: 155844209
Test: Manual test
Change-Id: Ic38372d96918c17d3cd61832ff668fcfc61f0686
2020-05-23 21:42:36 -07:00
Julia Reynolds
bcad163cb5
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67 am: 4b78d753b8 am: e5fc3bb57c am: 8b1d3fc28e
...
Change-Id: I629fbdce7c0e4d5209ec99f5681d367a8b0bda32
2020-05-22 12:31:36 +00:00
Julia Reynolds
087c3f5bf6
Update conversation-related strings am: 9e78ec75d1 am: 61e956443d am: 423fdfa8bb am: 0051068fcb
...
Change-Id: I5da6a7997f960ca6a112ce6958c20197447a4846
2020-05-22 12:31:26 +00:00
Julia Reynolds
e5fc3bb57c
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67 am: 4b78d753b8
...
Change-Id: I7c8da87f67f1306425677b6de82498cab2f3b45f
2020-05-22 12:04:02 +00:00
Julia Reynolds
423fdfa8bb
Update conversation-related strings am: 9e78ec75d1 am: 61e956443d
...
Change-Id: I124b22d123aa7abf5bbc3adc264478e166cd900d
2020-05-22 12:03:49 +00:00
Julia Reynolds
4fbaf23958
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67
...
Change-Id: I3c7138e8e806aeed78da7a1c0807790af8b519f0
2020-05-22 11:48:42 +00:00
Julia Reynolds
f7eade72c6
Update conversation-related strings am: 9e78ec75d1
...
Change-Id: I11b6a55cffee069a1aef0df8d2ca9be0ca141161
2020-05-22 11:48:36 +00:00