Commit Graph

20996 Commits

Author SHA1 Message Date
PETER LIANG
4c10589d13 Merge "Correct the string relate to volume shortcut keys." into rvc-dev am: 6804573968
Change-Id: I4f3f3cf8341f2181c7c240706b151a379d30d538
2020-05-07 11:12:29 +00:00
PETER LIANG
7c73bbf233 Merge "Correct the string relate to volume shortcut keys." into rvc-dev am: 6804573968
Change-Id: I358ff0b5fac119231eed0aa2386e982ab4b38779
2020-05-07 11:12:07 +00:00
PETER LIANG
19319b85e9 Merge "Revises the strings to meet the the activity-based accessibility feature." into rvc-dev 2020-05-07 10:57:14 +00:00
PETER LIANG
6804573968 Merge "Correct the string relate to volume shortcut keys." into rvc-dev 2020-05-07 10:56:24 +00:00
Edgar Wang
214ecd8bd0 Merge "Revert "Improve multi user settings screen"" into rvc-dev am: e13919cf4b am: bbf642d994 am: b846480e48 am: 043510b53f
Change-Id: Ic4fa3990c3de69652d989af8769b32b407577c78
2020-05-07 10:27:03 +00:00
Edgar Wang
18c5aee365 Merge "Revert "Improve multi user settings screen"" into rvc-dev am: e13919cf4b am: 99bb5e0185
Change-Id: Idb7b50a53dd55ad5d8e414ecce1c4f95c0314020
2020-05-07 09:58:47 +00:00
Edgar Wang
b846480e48 Merge "Revert "Improve multi user settings screen"" into rvc-dev am: e13919cf4b am: bbf642d994
Change-Id: I21074e3587dd21ca9b4105f4023d54a7f7d39588
2020-05-07 09:56:51 +00:00
Edgar Wang
bbf642d994 Merge "Revert "Improve multi user settings screen"" into rvc-dev am: e13919cf4b
Change-Id: I057a3f120e9664fd4764599e14b6d136da56da85
2020-05-07 09:45:37 +00:00
Edgar Wang
99bb5e0185 Merge "Revert "Improve multi user settings screen"" into rvc-dev am: e13919cf4b
Change-Id: I7e067881864b96e067d2b763dc41d6b3680750df
2020-05-07 09:45:16 +00:00
Edgar Wang
e13919cf4b Merge "Revert "Improve multi user settings screen"" into rvc-dev 2020-05-07 09:28:23 +00:00
Edgar Wang
fff8c56de2 Revert "Improve multi user settings screen"
This reverts commit d19dc306dd.

Reason for revert: this CL made Settings the test cases called shadowUserManager.hasUserRestriction()
https://sponge.corp.google.com/target?show=FAILED&sortBy=STATUS&id=07150153-ccb7-4215-a9f8-eed31e44c66f&target=RunSettingsRoboTests1-test-output

Bug: 142798722

Change-Id: I3937a07ee35a472cadd6db8cd0177e08e63516a4
2020-05-07 09:24:47 +00:00
Peter_Liang
a2f5497d69 Correct the string relate to volume shortcut keys.
Bug: 155948561
Test: manual test
Change-Id: I1e7a78fd1feeb87ee5f82157906137c4e169edeb
2020-05-07 17:15:15 +08:00
Kevin Maurin
633986bade Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev am: 56cefaf3d6 am: 637a3ba98f am: b890ed1585 am: 2702c9854c
Change-Id: I8df5851f3d845c16207dc7dccdbac8e2a59b54bc
2020-05-07 08:44:51 +00:00
Peter_Liang
833fae0387 Revises the strings to meet the the activity-based accessibility feature.
Bug: 155249850
Test: manual test
Change-Id: I4c493fb6a0123be87b17d392853d3ae9f3351879
2020-05-07 08:17:51 +00:00
Peter_Liang
a87a7009b0 Refines the animated image to fit the screen display.
Root cause:
The width and height of animated image are wrap_content. It causes the gif or drawable which are non-transparent background to have a little weird display under dark mode.

Next:
1. Revise the width from wrap_content to match_parent, and add the fit center scale type.
2. Correct the function usage

