OSDN Git Service

android-x86/packages-apps-Settings.git
6 years agoMerge "Setting should handle android.settings.SYNC_SETTINGS from managed profile...
Rubin Xu [Thu, 17 May 2018 18:57:46 +0000 (18:57 +0000)]
Merge "Setting should handle android.settings.SYNC_SETTINGS from managed profile" into pi-dev

6 years agoAdd Wifi Slice
Matthew Fritze [Tue, 1 May 2018 23:52:46 +0000 (16:52 -0700)]
Add Wifi Slice

Add a custom Wifi Slice to the Settings Slice Provider.
It needs a custom Slice because of the complicated listener logic
in the MasterSwitchPreferenceController, which makes it hard to
work-in synchronous set/get logic.

The one-off Slice requires extra changes, including:
- Including it in getDescendants
- Handling changes to wifi by the framework

This is the first change that uses SettingsLib's broadcast relay,
which allows settings to (un)register IntentFilters to a Uri,
allowing Settings Slices affected by the framework (quicksettings,
connectivity related, volume, etc) to be updated without action
on the Slice.

Fixes: 70622039
Fixes: 67997332
Test: robotests
Change-Id: Ia76738dd6baacd5522d52df2c61ebad86a600282
Merged-In: Ibfe4736beecb833e3f6bb871b2eb5228a5fd3a34

6 years agoSetting should handle android.settings.SYNC_SETTINGS from managed profile
Rubin Xu [Thu, 17 May 2018 13:48:49 +0000 (14:48 +0100)]
Setting should handle android.settings.SYNC_SETTINGS from managed profile

When android.settings.SYNC_SETTINGS is fired from a managed profile, Settings
should handle it properly and displays the UI to manage accounts in the profile.
Since Settings uses a unified page to display both personal and work accounts,
it should redirect the intent to the UserAndAccountDashboardActivity in user 0

Bug: 79561138
Test: adb shell am start -a android.settings.SYNC_SETTINGS --user 10
      verifies the UI is showing work accounts

Change-Id: Ib82a04ad0ec72d58d60569e38538c5dbd6181bf0

6 years agoMerge "Get rid of divider above ringtone selector" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 13:34:34 +0000 (13:34 +0000)]
Merge "Get rid of divider above ringtone selector" into pi-dev

6 years agoMerge "Add “Rename device” on Bluetooth screen" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 09:08:30 +0000 (09:08 +0000)]
Merge "Add “Rename device” on Bluetooth screen" into pi-dev

6 years agoMerge "Bluetooth and NFC added back to Connection preferences" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 09:06:18 +0000 (09:06 +0000)]
Merge "Bluetooth and NFC added back to Connection preferences" into pi-dev

6 years agoUpdate DialogFragment UI when BT device is add/remove/rename
hughchen [Mon, 23 Apr 2018 12:13:14 +0000 (20:13 +0800)]
Update DialogFragment UI when BT device is add/remove/rename

* Add AudioSwitchCallback() in AudioSwitchPreferenceController.
  This callback is used to notify SoudSettings to update the dialogFragment UI.
* Add UpdatableListPreferenceDialogFragment that updates the available
  options when dialog is shown
* Add test to verify the adapter count when
  onListPreferenceUpdated() is called.

Bug: 77783217
Test: make -j50 RunSettingsRoboTests
Change-Id: I8cac1b30ec50df026f4b7722dd1cd2f69e77a4cb
Merged-In: I8cac1b30ec50df026f4b7722dd1cd2f69e77a4cb

6 years agoMerge changes from topic "pi-telephonydebugmenu" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 04:45:41 +0000 (04:45 +0000)]
Merge changes from topic "pi-telephonydebugmenu" into pi-dev

* changes:
  [Telephony Debug Menu] Add Link Capacity Estimate
  [Telephony Debug Menu] Add Physical Channel Config
  [Telephony Debug Menu] LTE BW and Serving CellInfo

6 years agoMerge "Update method isSmartBatteryEnabled()" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 02:43:22 +0000 (02:43 +0000)]
Merge "Update method isSmartBatteryEnabled()" into pi-dev

6 years agoMerge "Convert Magnify controller to TogglePrefController" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 00:43:04 +0000 (00:43 +0000)]
Merge "Convert Magnify controller to TogglePrefController" into pi-dev

6 years agoMerge "Clean-up settings slices" into pi-dev
TreeHugger Robot [Thu, 17 May 2018 00:26:32 +0000 (00:26 +0000)]
Merge "Clean-up settings slices" into pi-dev

