OSDN Git Service

android-x86/packages-apps-Settings.git
7 years agoMerge "Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()" into...
TreeHugger Robot [Thu, 30 Mar 2017 01:17:20 +0000 (01:17 +0000)]
Merge "Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()" into oc-dev

7 years agoMerge "Hide Wifi and Systemui in settings main page" into oc-dev
Lei Yu [Thu, 30 Mar 2017 01:14:35 +0000 (01:14 +0000)]
Merge "Hide Wifi and Systemui in settings main page" into oc-dev

7 years agoMerge "Add summary for categories in battery advanced page" into oc-dev
Lei Yu [Thu, 30 Mar 2017 01:14:24 +0000 (01:14 +0000)]
Merge "Add summary for categories in battery advanced page" into oc-dev

7 years agoMerge "Create Controller for app buttons" into oc-dev
Lei Yu [Wed, 29 Mar 2017 23:16:29 +0000 (23:16 +0000)]
Merge "Create Controller for app buttons" into oc-dev

7 years agoAdd new internal API: enableOptionalCodecs()/disableOptionalCodecs()
Pavlin Radoslavov [Fri, 24 Feb 2017 18:25:09 +0000 (10:25 -0800)]
Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()

This API can be used to enable the optional codecs, or disable them
and use only the mandatory SBC.
Internally, it is implemented by raising the SBC priority to
highest (so SBC will be used/selected), or reducing the SBC priority
to its default value (lowest).

Test: A2DP streaming and enabling/disabling/selecting optional codecs
Bug: 35873828
Change-Id: I6e3144ff93bfc289fb25f4961fc00f39e8222290
(cherry picked from commit b0d8cdf8f81070dd2384f7ab756d0afdc1384107)

7 years agoMerge "Disable default indicator for night display" into oc-dev
Christine Franks [Wed, 29 Mar 2017 22:41:40 +0000 (22:41 +0000)]
Merge "Disable default indicator for night display" into oc-dev

7 years agoMerge "Connect immediately after pressing on previously connected saved networks...
TreeHugger Robot [Wed, 29 Mar 2017 21:00:55 +0000 (21:00 +0000)]
Merge "Connect immediately after pressing on previously connected saved networks." into oc-dev

7 years agoMerge "Only register conditions receiver when needed." into oc-dev
Doris Ling [Wed, 29 Mar 2017 20:33:21 +0000 (20:33 +0000)]
Merge "Only register conditions receiver when needed." into oc-dev

7 years agoMerge "Increase the char limit for the bluetooth tethering strings." into oc-dev
TreeHugger Robot [Wed, 29 Mar 2017 20:26:10 +0000 (20:26 +0000)]
Merge "Increase the char limit for the bluetooth tethering strings." into oc-dev

7 years agoHide Wifi and Systemui in settings main page
jackqdyulei [Mon, 27 Mar 2017 23:38:47 +0000 (16:38 -0700)]
Hide Wifi and Systemui in settings main page

Also move the systemui to category system

Fix: 36644740
Fix: 36645264
Test: RunSettingsRoboTests

Change-Id: I6b64a7dca58091f3a1d8b7d99c8bae7ddf9169f9
(cherry picked from commit 1e95b74f774b2b8b97b8f512451313696ed97c50)

7 years agoAdd summary for categories in battery advanced page
jackqdyulei [Mon, 27 Mar 2017 21:00:29 +0000 (14:00 -0700)]
Add summary for categories in battery advanced page

If the category only contains one app, show usage time, otherwise
show app with maximum usage.

Also add usage time for apps in battery settings page.

Bug: 35396770
Test: RunSettingsRoboTests
Change-Id: I43fe9c2289535be2c1b95ffded6b52b0ff099589
(cherry picked from commit 3bbaca9c7c863c802f2897ac30daa2c59e2115c1)

7 years agoCreate Controller for app buttons
jackqdyulei [Wed, 15 Mar 2017 22:13:10 +0000 (15:13 -0700)]
Create Controller for app buttons

These two buttons(uninstall + forcestop) are used in both battery page
and app page, we should move the logic for these two buttons into one
place.

This cl creates the AppButtonsPreferenceController for the above
purpose. This cl only copies the logic to controller but hasn't make
InstalledAppDetails use this controller.

Since DialogFragment could not use function in controller directly,
the controller expose DialogListener and all the fragments must
implement this interface. Then they can delegate the method call
to controller directly.

