461 Commits

Author SHA1 Message Date
Sudheer Shanka
d7061416eb Merge "Minor cleanup in restricted_icon." into nyc-dev 2016-03-09 17:03:38 +00:00
Sudheer Shanka
bc58e3faa1 Merge "Remove unused imports and variables." into nyc-dev 2016-03-09 17:03:33 +00:00
Sudheer Shanka
efbecddcb7 Remove unused imports and variables.
Bug: 27564074
Change-Id: I5eff9f673fe093a9068e94619cfe7eef10c0b4a9
2016-03-09 16:31:49 +00:00
Sudheer Shanka
65c000fd98 Minor cleanup in restricted_icon.
android:gravity doesn't have any effect for ImageView, remove it.

Bug: 27564074

Change-Id: Icb6e5dc2bfeb0b30b2b77cb56fc7439950eadce1
2016-03-09 16:31:28 +00:00
Jason Monk
4628b6c12a Merge "Support updates to the data usage graph" into nyc-dev 2016-03-09 15:40:56 +00:00
Martijn Coenen
502bc4e7a3 Merge "SettingsLib: Always update preference state." into nyc-dev 2016-03-09 10:30:40 +00:00
Sudheer Shanka
e8cd832eea Merge "Remove RestrictedDropDownPreference class." into nyc-dev 2016-03-08 22:58:00 +00:00
Jason Monk
0193a87196 Support updates to the data usage graph
Also make the graph a little bit more smooth.

Bug: 27278313
Change-Id: Ia9ff8a69691671c57cfaf6eb43e373a8386469ea
2016-03-08 16:35:05 -05:00
Tobias Sargeant
431a92d86d Increase char limit for webview multiprocess setting string
Change-Id: I6589052461aaa7a14a83d085373fa33e5509affc
2016-03-08 16:07:14 +00:00
Muyuan Li
19df1284d9 Making AccessibilityUtils interface multi-user aware
The getEnabledServices and setAccessibilityServiceState now have an
overloaded version to take in a userId parameter.

Bug: 27383941
Change-Id: I3ea648fd5f22cd2e9402686b83ca42976b5306f8
(cherry picked from commit 2d1c0154b1f9aeeb991dc96efb29aa53c76f4957)
2016-03-07 19:08:04 +00:00
Jason Monk
cea711916d Merge "Fix window insets for settings activities" into nyc-dev 2016-03-07 15:33:10 +00:00
Jason Monk
73f842917e Fix window insets for settings activities
Bug: 27276035
Change-Id: I48d8361f38dd7b708c49e71087e3e2ebf3f2df7a
2016-03-07 10:31:15 -05:00
Geoff Mendal
db0b359e90 Import translations. DO NOT MERGE
Change-Id: Ic8549a10856925a33d2fde60685914c59c9ac89e
Auto-generated-cl: translation import
2016-03-07 07:24:43 -08:00
Sudheer Shanka
32da6ae10c Remove RestrictedDropDownPreference class.
It is not being used any more.

Change-Id: I82919eaac21138d3466a5e152d1a1a17429609d2
2016-03-04 17:10:17 -08:00
Joe Onorato
93dcff0122 Turn down the logging a little bit.
Change-Id: I5760eb7d6d6ed5e8a3426e92c835e8a71e10cdbb
2016-03-04 12:21:30 -08:00
Svet Ganov
81fb0d4acd Disallow disabling of the package installer
bug:26426558

Change-Id: Ia40a146c37c219a6edbb5d0457b1fce45b021266
2016-03-04 09:27:26 -08:00
Udam Saini
9cf94182fc Merge "Only adds translucent status bar according to theme values." into nyc-dev 2016-03-03 21:45:10 +00:00
Udam Saini
48987f65df Only adds translucent status bar according to theme values.
On SUW screens, we do not want to add a translucent status bar. This
also affects ime insets when keyboards are shown.

bug:27479424
bug:27063940
Change-Id: Ic339a9d931f6580a9af8deea85ec5e5bb60f6cca
2016-03-03 13:25:10 -08:00
Sudheer Shanka
5f4defc61d Merge "Update restricted icon." into nyc-dev 2016-03-03 18:31:52 +00:00
Sudheer Shanka
31edc5ab0f Merge "Part1: Show the restricted lock icon in place of the pref widget." into nyc-dev 2016-03-03 18:26:46 +00:00
Sudheer Shanka
40400a648f Update restricted icon.
Bug: 25603665
Bug: 27263775
Change-Id: Ib66866cf536f15130f936d03d9328ee5b0b508c7
2016-03-02 19:08:51 -08:00
Ido Ofir
51e06e011d Merge "checking additional metadata and completed categories before displaying suggested actions in settings." into nyc-dev 2016-03-02 21:30:36 +00:00
Ido Ofir
d193c6729f checking additional metadata and completed categories before displaying
suggested actions in settings.

Bug: 27271616
Change-Id: I855bc03337b04c5ff685c102f44dfc0d6638592b
2016-03-02 09:58:59 -08:00
Geoff Mendal
6c9af03fce Import translations. DO NOT MERGE
Change-Id: I5f64277ff355790a3babb97dfeb37ecc892dfa71
Auto-generated-cl: translation import
2016-03-02 07:25:28 -08:00
Sudheer Shanka
923bc74c92 Part1: Show the restricted lock icon in place of the pref widget.
Add summary strings used for switch prefs if disabled by admin.

