1320 Commits

Author SHA1 Message Date
Joshua Duong
002ed644a2 Merge "[adbwifi] Fix adbwifi string case." into rvc-dev 2020-04-07 15:54:28 +00:00
TreeHugger Robot
5eb9c8fada Merge "Store conversation requirement in a setting" into rvc-dev 2020-04-07 03:47:02 +00:00
Joshua Duong
e7a452a2cd [adbwifi] Fix adbwifi string case.
Changed 'Scanner' to 'scanner'.

Bug: 153271332

Test: make
Change-Id: I4c34314753277859860dc3b981ba4ea86025557d
(cherry picked from commit 10b13264f68917355e32fb8ef17ee2fc62a8658b)
2020-04-07 01:59:23 +00:00
Bill Yi
9bd7bfc084 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: Ic9d06c70eedc5c1048f2c3d9a7ead357c4c02fd2
2020-04-06 02:20:45 -07:00
Julia Reynolds
e24faa2c86 Store conversation requirement in a setting
So we can show it in developer options. Also fix a bug
where the setting wasn't being respected in systemui.

Test: atest
Bug: 152907434
Change-Id: I1eaed93a0c8a1ec4486c7072972e2f924402bb94
2020-04-02 16:28:40 -04:00
Bill Yi
75a3ed54c1 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I4fc12101652d5a28c0ec0f19032571fe28352dc7
2020-03-31 19:30:17 -07:00
TreeHugger Robot
22c409f6f9 Merge "Import translations. DO NOT MERGE" into rvc-dev 2020-03-30 19:08:48 +00:00
Ben Murdoch
66041721d7 Merge "Add user switcher related strings to SettingsLib." into rvc-dev 2020-03-30 15:01:46 +00:00
Bill Yi
f4f0c9e2d1 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I819dd252bf312c67da96bb27b401350762973d31
2020-03-30 06:04:58 -07:00
TreeHugger Robot
55237e8973 Merge "Add addtional strings for Shared Data dev options screens." into rvc-dev 2020-03-28 01:12:10 +00:00
Varun Shah
316f692df4 Add addtional strings for Shared Data dev options screens.
Bug: 150626561
Test: visual
Change-Id: I7027212afb651cf778c5bb1cbec9df96ea6e5e38
2020-03-27 16:12:41 -07:00
Andras Kloczl
ababfcd4cf Add user switcher related strings to SettingsLib.
- Move guest related strings from sysui to settingslib
- Add a new string to settingslib

Test: Build, flash and check if the texts are appearing properly in keyguard and quicksettings user switcher.
Bug: 142798722
Change-Id: I5b3e13581efa274ce8ed899b8a949e5ef69c173c
2020-03-27 15:51:48 +00:00
Ben Murdoch
d5768e5398 Merge "Move strings related to user creation to SettingsLib." into rvc-dev 2020-03-24 10:25:20 +00:00
Ben Murdoch
63e694d068 Move strings related to user creation to SettingsLib.
Test: Build, manual check on device.
Bug: 147653252
Bug: 152038380

Change-Id: I3be3917a3f25183f217bb1d6964db9ea4c56925f
2020-03-23 14:28:16 +00:00
Bill Yi
63d3ad3f89 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I1c288bdfdb561eca168a44c2cf421b2035e93acd
2020-03-22 22:22:34 -07:00
Varun Shah
9161a337a8 Add strings for Shared Data developer options screen.
Bug: 150626561
Test: visual
Change-Id: I9f29adbd63d603ce83fbd8fc7d886d3bdb4e01e9
2020-03-20 23:49:30 -07:00
TreeHugger Robot
19e60c0596 Merge "[Wi-Fi] Add content description for the Openroaming help button." into rvc-dev 2020-03-21 05:10:39 +00:00
Joshua Duong
6d40177947 Merge "Add "Please connect to a Wi-Fi network" string." into rvc-dev 2020-03-20 19:02:49 +00:00
TreeHugger Robot
88e78ec6e2 Merge "Import translations. DO NOT MERGE" into rvc-dev 2020-03-20 17:13:42 +00:00
Joshua Duong
032514ab64 Add "Please connect to a Wi-Fi network" string.
This string shows in a toast when the user tries to enable wireless
debugging while not connected to a Wi-Fi network.

Bug: 150139061

Test: make

