OSDN Git Service

android-x86/packages-apps-Settings.git
8 years agoMerge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev
Keisuke Kuroyanagi [Tue, 19 Apr 2016 04:22:07 +0000 (04:22 +0000)]
Merge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev
am: 23f7dab

* commit '23f7dab2b6ec7c763dc873314da38bd918f4161e':
  Fix: SpellChecker subtype label cannot be updated.

Change-Id: I8bb2d31c8dc17d7b4bcb8a840dadf1cd442bd5ad

8 years agoMerge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev
Keisuke Kuroyanagi [Tue, 19 Apr 2016 04:17:02 +0000 (04:17 +0000)]
Merge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev

8 years agoHandle blacklisted apps on Data Saver whitelist.
Felipe Leme [Mon, 18 Apr 2016 22:38:26 +0000 (22:38 +0000)]
Handle blacklisted apps on Data Saver whitelist.
am: c2ef27f

* commit 'c2ef27faf4afca6c4f6634b5de975a1bdadf0752':
  Handle blacklisted apps on Data Saver whitelist.

Change-Id: Ia5027825b7292f15717a47ed82f242f252ac83d9

8 years agoHandle blacklisted apps on Data Saver whitelist.
Felipe Leme [Fri, 15 Apr 2016 00:53:07 +0000 (17:53 -0700)]
Handle blacklisted apps on Data Saver whitelist.

When user blacklists an app for background data access, the
"Unrestricted data access" list should not display the whitelist toggle
option, but rather explain background access is turned off and offer the
option to open the app's data usage screen to turn it back on.

It still does not handle changed received by DataSaverBackend, so the UI
will be stale when the user removes a blacklist and navigates back to
the list.

BUG: 27481520

Change-Id: I9d0fa9f0180a69ce9bd1417921bf89ec3ba31f01

8 years agoMerge "Use IME service logo or icon if exists." into nyc-dev
Yohei Yukawa [Mon, 18 Apr 2016 19:18:58 +0000 (19:18 +0000)]
Merge "Use IME service logo or icon if exists." into nyc-dev
am: bd06816

* commit 'bd068163e36ed470a34655025cd01324540ab6e2':
  Use IME service logo or icon if exists.

Change-Id: I32e04748622bae27482639510b2269f0210ed5b9

8 years agoMerge "Use IME service logo or icon if exists." into nyc-dev
Yohei Yukawa [Mon, 18 Apr 2016 19:01:27 +0000 (19:01 +0000)]
Merge "Use IME service logo or icon if exists." into nyc-dev

8 years agoMerge "Set the minimum speech rate to a value of ten instead of zero." into nyc-dev
shwetachahar [Mon, 18 Apr 2016 18:29:46 +0000 (18:29 +0000)]
Merge "Set the minimum speech rate to a value of ten instead of zero." into nyc-dev
am: 8852b82

* commit '8852b823a41df9340b8fa8a84ee577dbef9e244b':
  Set the minimum speech rate to a value of ten instead of zero.

Change-Id: I4cc345757114c28e04cdd5b9f9f72ea31e3d549f

8 years agoMerge "Set the minimum speech rate to a value of ten instead of zero." into nyc-dev
Shweta Chahar [Mon, 18 Apr 2016 18:20:58 +0000 (18:20 +0000)]
Merge "Set the minimum speech rate to a value of ten instead of zero." into nyc-dev

8 years agoMerge "Force work challenge activity to be not resizable" into nyc-dev
Tony Mak [Mon, 18 Apr 2016 15:43:14 +0000 (15:43 +0000)]
Merge "Force work challenge activity to be not resizable" into nyc-dev
am: 06a1d61

* commit '06a1d61626e805c815bc97ea43cd0017612211f5':
  Force work challenge activity to be not resizable

Change-Id: I5d9fac7de1eb2760717c4467ccddc5001e379513

8 years agoSet the minimum speech rate to a value of ten instead of zero.
shwetachahar [Fri, 15 Apr 2016 15:40:37 +0000 (16:40 +0100)]
Set the minimum speech rate to a value of ten instead of zero.

Bug: 27093805
Change-Id: I090a9345c3b05937d1f790ea051945ac187ddb61

