OSDN Git Service

android-x86/packages-apps-Settings.git
6 years agoMerge "Modified the AirplaneModePreferenceController for slice" into pi-dev
Fan Zhang [Thu, 26 Apr 2018 23:12:14 +0000 (23:12 +0000)]
Merge "Modified the AirplaneModePreferenceController for slice" into pi-dev

6 years agoMerge "Hide cancel button in Confirm Lock Pattern" into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 22:58:37 +0000 (22:58 +0000)]
Merge "Hide cancel button in Confirm Lock Pattern" into pi-dev

6 years agoMerge "Don't show high usage tip when device is charing" into pi-dev
Lei Yu [Thu, 26 Apr 2018 22:08:55 +0000 (22:08 +0000)]
Merge "Don't show high usage tip when device is charing" into pi-dev

6 years agoMerge "Hook up Adaptive Battery to new flag." into pi-dev
Lei Yu [Thu, 26 Apr 2018 22:07:53 +0000 (22:07 +0000)]
Merge "Hook up Adaptive Battery to new flag." into pi-dev

6 years agoMerge "Add auto-granting of slice permissions" into pi-dev
Jason Monk [Thu, 26 Apr 2018 22:05:19 +0000 (22:05 +0000)]
Merge "Add auto-granting of slice permissions" into pi-dev

6 years agoModified the AirplaneModePreferenceController for slice
sunnyshao [Tue, 24 Apr 2018 07:57:25 +0000 (15:57 +0800)]
Modified the AirplaneModePreferenceController for slice

- Updated the AirplaneModePreferenceController for slice feature
- Updated the AirplaneModeEnabler for slice feature

Fixes: 78645242
Test: manual
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.network
      make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.core
      make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.dashboard
      atest UniquePreferenceTest SettingsGatewayTest

Change-Id: I4afbc666f916570d648ad2b33ebb25924024e9f1

6 years agoMerge "Increase volume search timeout, fix dialog flow." into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 21:28:16 +0000 (21:28 +0000)]
Merge "Increase volume search timeout, fix dialog flow." into pi-dev

6 years agoMerge "Only start tether when not already enabled" into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 20:57:57 +0000 (20:57 +0000)]
Merge "Only start tether when not already enabled" into pi-dev

6 years agoMerge "Push full slice index to device index" into pi-dev
Jason Monk [Thu, 26 Apr 2018 20:48:41 +0000 (20:48 +0000)]
Merge "Push full slice index to device index" into pi-dev

6 years agoMerge "Index database before getting Uri Descendants" into pi-dev
Matthew Fritze [Thu, 26 Apr 2018 20:14:53 +0000 (20:14 +0000)]
Merge "Index database before getting Uri Descendants" into pi-dev

6 years agoMerge "Hide apps with NETWORK_SETTINGS from special wifi settings" into pi-dev
Oscar Shu [Thu, 26 Apr 2018 18:16:49 +0000 (18:16 +0000)]
Merge "Hide apps with NETWORK_SETTINGS from special wifi settings" into pi-dev

6 years agoMerge "Hiding data remaining text when available space is too small." into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 17:33:53 +0000 (17:33 +0000)]
Merge "Hiding data remaining text when available space is too small." into pi-dev

6 years agoOnly start tether when not already enabled
Salvador Martinez [Tue, 24 Apr 2018 23:03:34 +0000 (16:03 -0700)]
Only start tether when not already enabled

The toggle in the tether page currently tries to start tethering if
it gets turned on. However, changing a wifi config can cause
startTether to be called and also the toggle to switch leading to
a double call to startTether. This CL makes it so that if we are
already connected to tethering we don't try to start it again.

Test: robotests
Change-Id: I91085244c5d1fcc245a6b6480e638a32bc14f0ac
Fixes: 78028548
Fixes: 78441216
Fixes: 74368363

6 years agoMerge "Settings: update color mode preview to final content" into pi-dev
Sean Callanan [Thu, 26 Apr 2018 16:39:51 +0000 (16:39 +0000)]
Merge "Settings: update color mode preview to final content" into pi-dev

6 years agoPush full slice index to device index
Jason Monk [Fri, 20 Apr 2018 18:08:57 +0000 (14:08 -0400)]
Push full slice index to device index

Test: make RunSettingsRoboTests
Bug: 74555610
Change-Id: I3f0aa1218e1d7e736dc918d83e76423fa81ac6ab

