OSDN Git Service

android-x86/packages-apps-Settings.git
7 years agoDelete "Show CPU usage"
Nick Kralevich [Tue, 11 Oct 2016 16:03:29 +0000 (09:03 -0700)]
Delete "Show CPU usage"

This functionality hasn't worked since Lollipop.

Bug: 21388590
Change-Id: Ie3684ba0f8b3a5f577462e4cc4a1ceba53931eff

7 years agoFixed spans getting stripped from disclaimer
Salvador Martinez [Fri, 7 Oct 2016 02:26:51 +0000 (19:26 -0700)]
Fixed spans getting stripped from disclaimer

In the support disclaimer the text
"Privacy Policy" and "Terms of Service"
will no longer have their url spans
stripped.

Test: Instrumentation Test
Bug: 31939039
Change-Id: Ifdd9c3b5249d4678b30e677b909d0b58dd2c5edc

7 years agoMerge "The center column of the support tab is back to white" into nyc-mr1-dev
Matthew Fritze [Thu, 6 Oct 2016 22:43:28 +0000 (22:43 +0000)]
Merge "The center column of the support tab is back to white" into nyc-mr1-dev

7 years agoMerge "Added onClick logic for domain url list screen" into nyc-mr1-dev
Salvador Martinez [Thu, 6 Oct 2016 22:37:05 +0000 (22:37 +0000)]
Merge "Added onClick logic for domain url list screen" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 6 Oct 2016 00:36:53 +0000 (17:36 -0700)]
Import translations. DO NOT MERGE

Change-Id: Id06ae993d6e5f0bb1249f5b94e96c73d1c1a183d
Auto-generated-cl: translation import

7 years agoAdded onClick logic for domain url list screen
Salvador Martinez [Wed, 5 Oct 2016 21:46:34 +0000 (14:46 -0700)]
Added onClick logic for domain url list screen

This class was created from a code refactoring
in ManageApplications but the functionality
associated with clicking on a preference was
accidently left out. This CL restores that
functionality.

Test: run ManageDomainUrlsEspressoTest class
Bug: 31958776
Change-Id: I1a7f5ee92daeebdb9fd7d9c83a564f0d104aa562

7 years agoThe center column of the support tab is back to white
Matthew Fritze [Wed, 5 Oct 2016 18:07:08 +0000 (11:07 -0700)]
The center column of the support tab is back to white

Regression came in here:
ag/1492761

Change-Id: I7ea5015abbe78d06b6df17d3caa3177642539023
Fixes:31958339
Test: Manual

7 years agoMerge "Fix a NPE in confirm lock screen." into nyc-mr1-dev
TreeHugger Robot [Wed, 5 Oct 2016 19:52:02 +0000 (19:52 +0000)]
Merge "Fix a NPE in confirm lock screen." into nyc-mr1-dev

7 years agoSwitch to static warning threshold when adopting.
Jeff Sharkey [Wed, 5 Oct 2016 17:21:22 +0000 (11:21 -0600)]
Switch to static warning threshold when adopting.

See rationale and details in inline comment block.

Test: adopt slow and fast SD cards
Bug: 29990216
Change-Id: I927d683db5e43216ee0837290ee4ca23a55a5dbb

7 years agoFix a NPE in confirm lock screen.
Fan Zhang [Mon, 3 Oct 2016 16:05:55 +0000 (09:05 -0700)]
Fix a NPE in confirm lock screen.

The NPE happens is when using pin later. It's too late to recover if we
just catch the NPE where it happens, so we should early terminate the
call by adding TextUtil.isEmpty(pin) check.

Change-Id: Id280cd1b8781678540c9ea281b3186edd04d61f9
Fixes: 31895774
Test: make RunSettingsRoboTests
Test: manually enter correct/wrong/empty password/pin in confirm lock UI
(cherry picked from commit 774e1d8443fa551bdcfb54de2fd478db42e70a16)

7 years agoMerge "Add condition check for double tap gesture settings." into nyc-mr1-dev
Jonathan Nieder [Wed, 5 Oct 2016 01:08:03 +0000 (01:08 +0000)]
Merge "Add condition check for double tap gesture settings." into nyc-mr1-dev

