OSDN Git Service

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

6 years agoBidi wrap owner name in account setting page.
Fan Zhang [Wed, 18 Apr 2018 22:58:50 +0000 (15:58 -0700)]
Bidi wrap owner name in account setting page.

This fixes RTL issue when owner is set to have a LTR name but the
device language is in RTL.

Change-Id: I9f3fed76f641c2ff6a18e3bc8db98aef7011c33f
Fixes: 77947484
Test: visual

6 years agoUpdated string char-limits to better match available space for data usage.
Jan Nordqvist [Wed, 18 Apr 2018 19:30:38 +0000 (12:30 -0700)]
Updated string char-limits to better match available space for data usage.

Bug: 77641038

Test: manual
Change-Id: Ie78d57f6527c36bdc4bdc297e9184d687f78bb1b

6 years agoMerge "Increase number of lines before the fold to make sure Now Playing is visible...
TreeHugger Robot [Wed, 18 Apr 2018 19:02:38 +0000 (19:02 +0000)]
Merge "Increase number of lines before the fold to make sure Now Playing is visible." into pi-dev

6 years agoMerge "Force update all suggestions but app restriction" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 18:09:58 +0000 (18:09 +0000)]
Merge "Force update all suggestions but app restriction" into pi-dev

6 years agoIncrease number of lines before the fold to make sure Now Playing is visible.
Katsiaryna Naliuka [Wed, 18 Apr 2018 17:54:41 +0000 (19:54 +0200)]
Increase number of lines before the fold to make sure Now Playing is visible.

Change-Id: Ic9a891f6b44f2b5e057b35f4dca6f2063231449f
Fixes: 64065365
Test: flashed locally built image and tested manually.

6 years agoupdate checkbox based on FAS API
Lei Yu [Tue, 17 Apr 2018 20:23:15 +0000 (13:23 -0700)]
update checkbox based on FAS API

Before this CL, we assumed all the apps in this page were restricted and
didn't consider that user may uncheck one and rotate the screen.

In this CL, when we create checkbox, we will update the state through
FAS API to make sure checkbox is up-to-date.

Change-Id: I4e89908591f0688b4170806db4b6631bf921f2e9
Fixes: 78161466
Test: RunSettingsRoboTests

6 years agoExpand channel settings if coming from app
Julia Reynolds [Wed, 18 Apr 2018 16:17:33 +0000 (12:17 -0400)]
Expand channel settings if coming from app

Test: manual inspection
Change-Id: I2ed7f5cc2355f27e0edf36a0d8ee23e418eafd99
Fixes: 77648459

6 years agoFix wifi launch intent
Jason Monk [Wed, 18 Apr 2018 14:54:35 +0000 (10:54 -0400)]
Fix wifi launch intent

Test: manual
Bug: 76162313
Change-Id: Ie4d4235026ed72afc68f0e513ec34c8f188badb9

6 years agoMerge "Fix text alignment in SIM lock dialog." into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 05:55:35 +0000 (05:55 +0000)]
Merge "Fix text alignment in SIM lock dialog." into pi-dev

6 years agoMerge "Add A11y Slices" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 01:44:58 +0000 (01:44 +0000)]
Merge "Add A11y Slices" into pi-dev

6 years agoMerge "Remove the divider" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 01:41:13 +0000 (01:41 +0000)]
Merge "Remove the divider" into pi-dev

6 years agoFixing incorrect method to launch mobile data plan app.
Jan Nordqvist [Wed, 18 Apr 2018 00:31:33 +0000 (17:31 -0700)]
Fixing incorrect method to launch mobile data plan app.

Bug: 77529772

Test: manual
Change-Id: Id102cb11bcbcc94b139caff47195364e281850e3

6 years agoMerge "Identify cast mode properly in audio switch" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 01:11:33 +0000 (01:11 +0000)]
Merge "Identify cast mode properly in audio switch" into pi-dev

6 years agoMerge "Fix text alignment in supported links dialog." into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 01:02:03 +0000 (01:02 +0000)]
Merge "Fix text alignment in supported links dialog." into pi-dev

6 years agoMerge "Clean Sms raw table when resetting network." into pi-dev
Xiangyu/Malcolm Chen [Wed, 18 Apr 2018 00:49:34 +0000 (00:49 +0000)]
Merge "Clean Sms raw table when resetting network." into pi-dev