6 years agoMerge "Fix settings slice caching" into pi-dev
Jason Monk [Thu, 26 Apr 2018 12:46:20 +0000 (12:46 +0000)]
Merge "Fix settings slice caching" into pi-dev

6 years agoMerge "Use colorPrimary for search bar and suggestion background" into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 04:27:30 +0000 (04:27 +0000)]
Merge "Use colorPrimary for search bar and suggestion background" into pi-dev

6 years agoHide cancel button in Confirm Lock Pattern
Maurice Lam [Thu, 26 Apr 2018 00:53:13 +0000 (17:53 -0700)]
Hide cancel button in Confirm Lock Pattern

Test: Manual
Bug: 77790615
Bug: 77565685
Change-Id: Ic3a12d169be037376f040dd1129678e814760091

6 years agoSettings: update color mode preview to final content
Sean Callanan [Thu, 26 Apr 2018 02:38:21 +0000 (19:38 -0700)]
Settings: update color mode preview to final content

Content provided based on image selection and optimization
by the graphics team.

Bug: 69264342
Test: hand testing on B1
Change-Id: I12d1fefab2d7a01a44fccb4960d61ee2c6a25017

6 years agoMerge "Layout changes for new animation assets" into pi-dev
TreeHugger Robot [Thu, 26 Apr 2018 00:40:10 +0000 (00:40 +0000)]
Merge "Layout changes for new animation assets" into pi-dev

6 years agoHide apps with NETWORK_SETTINGS from special wifi settings
xshu [Fri, 20 Apr 2018 00:36:46 +0000 (17:36 -0700)]
Hide apps with NETWORK_SETTINGS from special wifi settings

A recent change is made in the wifi framework to allow apps with
NETWORK_SETTINGS permission to bypass checks for the CHANGE_WIFI_STATE
permission. Remove apps with NETWORK_SETTINGS permission from
the list because turning off CHANGE_WIFI_STATE for those apps will not
do anything.

Bug: 78228349
Test: compile, robo test
Manual test:
flash
go to Settings -> Apps & notifications -> Advanced -> Special app access
-> Wi-Fi control
Verify that the "Settings" app is no longer in the list
Top right corner -> show system
Verify that "System UI" is no longer in the list
Change-Id: Ia430a6fb4d5dee534a03609ad1877976204935b2

6 years agoIndex database before getting Uri Descendants
Matthew Fritze [Tue, 24 Apr 2018 22:30:20 +0000 (15:30 -0700)]
Index database before getting Uri Descendants

onGetSliceDescendants would return empty results if
the call was made before the database was indexed.
This CL checks the index before building the list.

Change-Id: I2e0f88893138a048dbd529d465d68fa4b1a3dc12
Fixes: 78196823
Test: robotests

6 years agoLayout changes for new animation assets
Antony Sargent [Mon, 23 Apr 2018 22:34:32 +0000 (15:34 -0700)]
Layout changes for new animation assets

The animation videos are changing to have a white background, so we want to
match that in the background color to avoid horizontal bands of the current
grey background color on the edges of the new videos. We're also adding a
divider between the video and the content beneath it.

This CL also includes the new illustration video for the launcher gesture.

Fixes: 77861241
Fixes: 77474484
Test: manual (visit all entries in Settings->System->Gestures, as well as
Settings->Display->Adaptive brightness)

Change-Id: I976782645c9431d40e005960b80353a7da2b89b8

6 years agoUse colorPrimary for search bar and suggestion background
Fan Zhang [Wed, 25 Apr 2018 19:40:14 +0000 (12:40 -0700)]
Use colorPrimary for search bar and suggestion background

Bug: 78519022
Test: visual
Change-Id: I36b00c689eba1d731e37f8ffb38ab8ee59dba59a
Merged-In: I36b00c689eba1d731e37f8ffb38ab8ee59dba59a

6 years agoMerge "Fix a incorrect class cast in GameControllerPreferenceCtrl" into pi-dev
Fan Zhang [Wed, 25 Apr 2018 21:28:15 +0000 (21:28 +0000)]
Merge "Fix a incorrect class cast in GameControllerPreferenceCtrl" into pi-dev

6 years agoHiding data remaining text when available space is too small.
Jan Nordqvist [Wed, 18 Apr 2018 22:20:03 +0000 (15:20 -0700)]
Hiding data remaining text when available space is too small.

Bug: 77799887

