Commit Graph

54821 Commits

Author SHA1 Message Date
Mill Chen
d2d1801e3b Separate long press timeout preference controller form accessibility
Bug: 135056871
Test: manual, robotests
Change-Id: If49e4336b3461ec2a9568b8652c5aab0ff64ecfe
2019-07-03 21:27:34 +08:00
Mark Chien
8a44e4f274 Merge "Fix entitlement failed when device is on CBRS" into qt-r1-dev 2019-07-03 13:16:03 +00:00
Mill Chen
08c4c4aadd Separate shortcut preference controller form accessibility
Bug: 135056871
Test: manual, robotests
Change-Id: I1dc61d50f46dfbd9bbd6fa33ecbc03157427d0b1
2019-07-03 20:15:09 +08:00
TreeHugger Robot
246873db8e Merge "Import translations. DO NOT MERGE" into qt-r1-dev 2019-07-03 07:21:59 +00:00
Bill Yi
a0fb9000bb Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I6863ccbf2304c8bb2d7ee93b41386bff36e33a41
2019-07-02 23:30:20 -07:00
Bill Yi
0b2b3a0ded Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I9ea845510ab634d146f09f885ab0de8cd789c325
2019-07-02 19:46:11 -07:00
Kevin Chyn
47593cd29b Merge "Send userId together with enroll / setFeature / getFeature method update" into qt-r1-dev 2019-07-03 02:07:49 +00:00
Neil Fuller
78a7facc02 Merge "Add tobiast@ to the OWNERS file" am: a931693721 am: 46e53e770c am: bf673318f1
am: e13cd91161

Change-Id: I3cc978431a8fe0e01522e12842c44b0d99b135a8
2019-07-02 17:36:47 -07:00
Neil Fuller
e13cd91161 Merge "Add tobiast@ to the OWNERS file" am: a931693721 am: 46e53e770c
am: bf673318f1

Change-Id: Ie65d0505a3f4bfb231657fa8503114969421a2ef
2019-07-02 16:26:40 -07:00
TreeHugger Robot
6bb07bf056 Merge "Add theme component options to settings keywords." 2019-07-02 22:51:25 +00:00
Neil Fuller
bf673318f1 Merge "Add tobiast@ to the OWNERS file" am: a931693721
am: 46e53e770c

Change-Id: I9229928c7e9895003869752df1602ed26b42b90e
2019-07-02 15:32:40 -07:00
Xin Li
6bc3378f3d [automerger skipped] DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master am: 0a68e9bfe7 -s ours am: 59b1a2f6bb
am: c12cc62208 -s ours
am skip reason: subject contains skip directive

Change-Id: I497b50ed19e38890884a3149b55101c31c092e1a
2019-07-02 12:50:16 -07:00
Xin Li
c12cc62208 [automerger skipped] DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master am: 0a68e9bfe7 -s ours
am: 59b1a2f6bb

Change-Id: I4179542b8cf8fee2ee0002eabdcb47afdf51b054
2019-07-02 11:41:19 -07:00
Julia Reynolds
6b0315fbc1 Merge "Move channel listing into a pref controller" 2019-07-02 18:10:12 +00:00
Amin Shaikh
be8345e565 Add theme component options to settings keywords.
Fixes: 135521048
Test: mp settingsg; search for keywords
Change-Id: Ic2c2827fd5b6eff3b8cc11dc5201fc7c4d55778f
2019-07-02 13:33:46 -04:00
Neil Fuller
46e53e770c Merge "Add tobiast@ to the OWNERS file"
am: a931693721

Change-Id: Id52f2dcd3755f4fbbd6f6918e993063aebc582ac
2019-07-02 10:13:36 -07:00
TreeHugger Robot
08e3b42a28 Merge "Separate daltonizer preference controller form accessibility" 2019-07-02 17:13:15 +00:00
Xin Li
59b1a2f6bb [automerger skipped] DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master
am: 0a68e9bfe7 -s ours
am skip reason: subject contains skip directive

Change-Id: I075c4d89765d09a570e0150e486e85dc78772afc
2019-07-02 10:04:54 -07:00
Julia Reynolds
a295d71c94 Move channel listing into a pref controller
And a hidden preference category. This makes
hiding/showing the list a lot cleaner and also allows more
of the code to be tested.

Also delete some unused code that no longer complied after
this refactor.