8 years agoMerge "Force work challenge activity to be not resizable" into nyc-dev
Tony Mak [Mon, 18 Apr 2016 15:35:10 +0000 (15:35 +0000)]
Merge "Force work challenge activity to be not resizable" into nyc-dev

8 years agoMerge "Add a button to reset pitch to default value." into nyc-dev
shwetachahar [Mon, 18 Apr 2016 15:22:47 +0000 (15:22 +0000)]
Merge "Add a button to reset pitch to default value." into nyc-dev
am: da4ecea

* commit 'da4ecea84517b4071bef3ae6c6b1eb180a890008':
  Add a button to reset pitch to default value.

Change-Id: I3188a3de81683638efc236ddea5391685a0c565a

8 years agoMerge "Add a button to reset pitch to default value." into nyc-dev
Shweta Chahar [Mon, 18 Apr 2016 15:14:24 +0000 (15:14 +0000)]
Merge "Add a button to reset pitch to default value." into nyc-dev

8 years agoMerge "Replace the try catch block for retrieving pitch and speech rate values from...
shwetachahar [Mon, 18 Apr 2016 15:04:53 +0000 (15:04 +0000)]
Merge "Replace the try catch block for retrieving pitch and speech rate values from secure settings with getInt() supplied with a default arg. Also, set the pitch and speech rate of the TTS engine to the default rate and pitch when initSetting() is called." into nyc-dev
am: abef602

* commit 'abef602337c8d362021ebeaf081ff3ca8a2a61f8':
  Replace the try catch block for retrieving pitch and speech rate values from secure settings with getInt() supplied with a default arg. Also, set the pitch and speech rate of the TTS engine to the default rate and pitch when initSetting() is called.

Change-Id: I3f870ed496e86180c3a14b490e6472007230e0e6

8 years agoMerge "Replace the try catch block for retrieving pitch and speech rate values from...
Shweta Chahar [Mon, 18 Apr 2016 14:56:51 +0000 (14:56 +0000)]
Merge "Replace the try catch block for retrieving pitch and speech rate values from secure settings with getInt() supplied with a default arg. Also, set the pitch and speech rate of the TTS engine to the default rate and pitch when initSetting() is called." into nyc-dev

8 years agoUse IME service logo or icon if exists.
Yohei Yukawa [Fri, 15 Apr 2016 11:03:38 +0000 (04:03 -0700)]
Use IME service logo or icon if exists.

With this CL, AvailableVirtualKeyboardFragment searches icon resource in
the following order, which makes it easier to find a certain IME when
one APK contains multiple IMEs.
 1. Service Logo
 2. Service Icon
 3. Application Logo
 4. Application Icon

Bug: 28204635
Change-Id: I406ccc0d53e6ec69793c2fc8be8c6c1c90b34811

8 years agoFix NullPointerException in Utils.copyMeProfilePhoto.
Sudheer Shanka [Sat, 16 Apr 2016 00:20:54 +0000 (17:20 -0700)]
Fix NullPointerException in Utils.copyMeProfilePhoto.

Bug: 28221898
Change-Id: I2f67c4ba349a1c831b22174fefd0db6efeffbf1e

8 years agoFix: SpellChecker subtype label cannot be updated.
Keisuke Kuroyanagi [Sat, 16 Apr 2016 00:13:15 +0000 (09:13 +0900)]
Fix: SpellChecker subtype label cannot be updated.

"Use system languages" is always displayed independent from the
selected value.
This happens due to inverted if-condition that has been introduced in
I0ed71bbb580e3547d97e321799ac2b77b1f284a3

Bug: 28204608
Change-Id: I9f0390242cb5ed4960c06eb3d0a4ade7a66143a5

8 years agoMerge "Changing dimensions and margins for fingerprint image in portrait mode. Landsc...
Ido Ofir [Fri, 15 Apr 2016 23:16:50 +0000 (23:16 +0000)]
Merge "Changing dimensions and margins for fingerprint image in portrait mode. Landscape layout remains the same with fixed size." into nyc-dev

8 years agoChanging dimensions and margins for fingerprint image in portrait mode.
Ido Ofir [Thu, 14 Apr 2016 21:31:25 +0000 (14:31 -0700)]
Changing dimensions and margins for fingerprint image in portrait mode.
Landscape layout remains the same with fixed size.