7 years agoMerge "Fix bug preventing users from clicking settings suggestions twice" into nyc...
Matthew Fritze [Tue, 4 Oct 2016 22:51:51 +0000 (22:51 +0000)]
Merge "Fix bug preventing users from clicking settings suggestions twice" into nyc-mr1-dev

7 years agoAdd condition check for double tap gesture settings.
Doris Ling [Tue, 4 Oct 2016 22:31:58 +0000 (15:31 -0700)]
Add condition check for double tap gesture settings.

Only shows the double tap gesture preference if the config is enabled.

Test: manual - launch gesture settings on different devices and check
for double tap preference. Auto test pending.
Bug: 31930457

Change-Id: Id972f60035d0c74f0832395f0229691cd3296d60

7 years agoFix bug preventing users from clicking settings suggestions twice
Matthew Fritze [Tue, 4 Oct 2016 20:39:27 +0000 (13:39 -0700)]
Fix bug preventing users from clicking settings suggestions twice

In an attempt to fix a monkey test crash which would open a
suggestion, click back and tap the same one again. The change
unfortunately prevented this for all users, but was not caught
because of a debug flag set on my device. A unit test will be added
to master to catch such cases, as tracked by this bug:
b/31937112

Change-Id: Ib1cff07e54903df687454bdbf2ed1416485ab34f
Fixes: 31926102
Test: Manual

7 years agoGive CTS the handle it expects to remove PIN.
Jeff Sharkey [Tue, 4 Oct 2016 19:43:35 +0000 (13:43 -0600)]
Give CTS the handle it expects to remove PIN.

When the Direct Boot tests go to remove the PIN set in previous
tests, it needs to find the option that will remove the PIN.  Recent
changes for fingerprint caused this "none" option to be hidden, so
assign the "none" ID to the "skip" option.

Test: cts-tradefed run cts-dev --module CtsAppSecurityHostTestCases --test android.appsecurity.cts.DirectBootHostTest
Bug: 31160946
Change-Id: I0b34cbfae45d1db8ee58a5ef66738414f5e2fc27

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 4 Oct 2016 20:05:52 +0000 (20:05 +0000)]
Import translations. DO NOT MERGE
am: 972c78b4ee  -s ours

Change-Id: I526a783783c7ecda889b918ecfbafca399371895

