TreeHugger Robot
b47f88ee05
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609
...
Change-Id: I5db9bb66a86b1377f43bbf35b4410a44a79d4755
2020-04-29 05:33:23 +00:00
TreeHugger Robot
4c221d1609
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev
2020-04-29 05:17:30 +00:00
Kevin Chyn
1895f8b5f2
Move ImeAwareTextEdit to android.widget
...
Allows it to be used in more projects
Bug: 154161590
Test: Manually opened each setting that was impacted
Change-Id: Ife59074e5f8ffa76c2c81cca4022ca200bb59526
2020-04-28 15:57:40 -07:00
Mady Mellor
ec9e965d90
Merge "Add list of selected/excluded convos to bubble settings" into rvc-dev am: 2b42301a6e
...
Change-Id: I382f080699006d2a3d160290f7b71d84cd65f033
2020-04-28 22:30:18 +00:00
Mady Mellor
2b42301a6e
Merge "Add list of selected/excluded convos to bubble settings" into rvc-dev
2020-04-28 22:17:05 +00:00
Julia Reynolds
b97501ff23
Fix some icons on conversation screen am: 1a2e7ad52f
...
Change-Id: Iee93e4294fb026c6d62f7bd1cb7bdc37404e9619
2020-04-28 20:33:48 +00:00
Mady Mellor
a27918494f
Add list of selected/excluded convos to bubble settings
...
* Some changes to extend AppConversationListPrefController
* When a user removes something from the selected or
excluded list that resets the channel setting
Bug: 148619540
Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER="Bubble"
Change-Id: I7a9ed7b70208dbdefca6c3c09d34d55c65f06408
2020-04-28 13:18:56 -07:00
Julia Reynolds
1a2e7ad52f
Fix some icons on conversation screen
...
Test: manual
Fixes: 154930822
Change-Id: Ic480203f494eaccd743a7c77895596174f52539b
2020-04-28 19:07:08 +00:00
Beverly
f32362f03a
Update strings to be more translation friendly am: dcc79e9942
...
Change-Id: Ic9de15791cf1298605683eb42c25ee4a0901b613
2020-04-28 16:50:46 +00:00
Beverly
dcc79e9942
Update strings to be more translation friendly
...
Use different strings for "None" based on the context of the string.
Some languages may require different gendered grammar depending on its
context.
Also update contacts summary string to include plurals (1 vs many).
Test: make RunSettingsRoboTests7
Bug: 154898476
Fixes: 154944295
Change-Id: If9949d75de573042389a19df3d4c5d15c6cbeb25
2020-04-28 14:53:08 +00:00
TreeHugger Robot
dcba11ba82
Merge "Updates for msg apps that don't use shortcuts" into rvc-dev am: 6f482cef09
...
Change-Id: I90d6f44c1b5af1037422aadae7fae71eabcaa452
2020-04-28 14:02:40 +00:00
TreeHugger Robot
6f482cef09
Merge "Updates for msg apps that don't use shortcuts" into rvc-dev
2020-04-28 13:57:15 +00:00
TreeHugger Robot
f6ab80044d
Merge "Allow > 1 line title for DND duration preference" into rvc-dev am: 5c3f71859e
...
Change-Id: Iff94af0e29f4537aefcb3905452efd4c34927331
2020-04-27 20:38:25 +00:00
TreeHugger Robot
5c3f71859e
Merge "Allow > 1 line title for DND duration preference" into rvc-dev
2020-04-27 20:21:50 +00:00
Beverly
f939976367
Allow > 1 line title for DND duration preference
...
Test: manual
Fixes: 154694705
Change-Id: I9eaffb21e5d5902782beb5e9f845394015ba23be
2020-04-27 14:23:54 -04:00
TreeHugger Robot
d120058c87
Merge "Separate dnd categories in a list" into rvc-dev am: 50a5a0c462
...
Change-Id: Ia6dcc5c5f142838bceac1b170669be939f7065e2
2020-04-27 17:39:13 +00:00
TreeHugger Robot
001dcc9a5b
Merge "Separate call/messages dnd summary string" into rvc-dev am: d28fca9182
...
Change-Id: I2479c711420447d02e7742a00e4b1002c18dcff5
2020-04-27 17:39:07 +00:00
TreeHugger Robot
50a5a0c462
Merge "Separate dnd categories in a list" into rvc-dev
2020-04-27 17:38:06 +00:00
TreeHugger Robot
d28fca9182
Merge "Separate call/messages dnd summary string" into rvc-dev
2020-04-27 17:26:16 +00:00
Beverly
ae2d681faf
Separate dnd categories in a list
...
For translations purposes, separate strings that are the first element
in a list of sound categories from the stand alone category titles.
Test: manual
Bug: 154694384
Change-Id: I1ba5a487f179103ccfa881fdc57b10b6ec2560ad
2020-04-27 12:08:11 -04:00
Julia Reynolds
8fe4b28312
Updates for msg apps that don't use shortcuts
...
- Notice on app specific page
- No individual conversation bubble controls
Test: manual
Bug: 154814754
Change-Id: I74c291890ba6203e6a3a162fc0c0335ed5eba3d4
2020-04-27 11:07:40 -04:00
TreeHugger Robot
7f15836d47
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-27 14:57:02 +00:00
Menghan Li
b49fb33540
Merge "Fix formats and internationalization of the string "0.6 seconds" in sk language" into rvc-dev am: 24f71c6e91
...
Change-Id: Ib348a11d558771871da94e32e7c3fa5040590669
2020-04-27 14:41:14 +00:00
Menghan Li
24f71c6e91
Merge "Fix formats and internationalization of the string "0.6 seconds" in sk language" into rvc-dev
2020-04-27 14:22:22 +00:00
Beverly
a8ea534674
Separate call/messages dnd summary string
...
The translation for call/messages may be feminine or masculine depending
on the language which changes the way this string should be translated.
Therefore, separate the string to prevent bad translations.
Test: manual
Fixes: 154687360
Change-Id: I3cbef72d41626a244ce82a0d0574427fb9c4462e
2020-04-27 10:02:28 -04:00
Bill Yi
c162aa3acb
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I5fd1212a2ca1683651184562d1d51811883c56cd
2020-04-27 04:37:20 -07:00
TreeHugger Robot
c93aaf860e
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-24 17:33:41 +00:00
Menghan Li
cda729d547
Merge "Refines the limit of advanced in edit shortcut dialog." into rvc-dev am: 450d0eb385
...
Change-Id: Iaca6863a3125e71d840cb32e8ddbc14e8b26b249
2020-04-24 16:14:48 +00:00
Menghan Li
450d0eb385
Merge "Refines the limit of advanced in edit shortcut dialog." into rvc-dev
2020-04-24 15:59:43 +00:00
Bill Yi
c8ca3c15d2
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I4c207434bd7a02e506e8afd0feac464b54c403f3
2020-04-24 08:21:17 -07:00
TreeHugger Robot
8c68403b23
Merge "Add information video placeholder and ref" into rvc-dev am: 4cc81daec0
...
Change-Id: I5d873c8dc83da4c0516b18833dc6511e1c2fc623
2020-04-24 14:55:06 +00:00
TreeHugger Robot
4cc81daec0
Merge "Add information video placeholder and ref" into rvc-dev
2020-04-24 14:41:12 +00:00
menghanli
29020158d3
Refines the limit of advanced in edit shortcut dialog.
...
Root cause: The "Advanced" string is allowed only 10 characters which makes the Czech translation less accurate and clear.
Next: There is enough space for longer message, refines limit to 20 characters.
Bug: 154753232
Test: local test
Change-Id: I60e35bbcfb85acb9a993b8ac9e120971e49fdfaf
2020-04-24 13:46:45 +00:00
TreeHugger Robot
d3b025ae8a
Merge "Fix some heights" into rvc-dev am: da9e2099de
...
Change-Id: I5ba475a368958862ba33a767eb465a370bae19a3
2020-04-24 13:24:52 +00:00
TreeHugger Robot
da9e2099de
Merge "Fix some heights" into rvc-dev
2020-04-24 13:09:47 +00:00
TreeHugger Robot
beacdf9774
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev am: 0a98937baf
...
Change-Id: Idb79edf5ef01ab33bcbd6625279f2eb21cd44c68
2020-04-24 08:40:06 +00:00
TreeHugger Robot
0a98937baf
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev
2020-04-24 08:32:55 +00:00
TreeHugger Robot
6a61af8835
Merge "Cast device missing from output switcher list" into rvc-dev am: c38c02eec8
...
Change-Id: I3b4fe4f42696714a5db28bee5e8cb17fa18e3ead
2020-04-24 06:41:35 +00:00
TreeHugger Robot
c38c02eec8
Merge "Cast device missing from output switcher list" into rvc-dev
2020-04-24 06:25:04 +00:00
Tim Peng
f04061372e
Cast device missing from output switcher list
...
-Slice max height is not enough
-Set 1.5x max height
Bug: 154876307
Test: manual test
Change-Id: I720af9e324c830f9faf55ac4066f990379fc32f4
2020-04-24 12:42:55 +08:00
Menghan Li
739cc4f500
Merge "Refines accessibility button in shortcut summary strings" into rvc-dev am: 5cb20b91b2
...
Change-Id: I4150acb13d7832c37ea01923f43623ab1c9f09c6
2020-04-24 04:27:24 +00:00
Menghan Li
5cb20b91b2
Merge "Refines accessibility button in shortcut summary strings" into rvc-dev
2020-04-24 04:18:05 +00:00
menghanli
2869235a86
Refines accessibility button in shortcut summary strings
...
Root cause: we plan to only capitalize the first letter only, it would cause
this sentence has new capitalized issue.
Next: Refines the sentence.
Bug: 148837311
Test: Manual test
Change-Id: I0f6d3d1a3713701b4e2cd09eb49706bbe4604ce9
2020-04-24 01:41:49 +00:00
TreeHugger Robot
58d4aab3c2
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-23 23:30:08 +00:00
TreeHugger Robot
a77b8113cb
Merge "String update for notifications" into rvc-dev am: eba37898c8
...
Change-Id: I43f3d7857b85039a12b2dbfb552d98af603b1911
2020-04-23 21:56:26 +00:00
Julia Reynolds
4704d6394a
Fix some heights
...
Test: view with big text, low density
Fixes: 152937308
Change-Id: I2d34b63cf147daf1952804d606061c02b57e2165
2020-04-23 16:59:58 -04:00
Julia Reynolds
cee485b88b
String update for notifications
...
Test: manual
Fixes: 154541748
Change-Id: I007875e19410a7b2a51ca73a9329e0c4cea76c5d
2020-04-23 20:29:35 +00:00
Fabian Kozynski
d1da33e594
Merge "Add setting toggle for power menu privacy" into rvc-dev am: 7848696ea1
...
Change-Id: Ib35e6a047c147e2e6c743de3543423d92920f6c3
2020-04-23 19:54:20 +00:00
Fabian Kozynski
7848696ea1
Merge "Add setting toggle for power menu privacy" into rvc-dev
2020-04-23 19:38:05 +00:00
Julia Reynolds
ea2712b032
Merge "Add conversation onboarding" into rvc-dev am: 5ad98383d5
...
Change-Id: Ide39e818bd9188f76e6b57a17bb89ac9b07e14dc
2020-04-23 17:37:41 +00:00