Bug: 155946967
Test: manual test
Change-Id: I7470efb945a2b3bedb695e1b6f34475c6f190f9d
2020-05-07 08:06:20 +00:00
Kevin Maurin
73148ca2c4 Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev am: 56cefaf3d6 am: 637a3ba98f
Change-Id: Ic825e6250d56d05fa43f213da7cadcdb82eafe66
2020-05-07 08:05:13 +00:00
Kevin Maurin
b890ed1585 Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev am: 56cefaf3d6 am: 637a3ba98f
Change-Id: Ie6e40209428eb4efb0c631e01484629b87a278bb
2020-05-07 08:04:58 +00:00
Kevin Maurin
3399305e3c Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev am: 56cefaf3d6
Change-Id: Ide4aac5f2c860a1767142d324776472e024f5d37
2020-05-07 07:25:47 +00:00
Kevin Maurin
637a3ba98f Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev am: 56cefaf3d6
Change-Id: Idd58f6a25ec91775be52e64766df90fba87cde30
2020-05-07 07:25:34 +00:00
Kevin Maurin
56cefaf3d6 Merge "Display "Android Auto" in Connected Devices summary text." into rvc-dev 2020-05-07 07:20:57 +00:00
Amit Mahajan
fb93e94d96 Merge "Remove hard-coding cellbroadcastreceiver package name." into rvc-d1-dev-plus-aosp 2020-05-07 06:09:06 +00:00
Kevin Maurin
cabe76debc Display "Android Auto" in Connected Devices summary text.
Android Auto will be exposing a Settings tile under Connected Devices -> Connection Preferences.
If the Setting tile is available, then the summary text will reflect that.

Tested with additional unit tests and manually validated the scenarios by
flashing crosshatch-eng and disabling/enabling the relevant features.

Fix: 153896447
Test: Added unit coverage for new scenarios
Test: make RunSettingsRoboTests
Test: manually verified by flashing crosshatch-eng and disabling/enabling relevant components
Change-Id: I5a129c41b98ba435bc159a72c9a7c2dfd646ecd3
2020-05-06 21:42:43 -07:00
TreeHugger Robot
ed38f5666b Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048 am: 6528d2b8e8 am: 8894b0c50d am: 28dbf28284
Change-Id: Ia7c94d56e28f4fa78bddeb9f46c430efd1e39e02
2020-05-07 02:55:31 +00:00
TreeHugger Robot
28dbf28284 Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048 am: 6528d2b8e8 am: 8894b0c50d
Change-Id: I7b3aca2611c9f459405f9306d0ad1f1cd1d703f1
2020-05-07 02:44:14 +00:00
TreeHugger Robot
8894b0c50d Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048 am: 6528d2b8e8
Change-Id: I7035bc7b0b4a1fdf1d9217140ccb5b20b8f88cf3
2020-05-07 02:25:24 +00:00
TreeHugger Robot
80e6e32137 Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048 am: 6528d2b8e8
Change-Id: I424cf8af9fe20d362562cf96e44cff59d05ec07d
2020-05-07 02:25:15 +00:00
TreeHugger Robot
f837446270 Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048
Change-Id: I8d868fbd24b791e10482ef5ab0b7c994d68c4492
2020-05-07 02:11:23 +00:00
TreeHugger Robot
6528d2b8e8 Merge "Fix the layout direction problem in RTL locale" into rvc-dev am: a49498f048
Change-Id: Ib68c776f136f56ca7dd39f852f822e75f6565136
2020-05-07 02:11:08 +00:00
TreeHugger Robot
a49498f048 Merge "Fix the layout direction problem in RTL locale" into rvc-dev 2020-05-07 01:59:25 +00:00
Amit Mahajan
cba6d9f67a Remove hard-coding cellbroadcastreceiver package name.
Test: manual
Bug: 154436403
Change-Id: Id634a88060c63d57316cb8cdb923966a8409db78
Merged-in: Id634a88060c63d57316cb8cdb923966a8409db78
2020-05-06 22:05:33 +00:00
Amit Mahajan
5e7f190a65 Remove hard-coding cellbroadcastreceiver package name.
Test: manual
Bug: 154436403
Change-Id: Id634a88060c63d57316cb8cdb923966a8409db78
Merged-in: Id634a88060c63d57316cb8cdb923966a8409db78
2020-05-06 19:42:08 +00:00
Amit Mahajan
0f4dd825cc Merge "Remove hard-coding cellbroadcastreceiver package name." 2020-05-06 19:34:44 +00:00
Marco Ballesio
6247ede453 Merge "Developer option for the app freezer" into rvc-dev am: 97483a978a am: e4b0a92474 am: 0e98dfb6d3 am: 3121cebe76
Change-Id: I6c38b7db2be0eeda0d3b5fc8f557690825228d20
2020-05-06 17:27:55 +00:00
Marco Ballesio
0fa0d3be58 Merge "Developer option for the app freezer" into rvc-dev am: 97483a978a am: c2ca422b48
Change-Id: I960b04e225fdc0f1c9cac5821f900754df772e1b
2020-05-06 17:07:36 +00:00
Marco Ballesio
e4b0a92474 Merge "Developer option for the app freezer" into rvc-dev am: 97483a978a
Change-Id: I97ad96ca8a9c2245dd1f8597a440985be5c19731
2020-05-06 16:50:24 +00:00
Marco Ballesio
c2ca422b48 Merge "Developer option for the app freezer" into rvc-dev am: 97483a978a
Change-Id: I3c892f89d8e10fc7c9d4532347b6bc95985467bd
2020-05-06 16:49:02 +00:00
Marco Ballesio
97483a978a Merge "Developer option for the app freezer" into rvc-dev 2020-05-06 16:35:45 +00:00
Yi-Ling Chuang
d5fd1dd2e3 Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev am: 153b336baa am: 17deddb4d4 am: 4c1d3f20a3 am: 78f8150a5c
Change-Id: I401a2eb477ffb64695386e764876819e4ebaa3cb
2020-05-06 11:54:41 +00:00
Sunny Shao
fdf6273580 Fix the layout direction problem in RTL locale
Fixes: 153851006
Test: manual test
Change-Id: I46822b58b9584168e8b1fe2a3946fbdd3697b6f4
2020-05-06 19:53:03 +08:00
Yi-Ling Chuang
78f8150a5c Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev am: 153b336baa am: 17deddb4d4 am: 4c1d3f20a3
Change-Id: If3ba1f6aa6da956e65bd8b12bbcd282aa2b5063d
2020-05-06 11:39:23 +00:00
Yi-Ling Chuang
4c1d3f20a3 Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev am: 153b336baa am: 17deddb4d4
Change-Id: I317af8067149588cb98d89fe709de5329d283b05
2020-05-06 11:20:09 +00:00
Yi-Ling Chuang
0b4c9de231 Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev am: 153b336baa
Change-Id: I896c33c72bba26c678063f5c536804c5cf3f197d
2020-05-06 11:09:01 +00:00
Yi-Ling Chuang
17deddb4d4 Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev am: 153b336baa
Change-Id: If9fd1bd478c3a43229916afb735180d66c2dda84
2020-05-06 11:08:53 +00:00
Yi-Ling Chuang
153b336baa Merge "Revert "Display "Android Auto" in Connected Devices summary text."" into rvc-dev 2020-05-06 10:49:53 +00:00
Yi-Ling Chuang
8258eb0327 Revert "Display "Android Auto" in Connected Devices summary text."
This reverts commit 6fb790b092.