7 years agoMerge "Add "FILTER_NOT_HIDE" for all app filters." into nyc-mr1-dev
Lei Yu [Tue, 4 Oct 2016 19:51:22 +0000 (19:51 +0000)]
Merge "Add "FILTER_NOT_HIDE" for all app filters." into nyc-mr1-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
Bill Yi [Tue, 4 Oct 2016 18:51:04 +0000 (18:51 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 4 Oct 2016 18:18:12 +0000 (11:18 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 31827713
Change-Id: Ib9bed5a9d8a9237935842d496c8f1630dad64c27

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 4 Oct 2016 05:27:10 +0000 (22:27 -0700)]
Import translations. DO NOT MERGE

Change-Id: Iab5c7c6153bc12f50cc443225c0e562a795a7731
Auto-generated-cl: translation import

7 years agoMerge "resolve merge conflicts of f2801e4 to nyc-mr1-dev" into nyc-mr1-dev
Lorenzo Colitti [Mon, 3 Oct 2016 23:37:09 +0000 (23:37 +0000)]
Merge "resolve merge conflicts of f2801e4 to nyc-mr1-dev" into nyc-mr1-dev

7 years agoAdd "FILTER_NOT_HIDE" for all app filters.
jackqdyulei [Mon, 3 Oct 2016 21:01:46 +0000 (14:01 -0700)]
Add "FILTER_NOT_HIDE" for all app filters.

The "FILTER_NOT_HIDE" is used to filter out apps that "blacklisted"
by the carrier. So when user insert a specific sim card, these apps
are hiden in settings > apps unless user enable them.

Bug: 31823872
Test: Manual
Change-Id: I28a38b5780cb63fe22af12d80cc24e965b2b83cf

7 years agoPrevent monkey tests from crashing with race conditions
Matthew Fritze [Mon, 3 Oct 2016 20:26:07 +0000 (13:26 -0700)]
Prevent monkey tests from crashing with race conditions

Change-Id: I3eb7d5549aba2f9684f97e8ee7c56c469f9daae0
Fixes: 31856366
Test: None, monkey test race conditions.

7 years agoresolve merge conflicts of f2801e4 to nyc-mr1-dev
Lorenzo Colitti [Mon, 3 Oct 2016 17:28:58 +0000 (02:28 +0900)]
resolve merge conflicts of f2801e4 to nyc-mr1-dev

Change-Id: I8a9723e8c070cd7f99c39fe5918335847f0b6248

7 years agoUpdate text of wifi to cell autoswitch toggle
Hugo Benichi [Thu, 29 Sep 2016 00:16:55 +0000 (09:16 +0900)]
Update text of wifi to cell autoswitch toggle

Bug: 31807564
Change-Id: I3332a93bca855e3d3c8d63306a116dbe7f829ae0

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Sat, 1 Oct 2016 08:55:31 +0000 (08:55 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 1 Oct 2016 01:11:46 +0000 (18:11 -0700)]
Import translations. DO NOT MERGE

Change-Id: I50d10792c922453215b9af11d6867626c2ce2152
Auto-generated-cl: translation import

7 years agoMerge "USB restriction is similar to media restriction" into nyc-mr1-dev
Philip P. Moltmann [Sat, 1 Oct 2016 00:16:09 +0000 (00:16 +0000)]
Merge "USB restriction is similar to media restriction" into nyc-mr1-dev

7 years agoMerge "Prevent double tap on suggestions" into nyc-mr1-dev
TreeHugger Robot [Fri, 30 Sep 2016 22:33:46 +0000 (22:33 +0000)]
Merge "Prevent double tap on suggestions" into nyc-mr1-dev

7 years agoUSB restriction is similar to media restriction
Philip P. Moltmann [Wed, 14 Sep 2016 20:31:26 +0000 (13:31 -0700)]
USB restriction is similar to media restriction

Bug: 31472955
Change-Id: I3682ccd102565982c434d70fc0d907b1aa779689
(cherry picked from commit 58e2b502922c525ea5f4afcb43f4d2580016b22f)

7 years agoTablet Settings support tab has start/end padding
Matthew Fritze [Wed, 28 Sep 2016 21:30:17 +0000 (14:30 -0700)]
Tablet Settings support tab has start/end padding

Change-Id: Ifdc74af0edbd1b44c4f73b497f16f8edcf647ede
Fixes: 31583422
Tests: Visual Inspection

7 years agoPrevent double tap on suggestions
Matthew Fritze [Fri, 30 Sep 2016 19:36:27 +0000 (12:36 -0700)]
Prevent double tap on suggestions

Change-Id: I963d96b75cb5d464b6f91cf0824aee6e21cfeff0
Fixes: 31856366

7 years agoMerge "Support dialog disclaimer text now appears properly" into nyc-mr1-dev
Matthew Fritze [Fri, 30 Sep 2016 00:12:55 +0000 (00:12 +0000)]
Merge "Support dialog disclaimer text now appears properly" into nyc-mr1-dev

7 years agoSupport dialog disclaimer text now appears properly
Matthew Fritze [Thu, 29 Sep 2016 22:03:28 +0000 (15:03 -0700)]
Support dialog disclaimer text now appears properly

The string override between Settings and SettigsGoogle was not properly
distinguishing, and was defaulting to the AOSP version.

Bug: 31827726
Test: Manual
Change-Id: Iebd8681fb4f040e956f05fb0f5d96deae9eec26f

7 years agoLaunch other info in storage in correct user id.
Garfield Tan [Thu, 29 Sep 2016 21:14:54 +0000 (14:14 -0700)]
Launch other info in storage in correct user id.

Bug: 31592290
Change-Id: I816668c7ff9d1b443d4b49e17bdcfa39ef335aee

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 29 Sep 2016 07:53:15 +0000 (07:53 +0000)]
Import translations. DO NOT MERGE
am: dccfc04a3e  -s ours

Change-Id: Ia00dff846fc9174b6f5f4284e3d42f1ad9869ec7

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 29 Sep 2016 07:40:48 +0000 (07:40 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 29 Sep 2016 06:25:18 +0000 (23:25 -0700)]
Import translations. DO NOT MERGE

Change-Id: I0cd1cb776f4dda8b02f683d92cda3efedff989bb
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 29 Sep 2016 06:20:25 +0000 (23:20 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4a6114d77d04143e22aa02f591cc6f7b75444d46
Auto-generated-cl: translation import

7 years agoMerge "Update text of wifi to cell autoswitch toggle" into nyc-mr1-dev
TreeHugger Robot [Thu, 29 Sep 2016 03:38:46 +0000 (03:38 +0000)]
Merge "Update text of wifi to cell autoswitch toggle" into nyc-mr1-dev

7 years agoUpdate text of wifi to cell autoswitch toggle
Hugo Benichi [Thu, 29 Sep 2016 00:16:55 +0000 (09:16 +0900)]
Update text of wifi to cell autoswitch toggle

Bug: 31807564
Change-Id: I3332a93bca855e3d3c8d63306a116dbe7f829ae0

7 years agoMerge "Tablet Settings Layout is no longer stretched" into nyc-mr1-dev
TreeHugger Robot [Thu, 29 Sep 2016 00:16:23 +0000 (00:16 +0000)]
Merge "Tablet Settings Layout is no longer stretched" into nyc-mr1-dev

7 years agoMerge "WiFiCallingSettings: show roaming preferrence" into nyc-mr1-dev
Meng Wang [Thu, 29 Sep 2016 00:13:49 +0000 (00:13 +0000)]
Merge "WiFiCallingSettings: show roaming preferrence" into nyc-mr1-dev

7 years agoMerge "Settings suggestions now describes expand and collapse in talkback" into nyc...
Matthew Fritze [Wed, 28 Sep 2016 22:52:26 +0000 (22:52 +0000)]
Merge "Settings suggestions now describes expand and collapse in talkback" into nyc-mr1-dev

7 years agoTablet Settings Layout is no longer stretched
Matthew Fritze [Wed, 28 Sep 2016 21:30:17 +0000 (14:30 -0700)]
Tablet Settings Layout is no longer stretched

Change-Id: If4a883077f41b859f4e8aaf92a4f397b94814137
Fixes: 31583422
Tests: Visual Inspection

7 years agoMerge "Add a warning message to the ASM toggle." into nyc-mr1-dev
TreeHugger Robot [Wed, 28 Sep 2016 18:34:29 +0000 (18:34 +0000)]
Merge "Add a warning message to the ASM toggle." into nyc-mr1-dev

7 years agoMerge "DO NOT MERGE Provide fingerprint options for SET_NEW_PASSWORD intent" into...
Steven Ng [Wed, 28 Sep 2016 16:55:52 +0000 (16:55 +0000)]
Merge "DO NOT MERGE Provide fingerprint options for SET_NEW_PASSWORD intent" into nyc-mr1-dev

7 years agoDO NOT MERGE Provide fingerprint options for SET_NEW_PASSWORD intent
Steven Ng [Tue, 27 Sep 2016 22:31:45 +0000 (23:31 +0100)]
DO NOT MERGE Provide fingerprint options for SET_NEW_PASSWORD intent

Cherry-pick from ag/1444396

1) Added a trampoline activity to display SET_NEW_PASSWORD intent.
2) On devices that have fingerprint sensor and have no enrolled fingerprint,
   ChooseLockGeneric handles the SET_NEW_PASSWORD intent by providing
   fingerprint + {PIN/PATTERN/PASSWORD} and skip fingerprint options.

