OSDN Git Service

android-x86/packages-apps-Settings.git
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 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 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 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 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 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 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 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

6 years agoReduce size of 'GB' and '%' in storage settings.
Jane Chiang [Fri, 23 Mar 2018 06:27:28 +0000 (14:27 +0800)]
Reduce size of 'GB' and '%' in storage settings.

Test: Manual
Fixes: 62548317
Change-Id: I5ff8ff8c463c2718e48bf04731924922bc0ecc9c

6 years agoMerge changes I236b1124,Iad16b06e into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 02:48:21 +0000 (02:48 +0000)]
Merge changes I236b1124,Iad16b06e into pi-dev

* changes:
  Add conformance test for preference controller constructor
  Remove duplicate framework classes/robotest compile stub

6 years agoMerge "Update toggle text for Data Saver" into pi-dev
Andrew Chiang [Thu, 29 Mar 2018 02:44:04 +0000 (02:44 +0000)]
Merge "Update toggle text for Data Saver" into pi-dev

6 years agoMerge "Fix a NPE when getting ZenMode in RingerMutedCondition." into pi-dev
TreeHugger Robot [Thu, 29 Mar 2018 01:23:41 +0000 (01:23 +0000)]
Merge "Fix a NPE when getting ZenMode in RingerMutedCondition." into pi-dev

6 years agoCheck time-spent-in-app intent must come from system app.
Fan Zhang [Thu, 29 Mar 2018 01:02:40 +0000 (18:02 -0700)]
Check time-spent-in-app intent must come from system app.

Change-Id: Ie73aacdaf919b336d99a296328c2fbb4f75036b0
Fixes: 74580195
Test: robotests

6 years agoMerge "Apply entity header effect to storage summary screen" into pi-dev
Scott Nien [Thu, 29 Mar 2018 01:07:46 +0000 (01:07 +0000)]
Merge "Apply entity header effect to storage summary screen" into pi-dev

6 years agoAdd conformance test for preference controller constructor
Fan Zhang [Thu, 29 Mar 2018 00:29:26 +0000 (17:29 -0700)]
Add conformance test for preference controller constructor

BasePreferenceController's constructor must be in a certain format in
order to work with search and slice. This test enforces that.

Change-Id: I236b11248b09ce71f052c449d39e994c84981a06
Fixes: 77216595
Test: robotests

6 years agoRemove duplicate framework classes/robotest compile stub
Fan Zhang [Wed, 28 Mar 2018 23:07:55 +0000 (16:07 -0700)]
Remove duplicate framework classes/robotest compile stub

Bug: 76167422
Test: robotests
Change-Id: Iad16b06e54bd7290fd363c3abebdb8c66434c0e2

6 years agoMerge "Support AOD in the Universal Settings API" into pi-dev
Dieter Hsu [Thu, 29 Mar 2018 00:13:56 +0000 (00:13 +0000)]
Merge "Support AOD in the Universal Settings API" into pi-dev

6 years agoFix a NPE when getting ZenMode in RingerMutedCondition.
Fan Zhang [Wed, 28 Mar 2018 23:26:21 +0000 (16:26 -0700)]
Fix a NPE when getting ZenMode in RingerMutedCondition.

Change-Id: If9a8b6f4a2d5e9b45402240d8e1401cef7dd001c
Fixes: 77217038
Test: robotest

6 years agoMerge "A18y: Don't double announce 'searching for printers.'" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 23:02:04 +0000 (23:02 +0000)]
Merge "A18y: Don't double announce 'searching for printers.'" into pi-dev

6 years agoDon't allow a zero-length device name to work.
Daniel Nishi [Mon, 12 Mar 2018 23:44:27 +0000 (16:44 -0700)]
Don't allow a zero-length device name to work.

Technically, if a device has a zero-length device name, the bug will
resurface. The EditText validator doesn't trigger on opening -- only
when the text is edited. A zero-length device name is flagged as being
invalid, but that fails if the text box starts empty.

By pre-filling it with the previous device name, we can ensure that, as
long as a zero-length device name is never set, it can never be set.

Change-Id: I0d28aaae09f99b7d697b753835ba39c0c06644a1
Fixes: 73127912
Test: Robotest
(cherry picked from commit b2165509445c0c63b1813132d8b92b119bd44d57)