Bug: 27875410

Change-Id: I82ee12ef5efab8bee6a0e187810b399cb45b7f67

8 years agoMerge "Fix checkboxes and warning dialog lost when device rotates" into nyc-dev
Mihai Niță [Fri, 15 Apr 2016 18:44:19 +0000 (18:44 +0000)]
Merge "Fix checkboxes and warning dialog lost when device rotates" into nyc-dev

8 years agoMerge "Add metrics for Data Saver actions." into nyc-dev
TreeHugger Robot [Fri, 15 Apr 2016 17:53:40 +0000 (17:53 +0000)]
Merge "Add metrics for Data Saver actions." into nyc-dev

8 years agoMerge ""Fix" search" into nyc-dev
Jason Monk [Fri, 15 Apr 2016 16:06:47 +0000 (16:06 +0000)]
Merge ""Fix" search" into nyc-dev

8 years agoMerge "Don't allow removing admin to be added again" into nyc-dev
Makoto Onuki [Fri, 15 Apr 2016 16:05:21 +0000 (16:05 +0000)]
Merge "Don't allow removing admin to be added again" into nyc-dev

8 years agoReplace the try catch block for retrieving pitch and speech rate
shwetachahar [Fri, 15 Apr 2016 13:25:07 +0000 (14:25 +0100)]
Replace the try catch block for retrieving pitch and speech rate
values from secure settings with getInt() supplied with a default
arg.
Also, set the pitch and speech rate of the TTS engine to the
default rate and pitch when initSetting() is called.

Bug: 27916665
Bug: 27871182
Change-Id: Ie772ee6f29d40774f70e73fe091f6f884472e2f8

8 years agoMerge "Notification slider changes." into nyc-dev
Julia Reynolds [Fri, 15 Apr 2016 15:20:21 +0000 (15:20 +0000)]
Merge "Notification slider changes." into nyc-dev

8 years agoNotification slider changes.
Julia Reynolds [Thu, 7 Apr 2016 00:32:23 +0000 (20:32 -0400)]
Notification slider changes.

Bug: 27558254
Change-Id: I15635ae19e82a57d6e6fcb2f8f946f31bebf5d0f

8 years agoAdd a button to reset pitch to default value.
shwetachahar [Fri, 15 Apr 2016 14:56:13 +0000 (15:56 +0100)]
Add a button to reset pitch to default value.

Bug: 27949093
Change-Id: Ia7fd2f824b8e87c08f9e2f3defca6e645c5c1bfb

8 years agoMerge "Only try disabling quiet mode" into nyc-dev
Benjamin Franz [Fri, 15 Apr 2016 14:53:16 +0000 (14:53 +0000)]
Merge "Only try disabling quiet mode" into nyc-dev

8 years agoMerge "Change Preview Pager and Pager Indicator order for RTL environment Bug: 280259...
Noah Wang [Fri, 15 Apr 2016 14:47:58 +0000 (14:47 +0000)]
Merge "Change Preview Pager and Pager Indicator order for RTL environment Bug: 28025982" into nyc-dev

8 years agoMerge "Show "work mode off" dialog when work notification setting is clicked" into...
Ricky Wai [Fri, 15 Apr 2016 14:40:11 +0000 (14:40 +0000)]
Merge "Show "work mode off" dialog when work notification setting is clicked" into nyc-dev

8 years agoChange Preview Pager and Pager Indicator order for
Noah Wang [Sun, 10 Apr 2016 03:53:14 +0000 (20:53 -0700)]
Change Preview Pager and Pager Indicator order for
RTL environment
Bug: 28025982

Change-Id: Ia80220f9e4c4a22a10e7cd857dc4e3573ee7b51d

8 years agoShow "work mode off" dialog when work notification setting is clicked
Ricky Wai [Fri, 15 Apr 2016 13:43:44 +0000 (14:43 +0100)]
Show "work mode off" dialog when work notification setting is clicked

Bug: 28158297
Change-Id: Iea4eaa32f3c4b2e605b6eace82ee4443e387fb4b

8 years agoMerge "Fixed stopped countdown when PIN entered incorrect." into nyc-dev
Oleksandr Peletskyi [Fri, 15 Apr 2016 13:29:34 +0000 (13:29 +0000)]
Merge "Fixed stopped countdown when PIN entered incorrect." into nyc-dev