Fixes: 133443871
Test: atest
Change-Id: I4a5fe0e075019bae2df44a0a9dcec26a40ee6d12
2019-07-02 11:24:50 -04:00
Neil Fuller
a931693721 Merge "Add tobiast@ to the OWNERS file" 2019-07-02 14:27:55 +00:00
Neil Fuller
ca6542843c Add tobiast@ to the OWNERS file
Add tobiast@ to the OWNERS file as libcore TL.
Remove pszczepaniak@ as he hasn't been on libcore
for a while.

Test: None
Change-Id: I714d3448ed60006cb58a0f49e95b7b834a6aac36
2019-07-02 10:55:50 +01:00
TreeHugger Robot
74e5e4fd26 Merge "Fix talkback issue about announcing wrong number of items" 2019-07-02 07:46:23 +00:00
Stanley Wang
29a15fb7be Merge "Fix Settings search result 'add an account' does nothing." 2019-07-02 07:45:24 +00:00
Mill Chen
8d240c7f28 Separate daltonizer preference controller form accessibility
Bug: 135056871
Test: manual, robotests
Change-Id: Ibc730004f1a25a2e97abcc0bbad2dfc9b420d645
2019-07-02 15:08:17 +08:00
tmfang
b981068248 Fix talkback issue about announcing wrong number of items
From hierarchical view, one of root cause is PreferenceCategory.
Looks like PreferenceCategory generates an invisible space when
we add a footerPreference as a child.

So, we remove PreferenceCategory directly, and declard "allow divider"
attribute for neccessary preferences.

Test: Visual
Fixes: 130396913
Change-Id: I6d56ac165633aa211e794e07417821066380d041
2019-07-02 02:33:05 +00:00
Bill Yi
eae13f76f7 [automerger skipped] Import translations. DO NOT MERGE am: da20a84f9b -s ours
am: 7ed2100d0e -s ours
am skip reason: subject contains skip directive

Change-Id: I3a43dc0093dd2fffdb087aeb95464d3864d734d3
2019-07-01 16:35:50 -07:00
Bill Yi
7ed2100d0e [automerger skipped] Import translations. DO NOT MERGE
am: da20a84f9b -s ours
am skip reason: subject contains skip directive

Change-Id: Ieb2e642a9e61989a62c6c00574d132220b5ecfc6
2019-07-01 16:21:34 -07:00
Xin Li
0a68e9bfe7 DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master
Bug: 134405016
Change-Id: I298dd1232c7e304b5d2cd9fda59006d08026698a
2019-07-01 21:00:04 +00:00
Bill Yi
da20a84f9b Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I6ab947284694fa3922d185f58f57c5acfd83b2ee
2019-07-01 12:27:35 -07:00
Robert Snoeberger
b11c29c6a5 Merge "Remove "clocks" from string" into qt-r1-dev am: a4a25871d4
am: a350189b88

Change-Id: I3ca81aef6ba9ba00020916bb9da4d4348b536786
2019-07-01 10:45:38 -07:00
Robert Snoeberger
a350189b88 Merge "Remove "clocks" from string" into qt-r1-dev
am: a4a25871d4

Change-Id: I8181952741bdb57785a48485cb09072fb38484f2
2019-07-01 10:34:22 -07:00
Robert Snoeberger
a4a25871d4 Merge "Remove "clocks" from string" into qt-r1-dev 2019-07-01 17:19:27 +00:00
Robert Snoeberger
0e65d651d1 Remove "clocks" from string
Fixes: 136193731
Bug: 136090066
Test: manual
Change-Id: I63751bb31016754930a4773d791f118103026ada
2019-07-01 17:12:16 +00:00
Amin Shaikh
b62a45e156 Merge "Update ic_sync_problem to GM2." into qt-r1-dev am: 0217400ea5
am: fea6983c2b

Change-Id: I20bbc5ac6a52fa9b22c67b7dc912f5c6114658c5
2019-07-01 05:16:46 -07:00
Amin Shaikh
fea6983c2b Merge "Update ic_sync_problem to GM2." into qt-r1-dev
am: 0217400ea5

