Commit Graph

24545 Commits

Author SHA1 Message Date
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
Geoff Mendal
e88f94b6df Import translations. DO NOT MERGE am: 1cb1ad2c55 -s ours am: ab3b13d0ed -s ours
am: 6419a4a6e2  -s ours

* commit '6419a4a6e25dadb3cac04b041dd325510bd0a6d4':
  Import translations. DO NOT MERGE
2015-12-13 13:18:46 -08:00
Geoff Mendal
92bea3c775 Revert "Import translations. DO NOT MERGE" am: 7bafd5ee2f -s ours am: d2981b099e -s ours
am: 4f86f6274a  -s ours

* commit '4f86f6274aaa8966247000b6c5bf1fb01b6de4d9':
  Revert "Import translations. DO NOT MERGE"
2015-12-13 13:18:13 -08:00
Geoff Mendal
6380b7bb68 Import translations. DO NOT MERGE am: df57be8aef -s ours am: bc84451452 -s ours
am: 819e07fbbe  -s ours

* commit '819e07fbbe3c1722d6e612d5c8c03e8ca7afbb33':
  Import translations. DO NOT MERGE
2015-12-13 13:15:16 -08:00
Geoff Mendal
6419a4a6e2 Import translations. DO NOT MERGE am: 1cb1ad2c55 -s ours
am: ab3b13d0ed  -s ours

* commit 'ab3b13d0edce3b89bd5836f8a9446a427b6c6acc':
  Import translations. DO NOT MERGE
2015-12-11 18:07:11 -08:00
Geoff Mendal
ab3b13d0ed Import translations. DO NOT MERGE
am: 1cb1ad2c55  -s ours

* commit '1cb1ad2c55d1997dd5c31e5aed5062a4d395238f':
  Import translations. DO NOT MERGE
2015-12-11 18:04:00 -08:00
Geoff Mendal
1cb1ad2c55 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 26151591
Change-Id: Ie838ac1e234ebb27ad5be9fde95d25173a571e78
2015-12-11 17:58:32 -08:00
Geoff Mendal
4f86f6274a Revert "Import translations. DO NOT MERGE" am: 7bafd5ee2f -s ours
am: d2981b099e  -s ours

* commit 'd2981b099e15e9f39ed8c69d06860ae74ecb497c':
  Revert "Import translations. DO NOT MERGE"
2015-12-11 17:47:41 -08:00
Geoff Mendal
d2981b099e Revert "Import translations. DO NOT MERGE"
am: 7bafd5ee2f  -s ours

* commit '7bafd5ee2f2c6fb3c3e3f456e855ab34c06f7c91':
  Revert "Import translations. DO NOT MERGE"
2015-12-11 17:44:31 -08:00
Geoff Mendal
7bafd5ee2f Revert "Import translations. DO NOT MERGE"
This reverts commit df57be8aef.

Change-Id: Ie47ab587c4ea43cdd6fb608b0c5dfe26e534ab93
2015-12-12 01:42:00 +00:00
Geoff Mendal
819e07fbbe Import translations. DO NOT MERGE am: df57be8aef -s ours
am: bc84451452  -s ours

* commit 'bc844514522870bd3e70bba85a11ea824ff59e5b':
  Import translations. DO NOT MERGE
2015-12-11 16:36:21 -08:00
Geoff Mendal
bc84451452 Import translations. DO NOT MERGE
am: df57be8aef  -s ours

* commit 'df57be8aef6dd1760e72d7f76490048eeb425a3e':
  Import translations. DO NOT MERGE
2015-12-11 16:30:09 -08:00
Geoff Mendal
df57be8aef Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 26151591
Change-Id: If1d7f9358c3fa2e17826385ea967c09442f08285
2015-12-11 16:05:26 -08:00
Julia Reynolds
f6080b49be Merge "Importance shift." 2015-12-11 21:22:00 +00:00
Vasu Nori
3cafcba67e Merge "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." 2015-12-11 20:25:01 +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
Jun Mukai
c76179193d Merge "Rephrase the base text for accessibility large pointer icon." 2015-12-11 18:23:39 +00: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
Jun Mukai
2cb2f8820a Rephrase the base text for accessibility large pointer icon.
L10N team requested that the text might not fit within the
CHAR_LIMIT=35 in some languages. Rather than increasing the limit,
I think it's better to simplify the original text so that
its translations are unlikely to break the limit of chars.

Bug: 26123263
Change-Id: If9b338d2f051c161a71e8b20c9526be2d10e0cc1
2015-12-10 15:40:18 -08: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
Felipe Leme
5062435cfc Changed "Take Bug Report" action to call 'bugreportplus'.
'bugreportplus' is more user-friendly (it shows a system notification
with the progress, allow user to cancel, etc...), at the cost of
consuming more resources. As such, the "Take Bug Report" UI will be
changed to offer the user a combo with these 2 options, but for now it's
always going to be 'bugreportplus'

BUG: 26034608
Change-Id: Idbb325fe7cd18e487197b2fb79cfc264e9859570
2015-12-08 16:01:20 -08:00
Dianne Hackborn
f467c0acac Implement development UI for background check.
Allows you to toggle off full background access for
whatever apps you want.

Change-Id: I8542ecac1449ccd65dc18af3c0ca1fc18443f89c
2015-12-08 14:28:52 -08:00
Robin Lee
7bf8654a5c Refactor VPN settings refresh to reuse preferences
The old way was garbage-heavy. To add to that some changes to the way
PreferenceScreens are redrawn was leading to some artifacts with items
fading in/out every tick.

Bug: 25588385
Change-Id: Idabf7546ab519bf196ad3b8582caa2ec6bf9e084
2015-12-08 15:31:32 +00:00
Zoltan Szatmary-Ban
70b49b1b70 Merge "Add UI to Settings > Location for Managed Profile Location Control" 2015-12-08 10:24:07 +00:00
Hyejin Kim
5518adbe1a Add IMS settings to Network setting reset am: 623852f6c7 am: c46bbd6373
am: 00bc7567b8

* commit '00bc7567b81b05f55d3388817dabfdd1d7b83776':
  Add IMS settings to Network setting reset
2015-12-07 23:48:09 +00:00
Jun Mukai
5875bb86a1 Add a toggle switch for accessibility large pointer icons.
Bug: 25778857
Change-Id: I85f23253dda73b315aa8b1a612cb556f843d94db
2015-12-07 11:52:40 -08:00
Zoltan Szatmary-Ban
ad0ca96fcd Add UI to Settings > Location for Managed Profile Location Control
This CL adds Managed Profile Location Access control in the form of a switch
preference.

Bug:22541939
Change-Id: I1a2140c54e7386cda83ef0305f0840e4f8f9a6d1
2015-12-07 16:13:10 +00:00
Geoff Mendal
c8c2820770 Revert "Import translations. DO NOT MERGE"
This reverts commit 642d6f3fd1.

Change-Id: Ia578ba87b1aded4269c9cae9ee2f3800fcd8efed
2015-12-07 14:42:50 +00:00
Geoff Mendal
642d6f3fd1 Import translations. DO NOT MERGE
Change-Id: I979d2ea4083e926c09c5f9dcbf1973fc74626c76
Auto-generated-cl: translation import
2015-12-07 06:18:19 -08:00