TreeHugger Robot
656aad9c93
Merge "Indicate when accessibility services have stopped" into pi-dev
2018-03-20 20:16:09 +00:00
TreeHugger Robot
f9dade022c
Merge "Update metered string" into pi-dev
2018-03-20 20:05:07 +00:00
TreeHugger Robot
012e04fa02
Merge "Move the setActiveDevice logic from Settings to SettingsLib (2/2)" into pi-dev
2018-03-20 19:56:51 +00:00
Antoan Angelov
1bc98edc15
Merge "Show "Doesn't support work profiles" text in Settings for launchers not supporting work profiles." into pi-dev
2018-03-20 19:33:17 +00:00
TreeHugger Robot
2a6b9ff315
Merge "UI Tweak for eSIM related" into pi-dev
2018-03-20 19:24:59 +00:00
TreeHugger Robot
be3e5caa7f
Merge "Remove "don't show" option from work notifications settings" into pi-dev
2018-03-20 18:41:13 +00:00
TreeHugger Robot
91b6d17b8d
Merge "Fix lockdown string" into pi-dev
2018-03-20 18:19:09 +00:00
Salvador Martinez
aea566d44e
Update metered string
...
This CL updates the metered network string to say
'detect automatically' instead of 'network preference'
Bug: 68030417
Test: rototest, visual inspection
Change-Id: I347e3b89b014d7ec0d5d0e6601f2813a3a96f5ab
2018-03-20 10:55:00 -07:00
Hansong Zhang
02acba607a
Move the setActiveDevice logic from Settings to SettingsLib (2/2)
...
Currently the Settings app handles the logic of setting active device;
however, this should be handled by SettingsLib so the logic can be shared.
Bug: 75984255
Test: robolectric test
Change-Id: I5742de1463d156ff29708ea2aecfc3fd00795e9e
2018-03-20 10:43:15 -07:00
TreeHugger Robot
a3970d4e52
Merge "Remove LinearColorBar and replace uses with ProgressBar." into pi-dev
2018-03-20 17:11:51 +00:00
arangelov
2c9d620091
Show "Doesn't support work profiles" text in Settings for launchers not
...
supporting work profiles.
Screenshot: https://screenshot.googleplex.com/iz3xoeSvbOA.png
Test: Manually go to Settings -> Apps & notifications -> Default apps -> Home app.
Test: make ROBOTEST_FILTER=RadioButtonPreferenceTest -j40 RunSettingsRoboTests
Bug: 69297461
Change-Id: I55c721d7ad979c882bb879a974758cf08eaf0c86
2018-03-20 16:56:36 +00:00
Pavel Grafov
72137f3aad
Remove "don't show" option from work notifications settings
...
Option to not show notifications is still available for
device-wide locks screen notification settings.
Also s/On lock screen/When work profile is locked/ for work
notifications since it applies not only to lock screen but to
notification shade as well.
Bug: 64829587
Test: make RunSettingsRoboTests
Change-Id: Ie3ec461f4c8887a5a49cd92b5350ea683f701027
2018-03-20 16:39:29 +00:00
TreeHugger Robot
a976a0eaad
Merge "Remove touch effect of Ratio on listitem" into pi-dev
2018-03-20 14:07:26 +00:00
Yvonne Yang
7ac7d7b660
Make the preference not selectable
...
"Battery usage data isn't available" should not respond to taps
Bug: 69312966
Test: Manual test
Change-Id: Id450c5a6089a4fb78a5c48a0f460992dc89f49ec
2018-03-20 08:41:46 +00:00
TreeHugger Robot
cbf9300cd2
Merge "Reword settings suggestion tile text for airplane mode" into pi-dev
2018-03-20 06:37:35 +00:00
TreeHugger Robot
cd908497d6
Merge "Add "take call on" string for audio output switcher." into pi-dev
2018-03-20 05:52:06 +00:00
Andreas Terzis
91ea3c5e56
Merge "In Data Usage screen, hide data bar if plan is unlimited" into pi-dev
2018-03-20 05:49:51 +00:00
TreeHugger Robot
06d5188a71
Merge "Add summary for battery manager preference" into pi-dev
2018-03-20 04:36:48 +00:00
TreeHugger Robot
8916df573d
Merge "Update string for battery seekbar" into pi-dev
2018-03-20 04:32:51 +00:00
TreeHugger Robot
ee2ac81999
Merge "Fixing settings crash when no default home app is set" into pi-dev
2018-03-20 04:32:10 +00:00
TreeHugger Robot
138bdf6030
Merge "Change BatteryUtils.isLegacyApp() to isPreOApp()" into pi-dev
2018-03-20 04:09:27 +00:00
TreeHugger Robot
73f1a3180a
Merge "Add new string for audio switch" into pi-dev
2018-03-20 04:08:27 +00:00
TreeHugger Robot
b98eea4c67
Merge "Make "minimal" pattern layout sw320dp" into pi-dev
2018-03-20 03:30:42 +00:00
ryanywlin
8f3f3c5a4e
Add "take call on" string for audio output switcher.
...
Bug: 74130772
Test: rebuild
Change-Id: I652015e0e051a37e8df2d8f7d04b2acbcc2bdaf6
2018-03-20 11:03:22 +08:00
TreeHugger Robot
39b54ea1f8
Merge "Update switch bar summary for spell checker page" into pi-dev
2018-03-20 02:58:38 +00:00
TreeHugger Robot
ac20e2d511
Merge "Remove ops preference from specific app" into pi-dev
2018-03-20 02:35:21 +00:00
Lei Yu
6c16840ff5
Add summary for battery manager preference
...
Show different summary based on whether it is on and there is restricted
apps.
Also move method to get restricted app list to BatteryTipUtils since it
is used in 2 places.
Bug: 73018395
Test: RunSettingsRoboTests
Change-Id: Ib2306e0fd1f520fde6d1403ce9c527c241d36005
2018-03-19 19:27:36 -07:00
Lei Yu
b3113bf861
Update string for battery seekbar
...
Bug: 73018395
Test: RunSettingsRoboTests
Change-Id: I7661fb8d324ae5df468e03d2940a48e03952e3cb
2018-03-19 19:23:29 -07:00
TreeHugger Robot
a2da6221c0
Merge "Update AndroidTest.xml to be APCT suite ready" into pi-dev
2018-03-20 02:13:47 +00:00
Sunny Goyal
617acf352b
Fixing settings crash when no default home app is set
...
Test: make -j20 RunSettingsRoboTests
Bug: 74519090
Change-Id: I8846bae1f0083be981cfde9a68291c1b01359228
2018-03-20 02:08:14 +00:00
hughchen
18ce28ed33
Change BatteryUtils.isLegacyApp() to isPreOApp()
...
Bug: 73792442
Test: RunSettingsRoboTests
make -j40 RunSettingsRoboTests
Change-Id: I770030a8f38ec6156aa2a40f4c88ac9e0673751d
2018-03-20 01:44:43 +00:00
Fan Zhang
1a77cfc8fe
Update switch bar summary for spell checker page
...
Change-Id: If48ad81e5ad5e4a7bd65ede5ed67d28250fbe8ed
Fixes: 75277295
Test: atest SpellCheckerSettingsUITest
2018-03-19 18:05:10 -07:00
Phil Weaver
6cd554f397
Indicate when accessibility services have stopped
...
Bug: 35219990
Test: Created an accessibility service that crashes, and
then verified that the new status is reflected in
Settings.
Change-Id: I676c8e87f7642366a51b139f46cf8e3094a58d50
2018-03-19 17:39:23 -07:00
Lei Yu
de0a3a5334
Merge "update "Last full charge" preference" into pi-dev
2018-03-20 00:33:29 +00:00
xshu
e0a6d1640a
Updating special Settings Wi-Fi strings
...
Bug: 74356729
Test: compile
Manually inspected the affected UI pages
Change-Id: I6905dce8f3d6c4acbddedccbf0401b9ef6bba53b
2018-03-19 17:09:16 -07:00
Andrew Sapperstein
38bf192ed6
Remove LinearColorBar and replace uses with ProgressBar.
...
We never actually needed it, since progress bar can do
everything we want it to. Renamed data_usage_progress to
color_bar_progress to reflect its more generic state.
Updated color_bar_progress to use proper values.
Since we can't seem to use private attrs in settings,
use the dimen/color values that are customizable.
Updated usages to use regular ProgressBar APIs.
Fixes: 74111937
Test: visual inspection and robotests
Change-Id: I4f0c59e6cf5c629e3cc3901800d9c4afc95fa495
2018-03-19 15:11:49 -07:00
jdesprez
881004ca26
Update AndroidTest.xml to be APCT suite ready
...
Test: atest SettingsUITests
Bug: 74440293
Change-Id: Id7940589a5cd216668ab4664bb802faaf70b5f68
2018-03-19 14:46:45 -07:00
Hall Liu
8837f992bb
Merge "Split "Mobile Network Type" indication in Settings" into pi-dev
2018-03-19 21:15:26 +00:00
Jan Nordqvist
641288f7c1
In Data Usage screen, hide data bar if plan is unlimited
...
Bug: 70950124
Test: manual
Test: make RunSettingsRoboTests
Change-Id: I1314bdf9748c55a2391ccb39ff66c3dcb133be7e
2018-03-19 14:13:47 -07:00
Lei Yu
d06991821f
Merge "Update the mechanism to upload new anomaly config" into pi-dev
2018-03-19 20:20:15 +00:00
Lei Yu
8b148924de
update "Last full charge" preference
...
When there is average time estimation, change it to "Full charge lasts
about" and also update the time.
Also update the BatteryInfo to return average time estimation even
though it is charging.
Bug: 73018395
Test: RunSettingsRoboTests
Change-Id: Ib22dadb5716e3034c60aeeb7768fdbf0cc86be0c
2018-03-19 13:18:27 -07:00
Phil Weaver
c10659cee7
Merge "Update string for dwell click timing" into pi-dev
2018-03-19 19:58:02 +00:00
Lei Yu
dcf7b68920
Merge "Remove dupe key in UniquePreferenceTest" into pi-dev
2018-03-19 18:45:08 +00:00
Maurice Lam
b0e88dbbfe
Make "minimal" pattern layout sw320dp
...
The minimal layout was sw400dp, but some smaller phones still have
enough space to display the icon and button decently, so we're
reducing the trigger threshold for the "minimal" layout to sw320dp.
Test: m -j RunSettingsRoboTests
Bug: 74527018
Change-Id: Ibfca1828870058301cca302554ce3d932c8ba70b
2018-03-19 18:27:18 +00:00
Jong Wook Kim
8a022d8693
Merge "Display "MAC address is randomized" in Wifi Preference Page" into pi-dev
2018-03-19 18:14:08 +00:00
Jan Nordqvist
9e1226e431
Merge "In Data Usage screen, Above the data bar, Change font size of number." into pi-dev
2018-03-19 18:05:44 +00:00
TreeHugger Robot
8aff2f8fe7
Merge "Import translations. DO NOT MERGE" into pi-dev
2018-03-19 17:07:14 +00:00
Jan Nordqvist
44e5941757
Merge "In Network & internet screen, hide summary under Data usage when there is No SIM" into pi-dev
2018-03-19 16:04:23 +00:00
Andreas Terzis
895f785470
Merge "Add the string "No time remaining" when remaining time <= 0." into pi-dev
2018-03-19 14:22:51 +00:00
Bill Yi
5b57d1d1cb
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I6421ebc38133f014551740dd9974dbb687a13b2d
2018-03-19 07:17:36 -07:00