6 years agoIdentify cast mode properly in audio switch
ryanywlin [Tue, 17 Apr 2018 10:25:38 +0000 (18:25 +0800)]
Identify cast mode properly in audio switch

- Use STREAM_MUSIC to idetify cast mode

- Use STREAM_MUSIC to detect wired headset

Bug: 78141750
Test: make RunSettingsRoboTests
ROBOTEST_FILTER="MediaOutputPreferenceControllerTest" -j40

Change-Id: I92273d41d3debfc3d6327c4ca09143a2dd9b1cb6

6 years agoFix text alignment in supported links dialog.
Doris Ling [Tue, 17 Apr 2018 23:36:49 +0000 (16:36 -0700)]
Fix text alignment in supported links dialog.

- align the supported link textview at viewStart.

Change-Id: If323ffe1423059b5e37a9fc94606118fac3d0204
Fixes: 78161872
Test: visual

6 years agoFix text alignment in SIM lock dialog.
Doris Ling [Tue, 17 Apr 2018 23:24:19 +0000 (16:24 -0700)]
Fix text alignment in SIM lock dialog.

- set the text alignment to view start when we bind the view.

Change-Id: Ia7f32d7a422a8a18d092d1ff808f792ab1980e87
Fixes: 78165098
Test: visual

6 years agoMerge "Replace deprecated APIs in audio switcher." into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 23:10:44 +0000 (23:10 +0000)]
Merge "Replace deprecated APIs in audio switcher." into pi-dev

6 years agoMerge "Update preference to set password field" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 22:58:54 +0000 (22:58 +0000)]
Merge "Update preference to set password field" into pi-dev

6 years agoClean Sms raw table when resetting network.
Malcolm Chen [Mon, 16 Apr 2018 21:12:41 +0000 (14:12 -0700)]
Clean Sms raw table when resetting network.

There has been issues when Sms raw table somehow stores orphan
fragments. They lead to garbled message when new fragments come
in and combied with those stale ones. While we work on proper
fixes, one of the options we offer to the user if it happens again,
is to reset all network settings which will clean up this table.

Bug: 77910620
Test: manual test
Change-Id: Ib80c395fb9a1501f35716fdca43df3e5c87893c7

6 years agoMerge "Fix text alignment with rtl languages in entity header." into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 22:51:07 +0000 (22:51 +0000)]
Merge "Fix text alignment with rtl languages in entity header." into pi-dev

6 years agoMerge "Update icon for security settings." into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 22:33:26 +0000 (22:33 +0000)]
Merge "Update icon for security settings." into pi-dev

6 years agoReplace deprecated APIs in audio switcher.
ryanywlin [Tue, 17 Apr 2018 08:48:30 +0000 (16:48 +0800)]
Replace deprecated APIs in audio switcher.

- Remove isWiredHeadsetOn() and isBluetoothA2dpOn()
in MediaOutputPreferenceController.

- Remove isWiredHeadsetOn() and isBluetoothScoOn()
in HandsFreeProfileOutputPreferenceController.

- Replace with AudioManager.getDevicesForStream().

- Update test cases.

Bug: 78141441
Test: make RunSettingsRoboTests ROBOTEST_FILTER="MediaOutputPreferenceControllerTest" -j40
Test: make RunSettingsRoboTests ROBOTEST_FILTER="HandsFreeProfileOutputPreferenceControllerTest" -j40
Test: make RunSettingsRoboTests ROBOTEST_FILTER="AudioOutputSwitchPreferenceControllerTest" -j40
Change-Id: Ic57c40badf0fd5633f1b7412d63a0b5417d0f47a

6 years agoUpdate icon for security settings.
Doris Ling [Tue, 17 Apr 2018 19:26:33 +0000 (12:26 -0700)]
Update icon for security settings.

- also fix the issue of dynamic tile icon is being cached and not
updated properly.

Change-Id: I9289260340c1cddc4123fda88c366d658a11ddfc
Fixes: 74255242
Test: visual

6 years agoFix text alignment with rtl languages in entity header.
Fan Zhang [Tue, 17 Apr 2018 21:30:08 +0000 (14:30 -0700)]
Fix text alignment with rtl languages in entity header.

TextViews should align at viewStart to make numerics like version
number display in RTL format.

Also cleaned up style so we can share the same style on all entity
header textviews.

Change-Id: I25a93d33e9fb95a9eba7b368438cb33bb67a434a
Fixes: 78173905
Test: visual

