Commit Graph

36491 Commits

Author SHA1 Message Date
Kholoud Mohamed
311ff0c1ea Merge "String changes in the cross profile settings page" into rvc-dev 2020-05-12 15:13:32 +00:00
PETER LIANG
5cca393b3b Merge "Add the settings content observer for shortcut preference." into rvc-dev am: a85f5dc80b am: 99f1a37582 am: a0953560f8 am: 7fcf167362
Change-Id: I7df7b79bc75d61130bf45bdf3763c10d8933115f
2020-05-12 12:34:47 +00:00
PETER LIANG
a0953560f8 Merge "Add the settings content observer for shortcut preference." into rvc-dev am: a85f5dc80b am: 99f1a37582
Change-Id: I87fbd8dbf03219c5e56ff2ac9a1e0afb566b4e82
2020-05-12 11:56:08 +00:00
Stanley Wang
4c5c80d421 Fix the search result "Free up space" doesn't work.
Can't find the target component if add the class name
and package name to the intent. So remove them.

Fixes: 152682394
Test: manual test the search result
Change-Id: I3b69486f6338b458c795860f7b3de9c119cb09de
2020-05-12 19:45:53 +08:00
PETER LIANG
99f1a37582 Merge "Add the settings content observer for shortcut preference." into rvc-dev am: a85f5dc80b
Change-Id: Ib3e57d67fd4870356ef672ee0d60489842b3e673
2020-05-12 11:42:56 +00:00
PETER LIANG
a85f5dc80b Merge "Add the settings content observer for shortcut preference." into rvc-dev 2020-05-12 11:29:11 +00:00
Jason Chiu
bee14256df Add metrics log for special cases
Support Wifi toggle, Smart storage toggle, Manage storage, Face unlock,
Pixel Imprint

Bug: 137559984
Test: robotest
Change-Id: I3e2e666a8bee1e54d6bd13349b5bedb48fbc42df
2020-05-12 18:06:22 +08:00
changbetty
0383d76a5e Add setPackage for PendingIntent in SliceHelper
Bug: 151645867
Bug: 151646375
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiCallingSliceHelperTest
      make RunSettingsRoboTests ROBOTEST_FILTER=Enhanced4gLteSliceHelperTest
Change-Id: I33c1333f9b5472cdb962b272f6be52a2d2959376
Merged-In: I33c1333f9b5472cdb962b272f6be52a2d2959376
2020-05-12 17:56:48 +08:00
Peter_Liang
785af0c15a Add the settings content observer for shortcut preference.
Root cause:
Didn't update the UI when settings value chagned.

Next:
Add the settings content observer.

Bug: 155837154
Test: manual test
Change-Id: Icee0bb50f88987ea6c8a0be59bd936628a32ca1e
2020-05-12 14:15:54 +08:00
Betty Chang
4f8129034f Merge "Add setPackage for PendingIntent in SliceHelper" 2020-05-12 04:13:15 +00:00
Jason Chiu
8ac1e4d49d Update icon tint color when the user toggles Dark theme
- Reload theme in slice provider when Dark theme mode changes for slices
- Reload theme in onCreate of Panel activity for its non-slice header
- Remove applyTheme from individual slices

Test: robotest
Fixes: 153700819
Change-Id: I40a7d2817c4b9100d7b2f2962a69c8a9ce6f7906
2020-05-12 10:58:54 +08:00
Tim Peng
550fd3ef9a When only one device is selected in dynamic group, the device should be disabled
-Check if device id is in selected group rather than comparing client package name
-Add test cases

Bug: 154916764
Test: make -j50 RunSettingsRoboTests
Change-Id: I7364a9e3d807bbfc6b26b8212ab2da67ea329582
2020-05-12 01:44:56 +00:00
Nate Myren
a32b8c77b4 Merge "Add Auto Revoke log to the App Info page" into rvc-dev am: 0c6037af5f am: fbe64a68da am: 6544d27f38 am: 93e1d353a9
Change-Id: I80f823429a29b3eeb46412581987ac8519385fca
2020-05-11 23:48:43 +00:00
Nate Myren
6544d27f38 Merge "Add Auto Revoke log to the App Info page" into rvc-dev am: 0c6037af5f am: fbe64a68da
Change-Id: I4d808c3ca220f0cdc764e1f26a6b84df94e7c07f
2020-05-11 23:15:57 +00:00
Nate Myren
fbe64a68da Merge "Add Auto Revoke log to the App Info page" into rvc-dev am: 0c6037af5f
Change-Id: I547a008b73764af371f27710c1f94348fb3d0644
2020-05-11 22:55:34 +00:00
Nate Myren
0c6037af5f Merge "Add Auto Revoke log to the App Info page" into rvc-dev 2020-05-11 22:37:04 +00:00
Kholoud Mohamed
bcbd9158d6 String changes in the cross profile settings page
Fixes: 155771527
Test: visually tested the string changes.
Change-Id: Idcde93e2035bb8d3d82213befb652aa29aa12efe
2020-05-11 18:38:05 +01:00
Jay Aliomer
9073b2f968 Unable to select twilight scheduling after enabling location
Test: run settings tests
Change-Id: I74945dd69f0da9733ee0a5e27ab63852df9544e9
Bug: 153115261
2020-05-11 16:31:42 +00:00
TreeHugger Robot
09102972c4 Merge "[Wi-Fi] Apply WifiTrackerLib objects in WifiDppQrCodeScannerFragment" 2020-05-11 15:39:50 +00:00
Arc Wang
b04ea2dde5 [Wi-Fi] Apply WifiTrackerLib objects in WifiDppQrCodeScannerFragment
Bug: 152571756
Bug: 145100890
Test: manual
      Scan QR code and check connection.