6 years agoMerge "Remove duplicate classes from test/robotests" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 22:40:45 +0000 (22:40 +0000)]
Merge "Remove duplicate classes from test/robotests" into pi-dev

6 years agoAdd some debug logging
Fan Zhang [Tue, 27 Mar 2018 21:14:13 +0000 (14:14 -0700)]
Add some debug logging

- Increase logging in SettingsActivity's onCreate and launch fragment
  flow.
- Log class name when enable/disable tiles

Bug: 75030092
Test: logcat
Change-Id: Ieb00228562a79c12aba2198021ece505bc371b58

6 years agoBetter public volumes handling on secondary users.
Daniel Nishi [Wed, 28 Mar 2018 22:31:17 +0000 (15:31 -0700)]
Better public volumes handling on secondary users.

Public volumes are only mounted for a single user at a time, so only
show notifications and launch Intents for the relevant user.

Test: RunSettingsRobotest
Bug: 73642796
Change-Id: Ic386ec03598ab8968b75320be7844b6ac7f1387b

6 years agoMerge "Move IMS registration state to SIM status screen" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 22:24:30 +0000 (22:24 +0000)]
Merge "Move IMS registration state to SIM status screen" into pi-dev

6 years agoMerge "Fix incorrect GMT offset in display" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 21:05:15 +0000 (21:05 +0000)]
Merge "Fix incorrect GMT offset in display" into pi-dev

6 years agoA18y: Don't double announce 'searching for printers.'
Philip P. Moltmann [Wed, 28 Mar 2018 18:03:30 +0000 (11:03 -0700)]
A18y: Don't double announce 'searching for printers.'

Change-Id: I0c0f904aae8345e725a34d38ecf1eb45c3c11670
Fixes: 67323891
Test: Navigated to screen with talkback

6 years agoMerge "Entity header: When screen scrolls, there should be shadow under the header...
TreeHugger Robot [Wed, 28 Mar 2018 20:12:46 +0000 (20:12 +0000)]
Merge "Entity header: When screen scrolls, there should be shadow under the header." into pi-dev

6 years agoMove IMS registration state to SIM status screen
Doris Ling [Tue, 27 Mar 2018 22:22:42 +0000 (15:22 -0700)]
Move IMS registration state to SIM status screen

Manually merge change I3aff03ebdc9dc165db66c5007a2fa987ab8cd822 due
to merge conflicts.

To show IMS registration state for each SIM, move the preference of
IMS registration state from Status screen to SIM Status screen.

Fixes: 66063299
Test: manual - Checked that the IMS registration state is displayed on
the SIM Status screen.
Test: make RunSettingsRoboTests

Change-Id: Ic0713c357085d94b59605c1b924e7b56a362e256

6 years agoMerge "Revert "Ignore broken test to unblock TreeHugger"" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 19:41:24 +0000 (19:41 +0000)]
Merge "Revert "Ignore broken test to unblock TreeHugger"" into pi-dev

6 years agoMerge "Fix battery saver setting default state" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 19:31:51 +0000 (19:31 +0000)]
Merge "Fix battery saver setting default state" into pi-dev

6 years agoMerge "Get anomaly info from StringArrayList" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 18:58:00 +0000 (18:58 +0000)]
Merge "Get anomaly info from StringArrayList" into pi-dev

6 years agoFix incorrect GMT offset in display
Victor Chang [Wed, 28 Mar 2018 18:50:06 +0000 (19:50 +0100)]
Fix incorrect GMT offset in display

- android.icu.impl.TimeZoneAdapter doesn't fully implement
java.util.TimeZone, e.g. does not override getOffset(long date).
TimeZoneAdapter isn't a public API in ICU/Android. It shouldn't be
used in the first place

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

6 years agoEntity header: When screen scrolls, there should be shadow under the header.
Jan Nordqvist [Fri, 23 Mar 2018 22:45:17 +0000 (15:45 -0700)]
Entity header: When screen scrolls, there should be shadow under the header.

Bug: 70950124

Test: manual
Test: make RunSettingsRoboTests

Change-Id: I5c1d9f463a57d48e258d67602fc4d1fbbdfaad60

6 years agoMerge "Add a header view to show the country in RegionZonePicker" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 17:49:36 +0000 (17:49 +0000)]
Merge "Add a header view to show the country in RegionZonePicker" into pi-dev