Test: manual
Test: make RunSettingsRoboTests
Change-Id: I53390a36e74f9832bdc7757cd67d51064e8a77f3
Merged-In: I53390a36e74f9832bdc7757cd67d51064e8a77f3

6 years agoMerge "Add DockUpdaterFeatureProvider and DockUpdater." into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 19:21:56 +0000 (19:21 +0000)]
Merge "Add DockUpdaterFeatureProvider and DockUpdater." into pi-dev

6 years agoMerge "Make Nfc/Beam searchable based on feature availability" into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 17:13:48 +0000 (17:13 +0000)]
Merge "Make Nfc/Beam searchable based on feature availability" into pi-dev

6 years agoMake Nfc/Beam searchable based on feature availability
hjchangliao [Wed, 25 Apr 2018 03:38:05 +0000 (11:38 +0800)]
Make Nfc/Beam searchable based on feature availability

Update logic of updateNonIndexableKeys,
in BaseNfcPreferenceController to fix issue.
Add robotest to avoid same problem.

Change-Id: I1de5324b5a7147ff58e3c366ee7e8cf858e3283c
Fixes: 78540155
Test: make RunSettingsRoboTests

6 years agoMerge "Fixes crash in security settings." into pi-dev
Doris Ling [Wed, 25 Apr 2018 17:05:18 +0000 (17:05 +0000)]
Merge "Fixes crash in security settings." into pi-dev

6 years agoFix a incorrect class cast in GameControllerPreferenceCtrl
Fan Zhang [Thu, 12 Apr 2018 05:14:57 +0000 (13:14 +0800)]
Fix a incorrect class cast in GameControllerPreferenceCtrl

Also convert the controller to TogglePrefCtrl, and register it in xml.

Change-Id: Ifbc95364b47690117b2875cba1cdc4761ad205be
Merged-In: Ifbc95364b47690117b2875cba1cdc4761ad205be
Fixes: 71972185
Test: make RunSettingsRoboTests

6 years agoMerge "Update brightness percentage display logic to match sysui." into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 15:07:32 +0000 (15:07 +0000)]
Merge "Update brightness percentage display logic to match sysui." into pi-dev

6 years agoMerge "Hide the audio switcher if it is not relevant" into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 03:42:17 +0000 (03:42 +0000)]
Merge "Hide the audio switcher if it is not relevant" into pi-dev

6 years agoMerge "Check if boxes still available when restoring state" into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 02:00:48 +0000 (02:00 +0000)]
Merge "Check if boxes still available when restoring state" into pi-dev

6 years agoHide the audio switcher if it is not relevant
caxtonchan [Mon, 23 Apr 2018 07:04:21 +0000 (15:04 +0800)]
Hide the audio switcher if it is not relevant

Bug: 78317337
Test: make RunSettingsRoboTests
ROBOTEST_FILTER="AudioOutputSwitchPreferenceControllerTest" -j28
ROBOTEST_FILTER="MediaOutputPreferenceControllerTest" -j28
ROBOTEST_FILTER="HandsFreeProfileOutputPreferenceControllerTest" -j28

Change-Id: I9824941cf410b26ad166aa163d7cccd3bfc31a06

6 years agoFixes crash in security settings.
Doris Ling [Tue, 24 Apr 2018 20:19:27 +0000 (13:19 -0700)]
Fixes crash in security settings.

- save the loaded icon drawable to a local var, instead of setting it to
the tile.icon and later reset it, so that we will not run into the issue
that the icon will become null when this is called multiple times.

Change-Id: I0fc73961986cddd97ad1e74b0609ac47d011cc87
Fixes: 78445923
Test: make RunSettingsRoboTests

6 years agoFix settings slice caching
Jason Monk [Tue, 24 Apr 2018 21:08:26 +0000 (17:08 -0400)]
Fix settings slice caching

Previously if there were multiple clients it would trigger an infinite
loop as the cache gits dropped after the first bind, and the second
client would trigger another load. Instead now cache as long as slices
are pinned since thats the intended behavior of caching.

Test: make RunSettingsRoboTests
Change-Id: I7d29fab87573120b34cd55e1696c4c5b70fc891c
Fixes: 78471335

6 years agoFix Data warning title not translated.
Doris Ling [Tue, 24 Apr 2018 20:42:19 +0000 (13:42 -0700)]
Fix Data warning title not translated.

- change to use the title resource id instead of getting the title from
the preference, so that it can react to language change properly.