6 years agoMerge "Darken the secondary text on storage items." into pi-dev
TreeHugger Robot [Thu, 17 May 2018 00:13:05 +0000 (00:13 +0000)]
Merge "Darken the secondary text on storage items." into pi-dev

6 years agoMerge "Increase the char limit of carrier_and_update_now_text to 34." into pi-dev
Andreas Terzis [Wed, 16 May 2018 23:44:35 +0000 (23:44 +0000)]
Merge "Increase the char limit of carrier_and_update_now_text to 34." into pi-dev

6 years agoMerge "Moves Swipe Up overlay from Settings app to android.internal" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 23:38:31 +0000 (23:38 +0000)]
Merge "Moves Swipe Up overlay from Settings app to android.internal" into pi-dev

6 years agoMerge "Bluetooth: Fix to avoid BluetoothPan ServiceConnection leak" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 23:28:28 +0000 (23:28 +0000)]
Merge "Bluetooth: Fix to avoid BluetoothPan ServiceConnection leak" into pi-dev

6 years agoMerge "Set slice summary text to screentitle first" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 22:51:55 +0000 (22:51 +0000)]
Merge "Set slice summary text to screentitle first" into pi-dev

6 years ago[Telephony Debug Menu] Add Link Capacity Estimate
Nathan Harold [Tue, 24 Apr 2018 20:31:07 +0000 (13:31 -0700)]
[Telephony Debug Menu] Add Link Capacity Estimate

Register for the Link capacity estimate for the
cellular default data connection and report it
in the debug menu.

Bug: 78791811
Test: manual
Change-Id: I73d945dfa192873936107902e0de6d58fc69059b

6 years ago[Telephony Debug Menu] Add Physical Channel Config
Nathan Harold [Tue, 24 Apr 2018 01:20:43 +0000 (18:20 -0700)]
[Telephony Debug Menu] Add Physical Channel Config

Add a field to display the PhyChanConfig and register
for this event as part of the PhoneStateListener.

Bug: 78791811
Test: manual
Change-Id: Ic038aa65655f8efa98bf1d6388e7c61761d2eb4a

6 years ago[Telephony Debug Menu] LTE BW and Serving CellInfo
Nathan Harold [Wed, 18 Apr 2018 00:01:32 +0000 (17:01 -0700)]
[Telephony Debug Menu] LTE BW and Serving CellInfo

Add debug menu support for the serving cell status
indication and the LTE bandwidth in the CellInfo
display.

Bug: 78791811
Test: manual
Change-Id: Ic51858131af671317431e0970bdcaeebcb460931

6 years agoDarken the secondary text on storage items.
Daniel Nishi [Wed, 16 May 2018 22:34:34 +0000 (15:34 -0700)]
Darken the secondary text on storage items.

This darkens the X.XX GB text on the storage items to improve the
contrast between the text and the background color.

Bug: 79754437
Test: Manual
Change-Id: Icc44a97d810cd1aea22438f38e5e97ddb7b8e43d

6 years agoBluetooth: Fix to avoid BluetoothPan ServiceConnection leak
Nitin Shivpure [Fri, 11 May 2018 07:56:58 +0000 (13:26 +0530)]
Bluetooth: Fix to avoid BluetoothPan ServiceConnection leak

Usecase:
1.) Make sure BT is turned off.
2.) Go to Settings -> Network & Internet
3.) Press back  from Network & Internet.
4.) Repeat above step 2000 times

Expected Result:
No ANR/Crashed should be seen.

Observed Result:
ServiceConnection leak is happening & android setting app get crashed.

Root cause: TetherPreferenceController tries to get
pan Proxy object, when BT is oFF, which is leaking one
service connection each time

Fix: getProfileProxy for Pan must only be called, when BT is
      turned on.

Test: lifeCycle_onCreate_shouldNotInitBluetoothPanWhenBluetoothOff

Bug: 79561076
Change-Id: I85208f48ce4dded94020cb156fcdb98b2cc873f9
(cherry picked from commit 31bcf6225cdabee4f810d4fe55ea32d0d43a9c5c)
(cherry picked from commit 31c799305b480e56bd083a48c6acca11572ebe16)

6 years agoMerge "Move app setting link from Entity header to pref controller" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 20:51:17 +0000 (20:51 +0000)]
Merge "Move app setting link from Entity header to pref controller" into pi-dev

6 years agoMove app setting link from Entity header to pref controller
Fan Zhang [Mon, 14 May 2018 21:06:23 +0000 (14:06 -0700)]
Move app setting link from Entity header to pref controller