The following cl will:
1. Make the InstalledAppDetails be compatible to controller
2. Make the InstalledAppDetails use this controller.

Bug: 35810915
Test: RunSettingsRoboTests
Change-Id: Ie2aa8064bcec3003233896c18be772825b12930a
(cherry picked from commit 82d07983b46b4c6a1b7a3c431c57ff45e84e72be)

7 years agoDisable default indicator for night display
Christine Franks [Wed, 29 Mar 2017 18:35:57 +0000 (11:35 -0700)]
Disable default indicator for night display

Bug: 36695989
Test: make -j100, and manually verified that default indicator no
longer appears on the SeekBar.

Change-Id: I574938bc664f8b750a3fe9ab52f361f46ad1f327

7 years agoConnect immediately after pressing on previously connected saved networks.
Stephen Chen [Tue, 28 Mar 2017 21:14:35 +0000 (14:14 -0700)]
Connect immediately after pressing on previously connected saved networks.

Bug: 34287193
Test: manual inspection
Change-Id: Idf7156fa48640a34ce11cbf2f9683cfc6525a7b5

7 years agoMerge "Don't run postexecute if activity is gone." into oc-dev
TreeHugger Robot [Wed, 29 Mar 2017 18:19:03 +0000 (18:19 +0000)]
Merge "Don't run postexecute if activity is gone." into oc-dev

7 years agoOnly register conditions receiver when needed.
Doris Ling [Tue, 28 Mar 2017 23:02:04 +0000 (16:02 -0700)]
Only register conditions receiver when needed.

1. Update the dnd receiver to listen when dashboard summary running.
- remove the dnd receiver from Android manifest, and create it inside
the dnd condition.
- add lifecycle implementation to condition manager, so that the dnd
condition can know when to register and unregister the receiver.
- remove getReceiverClass() from dnd condition so that its receiver will
not be disabled by the default condition handling when condition is
silenced.

2. Remove all other conditions receiver from Android manifest.
- the broadcast receivers for HotspotCondition, AirplaneModeCondition,
CellularDataCondition from the manifest and create them inside the
condition classes.
- update Condition.onSilenceChanged() to register/unregister the
receivers instead of enable/disable the receiver class.

Change-Id: Iea6288382680df2b02884d1934b8db85daae404c
Fix: 35968517
Test: make RunSettingsRoboTests

7 years agoMerge "Revert choose lock header file to non-setup theme" into oc-dev
Maurice Lam [Wed, 29 Mar 2017 15:45:21 +0000 (15:45 +0000)]
Merge "Revert choose lock header file to non-setup theme" into oc-dev

7 years agoDon't run postexecute if activity is gone.
Julia Reynolds [Wed, 29 Mar 2017 14:41:22 +0000 (10:41 -0400)]
Don't run postexecute if activity is gone.

Change-Id: I9133a4d9e4e0fd2a92cc4df786e0bc5407d981fe
Fixes: 36551766
Test: monkey tests

7 years agoIncrease the char limit for the bluetooth tethering strings.
Doris Ling [Mon, 27 Mar 2017 23:14:01 +0000 (16:14 -0700)]
Increase the char limit for the bluetooth tethering strings.

Longer summary text for the bluetooth tethering should be supported for
translation to other languages.

Bug: 36626585
Bug: 36627493
Bug: 36635108
Test: builds
Change-Id: Ia1409520443fd05c54a6c28fc292dd39b1c198b2
(cherry picked from commit 6d17af4d642302c8947f088c7336db8c5e6f2061)

7 years agoRevert choose lock header file to non-setup theme
Maurice Lam [Tue, 28 Mar 2017 23:27:03 +0000 (16:27 -0700)]
Revert choose lock header file to non-setup theme

The activity ChooseLockGeneric which inflates the layout file
choose_lock_generic_fingerprint_header is not setup themed, and
therefore should not use setup resources.

Test: Run ChooseLockGenericTest via `am instrument`
Bug: 36688431
Change-Id: I7286958345d1762d4a93176afe300d1e4d168f6d

7 years agoMerge "Do not disable toggle when Wi-Fi is enabling and disabling." into oc-dev
TreeHugger Robot [Wed, 29 Mar 2017 02:20:09 +0000 (02:20 +0000)]
Merge "Do not disable toggle when Wi-Fi is enabling and disabling." into oc-dev