Change-Id: I7f4b3c49ef1622b3d90bf035597742cac6f7af3c
Fixes: 78318536
Test: run i18nscreenshots

6 years agoUpdate brightness percentage display logic to match sysui.
Fan Zhang [Tue, 24 Apr 2018 18:31:58 +0000 (11:31 -0700)]
Update brightness percentage display logic to match sysui.

The brightness raw value is in linear pace, we need to convert
it to gamma space to make it match the way sysui represents the
brightness level.

Bug: 73810208
Change-Id: Ic4551bbeff4a6af30f7af2871a79a7d797279edb
Fixes: 78173473
Test: robotests

6 years agoMerge "Add intent receiver in BatterySaverCondition" into pi-dev
TreeHugger Robot [Tue, 24 Apr 2018 17:19:52 +0000 (17:19 +0000)]
Merge "Add intent receiver in BatterySaverCondition" into pi-dev

6 years agoMerge "Switch to new checkPasswordHistory method" into pi-dev
TreeHugger Robot [Tue, 24 Apr 2018 13:06:57 +0000 (13:06 +0000)]
Merge "Switch to new checkPasswordHistory method" into pi-dev

6 years agoAdd intent receiver in BatterySaverCondition
HJ ChangLiao [Wed, 18 Apr 2018 09:28:21 +0000 (17:28 +0800)]
Add intent receiver in BatterySaverCondition

Receive ACTION_POWER_SAVE_MODE_CHANGING
to listen state and update immediately.

Change-Id: Iff2ebb262d95f43d0c970b32f326e3a3e6981a2a
Fixes: 78104542
Test: make RunSettingsRoboTests

6 years agoFix footer text not translated in Magnification settings.
Doris Ling [Fri, 20 Apr 2018 23:42:10 +0000 (16:42 -0700)]
Fix footer text not translated in Magnification settings.

- pass in the summary res id instead of the actual text when building
the launch bundle for the magnification settings.
- remove the title argument as we are passing the title res already,
which takes precedence.

Change-Id: I4ba624e1d9722aa980ea94c306df9a015a159555
Fixes: 78126057
Test: run i18nscreenshots

6 years agoCheck if boxes still available when restoring state
Salvador Martinez [Mon, 23 Apr 2018 23:52:25 +0000 (16:52 -0700)]
Check if boxes still available when restoring state

Apparently when the device is idle long enough the system will clean
up the dialog view for the hotspot band preference. This will cause
restore state to fail once it decides to pause the activity. To avoid
this we should make sure the boxes are not null.

Test: robotest
Bug: 78445411
Change-Id: I2a82b01f894f62be6c5209c78faddc4089aa6301

6 years agoAdd auto-granting of slice permissions
Jason Monk [Mon, 23 Apr 2018 22:42:21 +0000 (18:42 -0400)]
Add auto-granting of slice permissions

Allow things that can read the index to access slices too.

Test: existing tests unaffected
Bug: 77313888
Change-Id: I54c4b89eefb4354aa6b7dcafb7ac09dc96cbdbeb

6 years agoMerge "Disable hidden network spinner on existing networks" into pi-dev
TreeHugger Robot [Mon, 23 Apr 2018 21:38:55 +0000 (21:38 +0000)]
Merge "Disable hidden network spinner on existing networks" into pi-dev

6 years agoUpdate insert method for battery database
Lei Yu [Fri, 20 Apr 2018 17:51:33 +0000 (10:51 -0700)]
Update insert method for battery database

1. Add conflict code to ignore the confliction and return -1 when
insert fails.
2. Add boolean return value to show whether insert sucessfully
3. Add unit test. We don't write robo test because robolectirc use
"update" to shadow "insert" operation, which returns the wrong data.

Bug: 77968649
Test: SettingsUnitTest
Change-Id: Ibd3b53cdb1796d74ea4a2ca1f067e2b302b939e9

6 years agoAdd primary key for anomaly database.
Lei Yu [Fri, 20 Apr 2018 00:37:18 +0000 (17:37 -0700)]
Add primary key for anomaly database.

In this case it won't insert the duplicate data. We don't do migration since
anomaly database only contains transient data.

Bug: 77968649
Test: test still pass
Change-Id: I638564d89ead008ec184b9a4db137436d47df5bc

6 years agoDisable hidden network spinner on existing networks
Salvador Martinez [Mon, 23 Apr 2018 17:50:22 +0000 (10:50 -0700)]
Disable hidden network spinner on existing networks