Change-Id: I3d734e1edbbc3275d8365f3c168e8703d4861e13
(cherry picked from commit 8290c8edf9950d2f9a8a9c53aa8ffb466757d262)
2020-03-20 15:08:05 +00:00
Yi-Ling Chuang
9e100e2505 Update summary for low battery tip suggestion
Bug: 144865404
Test: robotests and verify the card
Change-Id: I8e2ef38b3feedd3d54049a0d178b8fa48b802d2f
2020-03-20 20:23:33 +08:00
Bill Yi
9ee8ab9138 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: Ia827274f5eb5951fc1308a2b1d2fa8e6983a7357
2020-03-20 05:13:31 -07:00
govenliu
b25ba2995b [Wi-Fi] Add content description for the Openroaming help button.
1. Add content description for the Openroaming help button.
2. Exclude the showing of help button when isSubscription is true (e.g., Passpoint network)

Bug: 146669261
Test: Add 2 unit test cases:
      1. helpButton_whenCanManageSubscription_shouldSetCorrectContentDescription: to check content description is set correctly.
      2. subscriptionEntry_shouldSetImageButtonGone: to check button should hide when isSubscription true.
Change-Id: I51e927de3b9d2b35096364fd93835e02b29004fc
2020-03-20 19:20:18 +08:00
govenliu
eea936f6d1 [Wi-Fi] Add button in WifiEntryPreference for launching OpenRoaming help page
Add button resource in WifiEntryPreference for launching OpenRoaming help page, shows according to the canManageSubscription API return true or not.

Bug: 146669261
Test: Add canManageSubscription_shouldSetImageButtonVisible unit test to check if button shows correctly or not.
Change-Id: I0becac9b15b5be3d4f9e5a9089cfd83652824789
2020-03-19 23:21:06 +00:00
hughchen
61ca7efbd1 Use device type to show corresponding icon and name
- Use device type to show corresponding icon and name
- Add test case

Bug: 150834859
Test: make -j42 RunSettingsLibRoboTests
Change-Id: Iea74f18c8e4b3de8cad8c196004b515ac26b8c82
2020-03-18 15:11:41 +08:00
menghanli
bf902938ee Update R accessibility assets and strings (6/n)
- Color correction rich content

Bug: 148837311
Test: Manual test
Change-Id: Iaf3cf32edaa0e5784ff94253a064fe780ecc8249
2020-03-17 20:44:57 +08:00
menghanli
5251f1ea52 Update R acessibility assets and strings (3/n)
- Color correction rich content

Bug: 148837311
Test: Manual test
Change-Id: Iea845180cfd050e668de7dd470130cdb4d398ab3
2020-03-11 09:11:32 +08:00
Bill Yi
98cdb127e1 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: Ifc4e77cc4ddb822896b0f9f1af8e0051d71311f9
2020-03-07 19:42:55 -08:00
Bill Yi
b50d94c0bf Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I1845be6cfa878ab8bdc416052e680229b303e89d
2020-03-03 09:31:52 -08:00
Daniel Sandler
06907ad5ee Merge "Add importance indicator to conversation icons." into rvc-dev 2020-02-28 00:26:10 +00:00
Hunter Knepshield
26ffb5e4af String tweak for vendor logging dev setting
We also want to let the user know that in addition to possibly including
their PII, vendor logging may require additional battery and storage
resources.

Bug: 148822215
Test: make and flash, look at developer settings
Change-Id: I00a9a89054eb1abd585129a630068bc924f1717d
(cherry picked from commit 755a00872058b9ec60c6a4489b95fee0d9ec4537)
2020-02-27 17:59:08 +00:00
Rambo Wang
cdc53511fc Update string resource enable_verbose_vendor_logging char limit
CHAR LIMIT for title is updated to 60, and NONE (unlimited) for
summary. This is for the request of I10n works.

Bug: 149994212
Test: make
Change-Id: I960c8b7e650aa37f3cfbea36cf528ac194bce65c
2020-02-26 18:00:02 +00:00
Dan Sandler
b11f2deb89 Add importance indicator to conversation icons.
We're also drawing these icons a little differently than the
launcher does, both to accommodate the importance marker, as
well as remove the shadows that are useful for separation
vs. user wallpaper but are not appropriate for the
notification surface or settings screens.