Change-Id: I13a27486a9c9b4c4fb358715d678473e63c1b624
Merged-In: I13a27486a9c9b4c4fb358715d678473e63c1b624
Fixes: 79688822
Test: robotest

6 years agoIncrease the char limit of carrier_and_update_now_text to 34.
Andreas Terzis [Wed, 16 May 2018 19:35:25 +0000 (12:35 -0700)]
Increase the char limit of carrier_and_update_now_text to 34.

The translation of the carrier_and_update_now_text field
in some European languages requires 34 characters. To
accomodate these requirements increase the character
limit from 30 to 34.

Bug: 76443102
Test: manual
Change-Id: I61c95fc6c30bd98d6b418047ae7cc1f2423a12e0

6 years agoMerge "Support Vibrate for calls in Settings Slices" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 18:48:14 +0000 (18:48 +0000)]
Merge "Support Vibrate for calls in Settings Slices" into pi-dev

6 years agoGet rid of divider above ringtone selector
Beverly [Wed, 16 May 2018 18:28:15 +0000 (14:28 -0400)]
Get rid of divider above ringtone selector

Change-Id: I939d1ab061fb55853fbc0505b8d9025715b9df97
Fixes: 79480349
Test: manual

6 years agoMerge "Change string from "Add device" to "Pair new device"" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 17:32:38 +0000 (17:32 +0000)]
Merge "Change string from "Add device" to "Pair new device"" into pi-dev

6 years agoBluetooth and NFC added back to Connection preferences
hughchen [Tue, 8 May 2018 08:52:18 +0000 (16:52 +0800)]
Bluetooth and NFC added back to Connection preferences

* Bluetooth and NFC added back to "Connection preferences"

Bug: 79299421
Test: make -j50 RunSettingsRoboTests
Change-Id: I8f4c389c28c7cc752f198be2b59b28b6e9af2c90
Merged-In: I8f4c389c28c7cc752f198be2b59b28b6e9af2c90

6 years agoMerge "Fixed accessibility bug in choose_lock_pattern_common.xml where title was...
Joshua Mccloskey [Wed, 16 May 2018 16:49:14 +0000 (16:49 +0000)]
Merge "Fixed accessibility bug in choose_lock_pattern_common.xml where title was not always read" into pi-dev

6 years agoConvert Magnify controller to TogglePrefController
hjchangliao [Wed, 2 May 2018 08:57:20 +0000 (16:57 +0800)]
Convert Magnify controller to TogglePrefController

Convert below to TogglePreferenceController:
MagnificationNavbarPreferenceController
(Magnify with Button)
MagnificationGesturesPreferenceController
(Magnify with triple-tap)

The two controllers share the same fragment,
Add static method for set/get state in fragment,
And use them in controllers and fragment.

Change-Id: I2bdbdb36be71e1a3ffb557abc5a6115d48de53cf
Merged-In: I2bdbdb36be71e1a3ffb557abc5a6115d48de53cf
Fixes: 67997698
Fixes: 67997726
Test: make RunSettingsRoboTests

6 years agoClean-up settings slices
Matthew Fritze [Wed, 16 May 2018 01:54:17 +0000 (18:54 -0700)]
Clean-up settings slices

- Set TTL to Infinity
- Set color of each slice to color accent

Change-Id: I7de4530880725ba3282602135bdc1fa85d786905
Fixes: 79780418
Test: robotests

6 years agoSet slice summary text to screentitle first
Matthew Fritze [Wed, 16 May 2018 02:22:35 +0000 (19:22 -0700)]
Set slice summary text to screentitle first

To improve context on search surfaces where the
setting may be ambiguous, we set the screentitle
as the summary text as the top priority. If there is
no screentitle or the it matches the title, then we
try to use the controller summary. If the controller
summary is not valid, then we show nothing.

Bug: 79780762
Test: robotests
Change-Id: If4f7f8d4a072125604ede14e3df2afd667fa24b7

6 years agoMerge "DO NOT MERGE Update zen onboarding" into pi-dev
TreeHugger Robot [Wed, 16 May 2018 13:24:39 +0000 (13:24 +0000)]
Merge "DO NOT MERGE Update zen onboarding" into pi-dev

6 years agoChange string from "Add device" to "Pair new device"
hughchen [Wed, 16 May 2018 11:17:06 +0000 (19:17 +0800)]
Change string from "Add device" to "Pair new device"

Change string from "Add device" to "Pair new device"

Bug: 79298886
Test: Build pass
Change-Id: Iac4e251d5fab794f90e98911208f026d62b91659

6 years agoSupport Vibrate for calls in Settings Slices
joeshih [Sat, 31 Mar 2018 10:08:05 +0000 (18:08 +0800)]
Support Vibrate for calls in Settings Slices