8 years agoFix checkboxes and warning dialog lost when device rotates
Mihai Nita [Mon, 11 Apr 2016 15:00:28 +0000 (08:00 -0700)]
Fix checkboxes and warning dialog lost when device rotates

The frame is destroyed then the device rotates, so we need
to save and restore the complete status (remove mode or not,
list of checked locales, if the warning dialog it showing).

Bug: 26720315
Bug: 26758726
Change-Id: Ie1340d3242cb61dc736a0b456224b8570826e937

8 years agoMerge "Set user icon to default when updating profile without photo" into nyc-dev
Sudheer Shanka [Fri, 15 Apr 2016 02:18:10 +0000 (02:18 +0000)]
Merge "Set user icon to default when updating profile without photo" into nyc-dev

8 years agoDon't allow removing admin to be added again
Makoto Onuki [Wed, 13 Apr 2016 23:40:37 +0000 (16:40 -0700)]
Don't allow removing admin to be added again

Bug 27909181

Change-Id: I15bcff0f790e8f701bacea912c1624be926a2076

8 years agoSet user icon to default when updating profile without photo
Sudheer Shanka [Thu, 14 Apr 2016 23:50:14 +0000 (16:50 -0700)]
Set user icon to default when updating profile without photo

If the user photo was deleted in the Myself contact, the change
was not reflected neither in Settings/Users nor in expanded
status bar. This was because the ProfileUpdateReceiver did not
handle the case where the updated image was null (deleted).
Fixed by assigning default user icon in UserManager if no photo
found in the profile update.

AOSP change: https://android-review.googlesource.com/#/c/153137

Bug: 28031914
Change-Id: I2f452f78dcf777414f50b133b1a9cee334bbd9a8

8 years agoAdd metrics for Data Saver actions.
Felipe Leme [Thu, 14 Apr 2016 23:11:20 +0000 (16:11 -0700)]
Add metrics for Data Saver actions.

BUG: 28166693
Change-Id: Ie435db66183ef645467ffa6cc7537d54d35cab31

8 years agoMerge "Add additional summaries for some restricted switch preferences." into nyc-dev
Sudheer Shanka [Thu, 14 Apr 2016 21:05:24 +0000 (21:05 +0000)]
Merge "Add additional summaries for some restricted switch preferences." into nyc-dev

8 years ago"Fix" search
Jason Monk [Thu, 14 Apr 2016 18:34:16 +0000 (14:34 -0400)]
"Fix" search

 - Only consider a locale actually indexed after it has had a full
   update run
 - Run all indexing queueing on the AsyncTask's serial threadpool
   to avoid more threading issues.

Change-Id: I8fc84b0faafc5c104d090b6bbd87857550b3af89
Fixes: 27826745

8 years agoMerge "Force to unlock work challenge before reply inline notification" into nyc-dev
Ricky Wai [Thu, 14 Apr 2016 17:59:27 +0000 (17:59 +0000)]
Merge "Force to unlock work challenge before reply inline notification" into nyc-dev

8 years agoFixed stopped countdown when PIN entered incorrect.
Oleksandr Peletskyi [Thu, 14 Apr 2016 17:35:04 +0000 (19:35 +0200)]
Fixed stopped countdown when PIN entered incorrect.

When device is locked CountDownTimer.onFinish() is not called
after countdown finished. Thus some logic was copied to onResume().

BUG:28160696
Change-Id: I1906e7ab2202b437b909afc12b7b3628692a00f1

8 years agoMerge "Allow disconnecting always-on VPNs" into nyc-dev
Robin Lee [Thu, 14 Apr 2016 16:50:42 +0000 (16:50 +0000)]
Merge "Allow disconnecting always-on VPNs" into nyc-dev

8 years agoMerge "Fixed typos "QuiteMode"" into nyc-dev
Bernard Chau [Thu, 14 Apr 2016 16:18:32 +0000 (16:18 +0000)]
Merge "Fixed typos "QuiteMode"" into nyc-dev

8 years agoMerge "Improvements on "App data usage" screen." into nyc-dev
Felipe Leme [Thu, 14 Apr 2016 15:55:17 +0000 (15:55 +0000)]
Merge "Improvements on "App data usage" screen." into nyc-dev