Change-Id: I21b9fadc83ab185df5710f4bf777afec3dfbbc8d
2020-05-11 22:17:55 +08:00
TreeHugger Robot
e7e0479c36 Merge "Improve multi user settings screen" into rvc-dev am: e26de87100
Change-Id: I10cde790a0c7e1a0d4a2e6712400b656afc35017
2020-05-11 12:47:53 +00:00
tim peng
325e4bc058 Merge "Settings > Sound crashes if no BT" into rvc-dev am: 0b60b3cc9f
Change-Id: Ic16c64c0a7ebe4a8969cec96da9f5e84e5d4581e
2020-05-11 12:47:40 +00:00
PETER LIANG
12de1247e9 Merge "Fix that the inconsistent accessibility content pages under Setup Wizard." into rvc-dev am: 7a31f2da60 am: 7057155390 am: 9e6ec39c81 am: e2c729fdd6
Change-Id: Ifa1e61789868d42bb808042f80538361b902f7ea
2020-05-11 08:41:16 +00:00
PETER LIANG
9e6ec39c81 Merge "Fix that the inconsistent accessibility content pages under Setup Wizard." into rvc-dev am: 7a31f2da60 am: 7057155390
Change-Id: Ida5bcd2aaae39e6875976d924caa5676d331e881
2020-05-11 08:03:59 +00:00
PETER LIANG
7057155390 Merge "Fix that the inconsistent accessibility content pages under Setup Wizard." into rvc-dev am: 7a31f2da60
Change-Id: I6ea0512098a8c55b21d79d5089a8505afbac2d25
2020-05-11 07:40:51 +00:00
PETER LIANG
7a31f2da60 Merge "Fix that the inconsistent accessibility content pages under Setup Wizard." into rvc-dev 2020-05-11 07:28:18 +00:00
tim peng
8f144eb29c Merge "Update "Play media to" in Sound Settings" into rvc-dev am: 72948ab538 am: c56346d085 am: 8978d69743 am: 8dd871f833
Change-Id: Ia7ac4d24b38b4f27735014f995b855e75e57420d
2020-05-11 03:41:15 +00:00
Peter_Liang
0cba2fe133 Fix that the inconsistent accessibility content pages under Setup Wizard.
Root cause:
Exist the inconsistent conditions.

Next:
1. Move all the condition related to description to the back fragment to determine whether to show the footer preference or not.
2. Add extras relate to animated image.

Bug: 156180932
Test: manual test
Change-Id: I56d4ead6c5121637a2da2e074ef9bff2a8146732
2020-05-11 11:22:36 +08:00
tim peng
8978d69743 Merge "Update "Play media to" in Sound Settings" into rvc-dev am: 72948ab538 am: c56346d085
Change-Id: I2507189bf1d19adcb6d35d0216e25b9a2bbf3383
2020-05-11 03:11:12 +00:00
tim peng
c56346d085 Merge "Update "Play media to" in Sound Settings" into rvc-dev am: 72948ab538
Change-Id: I7685f6e07b7a067667fc176955737690bfb41a5c
2020-05-11 02:55:33 +00:00
tim peng
72948ab538 Merge "Update "Play media to" in Sound Settings" into rvc-dev 2020-05-11 02:45:27 +00:00
Jason Hsu
b6c5e63063 Merge "Change to use ComponentName instead of String in log." into rvc-dev am: 7af9c771bd am: 8ae30cb5bb am: 60151efc7f am: aab23d6a0e
Change-Id: I64a3c5edf04e04d983bc1d508cd41abecf64d754
2020-05-09 16:48:03 +00:00
Jason Hsu
60151efc7f Merge "Change to use ComponentName instead of String in log." into rvc-dev am: 7af9c771bd am: 8ae30cb5bb
Change-Id: Ie13d7eff959682077cc74eff5dcf0261279f34e6
2020-05-09 16:21:29 +00:00
Jason Hsu
8ae30cb5bb Merge "Change to use ComponentName instead of String in log." into rvc-dev am: 7af9c771bd
Change-Id: I7fa6b2d7dbe01cf81074664327baf5216304aff0
2020-05-09 16:07:03 +00:00
Jason Hsu
7af9c771bd Merge "Change to use ComponentName instead of String in log." into rvc-dev 2020-05-09 15:55:07 +00:00
jasonwshsu
d2572c3295 Change to use ComponentName instead of String in log.
* align framework log to use the same format in ag/11250012