Use TogglePreferenceController instead of AbstractPreferenceController
for VibrateWhenRingPreferenceControllr

Bug:74915140
Test: make RunSettingsRoboTests
Change-Id: Ib06126324516826411a7d50a2bd8a790bfd477c7
Merged-In: I501a1470da7dc1ff582c2a90b5235b25036caefc

6 years agoUpdate method isSmartBatteryEnabled()
Lei Yu [Tue, 15 May 2018 00:44:24 +0000 (17:44 -0700)]
Update method isSmartBatteryEnabled()

Check the config value from framework.

Bug: 79698191
Test: RunSettingsRoboTests
Change-Id: I14424e2a96fb3ef3bb7d0f10218266d53e86370d

6 years agoMoves Swipe Up overlay from Settings app to android.internal
Mehdi Alizadeh [Wed, 16 May 2018 00:58:44 +0000 (17:58 -0700)]
Moves Swipe Up overlay from Settings app to android.internal

Bug: 79778025
Test: Robo tests
Change-Id: I0cfe5876c5d15552bd4a8e6a96931056846c880d

6 years agoUpdate sound setting icons
Fan Zhang [Tue, 15 May 2018 19:48:59 +0000 (12:48 -0700)]
Update sound setting icons

- icon for sound setting in Settings homepage
- icon on phone muted condition card
- icon on DND condition card and DND suggestion

Bug: 77982107
Test: visual
Change-Id: I22b5223029d67de0bcb2466a45075835453a2b5f

6 years agoMerge "DO NOT MERGE Show mute icon in sound settings page" into pi-dev
TreeHugger Robot [Tue, 15 May 2018 21:39:55 +0000 (21:39 +0000)]
Merge "DO NOT MERGE Show mute icon in sound settings page" into pi-dev

6 years agoDO NOT MERGE Show mute icon in sound settings page
Beverly [Mon, 14 May 2018 21:37:25 +0000 (17:37 -0400)]
DO NOT MERGE Show mute icon in sound settings page

- Show mute icon when ringer is muted
- Show vibrate icon when ringer is on vibrate
- Show ringer icon when ringer is on ring

Test: visual inspection
Change-Id: I662e0d4fd33ac2284378c2f558509c93c907fbe3
Bug: 78330194

6 years agoMerge "Suppress NewDeviceIntroSuggestionActivity if Tips application exists" into...
TreeHugger Robot [Tue, 15 May 2018 18:16:25 +0000 (18:16 +0000)]
Merge "Suppress NewDeviceIntroSuggestionActivity if Tips application exists" into pi-dev

6 years agoMerge "Make sure we do not make UI calls from background thread in DashboardSummary...
TreeHugger Robot [Tue, 15 May 2018 18:07:56 +0000 (18:07 +0000)]
Merge "Make sure we do not make UI calls from background thread in DashboardSummary class." into pi-dev

6 years agoSuppress NewDeviceIntroSuggestionActivity if Tips application exists
richard chou [Wed, 9 May 2018 08:21:38 +0000 (16:21 +0800)]
Suppress NewDeviceIntroSuggestionActivity if Tips application exists

NewDeviceIntroSuggestionActivity should not show if Tips application exists.

Bug: 77652536
Test: atest SettingsRoboTests
Change-Id: I0aa19a5bc79c8b1497f42372d293299509d897b2
Merged-In: I85575e8eb92a8a620f0af9e5ad3ebd5b8dd05323

6 years agoMerge "Add and update string" into pi-dev
TreeHugger Robot [Tue, 15 May 2018 17:04:10 +0000 (17:04 +0000)]
Merge "Add and update string" into pi-dev

6 years agoDO NOT MERGE Update zen onboarding
Beverly [Mon, 14 May 2018 20:45:49 +0000 (16:45 -0400)]
DO NOT MERGE Update zen onboarding

- Update text
- Update buttons
- Update style

Bug: 79702414
Bug: 78447976
Bug: 79525632
Test: ZenOnboardingActivityTest
Change-Id: Ied476fc920828409993953fba32bf3dae324ea3c

6 years agoMerge "Update for support library prebuilt drop" into pi-dev
Jeff Gaston [Tue, 15 May 2018 16:37:55 +0000 (16:37 +0000)]
Merge "Update for support library prebuilt drop" into pi-dev

6 years agoUpdate for support library prebuilt drop
Jeff Gaston [Tue, 8 May 2018 18:41:39 +0000 (14:41 -0400)]
Update for support library prebuilt drop

Bug: 79267345
Test: m -j checkbuild