6 years agoDisable autofill on choose password layout
Fan Zhang [Tue, 17 Apr 2018 20:33:41 +0000 (13:33 -0700)]
Disable autofill on choose password layout

Change-Id: I5f09282cfa07c546172d0921e02db98b4b4c2fff
Fixes: 78173714
Test: manual

6 years agoForce update all suggestions but app restriction
Lei Yu [Tue, 17 Apr 2018 18:07:47 +0000 (11:07 -0700)]
Force update all suggestions but app restriction

When there is configuration change(icicle is not null), still
force update all suggestion except app restriction.

App restriction is not stateless: state HANDLED only happens when
there is anomaly and it disappear in next cycle. So we should only
update it when necessary.

Change-Id: Ifb7a1c477962a0c78b5455a5fbc078590fd408f2
Fixes: 77973093
Test: RunSettingsRoboTests

6 years agoMerge "Add getDescendants to Settings Slice Provider" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 19:21:20 +0000 (19:21 +0000)]
Merge "Add getDescendants to Settings Slice Provider" into pi-dev

6 years agoMerge "Get rid of charging sounds toggle" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 19:13:11 +0000 (19:13 +0000)]
Merge "Get rid of charging sounds toggle" into pi-dev

6 years agoMerge "Update a Slice Uri when unavailable" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 18:45:39 +0000 (18:45 +0000)]
Merge "Update a Slice Uri when unavailable" into pi-dev

6 years agoMerge "Remove empty_search_image from Settings." into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 18:24:33 +0000 (18:24 +0000)]
Merge "Remove empty_search_image from Settings." into pi-dev

6 years agoUpdate preference to set password field
Salvador Martinez [Tue, 17 Apr 2018 18:02:44 +0000 (11:02 -0700)]
Update preference to set password field

The preference for the wifi tether password was having the input
type set incorrectly. This could lead to strange keyboard behavior
and the password being remembered by the keyboard which is bad.
This CL sets the appropriate field where needed.

Test: robotests
Bug: 77853620
Change-Id: I2a72fc863cd3779aed98a0df95500b652bb51cc8

6 years agoAdd getDescendants to Settings Slice Provider
Matthew Fritze [Tue, 27 Mar 2018 00:30:20 +0000 (17:30 -0700)]
Add getDescendants to Settings Slice Provider

getDescendants allows another app to collect a list
of all valid Uris for Settings Slices. Important for search,
assistant or launcher apps.

This means searching our database for all valid keys and building
a list of Uris for each of those keys.

Fixes: 77808328
Test: robotests
Change-Id: I3ae27e4661a7dcaab50b091ae2730013118af8a2

6 years agoUpdate a Slice Uri when unavailable
Matthew Fritze [Thu, 12 Apr 2018 23:40:07 +0000 (16:40 -0700)]
Update a Slice Uri when unavailable

When a slice becomes unavailable, it should not update the
underlying data even if the view has not changed.

When we receive a change from an unavailable slice, notifychange
on the Uri and do not change the underlying data.

Change-Id: I91851ab668e4aece669fd65c14e0dc4ec2edefdf
Fixes: 77980406
Test: robotests

6 years agoMerge "Show suppression msg under ringer slider" into pi-dev
Julia Reynolds [Tue, 17 Apr 2018 17:37:06 +0000 (17:37 +0000)]
Merge "Show suppression msg under ringer slider" into pi-dev

6 years agoAdd A11y Slices
Matthew Fritze [Fri, 2 Mar 2018 03:02:07 +0000 (19:02 -0800)]
Add A11y Slices

Add AccessibilityPreferenceController, which wraps all a11y settings
since they are share common infrastructure for enabling, current value,
and availability.

We add an overlay for OEMs to declare their bundled a11y services.
This is the only list of services that will be possible to enabled via
Settings slices.

Accessibility Slices are built by getting a list of valid services,
and indexing the service names as a key in the Slices DB. When they are
built at runtime, they use the generic A11yPrefController to get the status
and enable/disable the service.

Bug: 67997836
Bug: 67997672
Test: robotests
Change-Id: I66f905bf1c55eecb937945c4675c12bcbc96d698

6 years agoRemove empty_search_image from Settings.
Fan Zhang [Tue, 17 Apr 2018 17:15:51 +0000 (10:15 -0700)]
Remove empty_search_image from Settings.