7 years agoDo not disable toggle when Wi-Fi is enabling and disabling.
Stephen Chen [Wed, 29 Mar 2017 00:20:41 +0000 (17:20 -0700)]
Do not disable toggle when Wi-Fi is enabling and disabling.

The toggle disabling of Wi-Fi in its ENABLING and DISABLING states
are not in sync with the loading of access points, and so removed
the disabling entirely.

Bug:34287227
Test: manual inspection.
Change-Id: Ibcb401eaaa34be79e1e73a947b2ea845cca79996

7 years agoMerge "Set flagForceAscii for device password entries" into oc-dev
TreeHugger Robot [Tue, 28 Mar 2017 23:21:00 +0000 (23:21 +0000)]
Merge "Set flagForceAscii for device password entries" into oc-dev

7 years agoMerge "Remove delayed processing of UI events in onStop" into oc-dev
TreeHugger Robot [Tue, 28 Mar 2017 20:38:24 +0000 (20:38 +0000)]
Merge "Remove delayed processing of UI events in onStop" into oc-dev

7 years agoRevert "Convert BT preference to use TwoTargetPreference"
Doris Ling [Tue, 28 Mar 2017 19:53:31 +0000 (19:53 +0000)]
Revert "Convert BT preference to use TwoTargetPreference"

This reverts commit 09c7f15b121a531b17e39ba1dd3f54ae42472e3d.

Change-Id: I29aa67f026c0b54da08b19657f9916275e5a3459

7 years agoRemove delayed processing of UI events in onStop
Amin Shaikh [Tue, 28 Mar 2017 18:41:32 +0000 (11:41 -0700)]
Remove delayed processing of UI events in onStop

Bug: 36682492
Test: manually; test tracking in b/36403635
Change-Id: Ia369cd61a6473ae2af4891cf6b923900504921c1

7 years agoAdd null check for the media player when surface texture is available.
Doris Ling [Tue, 28 Mar 2017 18:14:34 +0000 (11:14 -0700)]
Add null check for the media player when surface texture is available.

- Call to MediaPlayer.create() method can return null, and hence we need
to check the return value before trying access the media player.

Change-Id: I4a5e0edbd6db21b678efb05ea733187f34185432
Fix: 36668356
Test: make RunSettingsRoboTests

7 years agoSet flagForceAscii for device password entries
Yohei Yukawa [Tue, 21 Mar 2017 23:47:20 +0000 (16:47 -0700)]
Set flagForceAscii for device password entries

Since the beginning [1], ChooseLockPassword#validatePassword() has never
accepted non-ASCII characters [2].  Hence we can safely specify
EditorInfo#IME_FLAG_FORCE_ASCII so that IMEs can optimize their UX based
on this flag.  Note that EditorInfo#IME_FLAG_FORCE_ASCII is just a hint
for the IME so there should be no behavior change in the system side.

Note also that EditorInfo#IME_FLAG_FORCE_ASCII has been used in KeyGuard
(keyguard_password_view.xml) since JB MR-1 [3] so this flag is considered
to be well tested.

 [1]: 00d2476d8fc122b4eef59d6be6f7aa41e9c56fde
 [2]: Only character c where 32 <= c <= 126 is accepted
 [3]: Id75286113771ca1407e9db182172b580f870b612

Test: Run `adb shell dumpsys input_method` when the password entry
      field is focused to make sure that 'imeOptions' parameter
      has 0x80000000 bit. Tested the following scenarios:
       - PIN on a direct-boot disabled device
       - PIN on a direct-boot enabled device
       - Password on a direct-boot disabled device
       - Password on a direct-boot enabled device
Fixes: 27858858
Change-Id: I3075e24c6dac4d49f4d0e56a0d4d8434a323754d

7 years agoUse Collator to sort saved networks.
Amin Shaikh [Tue, 28 Mar 2017 01:07:46 +0000 (18:07 -0700)]
Use Collator to sort saved networks.

Bug: 36570745
Test: m RunSettingsRoboTests && manually checking Saved networks
Change-Id: I58bfc07c8456746bba88bffdc9c6c7df8650e012
(cherry picked from commit 0c0fc19aef603470fc42ca33771e57c3656510eb)

7 years agoMerge "Initialize LDAC to ABR mode" am: f80b445166 am: 8bed25af1f
fen wang [Tue, 28 Mar 2017 05:19:49 +0000 (05:19 +0000)]
Merge "Initialize LDAC to ABR mode" am: f80b445166 am: 8bed25af1f
am: 9660f0ee80