Change-Id: I5c9d11a15eb86f60d91ebd3110ccc33fdefdf981
2019-07-01 05:08:46 -07:00
TreeHugger Robot
0217400ea5 Merge "Update ic_sync_problem to GM2." into qt-r1-dev 2019-07-01 11:52:33 +00:00
TreeHugger Robot
422c953beb Merge "Add synonym for "Display over other apps"" 2019-07-01 11:52:24 +00:00
TreeHugger Robot
1c239faf11 Merge "Separate caption preference controller from accessibility" 2019-07-01 11:43:24 +00:00
Bill Yi
fb5c04bfe6 [automerger skipped] Import translations. DO NOT MERGE am: 26a2694bd3 -s ours am: ae58e057d7 -s ours
am: 1b807c64c4 -s ours
am skip reason: subject contains skip directive

Change-Id: I60242a402d88afd12c18dc4069de8f2d8020502c
2019-07-01 03:19:34 -07:00
Bill Yi
87a65e04ac [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev am: 512b97f994 -s ours
am: ebe3b061ee -s ours
am skip reason: subject contains skip directive

Change-Id: I52650b820e4fdd59714e89fd1e84cdac1eb1a34c
2019-07-01 03:18:48 -07:00
Bill Yi
259a7cc971 [automerger skipped] Import translations. DO NOT MERGE am: 26a2694bd3 -s ours am: d1bdb4f72d -s ours
am: def50c6ed1 -s ours
am skip reason: subject contains skip directive

Change-Id: Idf92679a44e8289b5013a143be7c86d11d1b3947
2019-07-01 03:15:32 -07:00
Bill Yi
1b807c64c4 [automerger skipped] Import translations. DO NOT MERGE am: 26a2694bd3 -s ours
am: ae58e057d7 -s ours
am skip reason: subject contains skip directive

Change-Id: Ieed2fbbaf549747d717c21c09758d2d72a641591
2019-07-01 03:00:39 -07:00
Bill Yi
ebe3b061ee [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
am: 512b97f994 -s ours
am skip reason: subject contains skip directive

Change-Id: Iba6a4ef13d883f417bf6d88ead82a9b5b40a97f2
2019-07-01 02:59:21 -07:00
Bill Yi
def50c6ed1 [automerger skipped] Import translations. DO NOT MERGE am: 26a2694bd3 -s ours
am: d1bdb4f72d -s ours
am skip reason: subject contains skip directive

Change-Id: Ieb16394e9bfe0e0b80eb0a4b66085fe2ffe0f4e2
2019-07-01 02:58:20 -07:00
Bill Yi
ae58e057d7 [automerger skipped] Import translations. DO NOT MERGE
am: 26a2694bd3 -s ours
am skip reason: subject contains skip directive

Change-Id: I2c38c37556229f6ce9ac6acbbd5367bd239ff1ff
2019-07-01 02:45:08 -07:00
Bill Yi
d1bdb4f72d [automerger skipped] Import translations. DO NOT MERGE
am: 26a2694bd3 -s ours
am skip reason: subject contains skip directive

Change-Id: I4c83a096d556894ace12a767de72ba62f6f3f587
2019-07-01 02:42:17 -07:00
TreeHugger Robot
512b97f994 Merge "Import translations. DO NOT MERGE" into qt-r1-dev 2019-07-01 09:35:04 +00:00
Mill Chen
7f995a609d Separate caption preference controller from accessibility
Bug: 135056871
Test: manual, robotests
Change-Id: Ibcc867f09b6b9cf8cd27b2d93241042b4f88c62d
2019-07-01 17:04:00 +08:00
Stanley Wang
1903470bfb Fix Settings search result 'add an account' does nothing.
Tap 'add an account' from search results will launch ChooseAccountFragment,
this way doesn't invoke AddAccountSettings and the add account service of gms
won't be triggered, so the items on the fragment will do nothing.

Move the key word to the search synonym of AccountDashboardFragment
and remove it from ChooseAccountFragment, the search result will invoke
AccountDashboardFragment.

Fixes: 133511289
Test: maunal
Change-Id: I67fa004c4965da37c59cada6ca27752e9fe7202b
2019-07-01 14:56:20 +08:00
Kevin Chang
8f4b8b9a74 Add footer preference into caption preferences
Add footer preference into caption preferences to tell users
that the setting doesn't support all apps.

Bug: 135888603
Test: Visual
Change-Id: I95e0aa301eba7343fbc798cc406c0242f4f4eb7e
2019-07-01 14:51:36 +08:00