Reason for revert: This CL causes test failures. Per Settings convention, revert the CL first.

Bug: 155829041
Change-Id: I486e09b63c9999b56d4359a7ec211fe8a6c89181
2020-05-06 10:37:47 +00:00
Tsung-Mao Fang
ed65fe97d9 Merge "Update description when device allows guest user" into rvc-dev am: 6b82df2603 am: 6182b3cb55 am: 6a32ace8a2 am: a099e7dc39
Change-Id: If003025e79910a08b15a7d95c4de1534bcb21f03
2020-05-06 10:21:47 +00:00
Tsung-Mao Fang
9e6b7065f1 Merge "Update description when device allows guest user" into rvc-dev am: 6b82df2603 am: f858411efc
Change-Id: I2ec151fa1088a2ab7a718d4334d3e829bc4cdc8a
2020-05-06 09:43:57 +00:00
Tsung-Mao Fang
6182b3cb55 Merge "Update description when device allows guest user" into rvc-dev am: 6b82df2603
Change-Id: Ibc05d7eb541606347e4b3961c13c013a8436e9e3
2020-05-06 09:30:39 +00:00
Tsung-Mao Fang
f858411efc Merge "Update description when device allows guest user" into rvc-dev am: 6b82df2603
Change-Id: If351e1790ccd6abc5686899558d231550bbd7145
2020-05-06 09:30:04 +00:00
Tsung-Mao Fang
6b82df2603 Merge "Update description when device allows guest user" into rvc-dev 2020-05-06 09:11:30 +00:00