8 years agoAllow disconnecting always-on VPNs
Robin Lee [Thu, 14 Apr 2016 14:41:41 +0000 (15:41 +0100)]
Allow disconnecting always-on VPNs

Bug: 28072644
Change-Id: If7595f7e17747867158368d95db5addf97d3a14c

8 years agoFixed typos "QuiteMode"
Bernard Chau [Thu, 14 Apr 2016 14:08:28 +0000 (15:08 +0100)]
Fixed typos "QuiteMode"

Bug: 28186496
Change-Id: I460509f7fda205711532c290f764d842f07aba49

8 years agoMerge "Don't debug log on ConditionManager" into nyc-dev
Jason Monk [Thu, 14 Apr 2016 13:14:43 +0000 (13:14 +0000)]
Merge "Don't debug log on ConditionManager" into nyc-dev

8 years agoMerge "Improved UX for DISALLOW_SET_USER_ICON restriction." into nyc-dev
Oleksandr Peletskyi [Thu, 14 Apr 2016 10:46:08 +0000 (10:46 +0000)]
Merge "Improved UX for DISALLOW_SET_USER_ICON restriction." into nyc-dev

8 years agoMerge "Show Physical keyboards only after everything has been loaded" into nyc-dev
Abodunrinwa Toki [Thu, 14 Apr 2016 10:04:16 +0000 (10:04 +0000)]
Merge "Show Physical keyboards only after everything has been loaded" into nyc-dev

8 years agoMerge "Remove the preview screens from Display/Font size settings when the activity...
Noah Wang [Thu, 14 Apr 2016 05:10:49 +0000 (05:10 +0000)]
Merge "Remove the preview screens from Display/Font size settings when the activity height is smaller. Also refactored for readability. Bug: 27699996 Change-Id: Iff3c3ffdc1ccf82080cafdcedf392e499175acaf" into nyc-dev

8 years agoMerge "Instantiating background image of preview video in Magnification Gesture scree...
Noah Wang [Thu, 14 Apr 2016 05:10:34 +0000 (05:10 +0000)]
Merge "Instantiating background image of preview video in Magnification Gesture screen using ImageView, also set GlobalLayoutListener to adjust its position. Bug: 27992162 Bug: 27901691" into nyc-dev

8 years agoAdd additional summaries for some restricted switch preferences.
Sudheer Shanka [Wed, 13 Apr 2016 17:13:16 +0000 (10:13 -0700)]
Add additional summaries for some restricted switch preferences.

For some of the switch preferences, we need the new summary
"Enabled/Disabled" so that the user know about the switch state but
we can't replace some existing summaries because they provide
context.

Bug: 27659072
Change-Id: I65aca79184f543ef3fc85634594cad75f516d2fa

8 years agoInstantiating background image of preview video in
Noah Wang [Sat, 9 Apr 2016 00:47:57 +0000 (17:47 -0700)]
Instantiating background image of preview video in
Magnification Gesture screen using ImageView, also
set GlobalLayoutListener to adjust its position.
Bug: 27992162
Bug: 27901691

Change-Id: I9563eb2776bcde3d7edeb4a420a9b3c02481baf8

8 years agoMerge "Notification listeners have full DND access." into nyc-dev
Julia Reynolds [Thu, 14 Apr 2016 00:58:09 +0000 (00:58 +0000)]
Merge "Notification listeners have full DND access." into nyc-dev

8 years agoRemove the preview screens from Display/Font size settings
Noah Wang [Wed, 13 Apr 2016 17:18:45 +0000 (10:18 -0700)]
Remove the preview screens from Display/Font size settings
when the activity height is smaller.
Also refactored for readability.
Bug: 27699996
Change-Id: Iff3c3ffdc1ccf82080cafdcedf392e499175acaf

8 years agoMerge "Data Saver Mode phrasing tweaks." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 23:36:28 +0000 (23:36 +0000)]
Merge "Data Saver Mode phrasing tweaks." into nyc-dev

8 years agoMerge "Maintain higher color contrast of labels/controlls on the side of the SeekBar...
Noah Wang [Wed, 13 Apr 2016 23:17:35 +0000 (23:17 +0000)]
Merge "Maintain higher color contrast of labels/controlls on the side of the SeekBar in PreviewPagerPreferenceFragment Bug: 27952877" into nyc-dev