Bug: 25603665
Bug: 27263775
Change-Id: I88c2dd2e024f92da107bedc645641e285796d51f
2016-03-01 16:45:03 -08:00
Geoff Mendal
4cea6997ba Import translations. DO NOT MERGE
Change-Id: I8097eb86b2a7a2f60f182fdafbc4d942b9ed17f6
Auto-generated-cl: translation import
2016-02-29 07:25:23 -08:00
Martijn Coenen
6f02f56f52 SettingsLib: Always update preference state.
In case a RestrictedPreference can also be disabled
for other reasons than device admin, the state
of RestrictedPreferenceHelper may not be up-to-date
with the actual preference state. For example, the
"Android Beam" checkbox can be disabled by device
policy, but it can also be disabled by Settings itself
because NFC was turned off by the user.

To fix that, always update the Preference state.

Bug: 26907006
Change-Id: I27cde70beb82721dd4d423943a9898e022df8862
2016-02-29 12:16:52 +01:00
Jason Monk
2b087ab077 Merge "Expose bssids for AccessPoints" into nyc-dev 2016-02-26 16:01:47 +00:00
Jason Monk
60a82ffe45 Expose bssids for AccessPoints
Bug: 26271353
Change-Id: Id83cb8ae8f25247e2d8eec9c4e06604b7dbb5488
2016-02-25 13:55:03 -05:00
Jason Monk
6bea950bfa Guard against monkey crash
Bug: 27337783
Change-Id: Ifa1538a0a0521789a516f8cdbc0615a057611ce7
2016-02-25 13:07:41 -05:00
Gustav Sennton
074d630f9e Merge "Add fallback packages to be enabled iff no webview packages are valid" into nyc-dev 2016-02-24 19:00:36 +00:00
Geoff Mendal
8baf238a41 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-02-24 15:23:14 +00:00
Geoff Mendal
d2ed77384f Import translations. DO NOT MERGE
Change-Id: I33919dcf9c769c9aeb603e6c9d022fc1aeba10ca
Auto-generated-cl: translation import
2016-02-24 07:22:14 -08:00
Jason Monk
a4fe238905 Merge "Support changes in Settings for battery graph" into nyc-dev 2016-02-24 14:21:20 +00:00
Jason Monk
e6324f5eec Support changes in Settings for battery graph
Bug: 27205329
Change-Id: I5d15503099144f1c62bafed64ea4c8157e8851ee
2016-02-23 12:44:52 -05:00
Shweta Chahar
37550dd344 Merge "Add strings for TTS speech pitch seekbar." into nyc-dev 2016-02-23 17:40:57 +00:00
shwetachahar
686570a618 Add strings for TTS speech pitch seekbar.
Bug: 27137452
Change-Id: Id9cb836c0e802444f0cfc611c715d7e3e2c359de
2016-02-23 16:33:53 +00:00
Alan Viverette
e44310cd95 Merge "Fix build" into nyc-dev 2016-02-23 14:44:25 +00:00
Gustav Sennton
c83e3fa35a Add fallback packages to be enabled iff no webview packages are valid
This patch makes it possible to declare a WebView package as a fallback
which means that the package will be enabled iff there exist no other
valid and enabled (and available-by-default) webview packages.

The enabled-state of a fallback package is updated at boot and if a
webview package is changed (it it's been up/downgraded or has had its
enabled-state changed).

This patch also adds 'webviewupdate' shell commands for enabling and
disabling this mechanism.

Bug: 26375524, 26375860
Change-Id: I151915e5d6d932697dab10aeb593687e6b9c817e
2016-02-23 14:17:14 +00:00
Alan Viverette
64eed5b1ee Fix build
Change-Id: I61a63e66831bbbcade17b3656f9ec18ced8ad628
2016-02-23 09:00:26 -05:00
Alan Viverette
a2a859932d Remove night mode from developer settings
It's in SysUI Tuner now.

Change-Id: Id8fbce5462fc0a317c56f70ab2dbb2ffc004ffeb
2016-02-22 14:02:17 -05:00
Geoff Mendal
19af11865a Import translations. DO NOT MERGE
Change-Id: Iebbd1c6ecbf4dac53728e87b9ba0b9f00687b2d4
Auto-generated-cl: translation import
2016-02-22 07:14:18 -08:00
Sudheer Shanka
f498c8ddc1 Merge "Part1 - Don't add padlock if the restriction is not set by admin." into nyc-dev 2016-02-19 19:31:47 +00:00
Sudheer Shanka
a8fbbb30ea Part1 - Don't add padlock if the restriction is not set by admin.
Bug: 26687435
Change-Id: I2fd740b1fa0d76eceedc4dde73e41d779820bbcf
2016-02-19 19:21:57 +00:00
Sudheer Shanka
82f927bd28 Merge "Update string used as summary when an option is disabled by policy." into nyc-dev 2016-02-19 18:15:33 +00:00
Geoff Mendal
2b2332b47c Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27213136
Bug: 27262078
Change-Id: If76097a0645fbc162dd35af9d74e1ac42a21c9f5
2016-02-19 15:33:26 +00:00
Toby Sargeant
a7000fa864 Merge "add developer setting for multiprocess webview" into nyc-dev 2016-02-19 09:14:56 +00:00
Jorim Jaggi
185fa234a2 Fix some strings
Bug: 26411749
Bug: 27022727
Change-Id: I405ba61a46011365bfa2aebfdb0797738237e86b
2016-02-18 00:35:28 +00:00
Tobias Sargeant
da857108f9 add developer setting for multiprocess webview
Change-Id: Ia6e7a1219b3324e9c8e8cee43f1c4d8cd217e725
2016-02-17 21:07:53 +00:00
Sudheer Shanka
579dc13001 Update string used as summary when an option is disabled by policy.
Bug: 25603665
Change-Id: Ibc37fe8f8ab3ae9da9a04a8e18f480ce0e727de4
2016-02-17 20:08:25 +00:00