The image now lives in SettingsIntelligence. Having another copy here
creates deadweight and confusion.

Bug: 74410371
Test: rebuild
Change-Id: Id90fd412a629fcd663cd88cbe5da46e511055adc

6 years agoMerge "Settings: Add synonyms to display cutout emulation setting" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 16:43:31 +0000 (16:43 +0000)]
Merge "Settings: Add synonyms to display cutout emulation setting" into pi-dev

6 years agoSettings: Add synonyms to display cutout emulation setting
Adrian Roos [Tue, 17 Apr 2018 15:22:05 +0000 (17:22 +0200)]
Settings: Add synonyms to display cutout emulation setting

Test: Search for "notch" or "display cutout", verify emulation setting shows up
Change-Id: Iaf036c965c233e63d9cc9729a0ecd13d8e6a8881
Fixes: 78163992

6 years agoShow suppression msg under ringer slider
Julia Reynolds [Tue, 17 Apr 2018 13:11:43 +0000 (09:11 -0400)]
Show suppression msg under ringer slider

Instead of replacing the rigner slider, because the stream
isn't actually muted.

Change-Id: Id2c60d6c570084ed8febcaeb3b096a487f572312
Fixes: 77641315
Test: robotests

6 years agoRemove the divider
hughchen [Tue, 17 Apr 2018 09:14:42 +0000 (17:14 +0800)]
Remove the divider

* Remove the divider that below the "Previously connected devices"

Bug: 78153629
Test: Build
Change-Id: I298f3bf396c929f025978431577cba9d6aa5f678

6 years agoRemove swipe up setting page if the feature is not available
Mehdi Alizadeh [Thu, 12 Apr 2018 21:08:12 +0000 (14:08 -0700)]
Remove swipe up setting page if the feature is not available

Bug: 77974864
Test: Manual test and RoboTests
Change-Id: Ie23a01f254d65e5888f91b5b1cb80df40976c569

6 years agoMerge "Use the SSID of the network in the no internet dialog" into pi-dev
Chalard Jean [Tue, 17 Apr 2018 02:01:02 +0000 (02:01 +0000)]
Merge "Use the SSID of the network in the no internet dialog" into pi-dev

6 years agoMerge "Fixed ApnEditor crash issue" into pi-dev
Pengquan Meng [Tue, 17 Apr 2018 01:26:54 +0000 (01:26 +0000)]
Merge "Fixed ApnEditor crash issue" into pi-dev

6 years agoMerge "Hide suggestion if app already been restricted" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 00:30:08 +0000 (00:30 +0000)]
Merge "Hide suggestion if app already been restricted" into pi-dev

6 years agoMerge "Fix an RTL issue in Network dashboard's summary text." into pi-dev
TreeHugger Robot [Mon, 16 Apr 2018 23:40:09 +0000 (23:40 +0000)]
Merge "Fix an RTL issue in Network dashboard's summary text." into pi-dev

6 years agoFix an RTL issue in Network dashboard's summary text.
Fan Zhang [Mon, 16 Apr 2018 21:57:51 +0000 (14:57 -0700)]
Fix an RTL issue in Network dashboard's summary text.

Bidi wrap the word "Wi-Fi" so it's RTL'd correctly in all languages

Change-Id: Ia228b8f182ba6c7b5db5c310ecb54b25937e6ab7
Fixes: 78120642
Test: visual

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

6 years agoHide suggestion if app already been restricted
Lei Yu [Mon, 16 Apr 2018 18:13:11 +0000 (11:13 -0700)]
Hide suggestion if app already been restricted

Change-Id: I89904575be0236a22e4ca403bedc6adfc6cc5708
Fixes: 78014551
Test: RunSettingsRoboTests

6 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 16 Apr 2018 20:18:24 +0000 (13:18 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: If256f5f7a79cc21e1251bd26b3b0c934d5cda71b

6 years agoMerge "Add audio switch UI in sound settings" into pi-dev
Caxton Chan [Mon, 16 Apr 2018 19:24:31 +0000 (19:24 +0000)]
Merge "Add audio switch UI in sound settings" into pi-dev

6 years agoMerge "Implement audio switch UI" into pi-dev
TreeHugger Robot [Mon, 16 Apr 2018 18:34:37 +0000 (18:34 +0000)]
Merge "Implement audio switch UI" into pi-dev