Change-Id: I4ff3e93ae7093deb94006c4ddf651045a1c0ad13

7 years agoMerge "Initialize LDAC to ABR mode" am: f80b445166
fen wang [Tue, 28 Mar 2017 05:11:38 +0000 (05:11 +0000)]
Merge "Initialize LDAC to ABR mode" am: f80b445166
am: 8bed25af1f

Change-Id: Iab167bc1688e87ea0aeb44853dda3854d1601fc9

7 years agoMerge "Initialize LDAC to ABR mode"
fen wang [Tue, 28 Mar 2017 05:03:43 +0000 (05:03 +0000)]
Merge "Initialize LDAC to ABR mode"
am: f80b445166

Change-Id: If89ff9a484b13a61e783c0eaf251e6fd9fbb6ea8

7 years agoMerge "Initialize LDAC to ABR mode"
Treehugger Robot [Tue, 28 Mar 2017 04:54:19 +0000 (04:54 +0000)]
Merge "Initialize LDAC to ABR mode"

7 years agoMerge "Changed Night display strings to "Night Light""
TreeHugger Robot [Tue, 28 Mar 2017 02:05:49 +0000 (02:05 +0000)]
Merge "Changed Night display strings to "Night Light""

7 years agoInitialize LDAC to ABR mode
fen wang [Mon, 13 Mar 2017 10:57:25 +0000 (19:57 +0900)]
Initialize LDAC to ABR mode

Bug: 35381097
Change-Id: Idcc2fabe86acaf441f5a71f5d2bb66ad29252cdb

7 years agoMerge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c am: 68b58...
Steven Moreland [Tue, 28 Mar 2017 01:27:24 +0000 (01:27 +0000)]
Merge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c am: 68b580f346
am: efb7925e7a

Change-Id: I0d97c4ecfb4cd04ee0a19468c0c8382e61f4ae79

7 years agoMerge "Changes to installed app details screen for instant apps"
TreeHugger Robot [Tue, 28 Mar 2017 01:22:46 +0000 (01:22 +0000)]
Merge "Changes to installed app details screen for instant apps"

7 years agoMerge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c
Steven Moreland [Tue, 28 Mar 2017 01:21:58 +0000 (01:21 +0000)]
Merge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c
am: 68b580f346

Change-Id: I95ed12e6c619397a1434d30c714f8f8424036647

7 years agoMerge "Revert "Development Options: toggle binderized hals""
Steven Moreland [Tue, 28 Mar 2017 01:18:00 +0000 (01:18 +0000)]
Merge "Revert "Development Options: toggle binderized hals""
am: 21de66bc0c

Change-Id: If9288dda590a4f7fe5a60faeec695045e038ead1

7 years agoMerge "Revert "Development Options: toggle binderized hals""
Treehugger Robot [Tue, 28 Mar 2017 01:12:13 +0000 (01:12 +0000)]
Merge "Revert "Development Options: toggle binderized hals""

7 years agoMerge "Update settings tests to use new constructor."
TreeHugger Robot [Tue, 28 Mar 2017 00:46:52 +0000 (00:46 +0000)]
Merge "Update settings tests to use new constructor."

7 years agoMerge "Fix forget button on wifi details page."
TreeHugger Robot [Tue, 28 Mar 2017 00:31:05 +0000 (00:31 +0000)]
Merge "Fix forget button on wifi details page."

7 years agoMerge "Move automatic rules to main DND settings page."
TreeHugger Robot [Mon, 27 Mar 2017 23:35:44 +0000 (23:35 +0000)]
Merge "Move automatic rules to main DND settings page."

7 years agoFix forget button on wifi details page.
Amin Shaikh [Mon, 27 Mar 2017 17:24:49 +0000 (10:24 -0700)]
Fix forget button on wifi details page.

- Corrected logic for forgetting the current network in the network
details page
- After a user has forgotten a network, the button becomes disabled
(TODO final UX on this - go/remaining-wifi-picker-work tracks this)
- Added unit tests for forgetting network flow
- Fixed bug where the current tethering WifiConfiguration was associated
with the currrent network

Bug: 36458941
Test: m RunSettingsRoboTests
Change-Id: Ie3c4bae8b295908b17179e60359c8bc599519744

