TreeHugger Robot
23bf780529
Merge "[Settings] Fix RTL issue of Calls and SMS"
2021-07-13 07:14:49 +00:00
Rajeev Kumar
aada2886f6
Merge "Enable hibernation by default for Settings" into sc-dev am: 6311d1fe0d am: a0065f01d6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15167350
Change-Id: I240c8c8a5f9280040dd621dfb3cb3d66197f2bb4
2021-07-13 06:08:43 +00:00
Zoey Chen
54bd206fbc
[Settings] Fix RTL issue of Calls and SMS
...
Screenshot: https://screenshot.googleplex.com/9BqEh99vz7xp2g4.png
Bug: 189300799
Test: make
Change-Id: I022253efbe0ea25f11d5ac6c2b3b0fcd1d9f54aa
2021-07-13 13:39:52 +08:00
Rajeev Kumar
6311d1fe0d
Merge "Enable hibernation by default for Settings" into sc-dev
2021-07-13 05:35:34 +00:00
TreeHugger Robot
5ab7e41f02
Merge "[Settings] Correct some typo" into sc-dev
2021-07-12 10:39:07 +00:00
Bonian Chen
5d57ed1d51
Merge "[Settings] Rollback group UUID merging in SIM settings"
2021-07-12 08:45:58 +00:00
Bonian Chen
0726f263a8
[Settings] Rollback group UUID merging in SIM settings
...
Within origin design, subscriptions with same group UUID
are not merged together.
This is a fix which changing grouping by UUID part into a configurable
option which allows to be enabled in some other conditions.
Bug: 191228344
Test: local
Change-Id: I0101f4a51ec2342f059762f0e7d38bb4e93554cf
2021-07-12 14:59:28 +08:00
SongFerng Wang
84a23c59f1
Merge "Fix internet panel doesn't show data rat after dds changed" into sc-dev am: cf327ae5ba am: b360e1aec3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15222851
Change-Id: I510081de84fc3ec138112d6c8140670aac119247
2021-07-09 18:14:14 +00:00
SongFerng Wang
cf327ae5ba
Merge "Fix internet panel doesn't show data rat after dds changed" into sc-dev
2021-07-09 17:47:13 +00:00
Quang Luong
34c97860f9
Merge "Rename Enhanced MAC Randomization to Non-Persistent"
2021-07-09 14:55:57 +00:00
SongFerngWang
f7073adf80
Fix internet panel doesn't show data rat after dds changed
...
The internet panel does not listen dds changed.
Bug: 193029917
Test: atest NetworkProviderWorkerTest
Change-Id: I58544ec2fd3f2bba5c6590ce54bcf68d0c83b06b
2021-07-09 20:16:04 +08:00
TreeHugger Robot
254f682c65
Merge "Fix the flickering on display/font size page" into sc-dev am: 11c602bdf2 am: 341b9b5844
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15233450
Change-Id: I37ea2090a8f35b86bf3ac852cb257e5f5910d3b9
2021-07-09 09:24:44 +00:00
TreeHugger Robot
11c602bdf2
Merge "Fix the flickering on display/font size page" into sc-dev
2021-07-09 09:00:40 +00:00
TreeHugger Robot
40785a0bd7
Merge "Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"" into sc-dev am: b4dccf9b8e am: d6dbc7a944
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15221930
Change-Id: Ie4d9b008ac21e51d99f4f5baf8c1f1bae565e09a
2021-07-09 08:35:51 +00:00
Betty Chang
3b725057fb
Merge "Remove some attributes to move the dialog window up"
2021-07-09 08:31:11 +00:00
TreeHugger Robot
b4dccf9b8e
Merge "Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"" into sc-dev
2021-07-09 08:07:37 +00:00
Tsung-Mao Fang
f9ff6344e4
Fix the flickering on display/font size page
...
In framework design, framework needs to have a snapshot
when there's a config change event since redrawing window
takes some time.
Flickering problem is caused by the timing issue between the
snapshot mechinsm and local preview update.
User can observe the flickering problem if config commit()->
snapshot in framework(old screenshot) -> app update the preview
-> snapshot(old screen) fade out.
To prevent this problem, we make sure that we update the local preview
first and then we do the commit later. In this proposal, snapshot action
is able to get the new snaptshot for the new preview.
So, the core workaround is commitOnNextFrame, we ask a delay before
we submit the commit(). Note: It doesn't matter that we use
Choreographer or main thread handler since the delay time is longer
than 1 frame. Use Choreographer to let developer understand it's a
window update.
Fix: 148192402
Test: manual test
Change-Id: I9bfc5eb39e7a9ebce2fe1414d6f0a9dd470708e8
2021-07-09 14:02:34 +08:00
changbetty
cfb994c644
Remove some attributes to move the dialog window up
...
Bug: 192815830
Test: Manual test
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiDialog2Test
Change-Id: Ia8ce6cfa19cd5d57695dc0092b1585d8cad5a8d7
2021-07-09 03:59:14 +00:00
Hugh Chen
112a638cba
Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"
...
Before this CL, the USB option didn't handle whether FUNCTION_NCM
existed in the intent extra when tethering was started which resulted
in some devices that enable NCM will have incorrect UI.
This CL added a condition to check whether FUNCTION_NCM existed in the
intent extra or not to fix this UI issue.
Bug: 192046902
Test: make -j42 RunSettingsRoboTests
Change-Id: Icb8548409930d59dc3a08c25e418c9a1ddb9f33c
2021-07-09 10:52:50 +08:00
TreeHugger Robot
172e8d0341
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev am: 550187d84b am: c7fe39e102
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15229962
Change-Id: Idfcee2bc4834280b7c578d29d838d773957a7670
2021-07-08 23:00:12 +00:00
TreeHugger Robot
c7fe39e102
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev am: 550187d84b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15229962
Change-Id: Ic7c04f4cb93ebed1aeae86dc651d68577123721c
2021-07-08 22:46:13 +00:00
TreeHugger Robot
550187d84b
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev
2021-07-08 22:32:13 +00:00
Pyuli Naithani
df5a3d813c
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306 am: 00fbe6e502
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: I66b0759e95f3089706890cbe160c5416bd1b54cd
2021-07-08 17:54:08 +00:00
Pyuli Naithani
0c6cfcfb55
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306 am: c84cc4e1fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: I0b2b3f4d1aad8c426d20126ad70863cacad55652
2021-07-08 17:39:33 +00:00
Pyuli Naithani
c84cc4e1fe
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: Id5b83cb13834554406fccbc6bf712981eaef404b
2021-07-08 17:28:52 +00:00
Pyuli Naithani
c0302ab306
Merge "Add stats log for sensor privacy." into sc-dev
2021-07-08 17:24:52 +00:00
ykhung
d76c12f69c
Include new "dex2oat64" process to map into App Optimization name
...
Bug: 191991503
Test: make SettingsRoboTests
Change-Id: Ib392ed3adf7fe37fdaf73076dd1c3cd8361468eb
2021-07-09 00:19:31 +08:00
TreeHugger Robot
6482e5e1c1
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a am: 630448d833
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I9fb2cd1cfaae19361de4abaf5d6424a8c0c1e9a8
2021-07-08 15:48:12 +00:00
TreeHugger Robot
b050738605
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a am: 06a1f62fa8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I16dad8c8189cdcf716d0aef4ffbadc29348f9fb8
2021-07-08 15:47:50 +00:00
TreeHugger Robot
630448d833
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I51425b5d5d019c0cbd894707eb25c5024fc19d56
2021-07-08 15:36:27 +00:00
TreeHugger Robot
2d90a6321a
Merge "Hide the entire progress header in Internet Settings" into sc-dev
2021-07-08 15:21:25 +00:00
SongFerng Wang
1c1a6e5126
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e am: 91bf9af2ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I03e795d818cee49ec1c0a2d927eee4369bb513f1
2021-07-08 09:08:25 +00:00
SongFerng Wang
2950401a1c
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e am: 0309aad720
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I48de91db9d09c743421339c3ccaeafbacd742e71
2021-07-08 09:07:56 +00:00
SongFerng Wang
91bf9af2ee
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I1a130cc44aba068c5f4bf8141e148ff8b6007ef6
2021-07-08 08:31:11 +00:00
SongFerng Wang
a73d199d5e
Merge "Network selection add NGRAN when device support SA" into sc-dev
2021-07-08 08:17:19 +00:00
Menghan Li
1212876462
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev am: 2ceb52ea6b am: 2b9a74170f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15186114
Change-Id: I6860285c7ba6b49be042ae4bd9984c5ca8eb977c
2021-07-08 05:40:17 +00:00
Menghan Li
2b9a74170f
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev am: 2ceb52ea6b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15186114
Change-Id: I2ed1e81347c404b77d8325337396fd6e4d22e170
2021-07-08 05:28:06 +00:00
Menghan Li
2ceb52ea6b
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev
2021-07-08 05:15:27 +00:00
YUKAI HUNG
057fb0f496
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev am: ff823c65d5 am: 7c1696899b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15218952
Change-Id: I7610e5df1b11750f911c7f9277583d09095f7646
2021-07-08 03:47:42 +00:00
YUKAI HUNG
7c1696899b
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev am: ff823c65d5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15218952
Change-Id: Ib8e91b84726f607d16e1b8dc144d853bf906ecf6
2021-07-08 03:28:08 +00:00
YUKAI HUNG
ff823c65d5
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev
2021-07-08 03:15:18 +00:00
Bonian Chen
fcfb4b53ed
[Settings] Correct some typo
...
Bug: 193026761
Test: build pass
Change-Id: Ic710c84e5aca093381c5e06d4f6e987cf6f729a7
(cherry picked from commit 4c2dfa26e3 )
2021-07-08 01:43:29 +00:00
Bonian Chen
11b2370322
Merge "[Settings] Correct some typo"
2021-07-08 01:43:01 +00:00
Guojing Yuan
c042096214
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev am: 40dc9d519f am: e28bdeaf85
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15191229
Change-Id: I16e0f9566e32a4b3e6e42e92ca66ad7b98fa142d
2021-07-07 17:14:17 +00:00
Guojing Yuan
e4b60e48de
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev am: 40dc9d519f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15191229
Change-Id: Ia1d8ab6f0fd5e71545bccb67985a9186adb29ef0
2021-07-07 17:00:39 +00:00
Guojing Yuan
40dc9d519f
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev
2021-07-07 16:50:01 +00:00
ykhung
70304cff07
Add new method to get URI to monitor battery history data is updated
...
we will reload the database battery history data if its content is changed, which can be done through monitored the database content observer (a part of this patch cl/383366685)
Bug: 192613268
Test: make SettingsRoboTests
Change-Id: I24ab154b1dfa00ca4bf4e6f7b308f5061578bcb5
2021-07-07 16:22:37 +00:00
Bonian Chen
4c2dfa26e3
[Settings] Correct some typo
...
Bug: 193026761
Test: build pass
Change-Id: Ic710c84e5aca093381c5e06d4f6e987cf6f729a7
2021-07-07 23:44:04 +08:00
Bonian Chen
a229b29737
Merge "[Settings] Settings within each SIM not been displayed to the user"
2021-07-07 09:03:45 +00:00
Rubin Xu
0efe3ae03d
Merge "Delay gargabe collection during onDestroy()" into sc-dev am: 3e84dd2783 am: 841a92e9dc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15178137
Change-Id: I5ce115f3a382c7d53cbf8168e1c39ad3eb978618
2021-07-07 07:58:07 +00:00