Pierre Imai
47f67c1ff7
Prevent multicast addresses in static Wifi config.
...
Change-Id: I1961b10d67d322fb863620813fe9039b63bb7895
2016-03-29 16:04:47 +09:00
Udam Saini
7e7f82acf5
Merge "Changes SetupRedactionInterstitial to be an optional step" into nyc-dev
2016-03-28 22:06:59 +00:00
Maria Garcia Puyol
cd1dd62420
Merge "Add flags to emergency info intent" into nyc-dev
2016-03-28 21:56:59 +00:00
mariagpuyol
bd5c83f8b9
Add flags to emergency info intent
...
Bug:27859534
Change-Id: I3ff0aea7b0115a22c0a4a853d8fc83a7ae7adc20
2016-03-28 14:49:38 -07:00
Ajay Kumar Nadathur Sreenivasan
69a97d7f5d
Merge "NPE on "Nexus Imprint"" into nyc-dev
2016-03-28 21:08:27 +00:00
Robb Glasser
fb40fa4aad
Merge "Telephony(MSIM): Fix Cellular Data Preference" into nyc-dev
2016-03-28 21:06:40 +00:00
Sandeep Gutta
c4d7823c85
Telephony(MSIM): Fix Cellular Data Preference
...
While voice call is active, if cellular data preference
updated via updateCellularDataValues(), the cellular data
preference option getting enabled.
To fix this consider the call state while updating
cellular data preference in updateCellularDataValues().
bug:27635796
Change-Id: I5306f021e8bdeecc845d50a3b55b9c07d1b2c837
2016-03-28 14:05:46 -07:00
Joe Onorato
25b5d98a74
Merge "Adapt to procstats classes which moved." into nyc-dev
2016-03-28 20:52:38 +00:00
Anna Galusza
8870706614
Merge "Fix padding on Font size and Display size preview screens. Bug: 27675989" into nyc-dev
2016-03-28 18:14:49 +00:00
Anna Galusza
65e940b8c1
Merge "Fix summary text on A11y SUW hub screen and remove unused String. Bug: 26966572" into nyc-dev
2016-03-28 18:14:37 +00:00
Anna Galusza
c53f337443
Merge "Remove blue bar from where System Navigation Bar is before its removed. Bug: 27579766" into nyc-dev
2016-03-28 18:14:18 +00:00
Ajay Nadathur
7377d4fe6b
NPE on "Nexus Imprint"
...
- When no fingerprint is setup, "Nexus Imprint" crashes because
"selectableItemBackground" is not defined. (Which is referenced by
SUW's RecyclerItemAdapter)
- Added selectableItemBackground to themes.xml
bug:27853943
Change-Id: I0e4107cf92aef5e4e3853ca45af73905d38b230e
2016-03-28 11:07:50 -07:00
Sudheer Shanka
2cfda2a3bd
Merge "Fix crash in ApnSettings." into nyc-dev
2016-03-28 17:18:54 +00:00
Sudheer Shanka
2fff06e918
Merge "Fix crash in AndroidBeam class." into nyc-dev
2016-03-28 17:18:37 +00:00
Geoff Mendal
3efe25059f
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-03-28 14:46:14 +00:00
Geoff Mendal
ff750b5d82
Import translations. DO NOT MERGE
...
Change-Id: I87b7e8ca95a7c65402a93cf6ad37db5222b3e4ec
Auto-generated-cl: translation import
2016-03-28 07:42:47 -07:00
Jason Monk
2de6a287ca
Merge changes I22d799f8,I1bc14e7a into nyc-dev
...
* changes:
Guard against crash in dev options
Switch to whitelist for animations
2016-03-28 14:14:01 +00:00
Bill Yi
2d17f93122
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-03-26 17:26:11 +00:00
Bill Yi
2393396422
Import translations. DO NOT MERGE
...
Change-Id: I766afa18abf7a57162fc9bc51ed0c1aa9c97e9a9
Auto-generated-cl: translation import
2016-03-26 00:37:09 -07:00
Christopher Tate
13d79b2a25
Call it "Opening links" now
...
Better labels are better.
Bug 27834016
Change-Id: I3f5a8088234db7790ac8baded0547f415d7e2c4c
2016-03-25 15:06:25 -07:00
Alan Viverette
30dbd47a29
Merge "Move DensityUtils into SettingsLib" into nyc-dev
2016-03-25 19:59:38 +00:00
Alan Viverette
6b0b73fdc4
Move DensityUtils into SettingsLib
...
Bug: 27644685
Change-Id: Ie493bd7b07700c2df1221a4257c0487db2a14ff7
2016-03-25 14:56:25 -04:00
Philip P. Moltmann
872f621eb3
Merge "Use changed getStatus interface" into nyc-dev
2016-03-25 16:50:35 +00:00
Philip P. Moltmann
b05fbfa274
Use changed getStatus interface
...
Change-Id: I72a2aa74607e34a1afbef0982f634def3e30efd4
2016-03-24 16:53:44 -07:00
Sudheer Shanka
4249d7589b
Fix crash in ApnSettings.
...
ApnSettings runs with uid android.uid.phone and since it doesn't has
the MANAGE_DEVICE_ADMINS and MANAGE_PROFILE_AND_DEVICE_OWNERS
permission, show the generic support instead of the admin specific
message.
Bug: 27826969
Change-Id: I556a8b74aa1f692ebac1f4e30aeab3ed78ec5078
2016-03-24 15:39:24 -07:00
Udam Saini
375b981267
Merge "Updates spacing on redaction interstitial" into nyc-dev
2016-03-24 22:20:10 +00:00
Julia Reynolds
befc5c59eb
Merge "Rules without a configuration activity aren't clickable." into nyc-dev
2016-03-24 22:11:53 +00:00
Julia Reynolds
2bcb0778c3
Rules without a configuration activity aren't clickable.
...
Bug: 27823109
Change-Id: Ifa2291627846e562f9a04ec1e85582833ab234de
2016-03-24 15:10:25 -07:00
Udam Saini
dd05ab7600
Changes SetupRedactionInterstitial to be an optional step
...
We no longer need this to be in inside the setup flow when setting up
the lock screen. Move this class to be used as an optional step if a
lock screen is added.
bug:23893721
Change-Id: I15478e0f0d8d8771cbdce6ccf0f508cbd5dd4f36
2016-03-24 15:08:19 -07:00
Sudheer Shanka
b51457db10
Fix crash in AndroidBeam class.
...
SwitchChangeListener is not added if admin disables the options, so
don't try to remove the listener in this case.
Bug: 27828118
Change-Id: Id0f9c71a10f93fc4c87af2b02ab7f04482145217
2016-03-24 12:21:45 -07:00
Robin Lee
1997f76cfc
Merge "Implement action "android.settings.VPN_SETTINGS"" into nyc-dev
2016-03-24 18:32:51 +00:00
Joe Onorato
b370a8d580
Adapt to procstats classes which moved.
...
Change-Id: I29a04ef3a3230f688ddf13e607a755b7d7f61991
2016-03-24 11:31:06 -07:00
Hall Liu
f3dc18b65b
Merge "Add indicator for system dialer in Settings" into nyc-dev
2016-03-24 17:29:39 +00:00
Robin Lee
d3041943a7
Implement action "android.settings.VPN_SETTINGS"
...
Bug: 27700919
Change-Id: Ibd23f1d53d40addc2ff8ac3215f3524b7e8c9c2e
2016-03-24 16:02:08 +00:00
Daichi Hirono
98607d4449
Merge "Don't close USB type notification when USB is connected to USB devices." into nyc-dev
2016-03-24 02:46:23 +00:00
Udam Saini
ec0baa9701
Updates spacing on redaction interstitial
...
Cleans up the look and feel on the redaction interstitial page
bug:27534261
Change-Id: I9495cfc9493f0d199b30335985761d069a29d42d
2016-03-23 11:29:15 -07:00
Yorke Lee
d0f8d9257b
Merge "Fix build" into nyc-dev
2016-03-23 18:17:58 +00:00
Yorke Lee
d448522a6f
Fix build
...
Change-Id: I99d94806fabef469f4ad984e65a58e4f69808e68
2016-03-23 11:11:46 -07:00
Sudheer Shanka
45949f9138
Merge "Add more policy transparency for disallow_remove_user restriction." into nyc-dev
2016-03-23 17:53:25 +00:00
Sudheer Shanka
ed0d4dd463
Merge "Add more policy transparency for wifi settings." into nyc-dev
2016-03-23 17:53:19 +00:00
Sudheer Shanka
561a88cfcd
Merge "Add disabled by policy empty views to more screens." into nyc-dev
2016-03-23 17:53:15 +00:00
Abodunrinwa Toki
14df560744
Merge "InputSettings: Physical keyboard settings activity." into nyc-dev
2016-03-23 16:03:24 +00:00
Geoff Mendal
9203c33008
Import translations. DO NOT MERGE
...
Change-Id: Ibcc935d8f8e5e2af9746f8ba9032855017110127
Auto-generated-cl: translation import
2016-03-23 07:39:30 -07:00
Sudheer Shanka
b5c92147ce
Add more policy transparency for disallow_remove_user restriction.
...
Bug: 27784015
Change-Id: I2386efbf521ee8e73326006e78b0146341745e2b
2016-03-22 17:24:07 -07:00
Anna Galusza
a2a9d9afa0
Fix summary text on A11y SUW hub screen and remove unused String.
...
Bug: 26966572
Change-Id: I31ab0a18b1e98564d1eead338fdbfa224dbded77
2016-03-22 14:41:43 -07:00
Andres Morales
950de0e40a
Merge "don't toggle OEM unlocking if the preference is not enabled" into nyc-dev
2016-03-22 21:20:43 +00:00
Andres Morales
0bb6f70a87
don't toggle OEM unlocking if the preference is not enabled
...
Toggling the top-level switch is bypassing the disabled
state of the switch and leaving it in an inconsistent and
unrecoverable state.
Bug: 26863852
Change-Id: I9fed626b743fd6aac2c20910493bdec4778cc629
2016-03-22 12:56:29 -07:00
Abodunrinwa Toki
b28b2cc68f
InputSettings: Physical keyboard settings activity.
...
This CL adds functionality to trigger the "Physical keyboard"
settings screen via an intent.
Bug: 26943892
Change-Id: Ib4a0be38f94f83672501d5312079d132b2ab717d
2016-03-22 17:17:41 +00:00
Jason Monk
9c867a5703
Merge "Guard against monkey crash." into nyc-dev
2016-03-22 16:38:44 +00:00
Jason Monk
decc767f26
Guard against monkey crash.
...
Bug: 27784445
Change-Id: I4ba6e02e0cdb6857661a824ae0888feac6762a05
2016-03-22 09:17:12 -07:00