7 years agoMerge "Badge the icons for profile storage screen."
Daniel Nishi [Mon, 27 Mar 2017 22:20:08 +0000 (22:20 +0000)]
Merge "Badge the icons for profile storage screen."

7 years agoChanges to installed app details screen for instant apps
Antony Sargent [Wed, 8 Mar 2017 22:34:10 +0000 (14:34 -0800)]
Changes to installed app details screen for instant apps

Bug: 35098444
Test: make RunSettingsRoboTests

This implements the following changes to the app details screen:

-Suppresses the "Uninstall" and "Force Stop" buttons
-Adds "Install app" and "Clear app" buttons
-Adds a mechanism for showing a link to the store's app details
 page that can be different from the default for installed apps.

Change-Id: Icea83f7d1fde62d4101cb0c8a6d03849f6c56bca

7 years agoChanged Night display strings to "Night Light"
Sean Stout [Mon, 27 Mar 2017 20:59:09 +0000 (13:59 -0700)]
Changed Night display strings to "Night Light"

Bug: 34900174
Test: manual
Change-Id: Ia7757474b34c5dae3335102c598bc7f1f0da5a75

7 years agoMerge "Fix crash when selecting Settings->Display->Brightness level."
Doris Ling [Mon, 27 Mar 2017 20:38:24 +0000 (20:38 +0000)]
Merge "Fix crash when selecting Settings->Display->Brightness level."

7 years agoMerge "Support center alignment"
Maurice Lam [Mon, 27 Mar 2017 20:27:21 +0000 (20:27 +0000)]
Merge "Support center alignment"

7 years agoFix crash when selecting Settings->Display->Brightness level.
Doris Ling [Mon, 27 Mar 2017 20:22:19 +0000 (13:22 -0700)]
Fix crash when selecting Settings->Display->Brightness level.

System UI updated the intent string for launching the brightness dialog.
Update the corresponding intent in the settings manifest to match the
change.

Change-Id: I4f8a2d5f424b2a0613d77ff7ca69a9c6237ef8fe
Fix: 36647069
Test: manual

7 years agoMerge "Expand Wifi Picker Menu by default."
TreeHugger Robot [Mon, 27 Mar 2017 20:04:21 +0000 (20:04 +0000)]
Merge "Expand Wifi Picker Menu by default."

7 years agoMove automatic rules to main DND settings page.
Julia Reynolds [Wed, 22 Mar 2017 18:05:46 +0000 (14:05 -0400)]
Move automatic rules to main DND settings page.

Change-Id: I32b103714d4864ab32e2c85d86106dc118f9c338
Fixes: 31050255
Test: manual

7 years agoExpand Wifi Picker Menu by default.
Stephen Chen [Mon, 27 Mar 2017 18:26:46 +0000 (11:26 -0700)]
Expand Wifi Picker Menu by default.

Bug: 36575182
Test: make SettingsFunctionalTests and ran tests on device.
Change-Id: I256ea82a8e4478d81497b9a56cc4fb7755839f1c

7 years agoFix build breakage in branches downstream of master.
Jeff Davidson [Mon, 27 Mar 2017 17:17:43 +0000 (10:17 -0700)]
Fix build breakage in branches downstream of 

R.string.background_activity_summary was deleted in master, but is
still referenced by res/xml/power_usage_details.xml. master builds
because the stale translations are currently still present, but will
suddenly fail to build as soon as the translations are updated.
Downstream branches of master which don't have translations configured
are already broken.

Reintroduce the old string to fix the builds.

Change-Id: I20c6aa41c97644a2733ff92a459587e3cb6bf7a0
Test: Will rely on TreeHugger
Fixes: 36619997

7 years agoresolve merge conflicts of 90f009ebb5 to master
Robin Lee [Mon, 27 Mar 2017 16:35:34 +0000 (17:35 +0100)]
resolve merge conflicts of 90f009ebb5 to master

Test: make RunSettingsRoboTests
Change-Id: I7f0eece61918c29d33316fa755eca2e8f4deba46

7 years agoMerge "[VpnSettings]Crash when activity has been recycled" am: fb81f50c27
Robin Lee [Mon, 27 Mar 2017 16:25:24 +0000 (16:25 +0000)]
Merge "[VpnSettings]Crash when activity has been recycled" am: fb81f50c27
am: c834ed1e4e

Change-Id: I32ddda40ed4654288eef45dfdb2f53b2f9aba988