8 years agoImprovements on "App data usage" screen.
Felipe Leme [Wed, 13 Apr 2016 21:54:59 +0000 (14:54 -0700)]
Improvements on "App data usage" screen.

- Don't disply whitelist toggle if app is blacklisted.
- Handle scenario where app don't have any quota usage.

BUG: 27481520

Change-Id: I0147025d6bba2d6deeda109aeebb296607550bd8

8 years agoMaintain higher color contrast of labels/controlls
Noah Wang [Wed, 13 Apr 2016 00:36:30 +0000 (17:36 -0700)]
Maintain higher color contrast of labels/controlls
on the side of the SeekBar in PreviewPagerPreferenceFragment
Bug: 27952877

Change-Id: I6fb173cfe5dce17c5cdf20dd90d601de19e44906

8 years agoData Saver Mode phrasing tweaks.
Felipe Leme [Wed, 13 Apr 2016 20:06:30 +0000 (13:06 -0700)]
Data Saver Mode phrasing tweaks.

BUG: 28133736
Change-Id: I29c293d001c54aa6aaff33fbc9d086cf9c50da98

8 years agoNotification listeners have full DND access.
Julia Reynolds [Wed, 13 Apr 2016 14:02:18 +0000 (10:02 -0400)]
Notification listeners have full DND access.

Bug: 27976092
Change-Id: I9603d900d7cee5666ec3567b4f42fee6d93ae5f8

8 years agoMerge "Update usage of DPM.getLongSupportMessageForUser." into nyc-dev
Sudheer Shanka [Wed, 13 Apr 2016 20:12:02 +0000 (20:12 +0000)]
Merge "Update usage of DPM.getLongSupportMessageForUser." into nyc-dev

8 years agoDon't debug log on ConditionManager
Jason Monk [Wed, 13 Apr 2016 19:29:47 +0000 (15:29 -0400)]
Don't debug log on ConditionManager

Change-Id: I383c8ca4cfea732ace8213a17df375babad5f793

8 years agoMerge "Settings dashboard tablet fixes" into nyc-dev
Jason Monk [Wed, 13 Apr 2016 19:11:14 +0000 (19:11 +0000)]
Merge "Settings dashboard tablet fixes" into nyc-dev

8 years agoOnly try disabling quiet mode
Benjamin Franz [Tue, 5 Apr 2016 13:37:17 +0000 (14:37 +0100)]
Only try disabling quiet mode

The underlying API has slightly changed to require the profile
challenge if the profile that we're trying to enable hasn't been
unlocked yet.

Bug: 27764124
Change-Id: I9efb3d3ed49034b573abb4c18119ffadcccfe947

8 years agoMerge "Avoid showing DeviceAdminAdd screen in the background of support dialog."...
Sudheer Shanka [Wed, 13 Apr 2016 17:47:43 +0000 (17:47 +0000)]
Merge "Avoid showing DeviceAdminAdd screen in the background of support dialog." into nyc-dev

8 years agoMerge "Add new section in Apps screen to show app installer name." into nyc-dev
Sudheer Shanka [Wed, 13 Apr 2016 17:47:04 +0000 (17:47 +0000)]
Merge "Add new section in Apps screen to show app installer name." into nyc-dev

8 years agoMerge "Protect against monkey crash" into nyc-dev
Jason Monk [Wed, 13 Apr 2016 16:45:16 +0000 (16:45 +0000)]
Merge "Protect against monkey crash" into nyc-dev

8 years agoProtect against monkey crash
Jason Monk [Wed, 13 Apr 2016 16:34:37 +0000 (12:34 -0400)]
Protect against monkey crash

Change-Id: If1fd7dd51247bf29e86db16d4a01b2a45fac791e
Fixes: 27678593

8 years agoSettings dashboard tablet fixes
Jason Monk [Wed, 13 Apr 2016 16:24:54 +0000 (12:24 -0400)]
Settings dashboard tablet fixes

Change-Id: I21b306f6932af4fc2c5b79feeba60cdd820e2b8a
Fixes: 27834674

