OSDN Git Service

android-x86/packages-apps-Settings.git
6 years agoSnap for 4693955 from 27587f7884de7006f487f71d7cc6afd37a50a4f6 to pi-release
android-build-team Robot [Mon, 2 Apr 2018 07:22:30 +0000 (07:22 +0000)]
Snap for 4693955 from 27587f7884de7006f487f71d7cc6afd37a50a4f6 to pi-release

Change-Id: I8bb3b4adb19bc8afba81bd282613d7a85d265caf

6 years agoMerge "Update auto wi-fi to prompt user for permissions" into pi-dev
TreeHugger Robot [Mon, 2 Apr 2018 01:36:37 +0000 (01:36 +0000)]
Merge "Update auto wi-fi to prompt user for permissions" into pi-dev

6 years agoMerge "Update the battery string." into pi-dev
TreeHugger Robot [Mon, 2 Apr 2018 01:33:28 +0000 (01:33 +0000)]
Merge "Update the battery string." into pi-dev

6 years agoMerge "Let battery status icon has consist UI in PowerSummaryPage" into pi-dev
Jyun LuoLai [Mon, 2 Apr 2018 01:27:56 +0000 (01:27 +0000)]
Merge "Let battery status icon has consist UI in PowerSummaryPage" into pi-dev

6 years agoSnap for 4693621 from 1873faefb888eebcfdc7c90bd2a5f4450bd83a64 to pi-release
android-build-team Robot [Sun, 1 Apr 2018 07:26:08 +0000 (07:26 +0000)]
Snap for 4693621 from 1873faefb888eebcfdc7c90bd2a5f4450bd83a64 to pi-release

Change-Id: Iee51ce8b18e29b1e8926d80c30161ca50f9d5755

6 years agoMerge "Remove wrappers" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 11:00:25 +0000 (11:00 +0000)]
Merge "Remove wrappers" into pi-dev

6 years agoMerge "Add callback onProfileAudioStateChanged()" into pi-dev
Ryan Lin [Sat, 31 Mar 2018 06:23:26 +0000 (06:23 +0000)]
Merge "Add callback onProfileAudioStateChanged()" into pi-dev

6 years agoMerge "Wake notifications to TogglePreferenceController" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 05:15:28 +0000 (05:15 +0000)]
Merge "Wake notifications to TogglePreferenceController" into pi-dev

6 years agoRemove wrappers
Fan Zhang [Fri, 30 Mar 2018 23:17:12 +0000 (16:17 -0700)]
Remove wrappers

Bug: 76167422
Test: robotests
Change-Id: Ic673fa2aa815b84da4b522dab85aacbeab6e39ec

6 years agoMerge "Import translations. DO NOT MERGE" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 04:11:14 +0000 (04:11 +0000)]
Merge "Import translations. DO NOT MERGE" into pi-dev

6 years agoWake notifications to TogglePreferenceController
HJ ChangLiao [Wed, 28 Mar 2018 09:13:03 +0000 (17:13 +0800)]
Wake notifications to TogglePreferenceController

Convert Wake for new notifications to TogglePreferenceController
Because Slice controller only support Constructor(context)
Move other parameter to setAmbientDisplayConfiguration

Change-Id: I01042b84217ad9592fece966374140dffaf813e4
Fixes:67997460
Test: make RunSettingsRoboTests -j

6 years agoMerge "Use touch delegate in SwitchBar" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 02:56:16 +0000 (02:56 +0000)]
Merge "Use touch delegate in SwitchBar" into pi-dev

6 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 31 Mar 2018 02:09:20 +0000 (19:09 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I7d6f7e4fa935eb00c198e0ad018faa42ec7dee05

6 years agoMerge "Update screen pinning instructions for QuickStep." into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 02:21:15 +0000 (02:21 +0000)]
Merge "Update screen pinning instructions for QuickStep." into pi-dev

6 years agoMerge "Remove FingerprintManagerWrapper" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 01:43:34 +0000 (01:43 +0000)]
Merge "Remove FingerprintManagerWrapper" into pi-dev

