TreeHugger Robot
5c2a472b39
Merge "Wrap generating battery history keys into another method" into sc-dev
2021-05-14 08:42:54 +00:00
ykhung
e8d1374ea2
Export a method for app info page to get last 24 battery history data
...
Bug: 188123855
Test: make SettingsRoboTests
Change-Id: I1953461c47a33c5951b94726e6eade21033a1403
2021-05-14 08:36:52 +00:00
Arc Wang
b61388d1f5
Fix hint text color contrast problem in LocalePickerWithRegionActivity
...
Set android:textColorHint textColorSecondary in Theme.Settings.
Bug: 147637981
Test: accessibility scanner
Change-Id: Ie3ef7e86909b75366c427ac5c6a90a9a02f0f660
2021-05-14 16:34:39 +08:00
Hugh Chen
c7dbd26fbf
Fix test case failed
...
Fix ConnectedDeviceDashboardFragmentTest test case failed.
Bug: 187999771
Test: make RunSettingsRoboTests -j56
Change-Id: I7c2617d1305c3e648f14ba8982d716ef1034e66e
2021-05-14 16:23:35 +08:00
Yi-Ling Chuang
3e9c576bb8
Apply transition on the back arrow on NotificationHistory page
...
When clicking on the back arrow from the action bar in the Notification
History page, the shared x-axis transition won't work.
The onOptionsItemSelected() overriden in the parent activity was
removed, so onNavigateUp() will get called. In the
NotificationHistoryActivity, onNavigateUp() has been overriden, and so
it will just call finish without any transition applied.
Hence, remove the override and just use the one define in
CollapsingToolbarBaseActivity where finishAfterTransition() is called.
Test: rebuild and click on the back arrow to see the transition
Fixes: 188126675
Change-Id: I34ff38ffcfb37d0471d325f2c31b726809fbd91f
2021-05-14 16:11:03 +08:00
Stanley Wang
f7cb316cd2
Merge "Guard the NPE on StartNow slice" into sc-dev
2021-05-14 07:39:38 +00:00
Stanley Wang
f2c664abd9
Guard the NPE on StartNow slice
...
Check if preference is null to avoid NPE when the StartNowPreferenceController
is called by slice.
Fixes: 187806890
Test: robotest
Change-Id: I84c1ee42bc1fd87dd720061e3af81e926028181d
2021-05-14 07:38:41 +00:00
ykhung
637d34ed71
Wrap generating battery history keys into another method
...
Bug: 188123855
Test: make SettingsRoboTests
Change-Id: I82a48e66ec4f7b4c0d9a6756799aa8d7a3a96848
2021-05-14 07:21:09 +00:00
Chiachang Wang
6a78464406
Replace clearAll with withoutDefaultCapabilities
...
Replace the API as the feedback from API review.
Bug: 184735772
Test: make RunSettingsRoboTests \
ROBOTEST_FILTER=WifiDetailPreferenceController2Test
Test: make RunSettingsRoboTests \
ROBOTEST_FILTER=ContextualWifiSliceTest
Change-Id: I18f0776b6522489bf7e88f984bc44f23d8c9edc4
2021-05-14 15:08:00 +08:00
TreeHugger Robot
f6712e330a
Merge "Add divider below ActionButtonPreference in BluetoothDetailFragment" into sc-dev
2021-05-14 06:12:41 +00:00
Treehugger Robot
d70199e634
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d
am: a2dc65e71e
am: 68b3473610
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I68a79558c465c96ea9b805f87acce0d406991b8d
2021-05-14 05:10:44 +00:00
Treehugger Robot
68b3473610
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d
am: a2dc65e71e
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I62a812859d2eec5a9c92c40f9fd4bdf800743f80
2021-05-14 04:54:03 +00:00
Treehugger Robot
a2dc65e71e
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I966b9ede97c0d3e997b96dc012ffdd6476688448
2021-05-14 04:38:14 +00:00
TreeHugger Robot
52f627f9ef
Merge "Account settings: Fix duplicate title and extra padding." into sc-dev
2021-05-14 04:14:24 +00:00
Treehugger Robot
a3da419c8d
Merge "Device picker: add title to fix offset in progressbar"
2021-05-14 04:12:44 +00:00
TreeHugger Robot
8b9f1d4f9e
Merge "Fixed extra padding in "Open by default" page" into sc-dev
2021-05-14 03:57:18 +00:00
TreeHugger Robot
c3dfd37df6
Merge "Fix work profile picker user icon didn't follow UX guideline" into sc-dev
2021-05-14 03:39:38 +00:00
Ahaan Ugale
6663bed71c
Account settings: Fix duplicate title and extra padding.
...
This change reverts the change in
I3981ce73fef63f06a40e61e894481d24284614ba to add a PreferenceCategory
for the accounts after merging the page with autofill settings. That was
done to get the Accounts heading to display for the personal/work
profile view.
This change instead sets the title on the existing PreferenceCategory
that's created dynamically in the Controller.
Removing the extra PreferenceCategory also fixes the padding.
Fix: 183677515
Bug: 183677706
Test: manual - with single profile, with personal/work profiles
Test: make -j RunSettingsRoboTests \
ROBOTEST_FILTER="com.android.settings.accounts.AccountPreferenceControllerTest"
Change-Id: Ib7fe6f97b93b81d5a5897280cdd6bbad1b75f3a9
2021-05-13 19:49:04 -07:00
TreeHugger Robot
e01099b245
Merge "Remove the divider above footer in Gesture Navigation Settings" into sc-dev
2021-05-14 02:42:43 +00:00
Yanting Yang
542ba7477e
Merge "Move DWB to the fifth position from the bottom on the homepage" into sc-dev
2021-05-14 02:37:12 +00:00
Edgar Wang
c6e0507f38
Fix work profile picker user icon didn't follow UX guideline
...
- Remove duplicated dimen in Settings
Fixes: 186609520
Test: manual & robotest
Change-Id: I256e4f75fe131449b2593d1a8cb422f122a943ac
2021-05-14 10:35:24 +08:00
Sunny Shao
1d4c5be0e9
Fixed extra padding in "Open by default" page
...
- Page layout redesign.
Bug: 184228266
Test: manual test
Change-Id: I1323ca14b1843a95ba1210674595ee3ba1a94c67
2021-05-14 10:26:06 +08:00
YUKAI HUNG
f70cb82b0c
Merge "Make chart time slot not clickable when accessibility servie is enabled" into sc-dev
2021-05-14 02:21:38 +00:00
Tiffany Nguyen
df8537269f
Merge "Redirect battery-level settings preference clicks if needed" into sc-dev
2021-05-14 01:46:53 +00:00
Kevin Chyn
dbdaa8518a
Fingerprint image is not important for a11y announcements
...
Fixes: 187338706
Test: manual
Change-Id: Ic0eac21d0265b5fceb0ab71e013932d3629645b3
2021-05-13 16:38:01 -07:00
Abel Tesfaye
44593a8922
Fix issue where smart auto rotate toggle is not disabled
...
Bug: 187755019
Test: locally on flame, make RunSettingsRoboTests -j96 ROBOTEST_FILTER=SmartAutoRotateControllerTest
Change-Id: I44bbd644515d153c834533fe47b3b2c34cfeaac6
2021-05-13 22:55:06 +00:00
Kevin Chyn
bcc288e801
Merge changes I9dea35a7,Iddcc0a65 into sc-dev
...
* changes:
Update UDFPS "find sensor" string for a11y
Update a few more strings
2021-05-13 22:27:59 +00:00
Kevin Chyn
6a43df9855
Update UDFPS "find sensor" string for a11y
...
Bug: 187999176
Test: manual
Change-Id: I9dea35a70aba87f5f2cc94fc73e74a5a624019b9
2021-05-13 15:20:37 -07:00
Julia Reynolds
14f204af54
Merge "Fix vertical alignment in history" into sc-dev
2021-05-13 21:51:03 +00:00
Julia Reynolds
78c4e70cf6
Use | not ,
...
To match similar APIs
Test: Settings unit
Bug: 181175697
Change-Id: I2ef56528da7a3d5b2c96be8ecfad1a3d6590bbe4
2021-05-13 19:24:17 +00:00
Edgar Wang
125ba18f8e
Remove the divider above footer in Gesture Navigation Settings
...
Fixes: 180568503
Test: manual
Change-Id: I3cadc106fa0b41a1b98d083d6a2ada5640a4295c
2021-05-14 02:48:56 +08:00
Kevin Chyn
9a4f0d2c6c
Update a few more strings
...
1) Fingerprint intro page footer buttons
2) Screen lock removal positive button
3) Update UDFPS string logic
4) Update UDFPS strings during enrollment
5) Update generic fingerprint enroll completion message
Bug: 187868985
Test: manually, in settings and SUW
Change-Id: Iddcc0a65c3f410b4ae33a760dfcc57aba4bcc7f9
2021-05-13 11:47:41 -07:00
Julia Reynolds
77955974da
Fix vertical alignment in history
...
Test: visual with a ruler
Fixes: 187758949
Change-Id: I337210e9052354aaec5ad93c7147d439ca0f9852
2021-05-13 13:05:48 -04:00
Bill Yi
3d867d50f5
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 7b7b6f180b
-s ours am: 5ab07c89a2
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14529491
Change-Id: I08a2e4d43cbf695e09d2085d0c8958382936ae01
2021-05-13 14:38:21 +00:00
Bill Yi
64e44f83b9
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 933340766b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14529490
Change-Id: I131938ec658ef53b4ab04a51068b2fd7c62b7395
2021-05-13 14:37:22 +00:00
ykhung
11de1a6452
Make chart time slot not clickable when accessibility servie is enabled
...
after discuss with Shuan & Peggy, we will make the chat view is not
clickable since accessibility service is enabled for talkback, switch
access and voice access, since some gestures are conflict with our
design (double click to show all contents is conflict with a11y behavior)
Bug: 187814675
Test: make SettingsRoboTests
Change-Id: I7eecafc42cf4b4a0374ab46f07461e77907fc03a
2021-05-13 14:26:51 +00:00
Bill Yi
5ab07c89a2
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 7b7b6f180b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14529491
Change-Id: I9628a56974608d0993a01212e9d671a92bfb72bb
2021-05-13 14:22:37 +00:00
TreeHugger Robot
4cb355f8e5
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-05-13 14:09:39 +00:00
Arc Wang
b7202aa332
Fix NPE in DrawOverlayDetails#getSummary
...
When AppEntry is null (APP uninstalled), returns
an empty summary string.
Bug: 172381586
Test: build pass
Change-Id: I63fbeaaec6f2d0de617c6e104af341806605a6c2
2021-05-13 21:39:31 +08:00
Jernej Virag
1f1cb3a7a8
Merge "Fix power+volume chord fallback when LPP option is disabled" into sc-dev
2021-05-13 13:13:25 +00:00
TreeHugger Robot
157a83a6f2
Merge "Fix talkback label "ACCOUNTS FOR OWNER" is not matching problem" into sc-dev
2021-05-13 12:56:02 +00:00
TreeHugger Robot
f6b42231e0
Merge "Notif Settings polish" into sc-dev
2021-05-13 12:51:51 +00:00
Yanting Yang
90d323cefa
Move DWB to the fifth position from the bottom on the homepage
...
Remove relevant configs, logics and tests.
Bug: 187885890
Test: robotests & visual
Change-Id: I309d5290f19bf0b01692dd6f14c4cdcc52066453
2021-05-13 20:51:47 +08:00
Sunny Shao
2fade46f0a
Fix talkback label "ACCOUNTS FOR OWNER" is not matching problem
...
- Root cause: the content description is different with title.
- Solution: set the description same as title.
Fixes: 181192849
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.accounts
Change-Id: Ic566d061e78eaf427add6aac4701142a6180e557
2021-05-13 11:36:17 +00:00
Jeremy Goldman
0c28e9dca7
Merge "Store whether the Dialog was previously dismissed" into sc-dev
2021-05-13 10:11:14 +00:00
Bill Yi
a86d1eefbe
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I5b1dc79e4f1c265dc4c92d84f3828c09a0a7aa76
2021-05-13 09:54:57 +00:00
Bill Yi
7b7b6f180b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1d2438e12168ac22fedf915c1f1ebb6e28b04ef3
2021-05-13 09:43:43 +00:00
Bill Yi
933340766b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6b43d54021ed1e8ecefdb22b2514125e9af47e41
2021-05-13 09:37:45 +00:00
Wesley Wang
b769cf8067
Merge "Update restriciton page to support legacy string" into sc-dev
2021-05-13 07:26:24 +00:00
Jeremy Goldman
09a185dbca
Store whether the Dialog was previously dismissed
...
The dialog can be dismissed by either the framework automatically (i.e.
when the screen is rotated) or when the subscriptions change.
If both of these things happen while the class is not deleted, then
dismiss() will be called twice and there will be a crash
Bug: 184899699
Test: atest -c SettingsUnitTests
Change-Id: Ibaef59696feb566664a424f65f806396f02497e8
2021-05-13 14:42:26 +08:00