Jason Monk
b63a4f8741
Merge "Guard against empty extraInfo" into nyc-dev
2016-04-12 20:11:17 +00:00
Jason Monk
1fd25b982a
Merge "Work on settings startup speed" into nyc-dev
2016-04-12 20:11:00 +00:00
Jason Monk
9a6349a4d5
Guard against empty extraInfo
...
Change-Id: Iff297637edd3ebf5b6d26bc1dc51e9c17393e24f
Fixes: 27999693
2016-04-12 16:03:39 -04:00
Victor Chang
caa8877f75
Show trust option for multiple unapproved cert in chain
...
- Add a argument to pass user id
- Check approval status of certs in WorkerThread
Bug: 18224038
Change-Id: I5fd6a41e9593d0f339fecb4185331175e32c50c2
2016-04-12 21:00:14 +01:00
Nicolas Prevot
cda955072d
Show the right icon and label for work profile in data usage.
...
Previously, it showed the icon and label of a random application.
BUG:26798809
Change-Id: I9d812943bdf6f99e87dfd9bb4a37b25644b8d18d
2016-04-12 20:29:22 +01:00
Jason Monk
5673ced93c
Work on settings startup speed
...
- Cut down on amount stored in conditions xml
- Remove extra work from dashboard startup
- Move summary to min priority
Change-Id: I51ca3828e4446632d6faa60dcfbab3446d19d335
Fixes: 28134360
2016-04-12 15:19:50 -04:00
Jason Monk
90886f66f6
Merge "Disable animations for bluetooth." into nyc-dev
2016-04-12 19:18:47 +00:00
Sudheer Shanka
17cbc996ce
Avoid showing DeviceAdminAdd screen in the background of support dialog.
...
Change-Id: Idb2f98012fc161decef579c1e87cca0f8ade2619
Fixes: 27665715
2016-04-12 12:09:37 -07:00
Jason Monk
ac06fed1d2
Disable animations for bluetooth.
...
Change-Id: I2aa77d8ce91f81b6704b4f91766ee61c79afb2f8
Fixes: 28135206
2016-04-12 14:45:41 -04:00
Noah Wang
0d03c3b524
Merge "Fix content description and accessibility focus on PreviewSeekBarPreferenceFragment. Bug: 27911511" into nyc-dev
2016-04-12 18:38:50 +00:00
Noah Wang
858a1c6f20
Merge "Postpone commit on PreviewSeekBarPreferenceFragment until the cross-fade animation has completed Bug: 27142332" into nyc-dev
2016-04-12 18:38:29 +00:00
Jorim Jaggi
0493422de2
Merge "Always update value of screenshot preference" into nyc-dev
2016-04-12 18:13:01 +00:00
Ricky Wai
f6fc22092a
Unified work lock checkbox should roll back when user cancels confirm dialog
...
Bug: 28137228
Change-Id: I81cbd41462418ac25142c561c80394db1e6f7d74
2016-04-12 18:35:41 +01:00
Ricky Wai
8e91558c0a
Merge "Do not update unified setting before updating primary profile lock" into nyc-dev
2016-04-12 16:57:03 +00:00
Jason Monk
36ac2a1eab
Merge "Settings dashboard performance work" into nyc-dev
2016-04-12 16:35:44 +00:00
Ricky Wai
a0a073864a
Do not update unified setting before updating primary profile lock
...
Bug: 28135945
Change-Id: Ib6332f42d3b6416d8fd08d5f829bf9852fa0e9f0
2016-04-12 17:34:59 +01:00
Sanket Padawe
348a5c4c35
Merge "Fix UI issue in Sim Settings screen." into nyc-dev
2016-04-12 15:58:06 +00:00
Victor Chang
d7d0e1b6b0
CertDialog supports multiple certs
...
- Allow user to trust multiple certs in chain in one AlertDialog
- The animation is similar to GrantPermissionsViewHandlerImpl.
- Fadeout current, Slide-in next cert from the right.
- Not animate scale as the CustomeView in AlertDialog matchParent
- Refactor CertDialogBuilder into a separate class
- The change for config multiple cert into the dialog is another CL
note: For single cert case when user taps on a system/user cert,
no change is visible to user after this change
Bug: 18224038
Change-Id: I09ee8f683031c800830af4001582882d61cd4974
2016-04-12 16:09:30 +01:00
Jason Monk
f8b2180b96
Settings dashboard performance work
...
- Don't block main thread with rebuild work
- Don't run rebuild as foreground priority
- Don't use comparator on apps/notifications summaries, we don't
care about order
- Simplify dashboard item layout
Change-Id: I33bdd06a234ea308b44b45cac5ed1e9eac1c7d43
Fixes: 26541310
2016-04-12 10:32:20 -04:00
Michal Karpinski
435ec6e6f4
Adjusting getTitleFromOrganizationName() after API changes
...
Bug: 27531295
Change-Id: I566aae079451ea3d001fd517f5fafc0991f55ad2
2016-04-12 15:20:08 +01:00
Ricky Wai
9b753da2b7
Force to unlock work challenge before reply inline notification
...
Bug: 28036566
Change-Id: Ida63ce5003b7e3ec79e1575815d70d1350ffed2d
2016-04-12 13:41:00 +00:00
Oleksandr Peletskyi
dccb31525a
Improved UX for DISALLOW_SET_USER_ICON restriction.
...
Modified popup menu, so that each item has a hint, why it is
blocked (in case the DISALLOW_SET_USER_ICON is set).
BUG:27914812
Change-Id: I1f891ffe725f383285d577cf47d89c294f2c3986
2016-04-12 15:34:46 +02:00
Ricky Wai
2f99770cc1
Merge "Hint user that fingerprint cannot unlock FBE keys" into nyc-dev
2016-04-12 11:06:25 +00:00
Sudheer Shanka
4f0c7d3636
Update usage of DPM.getLongSupportMessageForUser.
...
Bug: 27531295
Change-Id: Idc985e2c3ee0b243812053318b7ad655ea334706
2016-04-11 22:29:27 -07:00
Jorim Jaggi
aa337e39d5
Always update value of screenshot preference
...
Bug: 26014678
Change-Id: I6127dee5c911171bc9b708dfe1e9ee21b17d0833
2016-04-11 19:17:59 -07:00
Noah Wang
6e7d410d4e
Postpone commit on PreviewSeekBarPreferenceFragment
...
until the cross-fade animation has completed
Bug: 27142332
Change-Id: I6c11e89398bad34a3b92560cb73c667a3cfd4786
2016-04-11 17:11:37 -07:00
Nathan Harold
2b77d7460c
Cleanup RadioInfo Test Menu
...
-Convert multi-mode buttons to toggle switches to reduce
confusion.
-Remove long-deprecated PhoneStateIntentReceiver references
and convert all functions to use PhoneStateListener
-Remove vestigial menu items that no longer reference working
system properties or code
-Add new ARFCN/UARFCN/EARFCN fields to CellInfo Display
-Convert CellInfoListRate to a Dropdown menu
-Fixed bugs with screen rotation that caused network preferences
to change (and could crash the radio)
-Fixed bugs related to onResume not updating values correctly
-Re-ordered menu items to group like-items together
-Minor string edits for clarity, correctness, and consistency
Change-Id: Ied5ed7a250682ee3327e51884d80ee4f3a7eb913
2016-04-11 15:31:59 -07:00
Noah Wang
9faec5600b
Fix content description and accessibility focus on
...
PreviewSeekBarPreferenceFragment.
Bug: 27911511
Change-Id: I45673e582a29028cb0598669b0fa1a48c071181d
2016-04-11 15:00:58 -07:00
Jason Monk
43fa74b9fd
Merge "Fix battery history details" into nyc-dev
2016-04-11 18:58:25 +00:00
Jason Monk
0b026116be
Fix battery history details
...
Change-Id: Ibf73d28d227574cba0866accdf7c9dc810b24906
Fixes: 27844566
2016-04-11 14:55:34 -04:00
Alan Viverette
6a0b722984
Merge "Fix EBT helper initialization in LabeledSeekBar class" into nyc-dev
2016-04-11 18:32:22 +00:00
Fyodor Kupolov
1ef3164424
Merge "Added getProfileIds method returning array of userIds" into nyc-dev
2016-04-11 16:40:54 +00:00
Chris Wren
6b11a06035
update station to show ranking and autobundles
...
Bug: 26919636
Change-Id: I5f1ce737ca2d06e6706c3248bd09bd40ef36774f
2016-04-11 12:26:50 -04:00
Jason Monk
3cd935c89c
Merge "Pull pref summaries from power usage summary" into nyc-dev
2016-04-11 14:28:23 +00:00
Jason Monk
e04517611f
Pull pref summaries from power usage summary
...
Change-Id: I9bd3d1041576e183e7e5e03aaecc5128ea5227c2
Fixes: 27644604
2016-04-11 10:25:04 -04:00
Jason Monk
3095c77d5b
Merge "Guard against crash in SummaryProvider" into nyc-dev
2016-04-11 14:23:37 +00:00
Jason Monk
0127eb07f4
Guard against crash in SummaryProvider
...
Change-Id: Ieeae65e50211618dbbee3d320cae614ac5926543
Fixes: 26310547
2016-04-11 10:21:28 -04:00
Jason Monk
eeb2a19a50
Merge "Remove OpenGL traces from dev settings" into nyc-dev
2016-04-11 14:19:55 +00:00
Jason Monk
4572249f5d
Remove OpenGL traces from dev settings
...
Change-Id: I43a23e5e7bf02b798f3ddffdf4c21077ef3d5e2f
Fixes: 26741446
2016-04-11 10:17:53 -04:00
Jason Monk
9e9ba0d751
Fix localization issues with disabled
...
Change-Id: Iba63b50000f546a1e323c855462841e82fce4df8
Fixes: 27948378
2016-04-11 09:58:55 -04:00
Abodunrinwa Toki
6118469cae
Show Physical keyboards only after everything has been loaded
...
This patch loads all physical keyboards at once and only updates the
screen after that returns. Previously, each keyboard's data was
loaded individually and the screen was updated for each keyboard
when the data was received.
Bug: 27549590
Change-Id: I05d80d74df14fb7bfaa0ce76a1f8919889865108
2016-04-11 11:38:48 +01:00
Clara Bayarri
6599660196
Merge "Add Keyboard Shortcuts Helper entry in Settings" into nyc-dev
2016-04-11 09:44:20 +00:00
Alan Viverette
3550a32ca9
Fix EBT helper initialization in LabeledSeekBar class
...
Helper should have same lifecycle as the class itself. Also rearranges
class to match up with standard Android class organization.
Bug: 27674946
Change-Id: Ib2ab1e367d4ef1757321375bbb7e4c5f0dc8f46c
2016-04-08 18:37:21 -07:00
Jason Monk
db3fcfb7cb
Merge "Settings tweaks" into nyc-dev
2016-04-08 20:46:49 +00:00
Jason Monk
be8d5aa2b9
Settings tweaks
...
Change-Id: I68829fa8e49534d4635a008c94dced3c7ab6f4b1
Fixes: 27834471
Fixes: 27834626
Fixes: 27567838
Fixes: 27834676
2016-04-08 16:44:31 -04:00
Suprabh Shukla
1d464b9677
Merge "Moving HelpUtils to SettingsLib" into nyc-dev
2016-04-08 19:31:37 +00:00
Jason Monk
b8bce66c02
Merge "Restore the premiume SMS Preference." into nyc-dev
2016-04-08 17:04:43 +00:00
Jason Monk
ea35f87377
Restore the premiume SMS Preference.
...
Fixes: 27657256
Change-Id: I396eb9ba71f51fed517d7f958873369bc0ab011e
2016-04-08 13:02:48 -04:00
Daniel U
9f4ad67fad
Merge "Allow user to hide sensitive notifications with no work challenge" into nyc-dev
2016-04-08 15:44:44 +00:00
Abodunrinwa Toki
f103d10861
Merge "Input settings: Show keyboard layout collection." into nyc-dev
2016-04-08 15:43:13 +00:00