6 years agoMerge changes from topic "remove_wrappers" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 01:26:16 +0000 (01:26 +0000)]
Merge changes from topic "remove_wrappers" into pi-dev

* changes:
  Remove wrapper class for NotificationGroup.
  Remove more wrappers in favor of new Robolectric support

6 years agoMerge "Update wi-fi hotspot min length of summary to 2" into pi-dev
Fan Zhang [Sat, 31 Mar 2018 00:45:49 +0000 (00:45 +0000)]
Merge "Update wi-fi hotspot min length of summary to 2" into pi-dev

6 years agoMerge "Improve Night Light suggestion criterion" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 00:35:38 +0000 (00:35 +0000)]
Merge "Improve Night Light suggestion criterion" into pi-dev

6 years agoUse touch delegate in SwitchBar
Phil Weaver [Thu, 29 Mar 2018 19:39:57 +0000 (12:39 -0700)]
Use touch delegate in SwitchBar

The entire switch bar is supposed to behave as a switch,
so it had logic for clicking the layout that duplicated
the logic for the switch itself.

I'm removing all of this duplicate logic and using a
TouchDelegate instead.

This preserves the same behavior with much simpler code.
The previous approach led to accessibility being confused
about exactly what was clickable and what would happen
when different items were clicked. Workarounds to deal with
that confusion created other problems. Sweeping all of it
aside and using a TouchDelegate seems way cleaner.

Bug: 75962891
Test: make SettingsRoboTests
Change-Id: I4fe17d581b5294d2482392f75bf1607126cf235d

6 years agoMerge "Remove wrapper class for AutofillManager in Settings" into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 00:28:46 +0000 (00:28 +0000)]
Merge "Remove wrapper class for AutofillManager in Settings" into pi-dev

6 years agoMerge "Final (?!?!?!?!) Directory Access improvements." into pi-dev
TreeHugger Robot [Sat, 31 Mar 2018 00:21:36 +0000 (00:21 +0000)]
Merge "Final (?!?!?!?!) Directory Access improvements." into pi-dev

6 years agoUpdate screen pinning instructions for QuickStep.
Tracy Zhou [Thu, 29 Mar 2018 05:48:03 +0000 (22:48 -0700)]
Update screen pinning instructions for QuickStep.

Change-Id: I786c7a1f4dd5d13d0ea69abe5c56f565a5bb16ae
Fixes: 76317335
Test: N/A

6 years agoMerge "Remove more wrappers" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 23:37:15 +0000 (23:37 +0000)]
Merge "Remove more wrappers" into pi-dev

6 years agoRemove FingerprintManagerWrapper
Fan Zhang [Fri, 30 Mar 2018 23:30:31 +0000 (16:30 -0700)]
Remove FingerprintManagerWrapper

No longer needed after robolectric migration

Bug: 76167422
Test: robotests
Change-Id: I922cde8ac3667081a512cf899af86f68b24485a6

6 years agoImprove Night Light suggestion criterion
Sean Stout [Fri, 2 Feb 2018 02:01:05 +0000 (18:01 -0800)]
Improve Night Light suggestion criterion

Night Light suggestion will now show even if the user is using Night
Light in manual mode. If the user has previously tapped or dismissed the
suggestion, the suggestion will not show again.

Bug: 68938869
Test: make ROBOTEST_FILTER=\
"(NightDisplayPreferenceControllerTest|SuggestionFeatureProviderImplTest)" \
RunSettingsRoboTests

Change-Id: Iea838df043d75dfa73a1a383275dc42956374113

6 years agoRemove wrapper class for NotificationGroup.
Fan Zhang [Fri, 30 Mar 2018 22:50:11 +0000 (15:50 -0700)]
Remove wrapper class for NotificationGroup.

It's no longer needed as Robolectric can natively support framework
classes

Bug: 76167422
Test: robotests
Change-Id: If0ac597370240b8efaa8df8783a5c309a2322a3f

6 years agoRemove more wrappers in favor of new Robolectric support
Fan Zhang [Fri, 30 Mar 2018 21:43:37 +0000 (14:43 -0700)]
Remove more wrappers in favor of new Robolectric support

