TreeHugger Robot
222da24344
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609
...
Change-Id: I8ba500b881798bfe9ee55d5a1d82e3f8926cd4a0
2020-04-29 05:33:14 +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
0ffd6c0b17
Merge "Add list of selected/excluded convos to bubble settings" into rvc-dev am: 2b42301a6e
...
Change-Id: Ia002914e6a8c939fdb79ff9a1a918b3869e721d2
2020-04-28 22:30:08 +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
1dae9fac9d
Fix some icons on conversation screen am: 1a2e7ad52f
...
Change-Id: I51705467345bc8f961a43b4f3b2ecf2fa808cb3e
2020-04-28 20:33:27 +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
0d644b34ed
Update strings to be more translation friendly am: dcc79e9942
...
Change-Id: Ic545a4151940b97dc705d1f7bb8f252e108c9d1b
2020-04-28 16:49:37 +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
4738734887
Merge "Updates for msg apps that don't use shortcuts" into rvc-dev am: 6f482cef09
...
Change-Id: I5d739de32339359c28bab9ab6957abf1c287b9e1
2020-04-28 14:02:27 +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
7aa3131201
Merge "Allow > 1 line title for DND duration preference" into rvc-dev am: 5c3f71859e
...
Change-Id: I91b09f88338864003ce982eb37f8cd42e1ee6971
2020-04-27 20:37:53 +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
1e84f0252b
Merge "Separate dnd categories in a list" into rvc-dev am: 50a5a0c462
...
Change-Id: I515b17b9408bdb84b5dc0d0f951f0bf167b27132
2020-04-27 17:39:06 +00:00
TreeHugger Robot
e1617681df
Merge "Separate call/messages dnd summary string" into rvc-dev am: d28fca9182
...
Change-Id: I98945495e8b451863faeb5bd18ee01b7f8ca0de2
2020-04-27 17:38:57 +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
8afeaa1fa7
Merge "Fix formats and internationalization of the string "0.6 seconds" in sk language" into rvc-dev am: 24f71c6e91
...
Change-Id: I1f61856a89598b4d72bdf9873e0e7ac63e50f53f
2020-04-27 14:40:56 +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
Bill Yi
114edb926b
Import translations. DO NOT MERGE
...
Change-Id: If34c66548982270e15e0b607dd3fa7c810ad5f15
Auto-generated-cl: translation import
2020-04-26 22:07:52 -07:00
TreeHugger Robot
0dc7e9b328
Merge "Import translations. DO NOT MERGE" into rvc-d1-dev
2020-04-24 18:02:01 +00:00
TreeHugger Robot
c93aaf860e
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-24 17:33:41 +00:00
Menghan Li
6c780ee4ca
Merge "Refines the limit of advanced in edit shortcut dialog." into rvc-dev am: 450d0eb385
...
Change-Id: I143540a4f368cba78d55c96d614575f88d8669d7
2020-04-24 16:14:25 +00:00
Bill Yi
bcd3f99142
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I4b986158dfdd53a701c64523be29afe2e3c8a8df
2020-04-24 09:04:36 -07: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
8c497918fa
Merge "Add information video placeholder and ref" into rvc-dev am: 4cc81daec0
...
Change-Id: If0714df51c08d5d84431885acad2157dcd5ba557
2020-04-24 14:54:58 +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
e5d2689ada
Merge "Fix some heights" into rvc-dev am: da9e2099de
...
Change-Id: I399533fd390b5365034a26cf6a7b9c9c3065241f
2020-04-24 13:24:41 +00:00
TreeHugger Robot
da9e2099de
Merge "Fix some heights" into rvc-dev
2020-04-24 13:09:47 +00:00
TreeHugger Robot
204c1bc8f5
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev am: 0a98937baf
...
Change-Id: I061f46e5d5c3f42d8265ad490858398469f0a6b6
2020-04-24 08:40:02 +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
e313fb3f87
Merge "Cast device missing from output switcher list" into rvc-dev am: c38c02eec8
...
Change-Id: I7ce674115efa5c6feec33e2a53946ab1876ea52f
2020-04-24 06:41:23 +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
ff664b00ca
Merge "Refines accessibility button in shortcut summary strings" into rvc-dev am: 5cb20b91b2
...
Change-Id: I725e2eb30c286676ea8679083b5702457f623e41
2020-04-24 04:27:35 +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
08ac2fe5c6
Merge "Import translations. DO NOT MERGE" into rvc-d1-dev
2020-04-23 23:28:15 +00:00
TreeHugger Robot
3c020616e0
Merge "String update for notifications" into rvc-dev am: eba37898c8
...
Change-Id: I37932cc8275e49c6a156ded6080dd832d5d9861f
2020-04-23 21:56:06 +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