7 years agoMerge "[VpnSettings]Crash when activity has been recycled"
Robin Lee [Mon, 27 Mar 2017 16:22:56 +0000 (16:22 +0000)]
Merge "[VpnSettings]Crash when activity has been recycled"
am: fb81f50c27

Change-Id: I588fc958daacfd0b7859c00c6b5b164e6e02a33d

7 years agoMerge "[VpnSettings]Crash when activity has been recycled"
Robin Lee [Mon, 27 Mar 2017 16:18:19 +0000 (16:18 +0000)]
Merge "[VpnSettings]Crash when activity has been recycled"

7 years agoMerge "Populate summary for top level wifi picker options"
TreeHugger Robot [Mon, 27 Mar 2017 15:48:54 +0000 (15:48 +0000)]
Merge "Populate summary for top level wifi picker options"

7 years agoMerge "Add strings that will be needed for screen saver settings"
TreeHugger Robot [Sat, 25 Mar 2017 20:35:02 +0000 (20:35 +0000)]
Merge "Add strings that will be needed for screen saver settings"

7 years agoMerge "Update Sound settings."
TreeHugger Robot [Sat, 25 Mar 2017 18:30:35 +0000 (18:30 +0000)]
Merge "Update Sound settings."

7 years agoMerge "Update storage summary text."
TreeHugger Robot [Sat, 25 Mar 2017 18:21:02 +0000 (18:21 +0000)]
Merge "Update storage summary text."

7 years agoMerge "Move reset options to one place"
TreeHugger Robot [Sat, 25 Mar 2017 18:17:14 +0000 (18:17 +0000)]
Merge "Move reset options to one place"

7 years agoMerge "Change default value for vibrate on touch to 0 (off)."
TreeHugger Robot [Sat, 25 Mar 2017 17:54:48 +0000 (17:54 +0000)]
Merge "Change default value for vibrate on touch to 0 (off)."

7 years agoMerge "Fix Accessibility Settings crash"
TreeHugger Robot [Sat, 25 Mar 2017 14:58:45 +0000 (14:58 +0000)]
Merge "Fix Accessibility Settings crash"

7 years agoMerge "UserCredentialsSettings: that fresh new blank look"
Robin Lee [Sat, 25 Mar 2017 11:15:25 +0000 (11:15 +0000)]
Merge "UserCredentialsSettings: that fresh new blank look"

7 years agoMerge "Add new adaptive brightness strings."
TreeHugger Robot [Sat, 25 Mar 2017 07:40:09 +0000 (07:40 +0000)]
Merge "Add new adaptive brightness strings."

7 years agoFix Accessibility Settings crash
Casey Burkhardt [Sat, 25 Mar 2017 06:26:36 +0000 (23:26 -0700)]
Fix Accessibility Settings crash

Update preference key to reference new magnification preference screen.
Bug: 36606349
Test: Manual

Change-Id: Iefb114bea6a58d6f8939ae863959d4a6922f5a1d

7 years agoMerge "Update fragment title for usage detail page."
Lei Yu [Sat, 25 Mar 2017 06:18:07 +0000 (06:18 +0000)]
Merge "Update fragment title for usage detail page."

7 years agoMerge "Revamp the battery usage details page."
Lei Yu [Sat, 25 Mar 2017 06:17:52 +0000 (06:17 +0000)]
Merge "Revamp the battery usage details page."

7 years agoMerge "Added Night display strings"
TreeHugger Robot [Sat, 25 Mar 2017 06:09:19 +0000 (06:09 +0000)]
Merge "Added Night display strings"

7 years agoAdd new adaptive brightness strings.
Andrew Sapperstein [Sat, 25 Mar 2017 00:46:11 +0000 (17:46 -0700)]
Add new adaptive brightness strings.

Adds new strings for the revised adaptive brightness settings UX.

Bug: 36475419
Test: is string updates
Change-Id: I4a8e1072577e440488b3f98545be3c323b49be32

7 years agoMerge "Fix crash in TetherSettings."
TreeHugger Robot [Sat, 25 Mar 2017 04:44:14 +0000 (04:44 +0000)]
Merge "Fix crash in TetherSettings."

7 years agoAdded Night display strings
Sean Stout [Sat, 25 Mar 2017 04:33:08 +0000 (21:33 -0700)]
Added Night display strings

Bug: 34900174
Test: manual
Change-Id: I9e3b05dc840686bc1d44e0e750576908b2931159