Test: See below
1) Auto
   make RunSettingsRoboTests
2) Manual
   a) Fingerprint + pattern
      i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
      ii) Click Pixel Imprint + Pattern.
      iii) Set a pattern lock.
      iv) Can enroll a fingerprint.
   b) Pattern
      i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
      ii) Click Continue without Pixel Imprint
      iii) A list of unlock options, without fingerprint option, is shown.
      vi) Select and enroll a pattern lock
   c) Has an existing password
      i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
      ii) Setting app asks for password input.
      iii) Enter password and click "Continue without Pixel imprint".
      vi) No password is asked. A list of unlock options, without fingerprint option, is shown.
      v) Select and enroll a pattern lock
   d) Work profile
      i) Create a work profile
      ii) adb shell am start --user x -a android.app.action.SET_NEW_PASSWORD. X is the work profile user id.
      iii) Click Pixel Imprint + Pattern.
      iv) Set a pattern lock.
      v) Can enroll a fingerprint.

Bug: 23017051
Change-Id: I6384bbffb72a5d3a83972da7474532746e4d06b9

7 years agoAdd a warning message to the ASM toggle.
Daniel Nishi [Tue, 27 Sep 2016 22:59:42 +0000 (15:59 -0700)]
Add a warning message to the ASM toggle.