Change-Id: I086a2253a1c94af6f7c4dca04d2644a4f9e54ef5

6 years agoMerge "Remove old meta data declarations in manifest" into pi-dev
TreeHugger Robot [Tue, 15 May 2018 13:45:32 +0000 (13:45 +0000)]
Merge "Remove old meta data declarations in manifest" into pi-dev

6 years agoMerge "Delay index job a little bit" into pi-dev
TreeHugger Robot [Tue, 15 May 2018 13:18:42 +0000 (13:18 +0000)]
Merge "Delay index job a little bit" into pi-dev

6 years agoMerge "Gets rid of dividers in sound settings" into pi-dev
TreeHugger Robot [Tue, 15 May 2018 13:16:22 +0000 (13:16 +0000)]
Merge "Gets rid of dividers in sound settings" into pi-dev

6 years agoAdd and update string
hughchen [Tue, 15 May 2018 06:15:30 +0000 (14:15 +0800)]
Add and update string

* Change the string from "cast" to "driving mode"
* Add string "Bluetooth, NFC" and "Bluetooth"

Bug: 79299421
Test: build pass
Change-Id: I6da7e54545f209110fca8e7a107f3b20066c7623

6 years agoClick left side of list in "previously connected devices" should connect to the device
timhypeng [Tue, 24 Apr 2018 13:45:23 +0000 (21:45 +0800)]
Click left side of list in "previously connected devices" should connect to the device

* In "previously connected devices", to connect device
* In "Available media devices", to activate device

Bug: 77607104
Test: make -j50 RunSettingsRoboTests
Change-Id: If5005031bd3f5dc4950abf2c77575785cd6f67b1
Merged-In: If5005031bd3f5dc4950abf2c77575785cd6f67b1

6 years agoMerge "Add string for disabled FAS toggle." into pi-dev
TreeHugger Robot [Tue, 15 May 2018 03:09:19 +0000 (03:09 +0000)]
Merge "Add string for disabled FAS toggle." into pi-dev

6 years agoMerge "Remove the dynamic summary for bt preference." into pi-dev
TreeHugger Robot [Tue, 15 May 2018 01:15:18 +0000 (01:15 +0000)]
Merge "Remove the dynamic summary for bt preference." into pi-dev

6 years agoMake sure we do not make UI calls from background thread in DashboardSummary class.
Rajeev Kumar [Tue, 15 May 2018 00:56:27 +0000 (17:56 -0700)]
Make sure we do not make UI calls from background thread in DashboardSummary class.

Bug: 79705354
Test: make RunSettingsRoboTests -j40 and manual testing.
Change-Id: I08a08e05f3424f4a6d2100aed32d32bb15997c86

6 years agoAdd string for disabled FAS toggle.
Lei Yu [Tue, 15 May 2018 00:55:21 +0000 (17:55 -0700)]
Add string for disabled FAS toggle.

If FAS toggle is disabled because app is in doze whitelist(not optimized), show
a dialog that has this string.

Bug: 77924141
Test: Manual
Change-Id: I30518cd887125bff00b7c567e26204d5b1814858

6 years agoMerge "DO NOT MERGE Add Slices for WifiCalling" into pi-dev
Naina Nalluri [Mon, 14 May 2018 22:59:11 +0000 (22:59 +0000)]
Merge "DO NOT MERGE Add Slices for WifiCalling" into pi-dev

6 years agoMerge "Add cancel button for private dns dialog" into pi-dev
TreeHugger Robot [Mon, 14 May 2018 21:29:09 +0000 (21:29 +0000)]
Merge "Add cancel button for private dns dialog" into pi-dev

6 years agoGets rid of dividers in sound settings
Beverly [Mon, 14 May 2018 21:13:43 +0000 (17:13 -0400)]
Gets rid of dividers in sound settings

Change-Id: I71a5e37a48cb6366a161ccc6cf456960f1491eec
Fixes:79480349
Test: visual inspection (Settings > Sound)

6 years agoRemove old meta data declarations in manifest
Matthew Fritze [Mon, 14 May 2018 21:11:18 +0000 (14:11 -0700)]
Remove old meta data declarations in manifest

Change-Id: Ic27b950cc5e640f823074b974f9d29078973fad7
Fixes: 79151692
Test: builds

6 years agoRemove the dynamic summary for bt preference.
Lei Yu [Mon, 14 May 2018 20:42:12 +0000 (13:42 -0700)]
Remove the dynamic summary for bt preference.

Starting from b/62069132, we should use static summary for it.

Change-Id: I8ba5a9d6e8b5bcbcd9f4369cdf44004d557257a3
Fixes: 79666649
Test: Manual