We only want this to be modifiable if you are adding a network
manually, so this CL disables it for existing networks. You
can still see what the spinner is set to though.

Test: robotests
Bug: 78436456
Change-Id: If660e432eca2dabf5bd16881368657ee89fe5a57

6 years agoDon't show high usage tip when device is charing
Lei Yu [Fri, 20 Apr 2018 20:08:50 +0000 (13:08 -0700)]
Don't show high usage tip when device is charing

The summary is "Battery may run out soon", it doesn't make sense
when device is charging.

Change-Id: I27394c8a75dac4dcad171e5e215102d39cb33546
Fixes: 78261389
Test: RunSettingsRoboTests

6 years agoMerge "Fix bugs in auto restriction." into pi-dev
Lei Yu [Mon, 23 Apr 2018 17:03:39 +0000 (17:03 +0000)]
Merge "Fix bugs in auto restriction." into pi-dev

6 years agoMerge "Fix the bug using wrong TimeUnit" into pi-dev
Lei Yu [Mon, 23 Apr 2018 16:59:47 +0000 (16:59 +0000)]
Merge "Fix the bug using wrong TimeUnit" into pi-dev

6 years agoMerge "Pick default notification setting for work profile" into pi-dev
TreeHugger Robot [Mon, 23 Apr 2018 16:38:43 +0000 (16:38 +0000)]
Merge "Pick default notification setting for work profile" into pi-dev

6 years agoMerge "Import translations. DO NOT MERGE" into pi-dev
TreeHugger Robot [Sat, 21 Apr 2018 05:09:44 +0000 (05:09 +0000)]
Merge "Import translations. DO NOT MERGE" into pi-dev

6 years agoMerge "Catch exception when failing to create slice" into pi-dev
TreeHugger Robot [Sat, 21 Apr 2018 02:03:49 +0000 (02:03 +0000)]
Merge "Catch exception when failing to create slice" into pi-dev

6 years agoCatch exception when failing to create slice
Fan Zhang [Fri, 20 Apr 2018 19:53:25 +0000 (12:53 -0700)]
Catch exception when failing to create slice

- Created a non-generic exception type when failing SliceData.build()
- Catch exception and log error instead of crash.
- Added a presubmit test

Fixes: 78347031
Test: robotests, atest
Change-Id: I06e528cb5e1cd328f82f9561553f3c4b5b0bed26
Merged-In: I06e528cb5e1cd328f82f9561553f3c4b5b0bed26

6 years agoFix the bug using wrong TimeUnit
Lei Yu [Fri, 20 Apr 2018 23:26:21 +0000 (16:26 -0700)]
Fix the bug using wrong TimeUnit

It should use DAYS, not HOURS.

Change-Id: I26784822c86e58cad93d35b6772ea54af7efb8f5
Fixes: 78362305
Test: RunSettingsRoboTests

6 years agoMerge "Add keywords to Slices" into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 23:30:18 +0000 (23:30 +0000)]
Merge "Add keywords to Slices" into pi-dev

6 years agoMerge "Update settings main page battery string" into pi-dev
Salvador Martinez [Fri, 20 Apr 2018 23:27:25 +0000 (23:27 +0000)]
Merge "Update settings main page battery string" into pi-dev

6 years agoAdd keywords to Slices
Matthew Fritze [Thu, 19 Apr 2018 21:50:55 +0000 (14:50 -0700)]
Add keywords to Slices

Attach the keywords used for Settings search to Slices.
Their primary use is helping match synonyms for presenters
which display slices without explicit Uri requests, like a launcher.

This changes:
- Updates database scheme
- Adds to SliceData object
- Grab keywords in the SliceDataConverter
- Set keywords on all slices

Test: robotests
Change-Id: I16c40d2380ffddaf0a87fb1b9cd58e95573b308f
Fixes: 78306195

6 years agoIncrease volume search timeout, fix dialog flow.
Jeff Sharkey [Fri, 20 Apr 2018 20:34:29 +0000 (14:34 -0600)]
Increase volume search timeout, fix dialog flow.

Slower devices can take longer to process kernel events, so try up
to 25 times (~6 seconds) to find the volume after the partitioning
is finished.

Fix bug where we'd finish() while trying to show the format
confirmation dialog, meaning users couldn't format corrupted
non-primary volumes.

Bug: 741299687784965474132243
Test: atest com.android.settings.ui.StorageWizardTest
Change-Id: I91144051cb6de0cd944d93b03dc5127676e24be8