This trigger fires if ASM is not enabled by default for
the device and the toggle is only visible if the ASM visible
flag is enabled.

Bug: 30455784
Change-Id: Id6adf8a75dbd4290f042d743689a75f496efb0c9

7 years agoConnect button click handler for bluetooth forget dialog.
Fan Zhang [Tue, 27 Sep 2016 22:39:50 +0000 (15:39 -0700)]
Connect button click handler for bluetooth forget dialog.

Bug: 31761184
Test: manual
Change-Id: I48aac6899cb9a49bf988d3b9e6480dfd6fe0c1c2

7 years agoMerge "Fixed talkback feedback for wifi menu" into nyc-mr1-dev
Salvador Martinez [Tue, 27 Sep 2016 21:52:16 +0000 (21:52 +0000)]
Merge "Fixed talkback feedback for wifi menu" into nyc-mr1-dev

7 years agoFixed talkback feedback for wifi menu
Salvador Martinez [Mon, 26 Sep 2016 22:43:00 +0000 (15:43 -0700)]
Fixed talkback feedback for wifi menu

When you go to add a existing or new access
point for wifi talkback would say the
incorrect thing when you tapped on the
advanced options dropdown menu toggle.
This fixes what talkback says to more
accurately reflect what the widget does.

Test: Accessibility Scanner
Bug: 31623421
Change-Id: I9a00c4e8723014b0b3097f046dbcd1de01636e76

7 years agoSettings suggestions now describes expand and collapse in talkback
Matthew Fritze [Mon, 25 Jul 2016 21:34:47 +0000 (14:34 -0700)]
Settings suggestions now describes expand and collapse in talkback

Bug: 30314874
Change-Id: I2231148594c8e878111a754e5806c20dd4e289af

7 years agoMerge "Avoid run RadioInfo activity from non-system users" into nyc-mr1-dev
Chen Xu [Tue, 27 Sep 2016 18:38:18 +0000 (18:38 +0000)]
Merge "Avoid run RadioInfo activity from non-system users" into nyc-mr1-dev

7 years agoAvoid run RadioInfo activity from non-system users
fionaxu [Thu, 22 Sep 2016 22:01:05 +0000 (15:01 -0700)]
Avoid run RadioInfo activity from non-system users

RadioInfo is hidden from testing menu, but it could be launched
from explicit intents for example. Add system user check to avoid
phone process crash.

Bug: 31219235
Change-Id: I5661fbe0889b1ee9d0dea6810f4a4cde2c9d9e22

7 years agoMerge "Fix a deprecated config string name for the storage manager settings." into...
Daniel Nishi [Tue, 27 Sep 2016 16:36:59 +0000 (16:36 +0000)]
Merge "Fix a deprecated config string name for the storage manager settings." into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 27 Sep 2016 03:09:19 +0000 (03:09 +0000)]
Import translations. DO NOT MERGE
am: 7552fb5a17  -s ours