Bug: 76167422
Test: robotests
Change-Id: Ic71a181bee6f90f25f9fa2a748cf708887495394

6 years agoMerge "Update add network dialog to not make networks hidden by default" into pi-dev
Salvador Martinez [Fri, 30 Mar 2018 22:22:59 +0000 (22:22 +0000)]
Merge "Update add network dialog to not make networks hidden by default" into pi-dev

6 years agoUpdate auto wi-fi to prompt user for permissions
Salvador Martinez [Mon, 19 Mar 2018 15:41:32 +0000 (08:41 -0700)]
Update auto wi-fi to prompt user for permissions

This CL makes it so that auto wi-fi will correctly prompt users
to enable the correct permissions before allowing them to turn
on the setting. Additionally it provides users with important
information regarding each setting.

Bug: 67070896
Test: Robotests
Change-Id: Ieddfa421be6e45ce69f3d6048ae051a7e3ce4c76

6 years agoRemove wrapper class for AutofillManager in Settings
Fan Zhang [Fri, 30 Mar 2018 21:33:55 +0000 (14:33 -0700)]
Remove wrapper class for AutofillManager in Settings

Robolectric now supports new system services. So we no longer need any
wrapper class.

Bug: 76167422
Test: robotests
Change-Id: Ic54b95f747bea933bacec299b00a29f3cc4f7bb5

6 years agoRemove more wrappers
Fan Zhang [Fri, 30 Mar 2018 18:33:08 +0000 (11:33 -0700)]
Remove more wrappers

Bug: 76167422
Test: make RunSettingsRoboTests -j40
Change-Id: I0dc42c483ae92d508dec94e42573b55ced0e4bb0

6 years agoMerge "Make metered wifi controller resilient to null config" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 20:50:25 +0000 (20:50 +0000)]
Merge "Make metered wifi controller resilient to null config" into pi-dev

6 years agoMerge "Polish the About Phone page." into pi-dev
Daniel Nishi [Fri, 30 Mar 2018 20:24:58 +0000 (20:24 +0000)]
Merge "Polish the About Phone page." into pi-dev

6 years agoMerge "Remove the obsolete bluetooth code" into pi-dev
Lei Yu [Fri, 30 Mar 2018 20:24:01 +0000 (20:24 +0000)]
Merge "Remove the obsolete bluetooth code" into pi-dev

6 years agoMerge "Remove networkScorer wrapper" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 20:16:06 +0000 (20:16 +0000)]
Merge "Remove networkScorer wrapper" into pi-dev

6 years agoFinal (?!?!?!?!) Directory Access improvements.
Felipe Leme [Fri, 30 Mar 2018 17:34:23 +0000 (10:34 -0700)]
Final (?!?!?!?!) Directory Access improvements.

- Hide children items when parent is granted access (and vice versa).
- Added dividers in between volumes.

Test: manual verification
Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest#testResetDoNotAskAgain,testResetGranted

Bug: 72055774

Change-Id: Ie4ad117d1f8a53bf7dbf7747e768a301b0d03604

6 years agoMerge "Update the battery saver summary" into pi-dev
Lei Yu [Fri, 30 Mar 2018 20:01:50 +0000 (20:01 +0000)]
Merge "Update the battery saver summary" into pi-dev

6 years agoMerge "Refine the update process of battery tip" into pi-dev
Lei Yu [Fri, 30 Mar 2018 19:56:46 +0000 (19:56 +0000)]
Merge "Refine the update process of battery tip" into pi-dev

6 years agoUpdate the battery string.
Lei Yu [Fri, 30 Mar 2018 19:19:31 +0000 (12:19 -0700)]
Update the battery string.

Remove the extra new line.

Bug: 73018395
Test: RunSettingsRoboTests
Change-Id: I48555c51ef49aabf1bfd98baa4682a21936bd48e

6 years agoMerge "Update battery strings" into pi-dev
Lei Yu [Fri, 30 Mar 2018 19:12:41 +0000 (19:12 +0000)]
Merge "Update battery strings" into pi-dev