6 years agoFix bugs in auto restriction.
Lei Yu [Wed, 18 Apr 2018 00:41:07 +0000 (17:41 -0700)]
Fix bugs in auto restriction.

1. Dismiss this tip once user clicks it and goes to detail page.
2. In auto restriction, since apps are automatically restricted,
we need to remove apps in list that unrestricted by user.
3. Refactor the code to remove the unnecessary parameter(i.e.
SettingsActivity)

Bug: 78187414
Test: RunSettingsRoboTests
Change-Id: I1c950f7c55df35795641c2ea8579ce9e011dba28

6 years agoImport translations. DO NOT MERGE
Bill Yi [Fri, 20 Apr 2018 17:37:50 +0000 (10:37 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I93f8c6f0051cf15e218d1c761c300c7e16109165

6 years agoCollapse notification advanced settings
Julia Reynolds [Thu, 19 Apr 2018 17:15:29 +0000 (13:15 -0400)]
Collapse notification advanced settings

Leave footers visible outside of advanced

Test: visual inspection
Fixes: 77324998
Fixes: 38011858
Change-Id: I2d6fcb832b134bc97081f03a3ab38d593e943f76

6 years agoSwitch to new checkPasswordHistory method
Rubin Xu [Fri, 30 Mar 2018 19:51:24 +0000 (20:51 +0100)]
Switch to new checkPasswordHistory method

This is part of the fix that upgrades the hashing of password history
to a more secure design.

Bug: 32826058
Test: manual
Change-Id: Ib022c8db1f7b63f75b69d0177fa5f6be528a83c5

6 years agoPick default notification setting for work profile
Pavel Grafov [Fri, 20 Apr 2018 11:52:28 +0000 (12:52 +0100)]
Pick default notification setting for work profile

Managed profiles cannot completely hide notifications, so
this setting should be treated as always "true" for them.

Change-Id: I9808c1e9736d83efccb0e947d9097379bda59ebb
Fixes: 78194020
Test: atest RedactionInterstitialTest

6 years agoMerge "Fix crash on rotation" into pi-dev
Julia Reynolds [Fri, 20 Apr 2018 13:30:28 +0000 (13:30 +0000)]
Merge "Fix crash on rotation" into pi-dev

6 years agoMerge "Update Slice APIs to current versions" into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 03:11:14 +0000 (03:11 +0000)]
Merge "Update Slice APIs to current versions" into pi-dev

6 years agoMerge "Make WifiTether listen to datasaver" into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 02:57:04 +0000 (02:57 +0000)]
Merge "Make WifiTether listen to datasaver" into pi-dev

6 years agoMake WifiTether listen to datasaver
Salvador Martinez [Wed, 18 Apr 2018 00:32:16 +0000 (17:32 -0700)]
Make WifiTether listen to datasaver

Wifi Tethering is already turned off when appropriate. However
if you re-enable it you still can't toggle the tether switchbar.
This CL makes it so that if you disable data saver the toggle
becomes enabled again.

Test: robotests
Bug: 77860936
Change-Id: I03fa74c21674678a90cde7bd20fa68167f02ae3c

6 years agoMerge "Fix Network details title not being translated." into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 00:50:34 +0000 (00:50 +0000)]
Merge "Fix Network details title not being translated." into pi-dev

6 years agoMerge "Fix limit data usage dialog body not being translated." into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 00:43:58 +0000 (00:43 +0000)]
Merge "Fix limit data usage dialog body not being translated." into pi-dev

6 years agoMerge "Adjust comment on data over usage string." into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 00:36:43 +0000 (00:36 +0000)]
Merge "Adjust comment on data over usage string." into pi-dev

6 years agoUpdate Slice APIs to current versions
Matthew Fritze [Thu, 12 Apr 2018 23:53:41 +0000 (16:53 -0700)]
Update Slice APIs to current versions

Change-Id: Icf40673e518534487be77f33427df937717735e5
Fixes: 77982356
Test: robotests

6 years agoMerge "Fix App data usage title not being translated." into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 00:18:27 +0000 (00:18 +0000)]
Merge "Fix App data usage title not being translated." into pi-dev

6 years agoMerge "Update Wifi Tether band selection UI" into pi-dev
TreeHugger Robot [Fri, 20 Apr 2018 00:15:45 +0000 (00:15 +0000)]
Merge "Update Wifi Tether band selection UI" into pi-dev

