Julia Reynolds
df01cde11c
Conditionally show settings.
...
Change-Id: I8e62ed6e2515b76de73d3d25adcfb121f809c646
2015-12-18 15:50:05 -05:00
Gustav Sennton
63196c5f82
Merge "Add null-pointer check for the case where we have no WebView provider."
2015-12-17 18:04:37 +00:00
Jason Monk
5d0bdb9d90
Merge "Fix search highlighting items"
2015-12-17 15:47:01 +00:00
Gustav Sennton
6ced4c95f5
Add null-pointer check for the case where we have no WebView provider.
...
Change-Id: I33a142bd3af694dfe9c63e6852a6b5cd701de467
2015-12-17 15:44:16 +00:00
Jason Monk
65bb097732
Fix search highlighting items
...
Bug: 24576551
Change-Id: I0a6c251cc93eef9f49070f2b7e57780d4542dd03
2015-12-17 10:39:44 -05:00
Julia Reynolds
2ba71ad15d
Don't show orphaned rule instances in Settings.
...
Bug: 25472361
Change-Id: Ic9bec4872777b720aa786679cbc960a9ee51dbe1
2015-12-17 08:46:09 -05:00
Jason Monk
fa4813783f
Avoid RecyclerView causing items to blink on update
...
Change-Id: Ic0bd70ec3f2a5e195cc0924c98c589f90e27afe9
2015-12-16 16:43:02 -05:00
Jason Monk
b1dd5c9959
Fix Settings Titles not being set correctly
...
Bug: 25585359
Change-Id: I523a00115295adb9f43de768bb40c02099ffb1af
2015-12-16 16:13:54 -05:00
Jason Monk
aca0f1cf8a
Fix airplane mode conditional primary click
...
Change-Id: Iacd83b53be224ad8fd55fe176f66a0d724576247
2015-12-16 15:58:59 -05:00
Jason Monk
77d57d07a9
Protect against crash when no NfcAdapter is around
...
Bug: 26155716
Change-Id: I9e10831ca068263b40fcf06bf83ce341d73e96d2
2015-12-16 14:26:18 -05:00
Jason Monk
c685853bb8
Add background data off conditional
...
Change-Id: If51fdaecc880560c4a0cd8d320b06804cfe98388
2015-12-16 12:58:39 -05:00
Jason Monk
70ecea2207
Add cellular data off conditional
...
Change-Id: I34980f3fc09bf5dd47eb296c5b1c5fccc87b5c90
2015-12-16 12:42:22 -05:00
Jason Monk
af24b6377e
Add battery saver conditional
...
Change-Id: If80b749185537f252dae88230f80b29bcf321fdf
2015-12-16 12:38:32 -05:00
Amit Mahajan
cd74ebb53d
Code cleanup including removing direct references to IMS classes.
...
Bug: 25793157
Change-Id: I15f285a03ce65695ac260945993fbd189ba3b5d0
2015-12-15 16:43:32 -08:00
Amit Mahajan
29d3b16fc4
Merge "Code cleanup including removing direct references to IMS classes."
2015-12-15 23:50:22 +00:00
Maurice Lam
0f5860c9a0
Merge "[ScreenLock] Fix result code handling"
2015-12-15 22:20:47 +00:00
Maurice Lam
e9d2abca86
[ScreenLock] Fix result code handling
...
Modify the back stack and result code propagation in the screen lock
scenarios.
- EncryptionInterstitial now propagates the result of ChooseLock*
request instead of always returning RESULT_OK.
- ChooseLockGeneric now treats CHOOSE_LOCK_REQUEST and
ENABLE_ENCRYPTION_REQUEST the same (since encryption can be a proxy
for ChooseLock*). This means ChooseLockGeneric will now stay on
back stack when going back from ChooseLock*, just like the case
(indirectly) through EncryptionInterstitial.
Bug: 26177240
Change-Id: Id7f1256dcbff00d552a3e7db60c285f53f1e63e6
2015-12-15 11:56:45 -08:00
Jason Monk
b69b96042c
Merge "Move DropDownPreference to supportlib"
2015-12-15 18:02:53 +00:00
Jason Monk
1230ac820e
Move DropDownPreference to supportlib
...
Change-Id: Ife6799d1136302b805b5191f1a86276c538ca4bf
2015-12-15 10:59:08 -05:00
Alan Viverette
4582dab08e
Merge "Allow use of comma to separate search keywords, update keywords"
2015-12-15 15:24:53 +00:00
Alan Viverette
35c3454808
Allow use of comma to separate search keywords, update keywords
...
Bug: 26149710
Change-Id: I2d8095bbb007c011d7b3e2fe077115c696f9e39c
2015-12-15 09:50:44 -05:00
Clara Bayarri
c5cde05562
Fire pending intent from Confirm Credentials flow
...
Add support in the Confirm Credentials flow to read an Intent extra
and fire it when authentication succeeds.
This is part of the Separate Work Challenge feature.
Change-Id: I52c203735fa9b53fd2f7df971824747eeb930f36
2015-12-15 10:45:48 +00:00
Jim Miller
990c08e3af
Merge "Fix blank animation in "find the sensor" flow for fingerprint."
2015-12-15 04:08:30 +00:00
Jim Miller
931901186a
Fix blank animation in "find the sensor" flow for fingerprint.
...
Fixes bug 26194530
Change-Id: I855b6f12a72c7489fae8fba249c55d4626b4a202
2015-12-14 20:01:42 -08:00
Paul Lawrence
39087a7eaa
Merge "Fix no keyboard on N builds"
2015-12-15 02:46:39 +00:00
Paul Lawrence
250faf9243
Fix no keyboard on N builds
...
Bug: 25942488
Bug: 26190615
Change-Id: Ifd588bf7db76f9ea5d6a90854f8e92f86f4c2910
2015-12-15 02:33:27 +00:00
Jim Miller
c1f72f9169
Allow animation movie for "find the sensor" flow
...
This adds an optional overlay to specify a per-device
movie to illustrate enrolling a fingerprint. To enable,
create a new layout overlay for
fingerprint_enroll_find_sensor_graphic.xml using
FingerprintLocationAnimationVideoView
Fixes bug 22954305
Change-Id: I59294f71617ecf7a9bf09603fc0b068cc5aa8ff9
2015-12-14 17:19:27 -08:00
Jason Monk
9cbf325589
Fix CustomListPreference click handling
...
Bug: 26187611
Change-Id: I6293d5577b4f770e2dfe94bae53fa9da0822cefc
2015-12-14 16:39:45 -05:00
Amit Mahajan
b922186831
Code cleanup including removing direct references to IMS classes.
...
Bug: 25793157
Change-Id: I15f285a03ce65695ac260945993fbd189ba3b5d0
2015-12-14 13:23:29 -08:00
Jason Monk
ffb4535d3a
Add dnd conditional
...
Change-Id: I81eabf274bde05358c60bb63e1ed6d1bd447ce55
2015-12-14 15:34:12 +00:00
Jason Monk
db4ed191de
Add conditionals to Settings
...
Also add Airplane Mode and Hotspot conditionals (more to come soon)
Change-Id: I11f206db59f7c715f416fb5852b8f0fcb857a247
2015-12-14 10:29:12 -05:00
Gustav Sennton
a48f16fe01
Merge "Add WebView provider setting to developer settings."
2015-12-14 14:33:55 +00:00
Kenny Guy
4f3b09d2b5
Merge "Add support for showing the admin disabling settings."
2015-12-14 14:31:37 +00:00
Julia Reynolds
f6080b49be
Merge "Importance shift."
2015-12-11 21:22:00 +00:00
Vasu Nori
1d89a19207
When Airplane mode is changed due to Voice Intent, use the system
...
provided ConnectionManager method to do that, instead of changing
it directly using Settings.Global.putInt() - because that doesn't
case ACTION_AIRPLANE_MODE_CHANGED intent to be broadcast.
This breaks Google Search App (GSA) code that relies on the above
broadcast to do a variety of things.
Change-Id: I2aa61643ed23b373aa362a59af83427a4548c492
2015-12-11 11:56:50 -08:00
Sudheer Shanka
9159fe9af8
Add support for showing the admin disabling settings.
...
For settings disabled by user restrictions show
the user a lock icon and allow them to click to
find more info.
Bug: 22543585
Change-Id: Ie8b02ac26f2b22db386a9044f3c6570098f6e14b
2015-12-11 19:44:14 +00:00
Julia Reynolds
98ed019209
Importance shift.
...
Change-Id: If39ee2c4665aa27de4e32b73ecf2d5917f7ed4ca
2015-12-11 14:25:41 -05:00
Gustav Sennton
0d54bbf065
Add WebView provider setting to developer settings.
...
For bug, see crbug.com/546185
Change-Id: Id812b767dc28084f42db9f21949497dc1ef08926
2015-12-11 14:02:41 +00:00
Felipe Leme
2e13efb4eb
Merge "Changed "Take Bug Report" action to call 'bugreportplus'."
2015-12-10 23:59:00 +00:00
Udam Saini
98de22c249
Merge "Allows the user to go back to Encryption Screen"
2015-12-10 22:35:50 +00:00
Alan Viverette
5d2e64a225
Merge "Implement Settings UI for Screen zoom preference"
2015-12-10 19:20:59 +00:00
Alan Viverette
01a04f132b
Implement Settings UI for Screen zoom preference
...
Also cleans up unnecessary 0s and moves tint to the proper place in
relevant vector drawable XML files.
Preview layout is still WIP pending UX input, but I wanted to get this
CL in place so that we can test/demo the feature ASAP.
Bug: 22450672
Change-Id: Ic3f1500006c763df99fba2d1d16782b89d6fcae1
2015-12-10 14:07:51 -05:00
Udam Saini
edac136e16
Allows the user to go back to Encryption Screen
...
bug:22907221
Change-Id: I766407f4f130ac618da178e1b6c04029025db8f2
2015-12-10 09:32:44 -08:00
Jason Monk
b45cde512e
Make DropDownPreference handle summary better
...
Don't set it directly, instead use ListView %s functionality.
Bug: 26116475
Change-Id: I4bfac1bf795daf1fe060799bc961af45ccf91655
2015-12-10 11:44:00 -05:00
Amit Mahajan
8bf272b44d
Validate the uri received in ApnEditor.
...
Uri should only refer to telephony carriers and no other provider.
Bug: 11184401
Change-Id: I38c25a37a48883f971c4f405a98db5066a707909
2015-12-09 20:48:09 -08:00
Hyejin Kim
24233d439e
Add IMS settings to Network setting reset
...
Add the factory reset function to be used to reset IMS settings
BUG=25300757
Change-Id: I78d2e919418b7a0b42f56af3442d7d98afe40d77
2015-12-09 20:47:53 -08:00
Sanket Padawe
71cf9d1d12
Make phone number in Sim Settings read properly in Talk back mode.
...
Bug: 24308980
Change-Id: I384ec4ed8863cf6bdfa6e84ed2d88d9eda4ff42e
2015-12-09 20:44:06 -08:00
Amit Mahajan
1fa5385166
Merge "Validate the uri received in ApnEditor."
2015-12-09 23:44:26 +00:00
Jun Mukai
7c84c1b8a3
Merge "Add a toggle switch for accessibility large pointer icons."
2015-12-09 21:20:32 +00:00
Robin Lee
caac42dc99
Merge "Refactor VPN settings refresh to reuse preferences"
2015-12-09 15:20:24 +00:00