6 years agoMerge "Move BT, NFC out of Conntection pref" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 17:38:34 +0000 (17:38 +0000)]
Merge "Move BT, NFC out of Conntection pref" into pi-dev

6 years agoFix battery saver setting default state
Makoto Onuki [Tue, 27 Mar 2018 20:14:40 +0000 (13:14 -0700)]
Fix battery saver setting default state

- Battery saver is off by default.

Test: manual test with: settings delete global low_power && settings delete global low_power_trigger_level
Test: b ROBOTEST_FILTER=BatterySaver RunSettingsRoboTests

Bug: 76460719
Change-Id: I749bba9a5e36fe8ccee6e4ed843596bc94d96fcc
Fix: 76460719

6 years agoMerge "Subtext of "Add device" should only show when BT is off" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 17:22:25 +0000 (17:22 +0000)]
Merge "Subtext of "Add device" should only show when BT is off" into pi-dev

6 years agoMerge "Import translations. DO NOT MERGE" into pi-dev
Bill Yi [Wed, 28 Mar 2018 17:11:01 +0000 (17:11 +0000)]
Merge "Import translations. DO NOT MERGE" into pi-dev

6 years agoMerge "Fix tests for time format in settings" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 16:45:45 +0000 (16:45 +0000)]
Merge "Fix tests for time format in settings" into pi-dev

6 years agoMerge "Fix data usage under Wi-Fi has title "Mobile data usage"" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 16:36:16 +0000 (16:36 +0000)]
Merge "Fix data usage under Wi-Fi has title "Mobile data usage"" into pi-dev

6 years agoRevert "Ignore broken test to unblock TreeHugger"
Fan Zhang [Wed, 28 Mar 2018 15:10:10 +0000 (15:10 +0000)]
Revert "Ignore broken test to unblock TreeHugger"

This reverts commit 54f467f9adea4c1320ceab205194ef659c1ca1f5.

Bug: 77161730
Change-Id: Ib93d0cd75a10a8be94dec4f822359c6c492297ea

6 years agoMerge "Fix robotest failure" into pi-dev
Fan Zhang [Wed, 28 Mar 2018 15:06:50 +0000 (15:06 +0000)]
Merge "Fix robotest failure" into pi-dev

6 years agoConfirm parent user's credential when setting lock for profile
Rubin Xu [Wed, 28 Mar 2018 14:14:35 +0000 (15:14 +0100)]
Confirm parent user's credential when setting lock for profile

When a DPC fires ACTION_SET_NEW_PASSWORD to set a work challenge
for an existing work profile with unified challenge, require the
user to confirm exisiting device lock first. This is not only for
increased security, but also a functionality requirement: the
system can only re-derive the current work profile password needed
by the password change after a fresh confirm credential operation.

Test: Add device lock, create work profile, then execute:
      adb shell su 1010000 am start --user 10 -a android.app.action.SET_NEW_PASSWORD
      Verify the device is prompting for current password.
Bug: 65910682
Change-Id: Ib4b4c88c1551cfff626f707d5f3182160a1ec46c

6 years agoIgnore broken test to unblock TreeHugger
Artem Iglikov [Wed, 28 Mar 2018 14:52:39 +0000 (15:52 +0100)]
Ignore broken test to unblock TreeHugger

Bug: 77161730
Test: make RunSettingsRoboTests -j
Change-Id: If16368d7cbf899dfacf376f33712f68daf2aebf7

6 years agoAdd a header view to show the country in RegionZonePicker
Victor Chang [Tue, 27 Mar 2018 16:34:53 +0000 (17:34 +0100)]
Add a header view to show the country in RegionZonePicker

Extra fixes in this CL
- Minor string update in time zone picker.
  Use date_time_search_region string in search bar,
  and date_time_set_timezone_title string for lower case "zone".
- Fixed b/76893139. Remove the unnecessary top padding in RecyclerView.
  Create a new layout file time_zone_items_list.xml without the padding.
- Add missing return statement when region ISO code
  is invalid in RegionZonePicker#getAllTimeZoneInfos

Bug: 76209571
Bug: 76893139
Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.datetime.timezone
Test: Verified that the strings are updated in the UI
Change-Id: I1fb3e2abf80da3cb53cfbc3363bbe46e40a6ac22

6 years agoMerge "Allow app lists to have a toggle" into pi-dev
Julia Reynolds [Wed, 28 Mar 2018 11:21:51 +0000 (11:21 +0000)]
Merge "Allow app lists to have a toggle" into pi-dev