6 years agoMerge "Remove dead code in time zone picker" into pi-dev
Victor Chang [Fri, 30 Mar 2018 18:35:52 +0000 (18:35 +0000)]
Merge "Remove dead code in time zone picker" into pi-dev

6 years agoRemove the obsolete bluetooth code
Lei Yu [Thu, 29 Mar 2018 17:54:22 +0000 (10:54 -0700)]
Remove the obsolete bluetooth code

Also update the shortcut:
1. Change the name to "Devices"
2. Change it point to "Connected device" page

Bug: 74806595
Fixes: 69926683
Test: robo test still pass

Change-Id: Ic57756fc955dc622cc22d0be64f02b5ae07a2915

6 years agoRemove networkScorer wrapper
Fan Zhang [Fri, 30 Mar 2018 00:00:39 +0000 (17:00 -0700)]
Remove networkScorer wrapper

Also modified NetworkScorerPickerPreferenceController to register itself
in xml directily

Bug: 76167422
Test: robotests
Change-Id: I4a216b5e6845aecd6aaeed0ed9b3e06c9e0fc590

6 years agoMerge "Modify AddDevicePreferenceController's constructor" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 17:23:51 +0000 (17:23 +0000)]
Merge "Modify AddDevicePreferenceController's constructor" into pi-dev

6 years agoMerge "Add apn data structure" into pi-dev
Pengquan Meng [Fri, 30 Mar 2018 17:00:35 +0000 (17:00 +0000)]
Merge "Add apn data structure" into pi-dev

6 years agoMerge "Remove password blacklist check" into pi-dev
Rubin Xu [Fri, 30 Mar 2018 13:38:31 +0000 (13:38 +0000)]
Merge "Remove password blacklist check" into pi-dev

6 years agoMerge "Dnd 'blink light' option only if phone has LED" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 13:16:25 +0000 (13:16 +0000)]
Merge "Dnd 'blink light' option only if phone has LED" into pi-dev

6 years agoTop line should show "Primary data" for users with > 1 plans.
Andreas Terzis [Fri, 30 Mar 2018 01:10:35 +0000 (18:10 -0700)]
Top line should show "Primary data" for users with > 1 plans.

When the platform receives data plan information and the
user has more than one data plans, the top line under
Settings -> Network & Internet -> Data Usage should read
"Primary data" instead of "Current data".

Bug: 77295381

Test: manual
Test: make RunSettingsRoboTests
Change-Id: Ia9d9d04919c28b163979c70f91eb7d72cdebcb89

6 years agoAdd callback onProfileAudioStateChanged()
ryanywlin [Fri, 30 Mar 2018 02:25:30 +0000 (10:25 +0800)]
Add callback onProfileAudioStateChanged()

Bug: 74134939
Test: Build
Change-Id: I2a7e837703b66e1798679c65afab7dc6572c295e

6 years agoUpdate add network dialog to not make networks hidden by default
Salvador Martinez [Fri, 30 Mar 2018 04:29:30 +0000 (21:29 -0700)]
Update add network dialog to not make networks hidden by default

This CL updates the add network dialog to use the provided value
for the hidden state (from androids perspective) of the network. The
default selected value will always be not hidden and if the user
selects to mark it as hidden a warning will appear to inform the
user of the privacy implications.

Test: Robotests
Bug: 29003359
Change-Id: Ifd4511e4d0af6eb01f4e951c22a91fc560393e8d

6 years agoModify AddDevicePreferenceController's constructor
Jyun LuoLai [Fri, 30 Mar 2018 02:01:39 +0000 (10:01 +0800)]
Modify AddDevicePreferenceController's constructor

For xml type controller, implements the constructor (Context, String)
would be better

Bug: 73960246
Test: Manual test & make RunSettingsRoboTests
Change-Id: I872a663947f14de5e83c596655b2ffb75f37f057

6 years agoSupport AOD in the Universal Settings API
Dieter Hsu [Wed, 21 Mar 2018 10:47:43 +0000 (18:47 +0800)]
Support AOD in the Universal Settings API

Bug: 67997452
Test: make -j RunSettingsRoboTests
Change-Id: I609ac74f70bf040bd9033f421b4bb7c02bf33440

