Lucas Silva
28b4fe2363
Update dream settings strings with sensible char limits.
...
Also removes some unused strings
Bug: 228790933
Test: n/a
Change-Id: I42fd1954242dc12370982bfbc0e18389e9a7c3dc
2022-04-18 17:00:50 +00:00
Edgar Wang
45603532b0
Merge "Adjust the padding between profile tab and app filter spinner" into tm-dev am: 4dc79d92f0
am: 4d63cf51b0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17799703
Change-Id: I6942517ab8e6d6732f0cfd454f5ae98e034971e6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-18 07:35:36 +00:00
Edgar Wang
4dc79d92f0
Merge "Adjust the padding between profile tab and app filter spinner" into tm-dev
2022-04-18 06:45:02 +00:00
Kedar Chitnis
ba15580112
Merge "Guest mode UX flow updates to user settings" into tm-qpr-dev
2022-04-18 05:34:56 +00:00
Edgar Wang
ca7f11d965
Adjust the padding between profile tab and app filter spinner
...
Bug: 223952727
Test: visual
Change-Id: I88411d554975953d29a24a88b6cf948f7f6d7ac8
2022-04-18 12:48:35 +08:00
Hugh Chen
3c354a2d38
Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev
2022-04-18 01:50:07 +00:00
TreeHugger Robot
36414eab28
Merge "Remove singeLine attribute in the usage chart divider" into tm-dev
2022-04-15 11:47:55 +00:00
Hugh Chen
e9864510ab
Change "Previously connected devices" string to "Saved devices"
...
Bug: 215230194
Test: local test
Change-Id: I0ae7f71b798f5582ff62f20ce639133242c30b3f
2022-04-15 09:51:30 +00:00
ykhung
e431df2036
Remove singeLine attribute in the usage chart divider
...
Remove the android:singleLine attribute in the expand divider layout to support other language to avoid the content is truncated.
old screenshot: https://screenshot.googleplex.com/7JCnrQAXJM8zjMM
Bug: 229265247
Test: N/A
Change-Id: I9038e69a9ab035b4e0599ca20e11fbccd471f76f
2022-04-15 07:00:57 +00:00
Chaohui Wang
3ce806d870
Fix scrolling position not kept in Trusted Credentials
...
For example when changing display states.
Save view states to solve this issue.
- Save current tab. (System / User)
- Save group expanded state. (Personal / Work)
- Save scrolling position of each group.
Also updated to ViewPager2 and updated the styles.
Bug: 204839552
Test: manual
Change-Id: Ibeda50b50e7dfd2ba071b75fe2aa88ef560f4c88
2022-04-15 10:12:36 +08:00
Lucas Silva
d8b90650d3
Update dream settings categories, to fix padding.
...
The extra PreferenceCategory is adding some unnecessary padding, so
removing it. Instead of using a preference category to enable/disable
all items, we just iterate through all the preferences when
enabling/disabling items.
Bug: 227139218
Test: locally on device
Change-Id: I403295fbccb7b135b7d603cd1fc713c4c0189569
2022-04-14 18:59:53 +00:00
Lucas Silva
b31dbbb1cf
Merge "Add hyphenation to customize button text." into tm-dev
2022-04-14 17:39:13 +00:00
TreeHugger Robot
2212edb907
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-04-14 17:10:29 +00:00
TreeHugger Robot
2880f9c765
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-04-14 17:08:33 +00:00
TreeHugger Robot
37c2ac2c6a
Merge "Add 2 pixels to top of Advanced Options component" into tm-dev
2022-04-14 16:28:11 +00:00
Quang Luong
93ae7acbf4
Merge "Use WifiEntry.getStandardString() for Wi-Fi Type summary" into tm-dev
2022-04-14 16:14:21 +00:00
Lucas Silva
1ccbf8b7d5
Add hyphenation to customize button text.
...
In some languages, customize may be a long word which doesn't fit in a
single line and should be hyphenated.
Bug: 228329886
Test: locally on device
Change-Id: Ibf647fc4c18b3eb927f2b6f6ca018f2b38e6f7b1
2022-04-14 14:48:14 +00:00
Kedar Chitnis
a1fbad7dd8
Guest mode UX flow updates to user settings
...
- Add option in user settings to enable/disable ephemeral
mode for guest user
- Update user settings to show exit guest and reset guest preferences
- Update user settings to show guest related preferences grouped together
Bug: 214031645, 175795666
Screenshots: go/ephemeral-guest-b-214031645-ux
Test: Manual test on sunfish, atest SystemUITests, atest SettingsRoboTests
Relands ag/16544951 after fixing post submit issues
Revert "Revert "Guest mode UX flow updates to user settings""
This reverts commit ed45e8c56a
.
Change-Id: I54583f9021171ae523ff40d4f63835f1cb486e35
Merged-In: I54583f9021171ae523ff40d4f63835f1cb486e35
2022-04-14 09:37:57 +00:00
tom hsu
5281736004
[Panlingual] Add a description for per app language.
...
- This is to notify some app may not support to user.
Bug: 228415129
Test: local
Change-Id: I6205e0b5fdb3ee42a22ae4995c99e9d8dc5e0a2d
2022-04-14 06:47:13 +00:00
Stanley Wang
10be52ba68
Merge "Add the title of the SettingsMainSwitchPreference in the mobile_network_settings.xml to avoid the preference can not be indexed." into tm-dev am: 58a5338c78
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17742046
Change-Id: Id5b658685857097611a6a13ff057ed209b48c13c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-14 02:41:49 +00:00
Stanley Wang
58a5338c78
Merge "Add the title of the SettingsMainSwitchPreference in the mobile_network_settings.xml to avoid the preference can not be indexed." into tm-dev
2022-04-14 01:52:44 +00:00
Weng Su
fe4fcb4019
Add 2 pixels to top of Advanced Options component
...
- Hide the edges of text appearing as a quick fix suggested by the UX
team.
- See the result screenshot in b/218307103#comment18
Bug: 218307103
Test: manual test by pixel device
Change-Id: I11bfdf57ff4d57786e40f49ad747a35efe2bb207
2022-04-14 03:37:06 +08:00
Bill Yi
23f2bfb3a3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Idb05bdc603a7427c0cf9c163f90930e13f1ed875
2022-04-13 16:11:33 +00:00
Bill Yi
b31a221ace
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I75dddbe8e74962a916bb0a7e5cb56716d9874988
2022-04-13 16:00:08 +00:00
TreeHugger Robot
76908da685
Merge "[Panlingual] Make error message generic." into tm-dev am: ee6d283b82
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17742045
Change-Id: I153e0d4fc0c5ae300ff438e83b6a3a1576156f53
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 13:56:16 +00:00
TreeHugger Robot
ee6d283b82
Merge "[Panlingual] Make error message generic." into tm-dev
2022-04-13 13:26:20 +00:00
TreeHugger Robot
f7a3cadb96
Merge "Remove subtitle of system default" into tm-dev am: e9e6a00814
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17742044
Change-Id: I4ebd982da6ee7646fa17fb35010dd38df877b5db
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 11:56:47 +00:00
Stanley Wang
75a349c1b8
Add the title of the SettingsMainSwitchPreference in the
...
mobile_network_settings.xml to avoid the preference can not
be indexed.
Fix: 222021677
Test: manually test and review the UI
Change-Id: I53b1637e845489bc1df2e7b4216c56400fd28659
2022-04-13 19:36:36 +08:00
TreeHugger Robot
e9e6a00814
Merge "Remove subtitle of system default" into tm-dev
2022-04-13 11:17:00 +00:00
tom hsu
ddbff186f3
[Panlingual] Make error message generic.
...
Bug: 226032712
Test: local
Change-Id: Ibfdc3d5807df4f8e5f1aa3fd37a8f361624c4129
2022-04-13 19:16:03 +08:00
Calvin Pan
9ee9787dd3
Remove subtitle of system default
...
Bug: 226894987
Test: manual
Change-Id: Iaa5e680567f5bb1d52f9a3ea911f1b573ba5b238
2022-04-13 09:12:16 +00:00
Julia Reynolds
2c6c99e1f1
Merge "Fix some history issues" into tm-dev am: b28925ad48
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17710594
Change-Id: I1e3c6396c2a6570bee3d18f68a5c0e9e810f92ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-12 17:44:43 +00:00
Julia Reynolds
b28925ad48
Merge "Fix some history issues" into tm-dev
2022-04-12 17:39:55 +00:00
Julia Reynolds
4d46dddbe7
Fix some history issues
...
- Work profile notifs not showing
- Work profile icon is too big
Fixes: 228397748
atest: manually view work profile notifs in history
Change-Id: I76f7ad37bcfcf4ee7c909516f456920b7e19c541
2022-04-12 11:14:30 -04:00
Betty Chang
080ef875d8
Merge "[LE Audio] Broadcast Sink UI" into tm-dev am: 6ebed73fbe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17442209
Change-Id: Ia13a32d105fc1fbf72e42ef133a75e0ae7fd872c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-11 14:14:57 +00:00
Betty Chang
6ebed73fbe
Merge "[LE Audio] Broadcast Sink UI" into tm-dev
2022-04-11 13:57:52 +00:00
changbetty
a56e198c61
[LE Audio] Broadcast Sink UI
...
- Add dialog for Broadcast and find broadcast source
- Add Activity for find broadcast source
Bug: 228274114
Test: Manual test
Change-Id: I830efc3514fc42aaa4e53f491ed3a7459bd9bb41
2022-04-11 08:15:10 +00:00
TreeHugger Robot
0aa436da2b
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-04-11 06:41:44 +00:00
TreeHugger Robot
e2d4b7826f
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-d1-dev
2022-04-11 05:04:23 +00:00
Bill Yi
57cee05ab4
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic0f60a7c13fb500763381b24d10af9e1ffd2f7b2
2022-04-09 13:26:57 +00:00
Bill Yi
8609572f5a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8806744519a2062a85a4bd3579604ee99afdf814
2022-04-09 13:13:23 +00:00
Bill Yi
29510c162d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ib43c040ea78198a02e3a405c9d3814af1927458f
2022-04-09 04:37:46 +00:00
Bill Yi
f0622598ef
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I3cc4c934e8fe86a45c45dc1d62aab78a30585529
2022-04-09 04:34:41 +00:00
TreeHugger Robot
dcce77a0ce
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-04-07 18:34:45 +00:00
TreeHugger Robot
ecb28bd73e
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-04-07 18:05:07 +00:00
Peiyong Lin
8e23b02de5
Merge "Remove GameSettings and ExtraAppInfo." into tm-dev am: 7ef70db34d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17599733
Change-Id: If856da79393481c5c5d4fbddfd966a2f9d0879f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 17:55:54 +00:00
Peiyong Lin
7ef70db34d
Merge "Remove GameSettings and ExtraAppInfo." into tm-dev
2022-04-07 17:48:18 +00:00
TreeHugger Robot
d08cae367a
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-d1-dev
2022-04-07 17:00:11 +00:00
TreeHugger Robot
8e9c30933a
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-d1-dev
2022-04-07 17:00:05 +00:00
Bill Yi
5468439c4c
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I0d6144e79f9c3b5e3826d5d755842975c459ed7b
2022-04-07 14:09:14 +00:00