8 years agoMerge "Revert "Revert "Fix no keyboard on N builds""" into nyc-dev
Yohei Yukawa [Wed, 13 Apr 2016 15:57:28 +0000 (15:57 +0000)]
Merge "Revert "Revert "Fix no keyboard on N builds""" into nyc-dev

8 years agoMerge "Include login/alwayson in legacy VPN editor dialog" into nyc-dev
Robin Lee [Wed, 13 Apr 2016 15:26:44 +0000 (15:26 +0000)]
Merge "Include login/alwayson in legacy VPN editor dialog" into nyc-dev

8 years agoInclude login/alwayson in legacy VPN editor dialog
Robin Lee [Tue, 12 Apr 2016 16:56:38 +0000 (17:56 +0100)]
Include login/alwayson in legacy VPN editor dialog

A little more consistent with the new app VPNs' dialogs. To make this
work it was also necessary to restart the lockdown VPN every time it is
edited, which makes sense because the expected action after editing a
VPN is that it reconnects with the new settings.

Bug: 28072644
Change-Id: I4b6a6f0a6ed96d2ec6f62889fdae4abb60d0646c

8 years agoMerge "Adjusting getTitleFromOrganizationName() after API changes" into nyc-dev
Michal Karpinski [Wed, 13 Apr 2016 13:28:06 +0000 (13:28 +0000)]
Merge "Adjusting getTitleFromOrganizationName() after API changes" into nyc-dev

8 years agoMerge "Modify the pitch seekbar range to 25 to 400 in accordance with the pitch range...
Shweta Chahar [Wed, 13 Apr 2016 11:09:14 +0000 (11:09 +0000)]
Merge "Modify the pitch seekbar range to 25 to 400 in accordance with the pitch range accepted by the Google Text-to-Speech engine." into nyc-dev

8 years agoMerge ""CA cert installed" notification should take PO into account" into nyc-dev
Victor Chang [Wed, 13 Apr 2016 10:15:28 +0000 (10:15 +0000)]
Merge ""CA cert installed" notification should take PO into account" into nyc-dev

8 years ago"CA cert installed" notification should take PO into account
Victor Chang [Thu, 7 Apr 2016 16:49:45 +0000 (17:49 +0100)]
"CA cert installed" notification should take PO into account

- PO shows same dialog as DO, as shown in UI mock
- Keep consumer message the same
- Add cancel button
- string change
- remove TYPE_SYSTEM_ALERT due to the bug that the dialog is shown in primary user and bypass work challenge
  (Step: unlock work user -> launch dialog -> lock work user -> unlock personal user -> the dialog is still shown)
- Remove dismissKeyguard, because I believe the dialog should still be protected by the keyguard

Bug: 25772443
Bug: 18224038
Change-Id: I4f2580d1f6d2f88cfeadebcf6e8b0406e5c4b413

8 years agoMerge changes from topic 'TrustCert' into nyc-dev
Victor Chang [Wed, 13 Apr 2016 10:12:13 +0000 (10:12 +0000)]
Merge changes from topic 'TrustCert' into nyc-dev

* changes:
  Show trust option for multiple unapproved cert in chain
  CertDialog supports multiple certs

8 years agoMerge "Show "work mode off" dialog when work security option is clicked" into nyc-dev
Ricky Wai [Wed, 13 Apr 2016 10:04:52 +0000 (10:04 +0000)]
Merge "Show "work mode off" dialog when work security option is clicked" into nyc-dev

8 years agoMerge "Unified work lock checkbox should roll back when user cancels confirm dialog...
Ricky Wai [Wed, 13 Apr 2016 10:04:23 +0000 (10:04 +0000)]
Merge "Unified work lock checkbox should roll back when user cancels confirm dialog" into nyc-dev

8 years agoShow "work mode off" dialog when work security option is clicked
Ricky Wai [Wed, 13 Apr 2016 09:40:22 +0000 (10:40 +0100)]
Show "work mode off" dialog when work security option is clicked

Bug: 28158297
Change-Id: I31bc3197d2ff9c95419ea87d009fe7d677181d69

8 years agoRevert "Revert "Fix no keyboard on N builds""
Seigo Nonaka [Wed, 13 Apr 2016 08:41:43 +0000 (08:41 +0000)]
Revert "Revert "Fix no keyboard on N builds""

Looks like the underling issue is not fixed yet.