6 years agoUpdate wi-fi hotspot min length of summary to 2
chenedward [Tue, 27 Mar 2018 02:59:54 +0000 (10:59 +0800)]
Update wi-fi hotspot min length of summary to 2

Update wi-fi hotspot min length of summary to 2 to through preference api

Bug: 72746916
Test: make -j RunSettingsRoboTests
Change-Id: I8942df156a7f6c3ec8b6112014f72a3e56fdec4b

6 years agoMerge "Update channel DND setting" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 04:03:28 +0000 (04:03 +0000)]
Merge "Update channel DND setting" into pi-dev

6 years agoMerge "Remove wrapper for EUICCManager" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 03:21:37 +0000 (03:21 +0000)]
Merge "Remove wrapper for EUICCManager" into pi-dev

6 years agoMerge "Register most app info related controllers in xml" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 03:17:45 +0000 (03:17 +0000)]
Merge "Register most app info related controllers in xml" into pi-dev

6 years agoSupport Screen Rotate in the Universal Settings API
LexHuang [Fri, 23 Mar 2018 09:51:54 +0000 (17:51 +0800)]
Support Screen Rotate in the Universal Settings API

Change extend from AbstractPreferenceController to TogglePreferenceControllear

Bug: 67997439
Test: make RunSettingsRoboTests
Change-Id: I86e59d00384fb131f2f2b92186e8536324db2e1b

6 years agoMerge "Increase touch target for suggestion close button." into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 01:55:54 +0000 (01:55 +0000)]
Merge "Increase touch target for suggestion close button." into pi-dev

6 years agoAdd apn data structure
Pengquan Meng [Thu, 29 Mar 2018 18:27:22 +0000 (11:27 -0700)]
Add apn data structure

This add a data structure to store the apn data locally.

Test: unit test
Bug: 73745458
Bug: 67327863
Merged-In: Iae56583ab1c99f57154461c71a10b74db87ab1bd
Change-Id: Iae56583ab1c99f57154461c71a10b74db87ab1bd
(cherry picked from commit ee25956f573efcbbb6e1968ff4cdfe24c65e1bb4)

6 years agoRefine the update process of battery tip
Lei Yu [Mon, 12 Mar 2018 23:13:35 +0000 (16:13 -0700)]
Refine the update process of battery tip

1. When device is rotated, don't update the battery tip
2. When user go back to battery main page from other page, start
battery tip update process
3. In RestrictAppTip, if there aren't restricted apps anymore,
hide the tip.

Bug: 74467010
Test: RunSettingsRobotests

Change-Id: I300bcc5b487d587f6618e340ac074fe416dcc1b2

6 years agoRegister most app info related controllers in xml
Fan Zhang [Thu, 29 Mar 2018 22:45:49 +0000 (15:45 -0700)]
Register most app info related controllers in xml

Bug: 77216595
Test: robotests
Change-Id: I79afa38820b7518d8b3112148802797ebcf6d184

6 years agoRemove wrapper for EUICCManager
Fan Zhang [Fri, 30 Mar 2018 00:52:04 +0000 (17:52 -0700)]
Remove wrapper for EUICCManager

Bug: 76167422
Test: robotests
Change-Id: I2a6687ffab780493fca7b2146cf73cbc7f634081

6 years agoIncrease touch target for suggestion close button.
Doris Ling [Thu, 29 Mar 2018 21:55:33 +0000 (14:55 -0700)]
Increase touch target for suggestion close button.

- wrap the close button icon view in a bigger layout to increase the
overall touch area.

Fixes: 74220173
Test: manual

Change-Id: I45beadf3cfcc6ed1a8a16e6dcb9b8452e1edd78e

6 years agoMerge changes I0fde4f80,Iea1cff48 into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 23:49:22 +0000 (23:49 +0000)]
Merge changes I0fde4f80,Iea1cff48 into pi-dev

* changes:
  Update TimezoneInfoPrefController to register in xml
  Make FontSizePreferenceController slice compatible.

6 years agoMerge "Revert "Support AOD in the Universal Settings API"" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 23:10:45 +0000 (23:10 +0000)]
Merge "Revert "Support AOD in the Universal Settings API"" into pi-dev

