Stephen Chen
a82c048e12
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
2017-03-28 17:20:41 -07:00
Amin Shaikh
32924e2f58
Use Collator to sort saved networks.
...
Bug: 36570745
Test: m RunSettingsRoboTests && manually checking Saved networks
Change-Id: I58bfc07c8456746bba88bffdc9c6c7df8650e012
(cherry picked from commit 0c0fc19aef
)
2017-03-28 16:40:20 +00:00
fen wang
c79681d88c
Merge "Initialize LDAC to ABR mode" am: f80b445166
am: 8bed25af1f
...
am: 9660f0ee80
Change-Id: I4ff3e93ae7093deb94006c4ddf651045a1c0ad13
2017-03-28 05:19:49 +00:00
fen wang
9660f0ee80
Merge "Initialize LDAC to ABR mode" am: f80b445166
...
am: 8bed25af1f
Change-Id: Iab167bc1688e87ea0aeb44853dda3854d1601fc9
2017-03-28 05:11:38 +00:00
fen wang
8bed25af1f
Merge "Initialize LDAC to ABR mode"
...
am: f80b445166
Change-Id: If89ff9a484b13a61e783c0eaf251e6fd9fbb6ea8
2017-03-28 05:03:43 +00:00
Treehugger Robot
f80b445166
Merge "Initialize LDAC to ABR mode"
2017-03-28 04:54:20 +00:00
TreeHugger Robot
1e6cec93e6
Merge "Changed Night display strings to "Night Light""
2017-03-28 02:05:50 +00:00
fen wang
8e568ec84c
Initialize LDAC to ABR mode
...
Bug: 35381097
Change-Id: Idcc2fabe86acaf441f5a71f5d2bb66ad29252cdb
2017-03-28 01:32:38 +00:00
Steven Moreland
20f9ab272a
Merge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c
am: 68b580f346
...
am: efb7925e7a
Change-Id: I0d97c4ecfb4cd04ee0a19468c0c8382e61f4ae79
2017-03-28 01:27:24 +00:00
TreeHugger Robot
f85ebb24bb
Merge "Changes to installed app details screen for instant apps"
2017-03-28 01:22:47 +00:00
Steven Moreland
efb7925e7a
Merge "Revert "Development Options: toggle binderized hals"" am: 21de66bc0c
...
am: 68b580f346
Change-Id: I95ed12e6c619397a1434d30c714f8f8424036647
2017-03-28 01:21:58 +00:00
Steven Moreland
68b580f346
Merge "Revert "Development Options: toggle binderized hals""
...
am: 21de66bc0c
Change-Id: If9288dda590a4f7fe5a60faeec695045e038ead1
2017-03-28 01:18:00 +00:00
Treehugger Robot
21de66bc0c
Merge "Revert "Development Options: toggle binderized hals""
2017-03-28 01:12:14 +00:00
TreeHugger Robot
f8e9232277
Merge "Update settings tests to use new constructor."
2017-03-28 00:46:53 +00:00
TreeHugger Robot
22e4051ca9
Merge "Fix forget button on wifi details page."
2017-03-28 00:31:06 +00:00
TreeHugger Robot
8d3a639784
Merge "Move automatic rules to main DND settings page."
2017-03-27 23:35:45 +00:00
Amin Shaikh
ffd3197510
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
2017-03-27 16:10:33 -07:00
Daniel Nishi
16e9247d21
Merge "Badge the icons for profile storage screen."
2017-03-27 22:20:09 +00:00
Antony Sargent
09955c3865
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
2017-03-27 14:34:56 -07:00
Sean Stout
d2a3330647
Changed Night display strings to "Night Light"
...
Bug: 34900174
Test: manual
Change-Id: Ia7757474b34c5dae3335102c598bc7f1f0da5a75
2017-03-27 13:59:09 -07:00
Doris Ling
c01898021a
Merge "Fix crash when selecting Settings->Display->Brightness level."
2017-03-27 20:38:25 +00:00
Maurice Lam
40a0db9afd
Merge "Support center alignment"
2017-03-27 20:27:22 +00:00
Doris Ling
7388f43552
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
2017-03-27 13:22:19 -07:00
TreeHugger Robot
6677dd91f4
Merge "Expand Wifi Picker Menu by default."
2017-03-27 20:04:22 +00:00
Julia Reynolds
e17590271f
Move automatic rules to main DND settings page.
...
Change-Id: I32b103714d4864ab32e2c85d86106dc118f9c338
Fixes: 31050255
Test: manual
2017-03-27 15:57:39 -04:00
Stephen Chen
11478573ec
Expand Wifi Picker Menu by default.
...
Bug: 36575182
Test: make SettingsFunctionalTests and ran tests on device.
Change-Id: I256ea82a8e4478d81497b9a56cc4fb7755839f1c
2017-03-27 11:26:46 -07:00
Jeff Davidson
00b0ff1377
Fix build breakage in branches downstream of master.
...
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
2017-03-27 10:19:20 -07:00
Robin Lee
b26ce1e13b
resolve merge conflicts of 90f009ebb5
to master
...
Test: make RunSettingsRoboTests
Change-Id: I7f0eece61918c29d33316fa755eca2e8f4deba46
2017-03-27 17:35:57 +01:00
Robin Lee
90f009ebb5
Merge "[VpnSettings]Crash when activity has been recycled" am: fb81f50c27
...
am: c834ed1e4e
Change-Id: I32ddda40ed4654288eef45dfdb2f53b2f9aba988
2017-03-27 16:25:24 +00:00
Robin Lee
c834ed1e4e
Merge "[VpnSettings]Crash when activity has been recycled"
...
am: fb81f50c27
Change-Id: I588fc958daacfd0b7859c00c6b5b164e6e02a33d
2017-03-27 16:22:56 +00:00
Robin Lee
fb81f50c27
Merge "[VpnSettings]Crash when activity has been recycled"
2017-03-27 16:18:20 +00:00
TreeHugger Robot
f7fb763ed5
Merge "Populate summary for top level wifi picker options"
2017-03-27 15:48:55 +00:00
TreeHugger Robot
0ba5805455
Merge "Add strings that will be needed for screen saver settings"
2017-03-25 20:35:08 +00:00
TreeHugger Robot
08a3bb368b
Merge "Update Sound settings."
2017-03-25 18:30:36 +00:00
TreeHugger Robot
6ec9bd777a
Merge "Update storage summary text."
2017-03-25 18:21:03 +00:00
TreeHugger Robot
4fa5c7b8ba
Merge "Move reset options to one place"
2017-03-25 18:17:15 +00:00
TreeHugger Robot
2dd81e9007
Merge "Change default value for vibrate on touch to 0 (off)."
2017-03-25 17:54:49 +00:00
TreeHugger Robot
4eade0aad5
Merge "Fix Accessibility Settings crash"
2017-03-25 14:58:45 +00:00
Robin Lee
edecaa782f
Merge "UserCredentialsSettings: that fresh new blank look"
2017-03-25 11:15:26 +00:00
TreeHugger Robot
0bb84ce016
Merge "Add new adaptive brightness strings."
2017-03-25 07:40:10 +00:00
Casey Burkhardt
059a8e3d12
Fix Accessibility Settings crash
...
Update preference key to reference new magnification preference screen.
Bug: 36606349
Test: Manual
Change-Id: Iefb114bea6a58d6f8939ae863959d4a6922f5a1d
2017-03-24 23:33:45 -07:00
Lei Yu
d87667fd40
Merge "Update fragment title for usage detail page."
2017-03-25 06:18:07 +00:00
Lei Yu
c67e4dbf8a
Merge "Revamp the battery usage details page."
2017-03-25 06:17:53 +00:00
TreeHugger Robot
1e89072887
Merge "Added Night display strings"
2017-03-25 06:09:20 +00:00
Andrew Sapperstein
dd482159fb
Add new adaptive brightness strings.
...
Adds new strings for the revised adaptive brightness settings UX.
Bug: 36475419
Test: is string updates
Change-Id: I4a8e1072577e440488b3f98545be3c323b49be32
2017-03-24 23:08:52 -07:00
TreeHugger Robot
51ec591bc3
Merge "Fix crash in TetherSettings."
2017-03-25 04:44:15 +00:00
Sean Stout
2da00baf7a
Added Night display strings
...
Bug: 34900174
Test: manual
Change-Id: I9e3b05dc840686bc1d44e0e750576908b2931159
2017-03-24 21:43:35 -07:00
Zhihong Li
f52128f7cb
Merge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576
am: a4def43fad
...
am: 76fb361b9d
Change-Id: Ib19926feb7d3a2da0a8aaa9dc9c5ee3bcae6c2af
2017-03-25 04:26:06 +00:00
Zhihong Li
76fb361b9d
Merge "Show correct Wi-Fi status when switching to multi window mode" am: 4cc1f72576
...
am: a4def43fad
Change-Id: If2afcfba3811c1768a16b0f87cdae05bc50b7f31
2017-03-25 04:23:32 +00:00
Zhihong Li
a4def43fad
Merge "Show correct Wi-Fi status when switching to multi window mode"
...
am: 4cc1f72576
Change-Id: Id60415285629e6d7a712a9f441e6e7839732bf94
2017-03-25 04:21:03 +00:00