This reverts commit 7bb0465687fdf58bc2c377b8dfa454d8c75c983a.

Bug: 26190615
Bug: 28151196
Change-Id: Icee6d90fc4336e832f082ce2974edfa558170030

8 years agoMerge "Show the right icon and label for work profile in data usage." into nyc-dev
Nicolas Prévot [Wed, 13 Apr 2016 08:22:10 +0000 (08:22 +0000)]
Merge "Show the right icon and label for work profile in data usage." into nyc-dev

8 years agoMerge "Minor Fixes for RadioInfo Test Menu" into nyc-dev
Nathan Harold [Wed, 13 Apr 2016 07:37:37 +0000 (07:37 +0000)]
Merge "Minor Fixes for RadioInfo Test Menu" into nyc-dev

8 years agoMinor Fixes for RadioInfo Test Menu
Nathan Harold [Wed, 13 Apr 2016 07:29:30 +0000 (00:29 -0700)]
Minor Fixes for RadioInfo Test Menu

-Fix a race condition in re-creating activity
-Ensure cell info is disabled when Menu is paused
-Fix issue with focus on creating view

Change-Id: Icfb7667fe6e47ab6dc950918447bbe892e0681ad

8 years agoMerge "Clearing cache for managed profile apps" into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 03:13:47 +0000 (03:13 +0000)]
Merge "Clearing cache for managed profile apps" into nyc-dev

8 years agoClearing cache for managed profile apps
Suprabh Shukla [Tue, 12 Apr 2016 22:57:11 +0000 (15:57 -0700)]
Clearing cache for managed profile apps

Added code to loop over all the child profiles and delete application
cache files for them, when clearing cache from Settings->Storage

Bug: b/25338468
Change-Id: I87dba56218402be44b71a009e93b2e93f48a574c

8 years agoMerge "update station to show ranking and autobundles" into nyc-dev
Chris Wren [Tue, 12 Apr 2016 21:02:15 +0000 (21:02 +0000)]
Merge "update station to show ranking and autobundles" into nyc-dev

8 years agoMerge "Guard against empty extraInfo" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 20:11:16 +0000 (20:11 +0000)]
Merge "Guard against empty extraInfo" into nyc-dev

8 years agoMerge "Work on settings startup speed" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 20:11:00 +0000 (20:11 +0000)]
Merge "Work on settings startup speed" into nyc-dev

8 years agoGuard against empty extraInfo
Jason Monk [Tue, 12 Apr 2016 20:03:39 +0000 (16:03 -0400)]
Guard against empty extraInfo

Change-Id: Iff297637edd3ebf5b6d26bc1dc51e9c17393e24f
Fixes: 27999693

8 years agoShow trust option for multiple unapproved cert in chain
Victor Chang [Tue, 5 Apr 2016 21:06:49 +0000 (22:06 +0100)]
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

8 years agoShow the right icon and label for work profile in data usage.
Nicolas Prevot [Tue, 12 Apr 2016 19:29:22 +0000 (20:29 +0100)]
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

8 years agoWork on settings startup speed
Jason Monk [Tue, 12 Apr 2016 15:35:02 +0000 (11:35 -0400)]
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

8 years agoMerge "Disable animations for bluetooth." into nyc-dev
Jason Monk [Tue, 12 Apr 2016 19:18:47 +0000 (19:18 +0000)]
Merge "Disable animations for bluetooth." into nyc-dev

8 years agoAvoid showing DeviceAdminAdd screen in the background of support dialog.
Sudheer Shanka [Tue, 12 Apr 2016 06:09:08 +0000 (23:09 -0700)]
Avoid showing DeviceAdminAdd screen in the background of support dialog.

Change-Id: Idb2f98012fc161decef579c1e87cca0f8ade2619
Fixes: 27665715

8 years agoMerge "Add demo mode to dev options" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 18:53:18 +0000 (18:53 +0000)]
Merge "Add demo mode to dev options" into nyc-dev

8 years agoDisable animations for bluetooth.
Jason Monk [Tue, 12 Apr 2016 18:45:41 +0000 (14:45 -0400)]
Disable animations for bluetooth.

Change-Id: I2aa77d8ce91f81b6704b4f91766ee61c79afb2f8
Fixes: 28135206