6 years agoMerge "Fix visibility issue with fingerprint icon." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 23:07:24 +0000 (23:07 +0000)]
Merge "Fix visibility issue with fingerprint icon." into pi-dev

6 years agoMerge "Fix 'show badge' for pre O apps" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 23:06:26 +0000 (23:06 +0000)]
Merge "Fix 'show badge' for pre O apps" into pi-dev

6 years agoDnd 'blink light' option only if phone has LED
Beverly [Thu, 29 Mar 2018 22:49:07 +0000 (18:49 -0400)]
Dnd 'blink light' option only if phone has LED

Change-Id: Ifbc75128a9434f83839cd6b60405a03f88f4b3d3
Fixes: 77271775
Test: make ROBOTEST_FILTER=ZenModeVisEffectPreferenceControllerTest RunSettingsRoboTests -j40

6 years agoMake metered wifi controller resilient to null config
Salvador Martinez [Thu, 29 Mar 2018 22:39:55 +0000 (15:39 -0700)]
Make metered wifi controller resilient to null config

Apparently the wifi config can sometimes come back as null
initially when the device auto-connects to a network. This CL simply
makes the controller resilient to that so that it doesn't crash the
app.

Test: robotests
Bug: 73076869
Change-Id: I99098f35df9cd902f5f244a872cce9b71c17c224

6 years agoMerge "Explicity receive sticky usb intent" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 21:51:55 +0000 (21:51 +0000)]
Merge "Explicity receive sticky usb intent" into pi-dev

6 years agoUpdate TimezoneInfoPrefController to register in xml
Fan Zhang [Thu, 29 Mar 2018 21:29:54 +0000 (14:29 -0700)]
Update TimezoneInfoPrefController to register in xml

Test: robotest
Bug: 77216595
Change-Id: I0fde4f8058a8be156dddb620a756254cd85f6a9f

6 years agoMerge cherrypicks of [3817648] into pi-release
android-build-team Robot [Thu, 29 Mar 2018 20:59:09 +0000 (20:59 +0000)]
Merge cherrypicks of [3817648] into pi-release

Change-Id: I869e8a8da4aee1cd68b6e6a328c7b8c503293740

6 years agoRevert "Support AOD in the Universal Settings API"
Fan Zhang [Thu, 29 Mar 2018 20:20:08 +0000 (20:20 +0000)]
Revert "Support AOD in the Universal Settings API"

This reverts commit 537c2cfc2c21ffee691b11864a26bd84f043916a.

Fixes: 77278897

Change-Id: I7a5ff34bf79b87f6a7be50c2e8f421bfc4a22195
(cherry picked from commit f75edca09fd5b576a0b733dc1b699f4fd8f05752)

6 years agoUpdate channel DND setting
Julia Reynolds [Thu, 29 Mar 2018 15:16:36 +0000 (11:16 -0400)]
Update channel DND setting

... to reflect DND changes elsewhere in the system. Update the summary
and make the setting always available.

Test: make -j RunSettingsRoboTests
Change-Id: Ia51c349d863e1470e8a043293fa60f22632fa2df
Fixes: 76137346

6 years agoFix 'show badge' for pre O apps
Julia Reynolds [Thu, 29 Mar 2018 19:54:16 +0000 (15:54 -0400)]
Fix 'show badge' for pre O apps

Test: make -j RunSettingsRoboTests
Change-Id: I20f6b38986afde0ca781329ffc24326601650a1f
Fixes: 69437269

6 years agoRevert "Support AOD in the Universal Settings API"
Fan Zhang [Thu, 29 Mar 2018 20:20:08 +0000 (20:20 +0000)]
Revert "Support AOD in the Universal Settings API"

This reverts commit 537c2cfc2c21ffee691b11864a26bd84f043916a.

Fixes: 77278897

Change-Id: I7a5ff34bf79b87f6a7be50c2e8f421bfc4a22195

6 years agoMerge "Require unlocked work profile to change notification settings" into pi-dev
Eran Messeri [Thu, 29 Mar 2018 20:17:18 +0000 (20:17 +0000)]
Merge "Require unlocked work profile to change notification settings" into pi-dev