6 years agoMerge "Format number to local locale." into pi-dev
Fan Zhang [Fri, 20 Apr 2018 00:01:01 +0000 (00:01 +0000)]
Merge "Format number to local locale." into pi-dev

6 years agoFix Network details title not being translated.
Doris Ling [Thu, 19 Apr 2018 23:49:35 +0000 (16:49 -0700)]
Fix Network details title not being translated.

- use the title resource id instead of the actual string in the launch
intent so that it can react to language change.

Change-Id: I424dc026a9298d12627c05f97f27e9d4cba5a341
Fixes: 77896130
Test: run i18nscreenshots

6 years agoFix limit data usage dialog body not being translated.
Doris Ling [Thu, 19 Apr 2018 23:35:28 +0000 (16:35 -0700)]
Fix limit data usage dialog body not being translated.

- need to pass the resource id instead of the text when building the
dialog in order for it to react to language change.
- also remove the unnecessary set/get the body message in the dialog
creation since the msg id can be used directly.

Change-Id: I399dcda54961fac457fc5f0fad9082f2c1e1a2b2
Fixes: 77897157
Test: run i18nscreenshots

6 years agoAdjust comment on data over usage string.
Sundeep Ghuman [Wed, 18 Apr 2018 18:50:12 +0000 (11:50 -0700)]
Adjust comment on data over usage string.

Bug: 75981328
Test: NA
Change-Id: I393ab6637d563a34e9cea2da2b9c29e32efb056f

6 years agoFix App data usage title not being translated.
Doris Ling [Thu, 19 Apr 2018 23:03:50 +0000 (16:03 -0700)]
Fix App data usage title not being translated.

- we need to pass the title resource id instead of the actual text in
the launch intent in order for it react to language change properly.

Change-Id: I72ccbe67411c9f4da328dd24671f4e71ab927851
Fixes: 77898325
Test: run i18nscreenshots

6 years agoFormat number to local locale.
Fan Zhang [Thu, 19 Apr 2018 22:54:00 +0000 (15:54 -0700)]
Format number to local locale.

Change-Id: Iffa91eb8c40f09e5ac4cce10f355e348e62d8fce
Fixes: 78134172
Test: robotests

6 years agoUpdate Wifi Tether band selection UI
Salvador Martinez [Fri, 13 Apr 2018 00:21:06 +0000 (17:21 -0700)]
Update Wifi Tether band selection UI

This CL updates the preference for selecting the enabled tether bands
to allow individual selection of multiple bands instead of forcing
a single selection. Note that while this makes the UI theoretically
support new bands in the future, the wifi backend only supports
selecting a single band or all bands which this CL does not address.

Test: robotests
Bug: 73102003
Change-Id: Ib2d4a2834c5cd11875515d308f7b20bfc8471959

6 years agoMerge "Fix restricted fragment dialogs" into pi-dev
Salvador Martinez [Thu, 19 Apr 2018 20:09:08 +0000 (20:09 +0000)]
Merge "Fix restricted fragment dialogs" into pi-dev

6 years agoMerge "Find graceful description when missing disk." into pi-dev
Jeff Sharkey [Thu, 19 Apr 2018 20:03:24 +0000 (20:03 +0000)]
Merge "Find graceful description when missing disk." into pi-dev

6 years agoMerge "Updated string char-limits to better match available space for data usage...
TreeHugger Robot [Thu, 19 Apr 2018 18:28:54 +0000 (18:28 +0000)]
Merge "Updated string char-limits to better match available space for data usage." into pi-dev

6 years agoHook up Adaptive Battery to new flag.
Lei Yu [Thu, 19 Apr 2018 17:46:37 +0000 (10:46 -0700)]
Hook up Adaptive Battery to new flag.

APP_STANDBY_ENABLED is controlled by server side to do experiment.
Before this CL, Adaptive Battery is hooked up to this flag, so
even though if user turns it off, it may be turned on by server.

Add a high level ADAPTIVE_BATTERY_MANAGEMENT_ENABLED to control
the feature in settings UI side.

Bug: 78153913
Test: RunSettingsRoboTests
Change-Id: I1a18d622ddc31ec4d45db918bf981516fbb926c1

6 years agoMerge "update checkbox based on FAS API" into pi-dev
Lei Yu [Thu, 19 Apr 2018 17:01:23 +0000 (17:01 +0000)]
Merge "update checkbox based on FAS API" into pi-dev

