SongFerngWang
be8f279f2c
[MEP] renew the default data selection UI
...
- renew the default Data/Call/SMS selection
Bug: 199902896
Test: build pass and local UI test
Change-Id: I5c6ad4b35d38112d5e88330a3fc9638be533bc94
2021-12-21 16:34:30 +08:00
SongFerngWang
4780be49f3
[MEP] renew the sim confirm dialog UI
...
- renew the sim confirm dialog
Bug: 199902896
Test: build pass and local UI test
Change-Id: Icb00b3fc32066e21d22cbeca1fdf50e5d7dbef20
2021-12-21 12:51:16 +08:00
SongFerngWang
19a5b81eb0
To disable the preferred network mode UI during calling.
...
It is the modem limitation, so disable the preferred network mode UI
during calling.
Bug: 206973375
Test: atest EnabledNetworkModePreferenceControllerTest
Change-Id: Ibb2904b4c6ff6de82063862188cc57e5c14b3aa5
2021-12-13 09:35:08 +08:00
SongFerngWang
22ab05b420
switch SIM refactor to support MEP
...
To create new dialog for MEP. It is a simple UI for testing,
not the final version.
Bug: 199902896
Test: local build pass.
Change-Id: Ief4299e775c0758e4b886d5eff13bd482f8c8ab3
2021-12-10 09:30:30 +08:00
SongFerngWang
1e0e9021ac
switch SIM refactor to support MEP
...
1. Using new telephony API and doing the code refactor
2. To support multi esim profiles case
Bug: 199902896
Test: local build pass.
Change-Id: I8580022793e5c3fc14159f14b406f864353477f8
2021-12-08 18:35:33 +08:00
Wilson Wu
fd9287b7da
Merge "Make on-screen keyboard settings support tab layout"
2021-12-03 04:05:18 +00:00
Alex Johnston
a0ddbe36d6
Merge "Add non system overlay flag to InstallCaCertificateWarning" into sc-v2-dev am: 86cee74361
am: 62ab8f5847
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16358378
Change-Id: I73b5e496f4a2d8f206f23e775816a70ff20fc0a7
2021-12-02 16:05:03 +00:00
Alex Johnston
62ab8f5847
Merge "Add non system overlay flag to InstallCaCertificateWarning" into sc-v2-dev am: 86cee74361
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16358378
Change-Id: If2ceb7cc90fd16ea20e22fde771bb8ccc63842a6
2021-12-02 15:50:18 +00:00
Alex Johnston
86cee74361
Merge "Add non system overlay flag to InstallCaCertificateWarning" into sc-v2-dev
2021-12-02 15:34:01 +00:00
Jason Hsu
4c450d6b4c
Merge "Align the "Open activity" UI style with usual accessibility service "Use service"" into sc-v2-dev am: 5c90a9c225
am: 8216c769a9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16321718
Change-Id: I7fdcacbe0cc5939d84e08c5e220ef85956cf2ba8
2021-12-02 11:42:11 +00:00
Jason Hsu
8216c769a9
Merge "Align the "Open activity" UI style with usual accessibility service "Use service"" into sc-v2-dev am: 5c90a9c225
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16321718
Change-Id: I56bfde017611f42e38d16488a5fa02f18d2db253
2021-12-02 11:27:03 +00:00
Bonian Chen
6c3320eabb
Merge "[Settings] Refactor Wifi Calling description text"
2021-12-02 11:05:28 +00:00
Jason Hsu
5c90a9c225
Merge "Align the "Open activity" UI style with usual accessibility service "Use service"" into sc-v2-dev
2021-12-02 11:01:49 +00:00
TreeHugger Robot
a2826fbd98
[automerger skipped] Merge "Fix the background color of CollapsingToolbarLayout" into sc-v2-dev am: d355d7f123
am: 3d8edf8e43
-s ours
...
am skip reason: Merged-In I52ef9729f3cad56161ea3d87ba25429dfcdb26ef with SHA-1 28bc1c04b9
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16284152
Change-Id: I4952a3567746b49fc421cf55d6cad922d5e4be5f
2021-12-02 08:09:32 +00:00
TreeHugger Robot
3d8edf8e43
Merge "Fix the background color of CollapsingToolbarLayout" into sc-v2-dev am: d355d7f123
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16284152
Change-Id: I2203f0844c527bf1ac7934b1d711117397ed120c
2021-12-02 07:54:01 +00:00
TreeHugger Robot
d355d7f123
Merge "Fix the background color of CollapsingToolbarLayout" into sc-v2-dev
2021-12-02 07:19:45 +00:00
Mill Chen
3825bff021
Fix the background color of CollapsingToolbarLayout
...
The wrong background color of CollapsingToolbarLayout appears in some
pages like "All apps" page or "Password and accounts" page. This symptom
can be observed in these pages when the work profile is enabled and the
line count of title is 1.
This issue is caused by updating the title of the page many times. In
these pages that have the tab view, the structure of the page differs
from a general setting page. The title of the page is coming from
BaseActivity, ProfileSelectFragment, PersonalFragment and WorkFragment,
in which the page that has the issue has an empty string from
ProfileSelectFragment. That is causing the CollapsingTollbarLayout has
the different line count during the process of setting the title.
Since the pages that have the tab view are different from the general
pages in Settings, the title should be set separately for those pages.
Adding a method to get the title resource ID so the page extending from
ProfileSelectFragment can set its title.
Bug: 192914660
Test: visual test and manual test
1) Enable work profile
2) Navigate to All apps page
3) The page should have the correct background color in the
CollapsingToolbarLayout
Change-Id: I52ef9729f3cad56161ea3d87ba25429dfcdb26ef
Merged-In: I52ef9729f3cad56161ea3d87ba25429dfcdb26ef
2021-12-02 13:40:45 +08:00
TreeHugger Robot
9e978441af
Merge "Fix the background color of CollapsingToolbarLayout"
2021-12-02 05:26:01 +00:00
TreeHugger Robot
fff560a4bd
Merge "Set property based on gesture option changed."
2021-12-02 05:14:31 +00:00
Super Liu
65d46d6ee4
Set property based on gesture option changed.
...
System software could do the runtime configuration based on
this added property.
Bug: 193467627
Test: manual test.
Signed-off-by: Super Liu <supercjliu@google.com >
Change-Id: I1897320e1c5d5d446727899328363e6a714983f8
2021-12-02 09:47:02 +08:00
Joshua Mccloskey
cc179be29f
Merge "Fixed face enroll intro button issue" into sc-v2-dev am: 506c6b804f
am: 78ab60db84
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16365598
Change-Id: Ic324c6829d8dfa180ca7e0aaf5d8841c0e76dd88
2021-12-01 23:43:01 +00:00
Joshua Mccloskey
78ab60db84
Merge "Fixed face enroll intro button issue" into sc-v2-dev am: 506c6b804f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16365598
Change-Id: I2236768c62d8a8b48a4b4348b5e02bb7beb3c31f
2021-12-01 23:25:22 +00:00
Joshua Mccloskey
506c6b804f
Merge "Fixed face enroll intro button issue" into sc-v2-dev
2021-12-01 23:08:49 +00:00
TreeHugger Robot
461018844c
Merge "Updated udfps strings" into sc-v2-dev am: d51b41d4ec
am: 1e8e39d34e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16301855
Change-Id: I8ea6bbe13f4af8a258e33977c5f466795064953a
2021-12-01 21:00:42 +00:00
TreeHugger Robot
1e8e39d34e
Merge "Updated udfps strings" into sc-v2-dev am: d51b41d4ec
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16301855
Change-Id: Ifb3782076b5f3227cdfb98ba495c41ab71835e51
2021-12-01 20:42:40 +00:00
TreeHugger Robot
d51b41d4ec
Merge "Updated udfps strings" into sc-v2-dev
2021-12-01 19:58:50 +00:00
Bill Yi
d2d6e6ac35
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours am: 10d16d80c7
-s ours am: fabbcac444
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: Ic19281d85c26f682b74d14690b8a269ed5014b33
2021-12-01 18:15:18 +00:00
Bill Yi
2d3e7e1469
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours am: ae32f7324b
-s ours am: 8b7ed642d6
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: I5c42602bb872ea983752bd4929b8976d1923586b
2021-12-01 18:13:32 +00:00
Bill Yi
da97af847c
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours am: 4844909fbe
-s ours am: 0845cbd1b5
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: Ib036a754f313ccaf5e6a90f50a528a9a27d7061d
2021-12-01 18:12:21 +00:00
Bill Yi
b0dd3bf135
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours am: 887f2b7e02
-s ours am: 7b332c2f5b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: Ifa3b334d27b7ab51d28b5eeb569a6d65058c0e34
2021-12-01 18:10:01 +00:00
Bill Yi
fabbcac444
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours am: 10d16d80c7
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: I634adacba1a60a1e2a0030dcba965b009f1f1e33
2021-12-01 18:09:21 +00:00
Joshua Mccloskey
3d5c9011f0
Merge "Disable setting if sensor is convenience." into sc-v2-dev am: 1ca42ffc79
am: e372b2a22b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16233490
Change-Id: I32ecd37e6f3937a845ee2637b9774455a8bac81b
2021-12-01 18:08:55 +00:00
Bill Yi
8b7ed642d6
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours am: ae32f7324b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: I6fe074fb6d2ecf6abe738dee96588d5684bfcd6e
2021-12-01 18:07:49 +00:00
TreeHugger Robot
bb125913f0
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 83fede5908
-s ours am: 3042f4621d
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356719
Change-Id: I8ccd5b2d6e59c0883a7f03d30a0996f4f6054490
2021-12-01 18:07:40 +00:00
Bill Yi
0845cbd1b5
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours am: 4844909fbe
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: I75518960030ce5b91a026b0b7adc08f1ca375a82
2021-12-01 17:22:30 +00:00
Bill Yi
7b332c2f5b
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours am: 887f2b7e02
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: I285f04d126e007e4f17045d0a16092c022ffdc9b
2021-12-01 17:21:17 +00:00
Bill Yi
10d16d80c7
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: Iea8f622284dc73d2d089d57bc285445c1cbaa2cd
2021-12-01 17:20:34 +00:00
Bill Yi
ae32f7324b
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: Ie62fe7a31ad3a11650aa423c0f1b3a6abbe7e23b
2021-12-01 17:19:22 +00:00
Bill Yi
4844909fbe
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours am: 7946a90b42
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: I31222683be6f79243f3ba10c325192ad7528d21d
2021-12-01 17:19:19 +00:00
Joshua Mccloskey
e372b2a22b
Merge "Disable setting if sensor is convenience." into sc-v2-dev am: 1ca42ffc79
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16233490
Change-Id: I9a4e565b311d7a65091aca5294879366b9399265
2021-12-01 17:19:04 +00:00
TreeHugger Robot
41c84894fd
Merge changes from topic "presubmit-am-ea97047cb12a4d7ba090018d262e4d7e" into sc-mainline-prod am: 68745620f7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: I47e3d183bd36426f160c3729b28595ec3bc55872
2021-12-01 17:18:57 +00:00
Bill Yi
887f2b7e02
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1b3c701077
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16357024
Change-Id: I176834d8b4dd5c41bb9514a5d998699d202652a3
2021-12-01 17:18:27 +00:00
Bill Yi
7946a90b42
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 8e754d6891
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356908
Change-Id: I6bda0cb874bb45735cda3852876ace5d8eef1635
2021-12-01 17:18:20 +00:00
Bill Yi
44b1a40c39
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 5a725a5b0b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356906
Change-Id: I979f14ee18342691f593b3d90cdfe8aa2b991511
2021-12-01 17:17:55 +00:00
TreeHugger Robot
3042f4621d
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 83fede5908
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16356719
Change-Id: I777b93480c0cde0d38aaf9e9d17a4c0992a702dd
2021-12-01 17:17:48 +00:00
Joshua Mccloskey
1ca42ffc79
Merge "Disable setting if sensor is convenience." into sc-v2-dev
2021-12-01 17:09:50 +00:00
TreeHugger Robot
83fede5908
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-12-01 16:59:42 +00:00
TreeHugger Robot
68745620f7
Merge changes from topic "presubmit-am-ea97047cb12a4d7ba090018d262e4d7e" into sc-mainline-prod
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 8e754d6891
Import translations. DO NOT MERGE ANYWHERE
2021-12-01 16:59:26 +00:00
TreeHugger Robot
639fc50211
Merge changes from topic "presubmit-am-ea97047cb12a4d7ba090018d262e4d7e"
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 8e754d6891
2p: 8ab551fd7b
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 8e754d6891
Import translations. DO NOT MERGE ANYWHERE
2021-12-01 16:59:26 +00:00
TreeHugger Robot
a7fc80478d
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-12-01 16:55:04 +00:00