6 years agoFix visibility issue with fingerprint icon.
Doris Ling [Thu, 29 Mar 2018 20:08:09 +0000 (13:08 -0700)]
Fix visibility issue with fingerprint icon.

- set icon tint color to control normal. The icon fill color is white,
and without the tint color set, it is invisible on a white background.

Change-Id: I9cda0e9105701230256620bd4ea904c96d7bc166
Fixes: 77151365
Test: visual

6 years agoMerge "Fix ZonePickerSettingsTest due to string change" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 20:01:26 +0000 (20:01 +0000)]
Merge "Fix ZonePickerSettingsTest due to string change" into pi-dev

6 years agoMerge "Report unavailable data usage." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 19:57:44 +0000 (19:57 +0000)]
Merge "Report unavailable data usage." into pi-dev

6 years agoExplicity receive sticky usb intent
Jerry Zhang [Wed, 28 Mar 2018 23:50:46 +0000 (16:50 -0700)]
Explicity receive sticky usb intent

Sticky intents are both returned by onReceive
and broadcast to the receiver. In some cases
though, the receiver could be unregistered
so quickly that it has no time to receive
it. When this happens the screen is not
refreshed, so explicity handle the intent
to ensure a refresh.

Fixes: 74255559
Test: screen refreshed property in multi-window
Change-Id: I2480dc35e28f98561ffed4b557f4bdaf83a73e9c

6 years agoPolish the About Phone page.
Daniel Nishi [Thu, 29 Mar 2018 19:54:46 +0000 (12:54 -0700)]
Polish the About Phone page.

* Move the device name from the 3rd position to the 1st.
* Remove the ripple effect from phone number, IP address, MAC address,
and Bluetooth addresses.

Bug: 77220996
Test: Manual
Change-Id: I009847e751082df6b85d840d01c4c8ae7abd8e10

6 years agoMake FontSizePreferenceController slice compatible.
Fan Zhang [Thu, 29 Mar 2018 19:07:02 +0000 (12:07 -0700)]
Make FontSizePreferenceController slice compatible.

Bug: 67997826
Test: robotests
Change-Id: Iea1cff48f39e1433abea285309376876e8356c07

6 years agoRemove dead code in time zone picker
Victor Chang [Thu, 29 Mar 2018 17:37:40 +0000 (18:37 +0100)]
Remove dead code in time zone picker

The codes are unused due to the UX changes in b/73952488

Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.datetime.timezone
Bug: 72376227
Change-Id: I9562e97fe13a3c00f8c142f30af7ca350af10757

6 years agoFix ZonePickerSettingsTest due to string change
Victor Chang [Thu, 29 Mar 2018 17:57:22 +0000 (18:57 +0100)]
Fix ZonePickerSettingsTest due to string change

The change with id I1fb3e2abf80da3cb53cfbc3363bbe46e40a6ac22 broke the
test

Bug: 76209571
Test: atest SettingsUITests:ZonePickerSettingsTest
Change-Id: I6676e8669e1f396c9588e3096b62cc6aedcc38a9

6 years agoMerge "Add some debug logging" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 17:59:40 +0000 (17:59 +0000)]
Merge "Add some debug logging" into pi-dev

6 years agoReport unavailable data usage.
Doris Ling [Thu, 29 Mar 2018 00:14:23 +0000 (17:14 -0700)]
Report unavailable data usage.

- when showing the data usage graph, if the first data point is equal to
the first available data, insert a 0 usage point on the first day of
available data, so that it will show a flat line for the days that do
not have available data instead of showing a non-zero slope.

Change-Id: Ibf305e292a65ab3310ea12efbb575e3a7e1b6012
Fixes: 76155147
Test: make RunSettingsRoboTests

6 years agoMerge "Don't allow a zero-length device name to work." into pi-dev
Daniel Nishi [Thu, 29 Mar 2018 17:33:27 +0000 (17:33 +0000)]
Merge "Don't allow a zero-length device name to work." into pi-dev