6 years agoSubtext of "Add device" should only show when BT is off
Jyun LuoLai [Tue, 27 Mar 2018 03:05:56 +0000 (11:05 +0800)]
Subtext of "Add device" should only show when BT is off

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

6 years agoFix robotest failure
Fan Zhang [Wed, 28 Mar 2018 04:40:46 +0000 (21:40 -0700)]
Fix robotest failure

Change-Id: Ic584aab213fa7af8f6f79e10743710be6840c2ee
Fixes: 77161730
Test: robotest

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: I161bc5746573444b284a03de8f5d4d8e510153dc

6 years agoRemove duplicate classes from test/robotests
Fan Zhang [Tue, 27 Mar 2018 22:50:52 +0000 (15:50 -0700)]
Remove duplicate classes from test/robotests

Robolectric now compiles against framework source, the duplicate classes
are no longer necessary

Bug: 76167422
Test: rerun robotest
Change-Id: Iceea1b53c2bd2feef19b5be344db3e4e3e893459

6 years agoMove BT, NFC out of Conntection pref
HJ ChangLiao [Wed, 21 Mar 2018 08:01:31 +0000 (16:01 +0800)]
Move BT, NFC out of Conntection pref

Move BT, NFC preference out of Connection Preference,
To Connected devices page.
Because NFC and Android Beam are controlled by the same controller,
Create each controller for those preference and leave the sharing part.

Change-Id: I8bc303a5f487de9c667487119b49e1e4130aa80c
Fixes: 72458929
Test: manually test, make RunSettingsRoboTests

6 years agoApply entity header effect to storage summary screen
Scott Nien [Tue, 27 Mar 2018 07:19:44 +0000 (15:19 +0800)]
Apply entity header effect to storage summary screen

use EntityHeaderController.styleActionBar to apply the entity header
effect which will not show shadow under the app bar unless it starts to
scroll.
Bug: 71767969
Test: manual test

Change-Id: Iffd94db956d50b8985cfa5df3886acd3b766fd0c

6 years agoMerge "Add "device is muted/vibrate, click to turn on" conditions" into pi-dev
TreeHugger Robot [Wed, 28 Mar 2018 00:05:32 +0000 (00:05 +0000)]
Merge "Add "device is muted/vibrate, click to turn on" conditions" into pi-dev

6 years agoFix data usage under Wi-Fi has title "Mobile data usage"
Shawn Ding [Mon, 26 Mar 2018 08:59:43 +0000 (16:59 +0800)]
Fix data usage under Wi-Fi has title "Mobile data usage"

Fix "Wi-Fi data usage" in Wi-Fi section. (Settings -> Network & internet -> Data usage)

Change-Id: I6c4117db321af252a2c3061f554ffbe2f87a714e
Fixes: 76165354
Test: Manual test

6 years agoGet anomaly info from StringArrayList
Lei Yu [Tue, 27 Mar 2018 23:10:54 +0000 (16:10 -0700)]
Get anomaly info from StringArrayList

Statsd populates the anomaly info in StringArrayList, not StringArray. So
in settings we should use the correct API to get the data.

Bug: 77141809
Test: RunSettingsRoboTests
Change-Id: I56fc096106b5c040422fd7f5bb8cb4be7fe71d9d

6 years agoAllow app lists to have a toggle
Julia Reynolds [Mon, 26 Mar 2018 21:02:58 +0000 (17:02 -0400)]
Allow app lists to have a toggle

And make the notifications app list toggle block/unblock
notifications.

Test: make -j RunSettingsRoboTests
Change-Id: I7417b98fb1c66504897df515c4c84afad591764e
Fixes: 74318867

6 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 27 Mar 2018 22:26:27 +0000 (15:26 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ie0351c94a04bdafdc0517be7c96dd89a366cfdf6

6 years agoMerge "Disable pattern fading during the setup flow." into pi-dev
Vishwath Mohan [Tue, 27 Mar 2018 22:00:06 +0000 (22:00 +0000)]
Merge "Disable pattern fading during the setup flow." into pi-dev

6 years agoFix tests for time format in settings
Lei Yu [Thu, 22 Mar 2018 22:01:20 +0000 (15:01 -0700)]
Fix tests for time format in settings

Because now we use different time format across the settings app.
We need to update all the tests.

Bug: 76113036
Test: RunSettingsRoboTests
Change-Id: Id4f7d55775adfdeb1aa0ae234f35d515ced4f450

6 years agoMerge "Import translations. DO NOT MERGE" into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 20:41:16 +0000 (20:41 +0000)]
Merge "Import translations. DO NOT MERGE" into pi-dev

