TreeHugger Robot
103e8952c2
Merge "Rearrange System settings" into sc-dev am: b94db4b157
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13429147
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ifa2f56882b716099da28faaf944a3abc460eb929
2021-01-29 21:11:22 +00:00
Jason Chiu
592c1055d0
Merge "Fix the suggestion button distortion" into sc-dev am: b178c547e4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13432391
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Id79516d295ff97f6a890ebd934a4334112b1b89c
2021-01-29 21:01:49 +00:00
Jiun-Yang Hsu
a8954125d9
Merge "Initial commit for Settings component test" into sc-dev am: 0b1f51445c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13413806
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: If9150e4fee5cbe901d5d708b49d0d94fffb74b5e
2021-01-29 21:01:43 +00:00
TreeHugger Robot
3900eda7ae
Merge "Fix the background color of the homepage." into sc-dev am: a7c0036a8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13432402
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6ddddae4c62ae6d4767a60d0d5215098a5c788ab
2021-01-29 21:01:38 +00:00
TreeHugger Robot
94fb328182
Merge "Fix the transition of the up-button." into sc-dev am: 20fa1428bc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13432390
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6b7d1eff6a9a97cbee2e587e553e0a0fb98b45d5
2021-01-29 21:01:34 +00:00
TreeHugger Robot
3cd7740b4b
Merge "The UI is not immediately updated" into sc-dev am: e7515466ea
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13432396
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ic1b2809f8dd0ba768f1b70384123206d2ef952ec
2021-01-29 21:01:29 +00:00
TreeHugger Robot
73048864be
Merge "[Provider Model] Dynamically update the Internet Panel title" into sc-dev am: 097361797a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13425388
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I2630c1342c2d0d7084144e5ce643fc9ac6873da7
2021-01-29 21:01:17 +00:00
TreeHugger Robot
7bf50ea180
Merge "Hide esos setting if no app provides esos functionality" into sc-dev am: 16fa77369f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13428621
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6ffc0001a9dd84b91c70b5c722114fa187871f4b
2021-01-29 20:55:05 +00:00
TreeHugger Robot
b94db4b157
Merge "Rearrange System settings" into sc-dev
2021-01-29 14:06:58 +00:00
Jason Chiu
b178c547e4
Merge "Fix the suggestion button distortion" into sc-dev
2021-01-29 13:51:13 +00:00
Jiun-Yang Hsu
0b1f51445c
Merge "Initial commit for Settings component test" into sc-dev
2021-01-29 12:55:02 +00:00
Edgar Wang
bd0dd5d886
Rearrange System settings
...
- Fork system_dashboard_fragment_v2 for dev.
- Reorder the preference
- Remove summary
Bug: 174965365
Test: manual & robotest
Change-Id: Icc994f3b2e38ad54958deb5c9f80b6cd085029f0
2021-01-29 12:10:58 +00:00
TreeHugger Robot
a7c0036a8c
Merge "Fix the background color of the homepage." into sc-dev
2021-01-29 10:57:16 +00:00
Yi-Ling Chuang
a386cb27fc
Fix the background color of the homepage.
...
- Remove the windowBackground override.
Fixes: 177715172
Test: open the homepage and see its color.
Change-Id: If8f6f789eef49caabf6d0f04eee33850e1c98e19
2021-01-29 17:19:40 +08:00
TreeHugger Robot
20fa1428bc
Merge "Fix the transition of the up-button." into sc-dev
2021-01-29 09:09:32 +00:00
Jason Chiu
8863015827
Fix the suggestion button distortion
...
- The button is distorted when setting font/display size to largest.
- Auto resize and limit the max lines of the header so that the button
won't be squeeze to the bottom.
Fixes: 178459387
Test: visual, robotest
Change-Id: I491be5c3d70c643244fa989324e828774e15b34d
2021-01-29 17:06:43 +08:00
TreeHugger Robot
e7515466ea
Merge "The UI is not immediately updated" into sc-dev
2021-01-29 07:56:42 +00:00
Yi-Ling Chuang
c55901d2c0
Fix the transition of the up-button.
...
We've applied a new transition from Search to Settings, where if users
click on the up-button, the transition will not be applied. Hence, this
CL makes the up-button behave the same as the back key to address this.
- Also remove the transition target as it is not necessary.
Fixes: 177968777
Test: 1. Search "Gesture"
2. Click on "Gesture"
3. Tap the up-button and see the applied transition
Change-Id: I046424f244426750d98046703c05ae0a1d567c67
2021-01-29 15:40:36 +08:00
TreeHugger Robot
097361797a
Merge "[Provider Model] Dynamically update the Internet Panel title" into sc-dev
2021-01-29 07:37:50 +00:00
SongFerngWang
c0b8f62b57
The UI is not immediately updated
...
Solution: Add Data Connection State listener by PhoneStateListener.
Bug: 178350321
Test: atest NetworkProviderWorkerTest
Change-Id: I692209035332bfd463537988f4e3ce166414031e
(cherry picked from commit 59958e663d )
Merged-In: I692209035332bfd463537988f4e3ce166414031e
2021-01-29 06:52:11 +00:00
Jiun-Yang Hsu
7a3635e7f4
Initial commit for Settings component test
...
Test: Tested on local device
Bug: 178765084
Change-Id: I3b8f36daa31b0a44e788fe4c84f94d48653ee037
2021-01-29 14:00:59 +08:00
TreeHugger Robot
16fa77369f
Merge "Hide esos setting if no app provides esos functionality" into sc-dev
2021-01-29 04:31:59 +00:00
Fan Zhang
6a8f11b2cf
Hide esos setting if no app provides esos functionality
...
When user disables OEM app that provides esos, the setting is hidden as
well.
See more details on bug.
Bug: 178654110
Test: robotests
Change-Id: I7a0763381d3321124f4208a58bb8e10cf884f7c1
2021-01-28 18:38:52 +00:00
Yanting Yang
75fc9068d3
Merge "Update the homepage icons" into sc-dev am: 1e1c813354
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13413819
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I39dc0c5d91d4a6a81b151ceb540cbd75def5d035
2021-01-28 14:13:57 +00:00
Yanting Yang
1e1c813354
Merge "Update the homepage icons" into sc-dev
2021-01-28 13:50:48 +00:00
Weng Su
28172b61c8
[Provider Model] Dynamically update the Internet Panel title
...
- Change from "Internet" to "Airplane mode networks"
- Screenshot:
https://screenshot.googleplex.com/gk3RBcjPsXq5NTk
Bug: 176803442
Test: manual test
- atest InternetConnectivityPanelTest
- make RunSettingsRoboTests ROBOTEST_FILTER=PanelFragmentTest
Change-Id: Ifb2c24434e480861fc7c3eaece683d49eb99013e
2021-01-28 11:00:08 +00:00
tom hsu
e8eb12011e
Avoid wrong telephonymanager with wrong sub id. am: ba845f7fe4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13422724
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Iebc965b5bd0ab1c9e71851a7d86a6fdd49128382
2021-01-28 09:56:10 +00:00
TreeHugger Robot
65b0f3382a
Merge "Apply footer icon for Smart Storage" into sc-dev am: f38af98895
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13422710
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I4e68f075f62145e128da18fcda7d5733074c5d68
2021-01-28 07:00:05 +00:00
tom hsu
ba845f7fe4
Avoid wrong telephonymanager with wrong sub id.
...
When initialized SimStatusDialogController, also create TelephonyManager
with sub id.
Bug: 174171839
Test: Manual test passed, see b/174171839#25
Change-Id: I6bd6975e39c75884252b9d0bcd9d5548dbdfe6d5
2021-01-28 06:26:21 +00:00
TreeHugger Robot
f38af98895
Merge "Apply footer icon for Smart Storage" into sc-dev
2021-01-28 06:09:19 +00:00
Edgar Wang
9178f7cd66
Apply footer icon for Smart Storage
...
- Apply FooterPreference
Bug: 177968088
Test: manual & robotest
Change-Id: Ie934a139863a7522c6fd38cd27f8814fabcb541e
2021-01-28 04:55:15 +00:00
Zoey Chen
d1eca65fd4
Merge "[Provider Model] Update the string to latest." into sc-dev am: e1880f026e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13417066
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6ff0f1ed5af6bfea5c524618e531a0df363c11c9
2021-01-28 03:57:31 +00:00
Zoey Chen
e1880f026e
Merge "[Provider Model] Update the string to latest." into sc-dev
2021-01-28 03:26:26 +00:00
Peter Wang
3a627d300e
[automerger skipped] Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA" am: ffccb8a611 am: b4f375fdc4 am: 003e5dc7c2 -s ours am: 3b414eb10b -s ours
...
am skip reason: Change-Id I6e87d3a3c75c832354c3a3ad407889e8d2701cbd with SHA-1 0044fee7cb is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1554772
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie78931a48427801cb1503402c11a503ab408e055
2021-01-28 00:09:30 +00:00
Weng Su
3d7d7456c9
[Provider Model] Pass null to the reason parameter to avoid unnecessary am: 7c041874ce
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13413810
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I7db584b13f692608073b0c7c695a8581cba2ce34
2021-01-27 23:55:54 +00:00
Peter Wang
3b414eb10b
[automerger skipped] Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA" am: ffccb8a611 am: b4f375fdc4 am: 003e5dc7c2 -s ours
...
am skip reason: Change-Id I6e87d3a3c75c832354c3a3ad407889e8d2701cbd with SHA-1 0044fee7cb is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1554772
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie55e80a86dcf34b1f06a459ec4161429fb7d958f
2021-01-27 23:20:46 +00:00
Peter Wang
003e5dc7c2
Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA" am: ffccb8a611 am: b4f375fdc4
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1554772
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ib4dc9ab9b5b990924ad06d206adb9950c3d95552
2021-01-27 22:24:35 +00:00
Yo Chiang
df2566455c
[automerger skipped] Merge "Remove feature flag "settings_dynamic_system"" am: df58c6505d am: 7ac7030d49 am: 06bf3f1993 -s ours am: bf238d463c -s ours
...
am skip reason: Change-Id Ib6b450489c63913c47858cf295e4785fd5d0cfbb with SHA-1 a366690de1 is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1540949
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie7619de2770463af0892f2605e8dee0738606702
2021-01-27 22:13:03 +00:00
Peter Wang
b4f375fdc4
Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA" am: ffccb8a611
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1554772
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ia9cd23da0ae90f7f5c38fae54900b30e7ca12bad
2021-01-27 22:03:32 +00:00
Peter Wang
ffccb8a611
Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA"
2021-01-27 21:39:51 +00:00
Yanting Yang
ff6a87458f
Update the homepage icons
...
Based on the Android S design to update the homepage icons in Settings
codebase.
Bug: 178363516
Test: visual
Change-Id: I4f83912d118f85d7f13feb023d30431852efe065
2021-01-27 22:30:30 +08:00
Zoey Chen
27ab48c8df
[Provider Model] Update the string to latest.
...
Bug: 178561739
Test: manual
Change-Id: I96a23af83b4a0786cd1e3714d6260008dbdcf081
(cherry picked from commit 2449c03927 )
2021-01-27 13:59:59 +00:00
Weng Su
7c041874ce
[Provider Model] Pass null to the reason parameter to avoid unnecessary
...
bugreports
- The reason parameter may be used to generate bugreport
- Pass null to the reason parameter under normal situation
Bug: 178542910
Test: manual test
- make RunSettingsRoboTests ROBOTEST_FILTER=NetworkProviderSettingsTest
Merged-In: I469a8c72fc7a6ab057acef476296285bb8a62713
Change-Id: I469a8c72fc7a6ab057acef476296285bb8a62713
(cherry picked from commit 3c02095c90 )
2021-01-27 09:48:16 +00:00
Yo Chiang
bf238d463c
[automerger skipped] Merge "Remove feature flag "settings_dynamic_system"" am: df58c6505d am: 7ac7030d49 am: 06bf3f1993 -s ours
...
am skip reason: Change-Id Ib6b450489c63913c47858cf295e4785fd5d0cfbb with SHA-1 a366690de1 is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1540949
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie82f1568a8b06ed98ebf59c29dbd62f3ac8baa17
2021-01-27 07:52:41 +00:00
Yo Chiang
06bf3f1993
Merge "Remove feature flag "settings_dynamic_system"" am: df58c6505d am: 7ac7030d49
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1540949
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I11d9849150aac649b704cfa129256deba6ac862b
2021-01-26 23:08:05 +00:00
Wesley.CW Wang
0457af5347
Reorder Settings Battery main page index (1/2)
...
- Reorder battery page index
- Remove option menu
- Add battery usage preference
- Remove last full charge and screen usage preference
Screenshots:
https://screenshot.googleplex.com/7VMeSVKHGViZyRv.png
https://screenshot.googleplex.com/7v6wNL4qamfMAgM.png
Bug: 177407113
Test: make SettingsGoogleRoboTests -j40
Change-Id: I8a1fb30cdd3774840bf28d9c84017d946a4244df
2021-01-26 14:01:29 +00:00
Yo Chiang
7ac7030d49
Merge "Remove feature flag "settings_dynamic_system"" am: df58c6505d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1540949
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I141aeae1f09a535aad5084f335c6ecbed696bfde
2021-01-26 11:34:53 +00:00
Yo Chiang
df58c6505d
Merge "Remove feature flag "settings_dynamic_system""
2021-01-26 10:53:54 +00:00
TreeHugger Robot
6b603fc5e2
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-01-26 08:33:54 +00:00
TreeHugger Robot
3b61be8766
Merge "Adjust margin to fix title overlapped with arrow"
2021-01-26 08:17:34 +00:00