Automerger Merge Worker
3d73b7a832
Merge "[Settings] Replace #getSubIdForPhoneAccount with #getSubscriptionId" am: 047dd2dff9 am: 3835293aea
...
Change-Id: I9750d2b07e3b6280d2e3e9e2779f2740d24f0cdf
2019-12-26 09:55:38 +00:00
Zoey Chen
047dd2dff9
Merge "[Settings] Replace #getSubIdForPhoneAccount with #getSubscriptionId"
2019-12-26 09:36:58 +00:00
zoey chen
fc3ddb2f16
[Settings] Replace #getServiceStateForSubscriber with #getServiceState
...
Bug: 146821501
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=RenameMobileNetworkDialogFragmentTest
Change-Id: I8a1819b70a8d4ec56ae40f2b8b613bcd65a12b11
Merged-In: I8a1819b70a8d4ec56ae40f2b8b613bcd65a12b11
2019-12-26 17:12:42 +08:00
ChenJean
f55c5a44f1
Support caption second UI structure (2/n)
...
Group text size and style into appearance page.
Move language under more options page.
Bug: 143502915
Test: Maunal
Change-Id: Ice104ed844dc3a10a22c91a10211a8978da68cc3
2019-12-26 15:19:21 +08:00
Arc Wang
8692bb5924
[Wi-Fi] Apply WifiDialog2 in WifiSetings2
...
This change also implements context menu in WifiSettings2.
Bug: 70983952
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=WifiSettings2Test
Change-Id: I13b5a3724207f76e2b24fd0c1c49a236ee0c44f0
2019-12-26 14:47:19 +08:00
Arc Wang
b33190c017
[Wi-Fi] Replace AccessPoint with WifiEntry for WifiDialog2
...
Bug: 146407136
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.wifi
make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.wifi.detail2
Change-Id: I65899b24c186e1bd1bb0d00db52c67264f30f3cb
2019-12-26 14:45:38 +08:00
Arc Wang
f990dfa11e
[Wi-Fi] Branch WifiDialog files for WifiTracker2 development
...
Add these files:
WifiConfigController2.java
WifiConfigUiBase2.java
WifiDialog2.java
WifiConfigController2Test.java
WifiDialog2Test.java
Bug: 146407136
Test: compile
Change-Id: I0689ae8ddee4f35e3bc104fd0b2e94eb8f689630
2019-12-26 14:45:28 +08:00
hughchen
58a99c6dab
Use flag to confirm whether callback should unregister
...
This CL before, this class use isAvailable() to check whether
should register/unregister callback.
UI will be updated when this callback called.
But in one case, the isAvailable() state will not consistent
on onStart() and onStop().
The isAvailable() state will not consistent when user disconnect
device then forgot the device.
It's will cause callback not unregister when meet this case.
Then callback will duplicate call many times cause UI update not smoth.
This CL use flag to confirm the callback will unreigser on onStop().
Bug: 146617530
Bug: 145647143
Test: make -j42 RunSettingsRoboTests
Change-Id: I2b503ca9a7040b94ccc64ae196dad5a228fcbc6a
2019-12-26 14:43:56 +08:00
menghanli
b7306044c9
Create settings for color inversion (2/n)
...
Provide a setting for new color inversion design.
Bug: 146019226
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ColorInversionPreferenceControllerTest
Test: make RunSettingsRoboTests2
Change-Id: I1d081c6321ee96d48e8f52304893e4a5fb59333a
2019-12-26 06:39:44 +00:00
Zoey Chen
b2c2f9d5e3
Merge "[Settings] Replace #getServiceStateForSubscriber with #getServiceState"
2019-12-26 05:50:12 +00:00
Automerger Merge Worker
b041c8b28f
Merge "[Settings] Replace TelephonyManager#from()" am: 98e6ab358b am: 4be4ae6a75 am: c5d575f085
...
Change-Id: I7dcc409def8e552563df280007363d820d4a28d3
2019-12-26 04:32:50 +00:00
Automerger Merge Worker
631a1d206c
Merge "[Settings] Replace #getSimCount with #getActiveModemCount" am: 171eabcb2d am: 22c2c14605
...
Change-Id: Ic45f318e6784205e88a13f8a2fdf7fcdb04c9955
2019-12-26 04:17:42 +00:00
Automerger Merge Worker
c5d575f085
Merge "[Settings] Replace TelephonyManager#from()" am: 98e6ab358b am: 4be4ae6a75
...
Change-Id: Ie2daa594c252d71e63125108036a4428563bed5b
2019-12-26 04:17:28 +00:00
Hai Shalom
457203e156
[DPP R2] Update ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent
...
Update ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent to include
additional information in case of a failure. The intent will
return an extra field with result code for R1 and R2 devices,
and additional details for R2 devices: SSID, channe list,
and band list.
Bug: 139381558
Test: Manual test
Change-Id: I6f1805f3b1ff72efc83961083c1311a24d6ebd3e
2019-12-25 20:06:38 -08:00
Raff Tsai
791ad4d568
Sync lastest SettingsLib interface
...
Test: rebuild
Change-Id: I3131f701deb47acae9f19436cbe66e077ea004ee
2019-12-26 11:58:38 +08:00
Zoey Chen
171eabcb2d
Merge "[Settings] Replace #getSimCount with #getActiveModemCount"
2019-12-26 03:44:47 +00:00
jasonwshsu
3d94a57d97
Accessibility shortcut secondary action - divide different fragment for different fragment type
...
Different accessibility service fragment type have different UI.
- AccessibilityServiceFragmentType.LEGACY will use LegacyAccessibilityServicePreferenceFragment
- AccessibilityServiceFragmentType.INVISIBLE will use InvisibleToggleAccessibilityServicePreferenceFragment
- AccessibilityServiceFragmentType.INTUITIVE will use ToggleAccessibilityServicePreferenceFragment
Bug: 142530063
Test: Manual
Change-Id: Ib32a4f97514450e5c0d29e99c22935efecf8b6df
2019-12-26 11:40:11 +08:00
Bonian Chen
98e6ab358b
Merge "[Settings] Replace TelephonyManager#from()"
2019-12-26 03:36:09 +00:00
hughchen
d89518e3c5
Finish bluetooth detail fragment if device is BOND_NONE
...
This CL is used to check the bluetooth bond state when
fragment is onResume. The bluetooth detail fragment will
finish if the bluetooth bond state is BOND_NONE when
fragment is onResume.
Bug: 146621601
Test: make -j42 RunSettingsRoboTests
Change-Id: I157e1da925dcf527ce2b49ad431079d90b7c4fc3
2019-12-26 11:32:58 +08:00
zoey chen
5b336b1bd9
[Settings] Replace #getSimCount with #getActiveModemCount
...
Bug: 146815553
Test: make
Change-Id: I9911d2d565a60dbf4a6af47cc25c8345ac2c6355
Merged-In: I9911d2d565a60dbf4a6af47cc25c8345ac2c6355
2019-12-25 16:30:25 +08:00
zoey chen
ac92bab305
[Settings] Replace #getSubIdForPhoneAccount with #getSubscriptionId
...
Bug: 146823458
Test: make
Change-Id: I437a6e325112bf9d031a4eb11c28cb755c085bee
Merged-In: I437a6e325112bf9d031a4eb11c28cb755c085bee
2019-12-25 16:27:00 +08:00
Jason Chiu
4e7229c440
Merge "[Settings] Add a metric for time spending in each Settings page"
2019-12-25 08:23:48 +00:00
zoey chen
f74850d559
[Settings] Replace #getSubscriberId(I) with #getSubscriberId()
...
Bug: 146823314
Test: make
Change-Id: Idec4b7ed362a3be0693fa9670ecb2aba7c7fd1d1
Merged-In: Idec4b7ed362a3be0693fa9670ecb2aba7c7fd1d1
2019-12-25 16:23:16 +08:00
Zoey Chen
f112959b96
Merge "[Settings] Replace #getSimCount with #getActiveModemCount"
2019-12-25 08:15:44 +00:00
Zoey Chen
f1a28ca6d6
Merge "[Settings] Replace #getSubIdForPhoneAccount with #getSubscriptionId"
2019-12-25 08:15:26 +00:00
Zoey Chen
a485de0db9
Merge "[Settings] Replace #getSubscriberId(I) with #getSubscriberId()"
2019-12-25 08:15:21 +00:00
TreeHugger Robot
69a59c9895
Merge "Settings search - Navigate user to exact page"
2019-12-25 08:13:17 +00:00
zoey chen
e9c59f5fad
[Settings] Replace #getServiceStateForSubscriber with #getServiceState
...
Bug: 146821501
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=RenameMobileNetworkDialogFragmentTest
Change-Id: I8a1819b70a8d4ec56ae40f2b8b613bcd65a12b11
2019-12-25 15:48:58 +08:00
zoey chen
2d5171f68d
[Settings] Replace #getSimCount with #getActiveModemCount
...
Bug: 146815553
Test: make
Change-Id: I9911d2d565a60dbf4a6af47cc25c8345ac2c6355
2019-12-25 15:09:00 +08:00
zoey chen
af4b43535f
[Settings] Replace #getSubIdForPhoneAccount with #getSubscriptionId
...
Bug: 146823458
Test: make
Change-Id: I437a6e325112bf9d031a4eb11c28cb755c085bee
2019-12-25 15:05:27 +08:00
zoey chen
353926a446
[Settings] Replace #getSubscriberId(I) with #getSubscriberId()
...
Bug: 146823314
Test: make
Change-Id: Idec4b7ed362a3be0693fa9670ecb2aba7c7fd1d1
2019-12-25 15:04:20 +08:00
Automerger Merge Worker
49a0ed20f1
Merge "[Mainline] Remove unused UiccController object" am: e29ca94af4 am: 0c7ec95f35 am: b8a6b088b3
...
Change-Id: I22bf2290015bd45a686437b4460a1da92c96e634
2019-12-25 03:29:39 +00:00
Automerger Merge Worker
b8a6b088b3
Merge "[Mainline] Remove unused UiccController object" am: e29ca94af4 am: 0c7ec95f35
...
Change-Id: Ib32da629e9c227cd92e013527e04eb345fa63732
2019-12-25 03:16:37 +00:00
Jason Chiu
9c628ee945
[Settings] Add a metric for time spending in each Settings page
...
Add elapsed time in the target page hidden metric
Bug: 146610928
Test: robotest
Change-Id: If045a203e3ca64e36ec5d764b3488d10f26c4408
2019-12-25 11:06:16 +08:00
Treehugger Robot
e29ca94af4
Merge "[Mainline] Remove unused UiccController object"
2019-12-25 02:54:20 +00:00
changbetty
b7c8404317
[Mainline] Remove unused UiccController object
...
Bug: 146842199
Test: make
Change-Id: I35f86ee24c0db2599924fb470537b860c9d08390
2019-12-25 02:50:01 +00:00
Goven Liu
f8e6ba0ff9
Merge "[Wi-Fi] Add a new intent handler process for adding new networks panel page."
2019-12-25 01:55:43 +00:00
Menghan Li
3b87b777b0
Merge "Remove all "Tapping Stop will stop x" dialog while turning off an accessibility service"
2019-12-25 01:29:00 +00:00
TreeHugger Robot
afbe7b5527
Merge "Update Reset options summary"
2019-12-24 13:11:22 +00:00
Edgar Wang
08f2a58459
Settings search - Navigate user to exact page
...
- remove duplicate index preference
- default set searchable = false when the preference has fragment
- make some fragments indexable
Bug: 143057584
Test: robotest & manual
Change-Id: I4d64f6106d2f92f0a45e8c7e26388677f593f412
2019-12-24 21:04:11 +08:00
Automerger Merge Worker
7f659062a5
Merge "[Setting] Use @SystemApi to replace the hidden api" am: e74208c831 am: 7ec7514f1e
...
Change-Id: I9779621d46ba83975bcd552b7b36939d934110bf
2019-12-24 11:15:42 +00:00
Zoey Chen
e74208c831
Merge "[Setting] Use @SystemApi to replace the hidden api"
2019-12-24 10:58:34 +00:00
Automerger Merge Worker
1a2b56bd80
Merge "Mainline:SimStatusDialogController decouple TelephonyManager hidden APIs" am: 6bba42fb40 am: 27c52d5e76 am: 857267b1e8
...
Change-Id: I8640c6516eb699f86c4570e23f3af0c92babdb94
2019-12-24 09:31:08 +00:00
Automerger Merge Worker
857267b1e8
Merge "Mainline:SimStatusDialogController decouple TelephonyManager hidden APIs" am: 6bba42fb40 am: 27c52d5e76
...
Change-Id: I12080d93b39b990083f3ac795b7e4ae42ffcbe8d
2019-12-24 09:14:23 +00:00
TreeHugger Robot
b4f09e85f1
Merge "Fix overlay problem on USB fragment"
2019-12-24 08:41:42 +00:00
Jason Hsu
c1f2dd025a
Merge "Accessibility shortcut secondary action - improve shortcutPreference"
2019-12-24 07:54:06 +00:00
changbetty
9b7f5ad91f
[Mainline] Use the @SystemApi setAlwaysAllowMmsData in TelephonyManager for mainline
...
Bug: 146309719
Test: make RunSettingsRoboTests ROBOTEST_FILTER=MmsMessagePreferenceControllerTest
Change-Id: Ia591e82e1a55f36c98e7b00965532ff0762e1e77
2019-12-24 15:42:12 +08:00
Tsung-Mao Fang
09acbecb76
Fix overlay problem on USB fragment
...
Raise the height of action bar while scrolling the view.
Test: visual
Change-Id: Id34df6a2f67e74dc1bb6db696976b11879154602
Fix: 146483904
2019-12-24 13:18:04 +08:00
menghanli
f74f3061e3
Remove all "Tapping Stop will stop x" dialog while turning off an accessibility service
...
Bug: 146539308
Test: make RunSettingsRoboTests2
Change-Id: Ib3124aea307e42e648ba8d3f561dadb2901c06e5
2019-12-24 02:45:45 +00:00
jasonwshsu
0dd53520a5
Accessibility shortcut secondary action - improve shortcutPreference
...
1. Use setWidgetLayoutResource() for the controllable widget at the
right side.
2. Improve listener structure.
3. Extend checkbox clickable area.
Bug: 142530063
Test: make -j52 RunSettingsRoboTests ROBOTEST_FILTER=ShortcutPreferenceTest
Change-Id: Iebb9f62653914a0d7200c627f01cf7953d576960
2019-12-24 10:37:55 +08:00