Bug: 149747760
Test: make RunSettingsLibRoboTests
test: atest NotificationConversationInfoTest
Test: manual in notifications UI
Change-Id: I3f73c025b1d32194e3d5147d03cb781e370f2a1b
2020-02-25 22:02:55 -05:00
Blake Kragten
75a0184bb7 Merge "Enhanced Connectivity Dev Toggle" 2020-02-21 22:14:23 +00:00
TreeHugger Robot
e5b0705260 Merge "Update display name of MediaDevice" 2020-02-20 06:28:30 +00:00
hughchen
25c4ff802a Update display name of MediaDevice
- Rename "This device" to "Phone speaker".
- Add "Wired audio device"

Bug: 149879074
Test: build pass
Change-Id: I7c4ec5ee90cbc248a5149bf3d232e8d27684e99f
2020-02-20 11:43:55 +08:00
Rambo Wang
710895ed78 Merge "Add Development option for vendor logging in Settings app" 2020-02-20 01:57:27 +00:00
Rambo Wang
ea38e9d935 Add Development option for vendor logging in Settings app
Bug: 148822215
Test: make && make RunSettingsRoboTests
Change-Id: I9f1b7fd4548b809659e4b2ba32d63266eec2e481
2020-02-18 15:41:29 -08:00
Bill Yi
70ea2282eb Import translations. DO NOT MERGE
Change-Id: I46ec43cc8038e45b9c415ec0fec0411beb48ea8e
Auto-generated-cl: translation import
2020-02-18 09:18:25 -08:00
Blake Kragten
28e7b5ae61 Enhanced Connectivity Dev Toggle
Add Enhanced Connectivity Developer option switch. This switch will
allow the connectivity thermal power manager to actively shutoff 5G in
order to save power when cellular throughput is below the set threshold.

ScreenShots: https://drive.google.com/drive/folders/109VTTXqIn5Teg6daHpNHV7z13MmEEb7Q?usp=sharing

Bug: 147305171
Test: On-device using developer option menu
Change-Id: Ia990db0fe8a8cea47b12b570c46c10a5ab558a27
2020-02-13 11:25:33 -08:00
Stanley Wang
714475efc2 Merge "Fix strings. "shutdown" should be "shut down"." 2020-02-11 02:22:30 +00:00
Automerger Merge Worker
ccaa328a9b Merge "[adbwifi] Add SettingsUI strings for wireless debugging." am: 226912b41c am: e2062cd34e am: ebe8865385
Change-Id: Ib6f7bba023e61d441903c253e8a6aafa8845f8f5
2020-02-10 16:49:40 +00:00
Stanley Wang
8998d03992 Fix strings. "shutdown" should be "shut down".
Fixes: 148754031
Test: manual & robotest
Change-Id: I71fa8061e44eefe502719564d9f8631f89e49e9f
2020-02-10 16:53:35 +08:00
Bill Yi
70acb6a281 Import translations. DO NOT MERGE
Change-Id: I6f5be0931a6fc998f4a845e34ac9599c9ec8d01b
Auto-generated-cl: translation import
2020-02-07 17:48:15 -08:00
Menghan Li
9af4381058 Merge "Update the shortcut design strings." 2020-02-07 10:41:59 +00:00
menghanli
444cf1d4e6 Update the shortcut design strings.
Bug: 148837311
Test: Manual test

Change-Id: I60fc03856c6dcf5428b354d5bf81927c7a37994e
2020-02-07 14:23:33 +08:00
Raff Tsai
e82ae9c3e5 Merge "Show charging speed in Settings" 2020-02-07 00:53:09 +00:00
Joshua Duong
e06f5131c3 [adbwifi] Add SettingsUI strings for wireless debugging.
Bug: b/111434128, b/119080240, b/119492574

Test: make
Change-Id: Ia73ed66a5fe20b4a8e6f170ab8e734497a80926b
2020-02-06 11:33:19 -08:00
Bill Yi
4e0dd5fbb7 Import translations. DO NOT MERGE
Change-Id: Ib25d719b2b40159dc4e3e4e168f5fbb3b74de617
Auto-generated-cl: translation import
2020-02-02 00:55:34 -08:00
govenliu
f719fc12a3 [Wi-Fi] Update "Connected, no internet" string.
Update "Connected, no internet" string to be "No internet" string.

Bug: 147914381
Test: NA, just shorten string.
Change-Id: I2140c7290706c707609ee5046e245470972bcf9d
2020-01-31 14:31:24 +08:00