Change-Id: I02e5078c47df5c376eb40407870cb630b0bed58f

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 03:04:03 +0000 (03:04 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Improve text for VR Settings." into nyc-mr1-dev
Ruben Brunk [Tue, 27 Sep 2016 00:57:36 +0000 (00:57 +0000)]
Merge "Improve text for VR Settings." into nyc-mr1-dev

7 years agoMerge "Added strings for advanced wifi accessibility" into nyc-mr1-dev
Salvador Martinez [Tue, 27 Sep 2016 00:26:09 +0000 (00:26 +0000)]
Merge "Added strings for advanced wifi accessibility" into nyc-mr1-dev

7 years agoAdded strings for advanced wifi accessibility
Salvador Martinez [Tue, 27 Sep 2016 00:07:27 +0000 (17:07 -0700)]
Added strings for advanced wifi accessibility

These strings are needed for talkback to
say the correct thing when a user taps
on advanced options in the dialog to
add a new access point.

Test: Accessibility Scanner
Bug: 30079196
Change-Id: I6208cc01f6434780ba56296769cfaa05b6a6aaaa

7 years agoImprove text for VR Settings.
Ruben Brunk [Mon, 26 Sep 2016 22:48:31 +0000 (15:48 -0700)]
Improve text for VR Settings.

Bug: 31101223

Change-Id: I5c529e76cc6b802cae01301f67dad2e51fb4ad49

7 years agoMerge "Move Bluetooth device "Forget" button to the left" into nyc-mr1-dev
TreeHugger Robot [Mon, 26 Sep 2016 21:43:46 +0000 (21:43 +0000)]
Merge "Move Bluetooth device "Forget" button to the left" into nyc-mr1-dev

7 years agoMerge "Update gesture settings text." into nyc-mr1-dev
Doris Ling [Mon, 26 Sep 2016 20:27:39 +0000 (20:27 +0000)]
Merge "Update gesture settings text." into nyc-mr1-dev

7 years agoFix a deprecated config string name for the storage manager settings.
Daniel Nishi [Mon, 26 Sep 2016 18:37:52 +0000 (11:37 -0700)]
Fix a deprecated config string name for the storage manager settings.

The old string was used for configuration purposes, but the change was
removed. A previous patch accidentally used the old string for
choosing if the activity was exported or not.

Bug: 31621740

Change-Id: I9471e3a4c6d64d3fb8be7cbfcf058d35364892a5

7 years agoUpdate gesture settings text.
Doris Ling [Sat, 24 Sep 2016 00:03:00 +0000 (17:03 -0700)]
Update gesture settings text.

Update the preference title and summary for Ambient Display Double-tap
and Pickup gestures.

Test: manual - launch gestures settings and verify latest strings are
used.

Bug: 30595437
Change-Id: I029c2048603563ea20f5030e381a9e7a624d0e85

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 26 Sep 2016 16:48:57 +0000 (09:48 -0700)]
Import translations. DO NOT MERGE

