Bonian Chen
c437177d4b
Merge "Revert "Revert "[Settings] Code Refactor - ActiveSubsciptionsListener""" into sc-dev
2021-06-28 03:59:43 +00:00
Bonian Chen
bf4120f3f8
Merge "[Settings] Fix build breakage" into sc-dev
2021-06-28 03:59:43 +00:00
Arc Wang
14920afb08
Merge "Shows ripple effect inside CardPreference's rounded rectangle" into sc-dev am: 3625cf50aa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15102781
Change-Id: Iac6365f7e239d3d5472807e82de49526e48aeb52
2021-06-28 03:57:57 +00:00
TreeHugger Robot
eef2932bc9
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1 am: 46398c4a58 am: e7679a06b6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I26e2d2cbb83e34a70594ae0a74e913f0d52a73c4
2021-06-28 03:57:43 +00:00
TreeHugger Robot
47a300c60d
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1 am: 3e8addbb80 am: 3700019007
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: Ide18b69822f71f39f315e4c85e9f892db3c5ee74
2021-06-28 03:57:25 +00:00
Arc Wang
d7a57a59d6
Merge "Shows ripple effect inside CardPreference's rounded rectangle" into sc-dev am: 3625cf50aa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15102781
Change-Id: I6ce40af99f6494a915040e662c86ad0e93444110
2021-06-28 03:57:13 +00:00
Arc Wang
659eb02d2d
Merge "Shows ripple effect inside CardPreference's rounded rectangle" into sc-dev am: 3625cf50aa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15102781
Change-Id: Iadf3b86d87e11e481f5ea7161c5e8c3ab6b0f2bb
2021-06-28 03:56:15 +00:00
Arc Wang
3625cf50aa
Merge "Shows ripple effect inside CardPreference's rounded rectangle" into sc-dev
2021-06-28 03:43:59 +00:00
TreeHugger Robot
e7679a06b6
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1 am: 46398c4a58
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I7ed5146fa41fa50b2e64ac82b9c8276d3b0d3262
2021-06-28 03:43:30 +00:00
TreeHugger Robot
3700019007
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1 am: 3e8addbb80
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I99bbdd63385d92133b5feda79de2a3f3db29f724
2021-06-28 03:42:57 +00:00
TreeHugger Robot
71723830f8
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1 am: 194c2a8c0a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I0fd2c832c363fbfc012c80e9f29bca0345f96a83
2021-06-28 03:42:33 +00:00
Arc Wang
e8de94a21d
Fix 'No Apps' UI issues of ManageApplications
...
Fixes below UI issues
- "No Apps" may not show in fragments of profile tab.
Fix it by using ConstraintLayout to specify alignments
of each view and removing extra padding.
-- "No Apps" may flicker by moving position.
The flicker is from unnecessary visibility changes.
This change integrates empty view visibility
control in LoadingViewController to simplify code
and avoid unnecessary visibility changes.
Bug: 189390795
Bug: 183398721
Test: atest com.android.settings.deviceinfo
make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.deviceinfo
Manual visual, observe UI
Settings -> Storage -> Games
Settings -> Notifications -> App Settings
Settings > Apps > Special app access > Media management apps
Change-Id: I634209c6f8466e2adae703226902190bbdf470b9
2021-06-28 11:33:10 +08:00
TreeHugger Robot
3e8addbb80
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I8d0dcebbcbc2d7bf4d2e221ffb7eacc96f95df0d
2021-06-28 03:25:07 +00:00
TreeHugger Robot
194c2a8c0a
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I77608d1b291e07ed8034450b89bb08bf2328d4be
2021-06-28 03:24:15 +00:00
TreeHugger Robot
46398c4a58
Merge "Fix switch behavior with switch access" into sc-dev am: 0bea498ae1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15112042
Change-Id: I9f7c5cec36fd05f66f274a6321707ea5c3ef4d47
2021-06-28 03:24:11 +00:00
TreeHugger Robot
0bea498ae1
Merge "Fix switch behavior with switch access" into sc-dev
2021-06-28 03:01:29 +00:00
Arc Wang
465560d388
Shows ripple effect inside CardPreference's rounded rectangle
...
contextual_card_background is a drawable which shows ripple.
Sets contextual_card_background as the foreground of
MaterialCardView.
Bug: 191617809
Test: manual visual
Change-Id: I09ee886fe56e443626042682381560ed0f32d51d
2021-06-27 15:59:18 +00:00
Bonian Chen
fbe1293a54
[Settings] fix for Wifi calling settings page crash
...
UI crash reported due to accessing telephony framework API with invalid
subscription ID from SIM. Which comes with multiple reason.
Besides of avoidance of crash, following updates are also required:
1. Close wifi calling settings UI when pSIM or eSIM not available or
inserted.
2. Keep the selection of tab (under multi-SIM) when screen rotate
3. Only show 1 SIM when multi-SIM are grouped together
Bug: 149190278
Test: local
Change-Id: Ied9a088b6ee5da66972f27649cc07f4a31304f17
2021-06-27 14:11:54 +08:00
TreeHugger Robot
84a4983da0
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours am: d003b5deb2 -s ours am: 1588b767d8 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: I941050d9d84a9de1c7b5984d81789093bfd76e40
2021-06-26 19:50:58 +00:00
TreeHugger Robot
2033adc4bb
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 28dbcbf459 -s ours am: e78163f7c7 -s ours am: 7fe4564a4a -s ours am: f1a39792c7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115834
Change-Id: I2089d94512dba313fbd70b30f39325f16bf0c6b7
2021-06-26 19:50:39 +00:00
Bill Yi
895a9228e2
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ef757416ab -s ours am: 4621b36198 -s ours am: 6f34ea57ff -s ours am: 2781ab4e3b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116032
Change-Id: I7fba6764d4556a38f329072b9e5086767e05ba85
2021-06-26 19:50:20 +00:00
TreeHugger Robot
f878a5aeb0
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours am: 409be78320 -s ours am: cd028a9a9a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: Ic33ffcaeb80f4b30455a3a63162eb5d14eb886bc
2021-06-26 19:49:41 +00:00
TreeHugger Robot
a44fabb50f
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 28dbcbf459 -s ours am: e78163f7c7 -s ours am: 8c307c4d67 -s ours am: 119268df3b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115834
Change-Id: Ie247c4ed85b034fc38a76acd6559d9986954c5f4
2021-06-26 19:49:26 +00:00
Bill Yi
6b5299fe7b
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ef757416ab -s ours am: 4621b36198 -s ours am: 3cad327a2a -s ours am: 43da1b001b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116032
Change-Id: Ie3a4c47294d45aaf1d82f3b9f5154d980f037fe8
2021-06-26 19:49:07 +00:00
TreeHugger Robot
2dfa64f8c8
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: b92673984b -s ours am: ce6e84f830 -s ours am: 926cffbbea -s ours am: 929c3860be -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115837
Change-Id: I9b4c35445bd11fa8cbd6591fcf25bcd724dbebe6
2021-06-26 19:48:28 +00:00
Bill Yi
067e756531
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 130e0ec1ba -s ours am: 28cd196a94 -s ours am: 76310b46a4 -s ours am: b3ae3367e7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115838
Change-Id: I22b51014aac059a336624e5aca2aa753c43454b6
2021-06-26 19:47:50 +00:00
TreeHugger Robot
f684380ba2
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: edea8a6799 -s ours am: cadaadb462 -s ours am: 51fd3b4ae4 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116417
Change-Id: I0052bbe4330728939385e251c3dce0f6cf961dc1
2021-06-26 19:46:44 +00:00
TreeHugger Robot
2ae4f4d521
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: b92673984b -s ours am: ce6e84f830 -s ours am: 314dad2e61 -s ours am: e325e43e75 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115837
Change-Id: I3cd4068b126cbf54789a0d8dafdeba0a1b700568
2021-06-26 19:45:24 +00:00
Bill Yi
c5dd41156a
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 130e0ec1ba -s ours am: 28cd196a94 -s ours am: b994348b19 -s ours am: 1e160aa7df -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115838
Change-Id: I83561599b2cf3a03855afcf8a916c3bcd2cab881
2021-06-26 19:44:49 +00:00
TreeHugger Robot
141a613e4f
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: edea8a6799 -s ours am: 83d55613d5 -s ours am: d7e98f11bf -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116417
Change-Id: Ibfebb201e44eac27ed5ed742584a43a07162da57
2021-06-26 19:44:03 +00:00
TreeHugger Robot
8b02c29bbc
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 82c7e98261 -s ours am: 1b194500c6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115840
Change-Id: I7c8470e95f1c483ca2b363e15a63f7f8ec99cb95
2021-06-26 19:43:11 +00:00
TreeHugger Robot
a21e189894
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 347666014d -s ours am: 75f02a46d3 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115843
Change-Id: If87f4a81b82993ab334511d8030752bcff0eda90
2021-06-26 19:42:06 +00:00
Joshua Mccloskey
0a6b9bdc3d
Merge "Updated fp bad calibration string" into sc-dev am: 477c5d9cde am: 0d9161fd98 am: 038be0f496
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15098972
Change-Id: Ic281ccebdc268360c20a3134986df5caac803ab9
2021-06-26 19:40:38 +00:00
Joshua Mccloskey
d6902a6313
Merge "Updated fp bad calibration string" into sc-dev am: 477c5d9cde am: bb11038f28 am: a32a4d6336
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15098972
Change-Id: Iaf3c68e59fd1d2ac0f06df9fb99e84afe7f3644c
2021-06-26 19:38:16 +00:00
TreeHugger Robot
1588b767d8
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours am: d003b5deb2 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: I42eb96272f09a8bb2228a42af5858659be5674f8
2021-06-26 05:27:27 +00:00
TreeHugger Robot
f1a39792c7
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 28dbcbf459 -s ours am: e78163f7c7 -s ours am: 7fe4564a4a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115834
Change-Id: I9e9553245f300363caef2a3c59aa6dd848afabb9
2021-06-26 05:27:23 +00:00
Bill Yi
2781ab4e3b
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ef757416ab -s ours am: 4621b36198 -s ours am: 6f34ea57ff -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116032
Change-Id: Ia46ad1dcbe58428fcf551c5f9454fa4437d9249f
2021-06-26 05:27:19 +00:00
TreeHugger Robot
cd028a9a9a
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours am: 409be78320 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: I42273ba1417b997b853e485e600c8a0882e775fd
2021-06-26 05:24:29 +00:00
TreeHugger Robot
119268df3b
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 28dbcbf459 -s ours am: e78163f7c7 -s ours am: 8c307c4d67 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115834
Change-Id: I61d9fc85e7ffae0117b69e05423f7402d0603cbc
2021-06-26 05:24:25 +00:00
Bill Yi
43da1b001b
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ef757416ab -s ours am: 4621b36198 -s ours am: 3cad327a2a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116032
Change-Id: I9cd1dca4bdf983e95990c82dd8038c46564b877d
2021-06-26 05:24:21 +00:00
TreeHugger Robot
929c3860be
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: b92673984b -s ours am: ce6e84f830 -s ours am: 926cffbbea -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115837
Change-Id: If18b947bafefef0be6147d5962cc694616a8713b
2021-06-26 05:24:16 +00:00
Bill Yi
b3ae3367e7
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 130e0ec1ba -s ours am: 28cd196a94 -s ours am: 76310b46a4 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115838
Change-Id: I80ce7bc06e042ca031cb14aade3fa094c67e9587
2021-06-26 05:24:12 +00:00
TreeHugger Robot
d003b5deb2
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: I588d2d6e70e1b14c6678801dc9fd453f6ebe987e
2021-06-26 05:24:03 +00:00
TreeHugger Robot
51fd3b4ae4
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: edea8a6799 -s ours am: cadaadb462 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116417
Change-Id: I1ea27380501919a7219475dff83ecfc921dd85fe
2021-06-26 05:24:00 +00:00
TreeHugger Robot
7fe4564a4a
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into mainline-prod am: 28dbcbf459 -s ours am: e78163f7c7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115834
Change-Id: I8c29941351f340836a96211583e67f4371e9ad38
2021-06-26 05:23:59 +00:00
Bill Yi
6f34ea57ff
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ef757416ab -s ours am: 4621b36198 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116032
Change-Id: I44b519ea49dd847cdd65deb7cf0f9aff23ac2e5c
2021-06-26 05:23:53 +00:00
TreeHugger Robot
e325e43e75
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: b92673984b -s ours am: ce6e84f830 -s ours am: 314dad2e61 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115837
Change-Id: Ib14f62f48d2db8eeea7f2f90d8381e27fd46c680
2021-06-26 05:23:45 +00:00
Bill Yi
1e160aa7df
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 130e0ec1ba -s ours am: 28cd196a94 -s ours am: b994348b19 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115838
Change-Id: I12a8bb7932a40cdaebe713600f82a9de1c158f45
2021-06-26 05:23:39 +00:00
TreeHugger Robot
d7e98f11bf
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: edea8a6799 -s ours am: 83d55613d5 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15116417
Change-Id: I9619f166433beeefc2b9d0297c32eab990d453e5
2021-06-26 05:23:32 +00:00
TreeHugger Robot
8111ca8217
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 1060b2f926 -s ours am: d89e093b0a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15115842
Change-Id: I2571fd34dc29c8b1fe9aa2fc36ded80f03fa0d6a
2021-06-26 05:23:27 +00:00