6 years agoMerge "Update the battery broadcast receiver." into pi-dev
Lei Yu [Mon, 14 May 2018 20:45:57 +0000 (20:45 +0000)]
Merge "Update the battery broadcast receiver." into pi-dev

6 years agoDO NOT MERGE Add Slices for WifiCalling
Naina Nalluri [Wed, 2 May 2018 21:30:11 +0000 (14:30 -0700)]
DO NOT MERGE Add Slices for WifiCalling

Add Slices for WifiCalling
WifiCalling Slice Provider:
  1. If there is no activation needed or if the Wifi calling
     is currently turned on - provide the slice to toggle the
     value
  2. Else display appropriate message with further instructions
WifiCalling Slice Broadcast Receiver:
  1. If the action is turning off wifi or if there is no
     activation needed. Change the setting with ImsManager.
  2. And Ask to requery the slice in one second to display
     updated settings if 1 is valid or display appropriate message

Bug: 63731862
Bug: 78192106
Test: Use support-slices-demos-debug.apk to test on device
Test: Robotests
Change-Id: I29e1822fd24ebcff575fa48ad93f84ed91bf4d87

6 years agoAdd cancel button for private dns dialog
Lei Yu [Mon, 14 May 2018 20:08:58 +0000 (13:08 -0700)]
Add cancel button for private dns dialog

Also update the onclick method.

Change-Id: I69e92584e056a4d0a686153315b8df002d91e204
Fixes: 79479021
Test: RunSettingsRoboTests

6 years agoUpdate the battery broadcast receiver.
Lei Yu [Thu, 10 May 2018 00:27:17 +0000 (17:27 -0700)]
Update the battery broadcast receiver.

Add a type for battery receiver, then in callback client know for
which reason it been invoked:
1. battery level change
2. battery saver state change
3. battery plug state change

So in this CL, we won't update battery tip for battery level change,
then battery tip won't be dismissed by itself.

Also note in onResume() we will manually update battery tip. So if
user stay in battery settings page and close the screen, once he opens
it we will still force update everything.

Fixes: 79171742
Test: RunSettingsRoboTests

Change-Id: I997844216fd8267e545d74e0d434de9e338f76a1
Merged-In: I997844216fd8267e545d74e0d434de9e338f76a1

6 years agoFixed accessibility bug in choose_lock_pattern_common.xml where title was
Joshua Mccloskey [Mon, 14 May 2018 19:22:51 +0000 (12:22 -0700)]
Fixed accessibility bug in choose_lock_pattern_common.xml where title was
not always read

Bug:77675435
Test: Verified that the text-to-speach did read the title 'Draw your
pattern again'

Change-Id: Ib9a6815b8f0901a110ebe99a777cf1092acd1d24

6 years agoDelay index job a little bit
Jason Monk [Mon, 14 May 2018 18:40:01 +0000 (14:40 -0400)]
Delay index job a little bit

Make sure it doesn't cause jank while launching settings.

Test: existing
Change-Id: I410315469319b2156495f2d8b296fc164c475cb9
Fixes: 78787416

6 years agoMerge "Protect against multiple starts of device index job" into pi-dev
TreeHugger Robot [Mon, 14 May 2018 18:31:42 +0000 (18:31 +0000)]
Merge "Protect against multiple starts of device index job" into pi-dev

6 years agoMerge "Remove developer menu: AVDTP delay reports/inband ringing" into pi-dev
TreeHugger Robot [Mon, 14 May 2018 18:20:29 +0000 (18:20 +0000)]
Merge "Remove developer menu: AVDTP delay reports/inband ringing" into pi-dev

6 years agoMerge "DO NOT MERGE Always show custom zen vis eff option" into pi-dev
TreeHugger Robot [Mon, 14 May 2018 15:29:12 +0000 (15:29 +0000)]
Merge "DO NOT MERGE Always show custom zen vis eff option" into pi-dev

6 years agoProtect against multiple starts of device index job
Jason Monk [Mon, 14 May 2018 15:14:19 +0000 (11:14 -0400)]
Protect against multiple starts of device index job

Its rare, but can happen.

Test: existing tests pass
Change-Id: Ie7aaa47902741d5f7fdd954f35e8f13e9466e07c
Fixes: 78898947

6 years agoDO NOT MERGE Always show custom zen vis eff option
Beverly [Fri, 11 May 2018 18:03:25 +0000 (14:03 -0400)]
DO NOT MERGE Always show custom zen vis eff option

+ dnd string edits

