Anna Bauza
49fc78d5b2
Merge "Fix "Remove Guest" option shows "Reset Guest" dialog" into tm-dev am: a5f29f2e93
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17352023
Change-Id: I45eda3798a1359863ab8f92bd222d77df949f4ab
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-30 12:19:08 +00:00
Anna Bauza
a5f29f2e93
Merge "Fix "Remove Guest" option shows "Reset Guest" dialog" into tm-dev
2022-03-30 11:57:19 +00:00
TreeHugger Robot
72d54f7007
Merge "Fix flickers on the Location page" into tm-dev am: a8eabc6ada
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17447104
Change-Id: If884b3bbc0449ce1e5a232d734fae35883470bf9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-30 09:34:17 +00:00
TreeHugger Robot
a8eabc6ada
Merge "Fix flickers on the Location page" into tm-dev
2022-03-30 09:17:53 +00:00
Jason Chiu
e60dd45156
Merge "Refine layouts for large screen" into tm-dev am: 51316c13a1 am: 187b39edc2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17374489
Change-Id: I525dbf313c7865746f33425a85052dc73a51f41e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-30 08:22:22 +00:00
Anna Bauza
ee23152051
Fix "Remove Guest" option shows "Reset Guest" dialog
...
If the guest user was not auto created, removing the user from settings message was wrongly worded. Small refactor to reuse the same wording in different modules has been done.
Bug: 225314166
Test: manual
Change-Id: Ia1871efc6aeeb2d3604c2fc4fd98a2a3a500953b
2022-03-30 08:20:04 +00:00
Jason Chiu
51316c13a1
Merge "Refine layouts for large screen" into tm-dev
2022-03-30 08:10:42 +00:00
Jason Hsu
33a5139d0e
Merge "Set title to the hearing aid pair instruction dialog" into tm-dev am: abd4fd54b1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17291806
Change-Id: I5cfa8a58fb3a3f204b3978b473fe993091e9826a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-30 06:17:46 +00:00
Jason Hsu
abd4fd54b1
Merge "Set title to the hearing aid pair instruction dialog" into tm-dev
2022-03-30 06:03:00 +00:00
Jason Chiu
680fce3acd
Refine layouts for large screen
...
- Support dynamic paddings depending on app's screen width
- Add round corners to homepage ripple effect to improve the transition
of being highlighted
- Add an interface to support dynamic split layout for suggestion cards
Bug: 223300824
Test: robotest, manual
Change-Id: Iaca6b4fd3f7369179416ef084a800d7eb2ee4640
2022-03-30 04:54:30 +00:00
Kholoud Mohamed
a95a9154fa
Merge "RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class"
2022-03-29 11:01:21 +00:00
Chaohui Wang
f86a15362a
Merge "Fix "Automatically sync app data" button state not changed" into tm-dev am: b94c0ab44e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17397182
Change-Id: Ifb118af9849109abb3ec164716eed903ef6957a4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-29 10:52:53 +00:00
Chaohui Wang
b94c0ab44e
Merge "Fix "Automatically sync app data" button state not changed" into tm-dev
2022-03-29 10:36:31 +00:00
Josh Hou
57af174e45
Merge "[Panlingual] Fix the app language is shown incorrectly in the work profile"
2022-03-29 08:48:00 +00:00
TreeHugger Robot
0efaf46546
Merge "[LeAudio] Remove the QrCamera and decorateView in Settings" into tm-dev am: 670016a2ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17379163
Change-Id: I3c032ade902dac1b30bdff1f0a029a9fc382af41
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-29 07:03:34 +00:00
TreeHugger Robot
670016a2ee
Merge "[LeAudio] Remove the QrCamera and decorateView in Settings" into tm-dev
2022-03-29 06:33:46 +00:00
Bonian Chen
3df6924591
Merge "[Settings] Code refactor - NetworkModePreference" into tm-dev
2022-03-29 04:50:20 +00:00
Chaohui Wang
9d8603568d
Fix "Automatically sync app data" button state not changed
...
This issue is caused by mPreference is null.
(Not recovered when the fragment is recreated after configuration change.)
Mimic the PreferenceDialogFragmentCompat.getPreference() in AndroidX to
solve this issue.
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:preference/preference/src/main/java/androidx/preference/PreferenceDialogFragmentCompat.java;l=176;drc=ca9feb3b73769089afbfd36b4d4a3d91239f9cd5
Ideally in the long term, we could use PreferenceDialogFragmentCompat
instead.
Fix: 218754949
Test: robotest & manual
Change-Id: I7fc8dd3b771aa45c91f915e25c8cc6c6afdd8d63
2022-03-29 12:32:23 +08:00
Josh Hou
3550064e2e
[Panlingual] Fix the app language is shown incorrectly in the work profile
...
The root cause is that the context corresponding to the specified
profile Id is not correctly used when using LocaleManager to query the
app language.
Bug: 222769707
Test: Verify the issue by using the steps provided in the bug
Change-Id: Ic1f9e4cc9e90f5aecfa5e1094184aa63f3d94ffb
2022-03-29 12:00:13 +08:00
Tom Hsu
9541f70a80
Merge "[Panlingual] Improve and refactor revamped UI"
2022-03-29 03:34:31 +00:00
Yi-Ling Chuang
0bf3ed99eb
Fix flickers on the Location page
...
Use the UiBlocker and its delegate method to prevent the flicker.
Fixes: 220837804
Test: Go to Settings > Location and see all items appearing at the same
time.
Change-Id: I2095289b9436ca66970b6a868d5c9780f2b19664
2022-03-28 17:27:34 +08:00
tom hsu
ded10f8e24
[Panlingual] Improve and refactor revamped UI
...
- Remove useless file
- Make Icon be able to scroll up and down
Bug: 226350483
Test: local test
Change-Id: I4564f432143e7e31ba5beff1dd32d7bc7764f9bf
2022-03-28 17:13:04 +08:00
TreeHugger Robot
e5cb2a170a
Merge "Restrict secondary users to share Wi-Fi network" into tm-dev am: 5fd1f8fe4e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17397177
Change-Id: I80be1a5786880a4b85ccad6b3444675d9e3cf026
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-28 08:59:35 +00:00
TreeHugger Robot
5fd1f8fe4e
Merge "Restrict secondary users to share Wi-Fi network" into tm-dev
2022-03-28 08:43:23 +00:00
Giulio Fiscella
a493ed6f75
Merge "Use migrated severity levels" into tm-dev
2022-03-28 08:38:47 +00:00
Giulio Fiscella
362f0abf6d
Merge changes from topic "scAPItm"
...
* changes:
[automerge] Use migrated severity levels 2p: 2a775c69fc 2p: b5446ce437
[automerge] Use migrated severity levels 2p: 2a775c69fc
Use migrated severity levels
2022-03-28 08:38:47 +00:00
jasonwshsu
906805a591
Set title to the hearing aid pair instruction dialog
...
Bug: 225117843
Test: make RunSettingsRoboTests ROBOTEST_FILTER=HearingAidDialogFragmentTest
Change-Id: Ia1f3dadba84e3302a87aba1274e77f31a74eea1b
2022-03-28 15:31:43 +08:00
Menghan Li
7325d18d30
Merge "Fix Caption preview SubtitleView textSize cannot update correctly" into tm-dev am: c122879474
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17348586
Change-Id: I3e7576cc35c3088957d2976726c14971bf9defe2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-28 07:06:25 +00:00
Menghan Li
c122879474
Merge "Fix Caption preview SubtitleView textSize cannot update correctly" into tm-dev
2022-03-28 06:43:20 +00:00
menghanli
917ab11ed1
Fix Caption preview SubtitleView textSize cannot update correctly
...
Root caue: When received #OnLayoutChangeListener callback, the mPainText size keeps "zero" after called setTextSize() because the requestLayout() does not trigger the whole view re-measure & re-layout in not ui thread.
Solution: Post #refreshPreviewText to ui thread to get correct bounds to
measure & layout.
Bug: 223696269
Bug: 211178478
Test: Manually test
Change-Id: Idcbeba52876171e5f3641eafc77d203764c78788
2022-03-28 12:30:29 +08:00
Joshua Mccloskey
6d0a1b8e5c
Merge "Only play fp vibration if accessibility is enabled." into tm-dev am: 566b8e5ab2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17315311
Change-Id: I7dacad381cabaea1280e0710c5c56696237309ee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 17:07:30 +00:00
Quang Luong
01e66ca398
Merge "Increase WifiEntryPreference summary max lines for verbose logging" into tm-dev am: 8a5e6be37a am: e031563cf8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17390718
Change-Id: Idb43e2757aa80549a33e52001ae23de033988ccd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 17:06:27 +00:00
Joshua Mccloskey
566b8e5ab2
Merge "Only play fp vibration if accessibility is enabled." into tm-dev
2022-03-25 17:03:20 +00:00
PETER LIANG
199c83b9fc
Merge "Fix that holding volume buttons to activate Extra dim feature doesn't do anything." into tm-dev am: d4cd689c8f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17166624
Change-Id: I2d340008e2f75efd9b4c5f3398e133569139b70f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 16:53:02 +00:00
Quang Luong
8a5e6be37a
Merge "Increase WifiEntryPreference summary max lines for verbose logging" into tm-dev
2022-03-25 15:50:04 +00:00
PETER LIANG
d4cd689c8f
Merge "Fix that holding volume buttons to activate Extra dim feature doesn't do anything." into tm-dev
2022-03-25 14:06:00 +00:00
Baligh Uddin
cf5300d19b
Merge "Changing apk name in the manifest and the corresponding packages." into tm-dev am: 1d788a0ada
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17383907
Change-Id: I14d11698280f310ec6b2fdf768d4114a81118ee6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 13:50:15 +00:00
Weng Su
876f691377
Restrict secondary users to share Wi-Fi network
...
- Remove "Share" and "Forget" options from the long press menu
- Rollback the Wi-Fi details restriction for admin user only
- Add SafetyNet Logging for security report
Bug: 206986392
Test: manual test
make RunSettingsRoboTests \
ROBOTEST_FILTER=NetworkProviderSettingsTest
make RunSettingsRoboTests \
ROBOTEST_FILTER=WifiNetworkDetailsFragmentTest
Change-Id: Ic434f0583cba557228c72508a501347ffa3141e1
2022-03-25 13:49:43 +00:00
Baligh Uddin
1d788a0ada
Merge "Changing apk name in the manifest and the corresponding packages." into tm-dev
2022-03-25 13:12:10 +00:00
kholoud mohamed
90afe190e8
RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
...
Bug: 217388602
Bug: 218875965
Test: atest EnterpriseResourcesTests
Test: manual
Change-Id: I4775d7741c7819fd811c3fc4eda1636b1e04b398
(cherry picked from commit de78149c16 )
Merged-In: I4775d7741c7819fd811c3fc4eda1636b1e04b398
2022-03-25 11:38:34 +00:00
TreeHugger Robot
24302ff926
Merge "Fix Wi-Fi hotspot switch UI issue" into tm-dev am: 727583b75f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17374493
Change-Id: Ibb0829e36d7404724927ce0c04b9632d550cea4b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 09:04:17 +00:00
TreeHugger Robot
727583b75f
Merge "Fix Wi-Fi hotspot switch UI issue" into tm-dev
2022-03-25 08:40:57 +00:00
Jenhou (Alan) Huang
f7b69b7c58
Merge "Fix group cast volume slider not disabled after switching to group devices." into tm-dev am: e94f159054
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17351353
Change-Id: Ib4e0b46797038922274c503d10bc60fb7daa4916
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 02:32:19 +00:00
Jenhou (Alan) Huang
e94f159054
Merge "Fix group cast volume slider not disabled after switching to group devices." into tm-dev
2022-03-25 02:26:54 +00:00
PETER LIANG
d2fcfa1dee
Merge "Fix that the user has no way of knowing if the reset was successful." into tm-dev am: d2e82f8e6d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17252808
Change-Id: Ibd07d6fa1979b1315582a1f8b44d4ab04166956a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 00:54:37 +00:00
PETER LIANG
d2e82f8e6d
Merge "Fix that the user has no way of knowing if the reset was successful." into tm-dev
2022-03-25 00:30:55 +00:00
TreeHugger Robot
ce49123205
Merge "Update restricted setting dialog, unlock toast, and menu strings" into tm-dev am: d84516dd28
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17352024
Change-Id: I569924849f4a3bafc95cce6c1325f9f10bae8a7b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-03-25 00:13:20 +00:00
TreeHugger Robot
d84516dd28
Merge "Update restricted setting dialog, unlock toast, and menu strings" into tm-dev
2022-03-24 23:51:31 +00:00
Quang Luong
8cf82f41d5
Increase WifiEntryPreference summary max lines for verbose logging
...
If Wifi verbose logging is on, increase the max lines for
WifiEntryPreference's summary to 100 in order to fit the extra verbose
logging information.
Bug: 222337006
Test: manually build and verify verbose summary fits
Change-Id: I919ae1bcfb26ea8c2548ebdcd3387c90e1d17ea9
2022-03-24 16:17:23 -07:00
Giulio Fiscella
5dfad2eb8c
[automerge] Use migrated severity levels 2p: 2a775c69fc 2p: b5446ce437
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17384684
Bug: 225388845
Change-Id: I1726bd5f8d1c2393e5abaffed8d70bd9cb0ec3e9
2022-03-24 19:10:30 +00:00