Bug: 151285965
Test: manual test
Change-Id: Ia76e3d88c116ffa37fb022aed2866acc0f315bd9
2020-05-09 22:18:18 +08:00
Mehdi Alizadeh
a295e44763 Merge "Hides gesture nav settings page from search, when not available" into rvc-dev am: bddb0eb3dd am: 23140d190f am: 59f0691ad7 am: 467a9209ec
Change-Id: I2023440863f1e93e645aa8f1705361e031a85917
2020-05-08 18:41:21 +00:00
Mehdi Alizadeh
59f0691ad7 Merge "Hides gesture nav settings page from search, when not available" into rvc-dev am: bddb0eb3dd am: 23140d190f
Change-Id: I0c4a2e57a39a1918d29e36f7f2b057c0f481681e
2020-05-08 18:02:11 +00:00
Mehdi Alizadeh
23140d190f Merge "Hides gesture nav settings page from search, when not available" into rvc-dev am: bddb0eb3dd
Change-Id: Ib365ef07b250e23184c353cd098de6a123fc9a59
2020-05-08 17:46:39 +00:00
Mehdi Alizadeh
bddb0eb3dd Merge "Hides gesture nav settings page from search, when not available" into rvc-dev 2020-05-08 17:29:56 +00:00
Kweku Adams
07aeb2cb50 Merge "Hide RESTRICTED bucket from list when off." into rvc-dev am: 71c78ed42b am: d3297733c5 am: 87bfa5f5a7 am: fee73eefa4
Change-Id: I5304f7eda8df01066698618fc8000e1a217faf0d
2020-05-08 16:02:55 +00:00
Kweku Adams
87bfa5f5a7 Merge "Hide RESTRICTED bucket from list when off." into rvc-dev am: 71c78ed42b am: d3297733c5
Change-Id: I5bf2f16ce831aa34d93336089ade46be6b7a5d96
2020-05-08 15:26:41 +00:00
Kweku Adams
d3297733c5 Merge "Hide RESTRICTED bucket from list when off." into rvc-dev am: 71c78ed42b
Change-Id: Idd8d7ed1de3d9b292c062dd1e97341c83ac96b54
2020-05-08 15:12:50 +00:00
Kweku Adams
71c78ed42b Merge "Hide RESTRICTED bucket from list when off." into rvc-dev 2020-05-08 15:01:03 +00:00
TreeHugger Robot
19fb87e6ae Merge "Add low battery level for case" into rvc-dev am: 83cc03d0b1 am: 7e8ed56263 am: 5f39bb5f37 am: fff57f4206
Change-Id: I040080c31a9f2b96128eaa8152e9ccc3981f66be
2020-05-08 09:56:20 +00:00
changbetty
e231e87e80 Add setPackage for PendingIntent in SliceHelper
Bug: 151645867
Bug: 151646375
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiCallingSliceHelperTest
      make RunSettingsRoboTests ROBOTEST_FILTER=Enhanced4gLteSliceHelperTest
Change-Id: I33c1333f9b5472cdb962b272f6be52a2d2959376
2020-05-08 17:28:45 +08:00
TreeHugger Robot
5f39bb5f37 Merge "Add low battery level for case" into rvc-dev am: 83cc03d0b1 am: 7e8ed56263
Change-Id: I809789ac83cef58dc8563e68e2a76f5f71290ac0
2020-05-08 09:07:53 +00:00
TreeHugger Robot
7e8ed56263 Merge "Add low battery level for case" into rvc-dev am: 83cc03d0b1
Change-Id: I5da8954c1ab78923c49627ae594648ed9149a5de
2020-05-08 08:57:30 +00:00
TreeHugger Robot
83cc03d0b1 Merge "Add low battery level for case" into rvc-dev 2020-05-08 08:39:39 +00:00
hughchen
6060bc66e5 Add low battery level for case
- Add low battery level for case, because case and headset have
  different low battery level.
- Update test case

Bug: 154569936
Test: make -j42 RunSettingsRoboTests
Change-Id: Icf045b62992dde8d789e66343764849e43df1933
2020-05-08 15:15:15 +08:00