Change-Id: I2fcbe6c527b40610f997efacb08049c07b3a6dd7
Bug: 79538038
Bug: 78447976
Test: ZenModeViseffectsCustomPreferenceControllerTest

6 years agoMerge "Import translations. DO NOT MERGE" into pi-dev
TreeHugger Robot [Sun, 13 May 2018 05:08:26 +0000 (05:08 +0000)]
Merge "Import translations. DO NOT MERGE" into pi-dev

6 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 12 May 2018 19:16:11 +0000 (12:16 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ide496214e78fbc4bdbd606ecff720a8cf988daa5

6 years agoMerge "Make it so client code does not tie tether to wifi" into pi-dev
TreeHugger Robot [Sat, 12 May 2018 04:37:27 +0000 (04:37 +0000)]
Merge "Make it so client code does not tie tether to wifi" into pi-dev

6 years agoRemove developer menu: AVDTP delay reports/inband ringing
Hansong Zhang [Fri, 11 May 2018 23:23:55 +0000 (23:23 +0000)]
Remove developer menu: AVDTP delay reports/inband ringing

Bluetooth AVDTP delay reports and inband ringing are used by default.
Developer option menu no longer used.

Bug: 79610154
Test: robolectric
Change-Id: I67fe10808151f101fc7e891f75953f8539255026
Merged-In: I67fe10808151f101fc7e891f75953f8539255026

6 years agoMerge "Update the initial expanded count for apps and notifications." into pi-dev
Doris Ling [Fri, 11 May 2018 23:33:36 +0000 (23:33 +0000)]
Merge "Update the initial expanded count for apps and notifications." into pi-dev

6 years agoMerge "Unrestricting app when put on power whitelist" into pi-dev
TreeHugger Robot [Fri, 11 May 2018 23:06:49 +0000 (23:06 +0000)]
Merge "Unrestricting app when put on power whitelist" into pi-dev

6 years agoMerge "Add help uri for restricted apps page" into pi-dev
Lei Yu [Fri, 11 May 2018 23:05:41 +0000 (23:05 +0000)]
Merge "Add help uri for restricted apps page" into pi-dev

6 years agoAdd help uri for restricted apps page
Fan Zhang [Thu, 10 May 2018 18:07:27 +0000 (18:07 +0000)]
Add help uri for restricted apps page

Bug: 77299457
Test: Build
Change-Id: I46c208f9805f47a4f42e44338ea5dce0451dd671

6 years agoUpdate the initial expanded count for apps and notifications.
Doris Ling [Fri, 11 May 2018 20:00:23 +0000 (13:00 -0700)]
Update the initial expanded count for apps and notifications.

- increase it by 1 to accomodate the injected setting.

Change-Id: I0e131c87ffbf2b296b66717b2c6f160abb3b3269
Fixes: 77823915
Test: visual

6 years agoUnrestricting app when put on power whitelist
Suprabh Shukla [Fri, 11 May 2018 03:11:26 +0000 (20:11 -0700)]
Unrestricting app when put on power whitelist

Power whitelisting and background restrictions are opposing rules, so to
keep apps out of confusing states, unrestricting an app whenever it is
put on the power whitelist.

Test: atest RunSettingsRoboTests:HighPowerDetailTest

Bug: 77924141
Change-Id: I4952ac6c893bc7e98aa1b6ad3a86906fc299dea5

6 years agoMerge "DO NOT MERGE Add DND Settings suggestion" into pi-dev
Beverly Tai [Fri, 11 May 2018 20:59:49 +0000 (20:59 +0000)]
Merge "DO NOT MERGE Add DND Settings suggestion" into pi-dev

6 years agoDO NOT MERGE Add DND Settings suggestion
Beverly [Wed, 9 May 2018 19:27:45 +0000 (15:27 -0400)]
DO NOT MERGE Add DND Settings suggestion

Test: SettingsSuggestionsTest, ZenOnboardingActivityTest
Change-Id: Ie78c9cf8287ee56bc4596efe20d27f8eb432ab6c
Bug: 78445134

6 years agoMerge "Rename settings category." into pi-dev
TreeHugger Robot [Fri, 11 May 2018 20:49:35 +0000 (20:49 +0000)]
Merge "Rename settings category." into pi-dev

6 years agoMerge "Add call volume in sound settings" into pi-dev
Ryan Lin [Fri, 11 May 2018 20:13:16 +0000 (20:13 +0000)]
Merge "Add call volume in sound settings" into pi-dev

6 years agoMerge "Implement getProfileId() method in the subclass" into pi-dev
Ryan Lin [Fri, 11 May 2018 19:53:19 +0000 (19:53 +0000)]
Merge "Implement getProfileId() method in the subclass" into pi-dev

6 years agoMerge "Use another callback to notify the updater that UI should be updated" into...
Ryan Lin [Fri, 11 May 2018 19:53:19 +0000 (19:53 +0000)]
Merge "Use another callback to notify the updater that UI should be updated" into pi-dev

6 years agoMerge "Remove the padding for VideoPreference" into pi-dev
TreeHugger Robot [Fri, 11 May 2018 18:13:48 +0000 (18:13 +0000)]
Merge "Remove the padding for VideoPreference" into pi-dev

6 years agoMerge "Update string from "Add device" to "Pair new device" in Setting > Connected...
Fan Zhang [Fri, 11 May 2018 18:02:22 +0000 (18:02 +0000)]
Merge "Update string from "Add device" to "Pair new device" in Setting > Connected devices" into pi-dev

6 years agoRename settings category.
Doris Ling [Fri, 11 May 2018 17:59:58 +0000 (10:59 -0700)]
Rename settings category.

- from night light to night display.

Change-Id: I2d6c8d931793439dc3b028b4b7a46c21444e10a0
Fixes: 79530682
Test: make RunSettingsRoboTests

6 years agoMerge "OMS: rebase settings when overlays update" into pi-dev
Todd Kennedy [Fri, 11 May 2018 17:44:53 +0000 (17:44 +0000)]
Merge "OMS: rebase settings when overlays update" into pi-dev

6 years agoMerge "Add discoverable footer preference string when bluetooth is off" into pi-dev
TreeHugger Robot [Fri, 11 May 2018 17:02:08 +0000 (17:02 +0000)]
Merge "Add discoverable footer preference string when bluetooth is off" into pi-dev

6 years agoImplement getProfileId() method in the subclass
ryanywlin [Fri, 11 May 2018 12:25:13 +0000 (20:25 +0800)]
Implement getProfileId() method in the subclass

Add getProfileId() method in LocalBluetoothProfile interface,
implement this method in subclass.

Bug: 76447449
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsProfilesControllerTest -j28
Change-Id: I8082716b7cdaf7394ee2f8a4b636058716af7bb1

6 years agoAdd call volume in sound settings
ryanywlin [Wed, 25 Apr 2018 02:56:36 +0000 (10:56 +0800)]
Add call volume in sound settings

* Add call volume slider
* move "Take call" controller from "Ring volume" to "Call volume"

Bug: 77254162
Test: make -j50 RunSettingsRoboTests

Change-Id: I3443021c1557f42293e9b7772fe9072e5a966cf8

6 years agoAdd “Rename device” on Bluetooth screen
hughchen [Fri, 11 May 2018 02:16:32 +0000 (10:16 +0800)]
Add “Rename device” on Bluetooth screen

* Add BluetoothDeviceRenamePreferenceController in bluetooth_screen.xml
* Refactor BluetoothDeviceRenamePreferenceController and BluetoothDeviceNamePreferenceController.
  Let these controllers can be init in xml.

Bug: 78247352
Test: make -j50 RunSettingsRoboTests
Change-Id: Iddd0cac1e973bbd82cb30fe4c18e8b359ba4ba2b

6 years agoMerge "Update Accessbility vibration settings." into pi-dev
AL HO [Fri, 11 May 2018 07:11:14 +0000 (07:11 +0000)]
Merge "Update Accessbility vibration settings." into pi-dev

6 years agoAdd discoverable footer preference string when bluetooth is off
timhypeng [Fri, 11 May 2018 06:16:35 +0000 (14:16 +0800)]
Add discoverable footer preference string when bluetooth is off

Bug: 79294219
Test: build pass
Change-Id: Iea8c75bed099466060405d81b793404619059642

6 years agoMerge "Fix a strict mode violation in SystemUpdatePrefController" into pi-dev
TreeHugger Robot [Fri, 11 May 2018 05:49:29 +0000 (05:49 +0000)]
Merge "Fix a strict mode violation in SystemUpdatePrefController" into pi-dev

6 years agoUse another callback to notify the updater that UI should be updated
ryanywlin [Thu, 3 May 2018 05:40:52 +0000 (13:40 +0800)]
Use another callback to notify the updater that UI should be updated

Replace onConnectionStateChanged callback
with onProfileConnectionStateChanged. While
updater is notified, isFilterMatched(cachedDevice)
will decide whether to add/remove from UI based
on audio profiles and audio mode.

Bug: 76447449
Test: make RunSettingsRoboTests -j28
Change-Id: Icfba1ce2297e4638679158f9f99bae276940d885