6 years agoAdd "device is muted/vibrate, click to turn on" conditions
Fan Zhang [Tue, 27 Mar 2018 00:37:47 +0000 (17:37 -0700)]
Add "device is muted/vibrate, click to turn on" conditions

Bug: 76022431
Test: robotests
Change-Id: I89b71f99fa5ef866028912183ad04b053213bb0d

6 years agoMerge "Remove the old battery page" into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 20:23:23 +0000 (20:23 +0000)]
Merge "Remove the old battery page" into pi-dev

6 years agoDisable pattern fading during the setup flow.
Vishwath Mohan [Fri, 16 Feb 2018 20:22:57 +0000 (12:22 -0800)]
Disable pattern fading during the setup flow.

This CL disables fading the pattern during the pattern setup flow.

Test: The pattern fades everywhere but during the pattern setup flow.
Bug: 72798512
Change-Id: I959270cf39bc35080cce21777f0e168373406a17

6 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 27 Mar 2018 18:43:44 +0000 (11:43 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ife3ef6257d8ade3bcc9689171e4365f639c36440

6 years agoMerge "Add string linter preupload check" into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 16:01:24 +0000 (16:01 +0000)]
Merge "Add string linter preupload check" into pi-dev

6 years agoMerge "Show wifi status label in preference summary." into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 13:10:24 +0000 (13:10 +0000)]
Merge "Show wifi status label in preference summary." into pi-dev

6 years agoMerge "Add title to What to block page" into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 13:04:03 +0000 (13:04 +0000)]
Merge "Add title to What to block page" into pi-dev

6 years agoAdd title to What to block page
HJ ChangLiao [Tue, 27 Mar 2018 09:47:07 +0000 (17:47 +0800)]
Add title to What to block page

Add title to page Sound> Do Not Disturb> What to block
Fixes: 76103812
Test: make RunSettingsRoboTests -j

Change-Id: Iee2679cb94e1447769402d27895b276b8853d97a

6 years agoFix crash in time zone picker due to race condition on view updates
Victor Chang [Sat, 24 Mar 2018 18:07:50 +0000 (18:07 +0000)]
Fix crash in time zone picker due to race condition on view updates

- Can't reproduce the race condition with manual test, probably the view
  updates are fast enough that only monkey test can reproduce the issue.
- Reproduced a similar stacktrace and IndexOutOfBoundsException with
  Robolectric test by assuming that the race condition happens after
  text filtering and view updates. Try to fix the bug with this assumption
- The fix is to bind the data (data position in adapter) with ViewHolder.

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

6 years agoMerge "Auto time should show dynamic subtext when restricted." into pi-dev
TreeHugger Robot [Tue, 27 Mar 2018 08:30:20 +0000 (08:30 +0000)]
Merge "Auto time should show dynamic subtext when restricted." into pi-dev

6 years agoMerge "Fix issue "open battery settings, switch locale, apps are still in old locale...
Wenhung Teng [Tue, 27 Mar 2018 06:13:53 +0000 (06:13 +0000)]
Merge "Fix issue "open battery settings, switch locale, apps are still in old locale" into pi-dev" into pi-dev

6 years agoMerge "Observe NetworkCallback instead of polling" into pi-dev
Adam Newman [Tue, 27 Mar 2018 05:23:21 +0000 (05:23 +0000)]
Merge "Observe NetworkCallback instead of polling" into pi-dev

6 years agoAdd string linter preupload check
Fan Zhang [Tue, 27 Mar 2018 04:34:07 +0000 (21:34 -0700)]
Add string linter preupload check

Bug: 76097999
Test: repo upload
Change-Id: Ieb31c931d73a4325f605963b374ca7a2d568e08c

6 years agoMerge "Use custom drawable for Battery saver condition icon." into pi-dev
Fan Zhang [Tue, 27 Mar 2018 04:25:15 +0000 (04:25 +0000)]
Merge "Use custom drawable for Battery saver condition icon." into pi-dev