7 years agoMerge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576...
Zhihong Li [Sat, 25 Mar 2017 04:26:06 +0000 (04:26 +0000)]
Merge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576 am: a4def43fad
am: 76fb361b9d

Change-Id: Ib19926feb7d3a2da0a8aaa9dc9c5ee3bcae6c2af

7 years agoMerge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576
Zhihong Li [Sat, 25 Mar 2017 04:23:32 +0000 (04:23 +0000)]
Merge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576
am: a4def43fad

Change-Id: If2afcfba3811c1768a16b0f87cdae05bc50b7f31

7 years agoMerge "Show correct Wi-Fi status when switching to multi window mode"
Zhihong Li [Sat, 25 Mar 2017 04:21:03 +0000 (04:21 +0000)]
Merge "Show correct Wi-Fi status when switching to multi window mode"
am: 4cc1f72576

Change-Id: Id60415285629e6d7a712a9f441e6e7839732bf94

7 years agoMerge "Show correct Wi-Fi status when switching to multi window mode"
Treehugger Robot [Sat, 25 Mar 2017 04:14:57 +0000 (04:14 +0000)]
Merge "Show correct Wi-Fi status when switching to multi window mode"

7 years agoMerge "Misc fixes for items under system setting"
TreeHugger Robot [Sat, 25 Mar 2017 04:09:19 +0000 (04:09 +0000)]
Merge "Misc fixes for items under system setting"

7 years agoMerge changes from topic 'accessibilitybutton-target'
TreeHugger Robot [Sat, 25 Mar 2017 04:04:10 +0000 (04:04 +0000)]
Merge changes from topic 'accessibilitybutton-target'

* changes:
  Update magnification strings
  Settings revisions for Accessibility button

7 years agoUpdate fragment title for usage detail page.
jackqdyulei [Thu, 23 Mar 2017 23:21:47 +0000 (16:21 -0700)]
Update fragment title for usage detail page.

Bug: 36367764
Fix: 36568434
Test: Build

Change-Id: Ib4e76e20b81a6b54efcc34d151dce5098a860c2a

7 years agoRevamp the battery usage details page.
jackqdyulei [Thu, 9 Mar 2017 03:35:02 +0000 (19:35 -0800)]
Revamp the battery usage details page.

This cl adds AdvancedPowerUsageDetail to show the usage details page.
The AdvancedPowerUsageDetail contains all the needed ui components:
1. App Header
2. Two buttons
3. Usage breakdown preference category
4. Power management preference category

This cl also adds preference controller for two buttons but the
detail implementation will be added in the following cl.

Following cl will also remove previous detail page.

Bug: 35810915
Test: RunSettingsRoboTests
Change-Id: I17f95d1288762094671c0f148fa73367e51f175e

7 years agoMisc fixes for items under system setting
Fan Zhang [Thu, 23 Mar 2017 23:42:13 +0000 (16:42 -0700)]
Misc fixes for items under system setting

- Show summary under virtual keyboard: list all avaiable keyboards
- Set about phone subtext to device model string.
- Update DND Suggestion text

Change-Id: I20acffcf691d1354c7636f5851b376099844700f
Fix: 35959817
Fix: 36395109
Test: robotests

7 years agoUpdate magnification strings
Casey Burkhardt [Sat, 25 Mar 2017 02:24:34 +0000 (19:24 -0700)]
Update magnification strings

- Adjusts string for triple-tap instructions
- Adds summary text to Settings > Accessibility > Magnification

Bug: 30960346
Test: Manual
Change-Id: I151eeaa8b08c86ba8f9dec90d14388f1d775fb57

7 years agoMerge changes Ie7c3cd59,Ieed87d17
TreeHugger Robot [Sat, 25 Mar 2017 01:15:45 +0000 (01:15 +0000)]
Merge changes Ie7c3cd59,Ieed87d17

* changes:
  Update the battery string based on new mock.
  Update the string in battery screen

7 years agoMerge "Add default value to Bluetooth AVRCP version property get" am: 84cf0b2a4b...
Ajay Panicker [Sat, 25 Mar 2017 01:05:22 +0000 (01:05 +0000)]
Merge "Add default value to Bluetooth AVRCP version property get" am: 84cf0b2a4b am: 0347c57ef5
am: 4d20929038

Change-Id: I5086968b1ecaf0d171f0e85c73ca255636ecb92f