Change-Id: I8cf027c5077ed24be8d68d191a6da201df7fdd0d
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 26 Sep 2016 16:44:05 +0000 (09:44 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4f03344d3ce65076256892ae63803239c5c47718
Auto-generated-cl: translation import

7 years agoMove Bluetooth device "Forget" button to the left
Andre Eisenbach [Sat, 24 Sep 2016 00:13:27 +0000 (17:13 -0700)]
Move Bluetooth device "Forget" button to the left

"Forget" and "OK" actions are too close together.

Bug: 31693959
Change-Id: Iee452347a53b186df7aecad5d971edcfb7645f1d

7 years agoMerge "Add storage manager settings activity." into nyc-mr1-dev
Daniel Nishi [Sat, 24 Sep 2016 00:15:49 +0000 (00:15 +0000)]
Merge "Add storage manager settings activity." into nyc-mr1-dev

7 years agoMerge "Split Ambient Display settings." into nyc-mr1-dev
TreeHugger Robot [Sat, 24 Sep 2016 00:00:05 +0000 (00:00 +0000)]
Merge "Split Ambient Display settings." into nyc-mr1-dev

7 years agoMerge "Fix NPE when trying to refreshes dnd condition." into nyc-mr1-dev
Fan Zhang [Fri, 23 Sep 2016 23:31:43 +0000 (23:31 +0000)]
Merge "Fix NPE when trying to refreshes dnd condition." into nyc-mr1-dev

7 years agoSplit Ambient Display settings.
Doris Ling [Wed, 7 Sep 2016 18:10:03 +0000 (11:10 -0700)]
Split Ambient Display settings.

1. Reverting the changes for Display->Ambient Display; this setting
   will control incoming notification pulse.
2. Added 2 separate entries in gestures settings to control pick up
   and double tap gestures-triggered pulsing for Ambient Display.
3. Added automated tests to verify the preference initializes to the
   correct default value, and also verify that toggling the preference
   updates the corresponding settings correctly.

Test: make SettingsTests

Bug: 30595437
Change-Id: I125bf75fc4ccfea126a00ffae4207fcb789f487a

7 years agoMerge "Use a config flag instead of a RO flag for showing Manage Storage." into nyc...
Daniel Nishi [Fri, 23 Sep 2016 22:19:11 +0000 (22:19 +0000)]
Merge "Use a config flag instead of a RO flag for showing Manage Storage." into nyc-mr1-dev

7 years agoWiFiCallingSettings: show roaming preferrence
Meng Wang [Mon, 19 Sep 2016 21:53:24 +0000 (14:53 -0700)]
WiFiCallingSettings: show roaming preferrence

Bug: 31492826
Change-Id: I45cd8455e84802d690d074099d6a8e9c9398e157

7 years agoMerge "Use default switch preference view if gesture animations video is not availabl...
Doris Ling [Fri, 23 Sep 2016 18:49:05 +0000 (18:49 +0000)]
Merge "Use default switch preference view if gesture animations video is not available." into nyc-mr1-dev

7 years agoMerge "Set preference unselectable using the DividerPreference." into nyc-mr1-dev
Lei Yu [Fri, 23 Sep 2016 16:29:00 +0000 (16:29 +0000)]
Merge "Set preference unselectable using the DividerPreference." into nyc-mr1-dev

7 years agoAdd storage manager settings activity.
Daniel Nishi [Tue, 20 Sep 2016 23:40:49 +0000 (16:40 -0700)]
Add storage manager settings activity.

Bug: 31621740
Change-Id: I5abc8ef3f12e02488104c0b74f4826d8c4182b2b

7 years agoMerge "Change 'red' to 'amber'" into nyc-mr1-dev
TreeHugger Robot [Fri, 23 Sep 2016 00:11:07 +0000 (00:11 +0000)]
Merge "Change 'red' to 'amber'" into nyc-mr1-dev

7 years agoFix NPE when trying to refreshes dnd condition.
Fan Zhang [Thu, 22 Sep 2016 22:10:40 +0000 (15:10 -0700)]
Fix NPE when trying to refreshes dnd condition.

Bug: 31685838
Test: manual, will add automated test in master.

The NPE happens when try to refresh dnd condition before the condition
object is created.

Change-Id: Idbd6898472e1ad21a2bbb3be5f0b9c24c03b5c80

7 years agoMerge "Tell sublaunched backup settings activities about policy state" into nyc-mr1-dev
Chris Tate [Thu, 22 Sep 2016 21:58:27 +0000 (21:58 +0000)]
Merge "Tell sublaunched backup settings activities about policy state" into nyc-mr1-dev

7 years agoSet preference unselectable using the DividerPreference.
jackqdyulei [Wed, 31 Aug 2016 21:17:26 +0000 (14:17 -0700)]
Set preference unselectable using the DividerPreference.

In this way, when talking back is on, device won't speaking "Double
tap to activate" for no-action perference. The preference will have
divider line but lose ripple animation.

Bug: 31051833
Test: Manual Test. Cannot find a way to test it in testing framework.
1. Turn on the talk back.
2. Go to "About phone" Settings.
3. Tap and listen.

Change-Id: I2066d574e14071408c5a1db85a3bd4dafd8429fe

7 years agoChange 'red' to 'amber'
Annie Chin [Thu, 22 Sep 2016 17:26:06 +0000 (10:26 -0700)]
Change 'red' to 'amber'

Change-Id: I36e4815165a12d33ce4aaad446acae19897be138
Fixes: 31628145

7 years agoMerge "Add remote control of Instant Apps" into nyc-mr1-dev
TreeHugger Robot [Thu, 22 Sep 2016 16:57:11 +0000 (16:57 +0000)]
Merge "Add remote control of Instant Apps" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 12:38:46 +0000 (12:38 +0000)]
Import translations. DO NOT MERGE
am: b8f9eca6b2  -s ours

Change-Id: I6fe66119ad608719c03ff091e1ee04f032312788

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 09:12:45 +0000 (02:12 -0700)]
Import translations. DO NOT MERGE

Change-Id: I3f9f1416177c094f377745c6b23e878b257ccaa9
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 09:07:48 +0000 (02:07 -0700)]
Import translations. DO NOT MERGE

Change-Id: I536498782053bf9372ecc8c59c8f20727658a8ad
Auto-generated-cl: translation import

7 years agoTell sublaunched backup settings activities about policy state
Christopher Tate [Thu, 22 Sep 2016 00:16:17 +0000 (17:16 -0700)]
Tell sublaunched backup settings activities about policy state

Policy state is not readily observable by subsidiary UI, so we
now tell it explicitly when sublaunching it.

