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
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
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
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
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
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
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
Julia Reynolds
f7eade72c6
Update conversation-related strings am: 9e78ec75d1
...
Change-Id: I11b6a55cffee069a1aef0df8d2ca9be0ca141161
2020-05-22 11:48:36 +00:00
Julia Reynolds
9e78ec75d1
Update conversation-related strings
...
Test: atest
Bug: 157215227
Change-Id: Iba279bb285e53918a1e1b43c04d6ec7576cd48a0
2020-05-21 20:49:53 +00:00
Amy Hsu
cf0ef7ae38
Merge "Move PeakRefreshRateController to Settings app" into rvc-dev am: a75dddbf9f
...
Change-Id: Ife2360ddac1e760471c0ab22f588f344e0d6723d
2020-05-20 08:51:01 +00:00
Amy Hsu
a75dddbf9f
Merge "Move PeakRefreshRateController to Settings app" into rvc-dev
2020-05-20 08:48:56 +00:00
Amy Hsu
7730d301b7
Move PeakRefreshRateController to Settings app
...
1. 60/90 Hz switch
2. Allow DeviceConfig to change default refresh rate
bug: 139869828
bug: 137064289
bug: 132750102
Test: Check refresh rate is expected.
Change-Id: Ia6a3e3717fd8845c7177e55b70bc6d2d952d58f3
2020-05-19 21:45:33 +08:00
TreeHugger Robot
3db10d5c6d
Merge "Update string to keep On-screen keyboard naming consistent" into rvc-dev am: d02752c847
...
Change-Id: I49c9c4117e95a6b5a68d8646b2199b9f766c438a
2020-05-18 04:11:23 +00:00
TreeHugger Robot
d02752c847
Merge "Update string to keep On-screen keyboard naming consistent" into rvc-dev
2020-05-18 04:00:11 +00:00
PETER LIANG
41dbddeac3
Merge "Add the content description for accessibility tutorial pages." into rvc-dev am: 618ea90bbf
...
Change-Id: Icd3d38e30ae5184e23ffd2a7de6371956b80f211
2020-05-16 15:42:42 +00:00
PETER LIANG
618ea90bbf
Merge "Add the content description for accessibility tutorial pages." into rvc-dev
2020-05-16 15:26:58 +00:00
TreeHugger Robot
0217cbd19e
Merge changes from topic "jr-update" into rvc-dev am: 4bbe564aea
...
Change-Id: If57ab8c7d45fbd771b5be23aa5812cdb9e0b35e5
2020-05-15 23:39:09 +00:00
Julia Reynolds
33e6708f75
Add settings for apps that don't use full conversations am: eca1e4d197
...
Change-Id: I3360ffd3f7975346f24d0943912cc31b88b2a07d
2020-05-15 23:39:06 +00:00
TreeHugger Robot
4bbe564aea
Merge changes from topic "jr-update" into rvc-dev
...
* changes:
Update conversation launch point
Add settings for apps that don't use full conversations
2020-05-15 23:35:06 +00:00
Julia Reynolds
cd237ccf9b
Update conversation launch point
...
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.notification"
Fixes: 156670585
Change-Id: I31f306d1b7d480ac0ef0cc4a5f7e66efe528383d
2020-05-15 19:40:56 +00:00
Julia Reynolds
eca1e4d197
Add settings for apps that don't use full conversations
...
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.notification"
Fixes: 155276427
Change-Id: Ie145b9cdc9555d4676a8bd225427abc9222f31c5
2020-05-15 19:38:14 +00:00
Edgar Wang
45256dee2f
Update string to keep On-screen keyboard naming consistent
...
Bug: 153675083
Test: manual
Change-Id: I64a193435bbf189cc417410e736f73d789fbbe1e
2020-05-15 13:42:24 +08:00
Peter_Liang
606479bc81
Add the content description for accessibility tutorial pages.
...
Bug: 155833961
Test: manual test & robo test
Change-Id: Iec86a6478706dcf6ce224046e8439a3d3b68144a
2020-05-15 13:34:36 +08:00
TreeHugger Robot
42db36efbe
Merge "Revert "Create QS media player setting"" into rvc-dev am: cd3cde6169
...
Change-Id: I20725949d542dd02b269ac84c12b691fa6e3679d
2020-05-13 02:37:47 +00:00
TreeHugger Robot
cd3cde6169
Merge "Revert "Create QS media player setting"" into rvc-dev
2020-05-13 02:20:05 +00:00
TreeHugger Robot
9045faebe4
Merge "Remove the xml for bubble pref in developer options" into rvc-dev am: 60920beb86
...
Change-Id: Iaff8beb526cbe7f9beebed9c8cd7cd090735245a
2020-05-12 20:28:32 +00:00
TreeHugger Robot
60920beb86
Merge "Remove the xml for bubble pref in developer options" into rvc-dev
2020-05-12 20:15:49 +00:00
Mady Mellor
0216de39d9
Remove the xml for bubble pref in developer options
...
Fixes: 154246711
Test: build & install settings, check no bubbles option
in developer options
Change-Id: I50166c21401b9c196d2ec2d039df2c03a080bb4d
2020-05-12 10:46:37 -07:00
Lucas Dupin
d207f1baee
Revert "Create QS media player setting"
...
This reverts commit 665c36eae2 .
Reason for revert: New media experience landed
Fixes: 156369996
Change-Id: Icb997a3508cec1e15f523b8ca5b923deacee66b4
2020-05-12 16:51:06 +00:00
Kholoud Mohamed
d3bd08653d
Merge "String changes in the cross profile settings page" into rvc-dev am: 311ff0c1ea
...
Change-Id: Ic44752f686a0878ab05e8ccf7a2e4190fa153b26
2020-05-12 15:29:49 +00:00
Kholoud Mohamed
311ff0c1ea
Merge "String changes in the cross profile settings page" into rvc-dev
2020-05-12 15:13:32 +00:00
TreeHugger Robot
e77ce59744
Merge "Revise the text limit of volume shortcut key." into rvc-dev am: defa38c7ae
...
Change-Id: I3a7b93c26d49bb49758ced5cccb270afc05bb3f9
2020-05-12 09:05:23 +00:00
Peter_Liang
beb7d8485d
Revise the text limit of volume shortcut key.
...
Revise the char limits as 100.
Bug: 156268057
Test: manual test
Change-Id: I76b9dd5adf5201d6640c7023c487a8205a56bc9a
2020-05-12 14:20:49 +08:00
Kholoud Mohamed
bcbd9158d6
String changes in the cross profile settings page
...
Fixes: 155771527
Test: visually tested the string changes.
Change-Id: Idcde93e2035bb8d3d82213befb652aa29aa12efe
2020-05-11 18:38:05 +01:00
Arc Wang
5da33082e7
[Wi-Fi] Fix connected to notification string bug am: e9e0b3fbfb
...
Change-Id: I918d00c27b2c908f32de0f15a60be4cbc2b912da
2020-05-10 00:39:10 +00:00
Arc Wang
e9e0b3fbfb
[Wi-Fi] Fix connected to notification string bug
...
Should not reuse the bluetooth connected to string,
it's for a device not a network.
Bug: 156084653
Test: manual visual
Change-Id: I7de93b57c4a9f7df1baa942e6e97cadeafe21324
2020-05-09 16:23:04 +00:00
Jason Hsu
7137bd4bcb
Merge changes I3a0066e6,I080a538e into rvc-dev am: 5d0e5f7624
...
Change-Id: I59243c02e86100826bf8c06277992c2364105d8e
2020-05-08 10:44:40 +00:00
Jason Hsu
5d0e5f7624
Merge changes I3a0066e6,I080a538e into rvc-dev
...
* changes:
Add the string for caption size
Add the string for accessibility shortcut
2020-05-08 10:13:31 +00:00
jasonwshsu
278e5ecaff
Add the string for accessibility shortcut
...
* Need to have the strings for non-title case to compose the list.
Bug: 153850193
Test: manual test
Change-Id: I080a538e9f167990602c5d247c2b1e5d07c9ead7
2020-05-08 16:01:24 +08:00
TreeHugger Robot
7b0f05bc69
Merge "Remove hard-coding cellbroadcastreceiver package name." into rvc-dev am: 5625958a20
...
Change-Id: Idf87ba7845ed12d1445498f4370d32837801327a
2020-05-07 19:59:53 +00:00
TreeHugger Robot
5625958a20
Merge "Remove hard-coding cellbroadcastreceiver package name." into rvc-dev
2020-05-07 19:50:33 +00:00