6 years agoMerge "Better public volumes handling on secondary users." into pi-dev
Jeff Sharkey [Thu, 29 Mar 2018 17:13:42 +0000 (17:13 +0000)]
Merge "Better public volumes handling on secondary users." into pi-dev

6 years agoMerge "Check time-spent-in-app intent must come from system app." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 16:55:30 +0000 (16:55 +0000)]
Merge "Check time-spent-in-app intent must come from system app." into pi-dev

6 years agoMerge "Disallow_airplane_mode should not disable mobile network." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 16:45:43 +0000 (16:45 +0000)]
Merge "Disallow_airplane_mode should not disable mobile network." into pi-dev

6 years agoRemove password blacklist check
Rubin Xu [Thu, 29 Mar 2018 11:03:59 +0000 (12:03 +0100)]
Remove password blacklist check

Bug: 73750934
Test: compiles
Change-Id: Ic6c40255333d171dc55df479dd6c0004371551b7

6 years agoMerge "Settings should use Oxford comma" into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 15:41:21 +0000 (15:41 +0000)]
Merge "Settings should use Oxford comma" into pi-dev

6 years agoRequire unlocked work profile to change notification settings
Eran Messeri [Tue, 27 Mar 2018 18:13:47 +0000 (19:13 +0100)]
Require unlocked work profile to change notification settings

Require that the work profile be started and unlocked before the user
can change the notification settings for the work profile.

That prevents leaking of notifications from the work profile, which
could happen when the user set the work profile notifications to show
even if the profile was unlocked (an example scenario is a family member
of the user using the device while the work profile is locked).

Test: Manually with TestDPC
Bug: 75252682
Change-Id: I300d001b7439c0a1d0130d7dbc9ec4c2430be227

6 years agoDisallow_airplane_mode should not disable mobile network.
yuemingw [Tue, 27 Mar 2018 15:56:24 +0000 (16:56 +0100)]
Disallow_airplane_mode should not disable mobile network.

Found mobile_network_settings preference is dependent on toggle_airplane
preference so once Disallow_airplane_mode is turned on,  toggle_airplane
preference will be set disabled, and mobile_network_settings preference
is also set disabled because of the dependence. Can fix this bug moving
the dependance and let MobileNetworkPreferenceController listen to
Settings.Global.AIRPLANE_MODE_ON.

Bug: 76468718
Test: manually but TestDpc
Change-Id: I137938766557d7bc5ae0795bc3359a6bfbae17e3

6 years agoSettings should use Oxford comma
Beverly [Wed, 28 Mar 2018 20:53:52 +0000 (16:53 -0400)]
Settings should use Oxford comma

Test: manual
Change-Id: Ie4edd64d423ce96ce097e91f9f5a31bb4339774c
Fixes: 77230158

6 years agoMerge "Confirm parent user's credential when setting lock for profile" into pi-dev
Rubin Xu [Thu, 29 Mar 2018 08:35:46 +0000 (08:35 +0000)]
Merge "Confirm parent user's credential when setting lock for profile" into pi-dev

6 years agoLet battery status icon has consist UI in PowerSummaryPage
Jyun LuoLai [Wed, 28 Mar 2018 09:45:44 +0000 (17:45 +0800)]
Let battery status icon has consist UI in PowerSummaryPage

Change-Id: Ia82adb4a964cb63c656c70a7277c76991c6b2505
Fixes: 76219062
Test: Manual test & make RunSettingsRoboTests

6 years agoSnap for 4686875 from 01933aa02cd627e44bcb5edcc417a1c0790d5142 to pi-release
android-build-team Robot [Thu, 29 Mar 2018 07:23:12 +0000 (07:23 +0000)]
Snap for 4686875 from 01933aa02cd627e44bcb5edcc417a1c0790d5142 to pi-release

Change-Id: I0158dc8cc8eda03a4272983ef383c624aee62a70

6 years agoMerge "Reduce size of 'GB' and '%' in storage settings." into pi-dev
Jane Chiang [Thu, 29 Mar 2018 03:20:35 +0000 (03:20 +0000)]
Merge "Reduce size of 'GB' and '%' in storage settings." into pi-dev