6 years agoMerge "Can disable checkbox without tint on text" into pi-dev
Beverly Tai [Thu, 19 Apr 2018 16:57:05 +0000 (16:57 +0000)]
Merge "Can disable checkbox without tint on text" into pi-dev

6 years agoFind graceful description when missing disk.
Jeff Sharkey [Thu, 19 Apr 2018 15:45:29 +0000 (09:45 -0600)]
Find graceful description when missing disk.

Certain volumes (like internal storage) don't have a corresponding
DiskInfo object, so we need to fall back to using the VolumeInfo
description instead.

Bug: 77991425
Test: atest com.android.settings.ui.StorageWizardTest
Change-Id: I92d377035b6028dd31527100da54bfb1d1828ae9

6 years agoFix crash on rotation
Julia Reynolds [Thu, 19 Apr 2018 14:04:53 +0000 (10:04 -0400)]
Fix crash on rotation

Load app/channel data early so that any open dialogs can be properly
reconstructed. Never call done on an entityheadercontroller with
an activity that's not yet started.

Test: robotests
Change-Id: Ib2b9f8f1985ef038959062204aaceff686f4ebcf
Fixes: 74114917

6 years agoCan disable checkbox without tint on text
Beverly [Wed, 18 Apr 2018 17:45:18 +0000 (13:45 -0400)]
Can disable checkbox without tint on text

Fixes: 76101594
Test: DisabledCheckBoxPreferenceTest, ZenModeVisEffectPreferenceControllerTest
Change-Id: Ida92c7d94f788404d9cd48f07e779446d9ac0d54

6 years agoMerge "Fix wifi launch intent" into pi-dev
TreeHugger Robot [Thu, 19 Apr 2018 13:23:20 +0000 (13:23 +0000)]
Merge "Fix wifi launch intent" into pi-dev

6 years agoMerge "Remove dynamic summaries for "Screen lock"" into pi-dev
CY Cheng [Thu, 19 Apr 2018 08:29:29 +0000 (08:29 +0000)]
Merge "Remove dynamic summaries for "Screen lock"" into pi-dev

6 years agoAdd DockUpdaterFeatureProvider and DockUpdater.
Ivan Chiang [Tue, 10 Apr 2018 06:32:58 +0000 (14:32 +0800)]
Add DockUpdaterFeatureProvider and DockUpdater.

Add the new feature components for dock devices.

Bug: 77931823
Test: Build
Change-Id: I219a5256d02f2b1b8ea7cce1cff4219975f2eae2

6 years agoRemove dynamic summaries for "Screen lock"
CY Cheng [Wed, 18 Apr 2018 12:23:57 +0000 (20:23 +0800)]
Remove dynamic summaries for "Screen lock"

By replacing default summary string with placeholder in xml, the search
index db will add the placeholder as summary instead. This prevents
SettingsIntelligence displaying the search result with a fixed summary,
which may inconsistent with current settings status.

Fixes: 73254496
Test: RunSettingsRoboTests
Change-Id: Ifae8a787ce63fa7a6c7ad5749dab7db72be0263f

6 years agoUpdate settings main page battery string
Salvador Martinez [Wed, 18 Apr 2018 22:56:28 +0000 (15:56 -0700)]
Update settings main page battery string

UX requested that the percentage be moved to the front.

Test: robotests pass
Bug: 77874406
Change-Id: I7008c81fa42487bb71ecd84b6a66203d89fe50a8

6 years agoFix restricted fragment dialogs
Salvador Martinez [Thu, 19 Apr 2018 00:38:46 +0000 (17:38 -0700)]
Fix restricted fragment dialogs

The dialog for a setting being restricted was showing even when the
password was being entered correctly. This CL makes it so that
if the password is correctly entered we dismiss the dialog if it
is up.

Test: robotests
Bug: 77722622
Change-Id: Ifc82bc1e5800afff2a0883a13bf316f84169d80d

6 years agoMerge "Bidi wrap owner name in account setting page." into pi-dev
TreeHugger Robot [Thu, 19 Apr 2018 00:24:53 +0000 (00:24 +0000)]
Merge "Bidi wrap owner name in account setting page." into pi-dev

6 years agoMerge "Fixing incorrect method to launch mobile data plan app." into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 23:49:31 +0000 (23:49 +0000)]
Merge "Fixing incorrect method to launch mobile data plan app." into pi-dev