Bug 30126678

Change-Id: Icdd6e39874070d7337b4b0a0d5b80c52bb3e7e40

7 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 21 Sep 2016 19:25:17 +0000 (19:25 +0000)]
Import translations. DO NOT MERGE
am: 7eeb016fdd  -s ours

Change-Id: I0c3faa0ad6760b35f3a7eb8d85d0908228297b8d

7 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 21 Sep 2016 19:10:51 +0000 (12:10 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 31075769
Change-Id: I12e44f90e46c8f42290b7210556b52ecabcf769e

7 years agoUse default switch preference view if gesture animations video is not
Doris Ling [Fri, 16 Sep 2016 23:58:02 +0000 (16:58 -0700)]
Use default switch preference view if gesture animations video is not
available.

Check to see if animation video is available. If so, use the customized
view. Otherwise, use the default switch preference layout.

Test: make and run SettingsGoogleTests

Bug: 30701118
Change-Id: I0b25f41f8425b92834b45f706690648fb35a885d

7 years agoChanges to make APN fields uneditable based on carrier config.
Amit Mahajan [Tue, 20 Sep 2016 17:59:16 +0000 (10:59 -0700)]
Changes to make APN fields uneditable based on carrier config.

Bug: 30457714
Change-Id: I682445eab8eb3ff4ff3eaf036964b467217366f0

7 years agoMerge "Add a "Don't ask again" checkbox to the avoid bad wifi dialog." into nyc-dr1-dev
Lorenzo Colitti [Tue, 20 Sep 2016 17:24:59 +0000 (17:24 +0000)]
Merge "Add a "Don't ask again" checkbox to the avoid bad wifi dialog." into nyc-dr1-dev
am: 2c7c84a1cd

Change-Id: Ie98b23d5d81afffcd02fee7339dbe50172a194ae

7 years agoAdd a "Don't ask again" checkbox to the avoid bad wifi dialog.
Lorenzo Colitti [Tue, 20 Sep 2016 17:16:12 +0000 (17:16 +0000)]
Add a "Don't ask again" checkbox to the avoid bad wifi dialog.
am: c179f33c87

Change-Id: Ia46300f122a19cf00f81b1f1115d8981f53fc7d9

7 years agoMerge "Add a "Don't ask again" checkbox to the avoid bad wifi dialog." into nyc-dr1-dev
Lorenzo Colitti [Tue, 20 Sep 2016 17:04:37 +0000 (17:04 +0000)]
Merge "Add a "Don't ask again" checkbox to the avoid bad wifi dialog." into nyc-dr1-dev

7 years agoAdd a "Don't ask again" checkbox to the avoid bad wifi dialog.
Lorenzo Colitti [Sun, 18 Sep 2016 16:08:07 +0000 (01:08 +0900)]
Add a "Don't ask again" checkbox to the avoid bad wifi dialog.

Also update the settings code to reflect the new tristate
semantics of the NETWORK_AVOID_BAD_WIFI setting.

Bug: 31075769
Change-Id: Icd21d8272abe6afd42ee8a41e2c7e1a6af77f0b3

7 years agoUse a config flag instead of a RO flag for showing Manage Storage.
Daniel Nishi [Fri, 9 Sep 2016 00:24:50 +0000 (17:24 -0700)]
Use a config flag instead of a RO flag for showing Manage Storage.

Bug: 30455784
Test: make SettingsTests; run the instrumentation.
Change-Id: I860192c1c20fcaec2a5cbcdc085ff01dafa7351a
(cherry picked from commit 7f075a3c41f02d58bae10fb3f2b4a4ad8ada8967)

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Mon, 19 Sep 2016 18:30:14 +0000 (18:30 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoImport translations. DO NOT MERGE am: 225c634f99 -s ours
Bill Yi [Mon, 19 Sep 2016 18:02:11 +0000 (18:02 +0000)]
Import translations. DO NOT MERGE am: 225c634f99  -s ours
am: 41e378d12c  -s ours

Change-Id: I9b482638cdb3ac06afdfd03f32da3c19fdf18334

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 19 Sep 2016 17:58:43 +0000 (17:58 +0000)]
Import translations. DO NOT MERGE
am: 225c634f99  -s ours

Change-Id: I736df56414345c07d99630433996abf2819d6ece