7 years agoMerge "Add default value to Bluetooth AVRCP version property get" am: 84cf0b2a4b
Ajay Panicker [Sat, 25 Mar 2017 01:02:50 +0000 (01:02 +0000)]
Merge "Add default value to Bluetooth AVRCP version property get" am: 84cf0b2a4b
am: 0347c57ef5

Change-Id: I65b5233f4980b4981a58e3b4059999c2edb4232e

7 years agoMerge "Add default value to Bluetooth AVRCP version property get"
Ajay Panicker [Sat, 25 Mar 2017 01:00:51 +0000 (01:00 +0000)]
Merge "Add default value to Bluetooth AVRCP version property get"
am: 84cf0b2a4b

Change-Id: I21a5388ee633edb4f7b59a61390b71ea59df7205

7 years agoMerge "Add default value to Bluetooth AVRCP version property get"
Treehugger Robot [Sat, 25 Mar 2017 00:58:13 +0000 (00:58 +0000)]
Merge "Add default value to Bluetooth AVRCP version property get"

7 years agoMove reset options to one place
Fan Zhang [Fri, 24 Mar 2017 20:43:11 +0000 (13:43 -0700)]
Move reset options to one place

Change-Id: I419c16cbfc69861e01f28c14abdde137bd78f0bb
Fix: 36458355
Test: make RunSettingsRoboTests

7 years agoMerge "VPN settings: update strings for always-on VPN"
Charles He [Sat, 25 Mar 2017 00:01:18 +0000 (00:01 +0000)]
Merge "VPN settings: update strings for always-on VPN"

7 years agoSettings revisions for Accessibility button
Casey Burkhardt [Fri, 24 Mar 2017 17:15:37 +0000 (10:15 -0700)]
Settings revisions for Accessibility button

Populates and displays a warning message when a feature that relies
on the Accessibility button is enabled, but not assigned.

Bug: 34720082
Test: Manual
Change-Id: Ie7031716a91fdf7fc40f32bf4e0ad17af85aa573

7 years agoMerge "New strings for Storage settings revamp."
TreeHugger Robot [Fri, 24 Mar 2017 23:51:58 +0000 (23:51 +0000)]
Merge "New strings for Storage settings revamp."

7 years agoMerge "Update WriteWifiConfigToNfcDialog."
TreeHugger Robot [Fri, 24 Mar 2017 23:48:05 +0000 (23:48 +0000)]
Merge "Update WriteWifiConfigToNfcDialog."

7 years agoUpdate the battery string based on new mock.
jackqdyulei [Fri, 24 Mar 2017 20:44:36 +0000 (13:44 -0700)]
Update the battery string based on new mock.

The mock has been updated, upload the string first before the
string freeze.

Now the screen still uses old string, following cl will update
the screen and remove the old string.

Bug: 36576021
Test: Build
Change-Id: Ie7c3cd59dddd9223bc89c2aedd957a836e52456a

7 years agoUpdate the string in battery screen
jackqdyulei [Thu, 23 Mar 2017 17:32:49 +0000 (10:32 -0700)]
Update the string in battery screen

Only update the string in battery main screen and advanced screen

Bug: 36367764
Test: Manual
Change-Id: Ieed87d1766cf24d198eabfdc05f14b7653187f0f

7 years agoMerge "Update FakeUid with new methods"
TreeHugger Robot [Fri, 24 Mar 2017 23:04:02 +0000 (23:04 +0000)]
Merge "Update FakeUid with new methods"

7 years agoMerge "Resolved accessibility service preference summary strings to use a common...
Saige McVea [Fri, 24 Mar 2017 22:56:03 +0000 (22:56 +0000)]
Merge "Resolved accessibility service preference summary strings to use a common resource."

7 years agoUpdate settings tests to use new constructor.
Amin Shaikh [Fri, 24 Mar 2017 22:48:06 +0000 (15:48 -0700)]
Update settings tests to use new constructor.

Bug: 36571359
Test: m RunSettingsRoboTests
Change-Id: Id8a722fa7627e83d3ed4840128cfca0cb03289d2

7 years agoSupport center alignment
Maurice Lam [Fri, 17 Mar 2017 00:21:05 +0000 (17:21 -0700)]
Support center alignment

Update styles to reference the theme attribute suwGlifHeaderGravity
to, directly or indirectly via SuwDescription.Glif.

Test: Existing tests pass
Bug: 36368632
Change-Id: I6c7c234c32fdd614d4a9cdfabbef05626dad0a93