OSDN Git Service

android-x86/packages-apps-Settings.git
8 years agoMerge "Don't crash on Settings data usage" into nyc-dev
Jason Monk [Fri, 29 Apr 2016 18:54:08 +0000 (18:54 +0000)]
Merge "Don't crash on Settings data usage" into nyc-dev

8 years agoDon't crash on Settings data usage
Jason Monk [Fri, 29 Apr 2016 18:06:10 +0000 (14:06 -0400)]
Don't crash on Settings data usage

Consider Settings uid (SYSTEM_UID) to be an app.

Change-Id: Ia5cc7897eafdf3d654e8a23715bd25502097bab8
Fixes: 28193076

8 years agoMerge "Don't crash settings when out of space." into nyc-dev
Jason Monk [Fri, 29 Apr 2016 17:54:33 +0000 (17:54 +0000)]
Merge "Don't crash settings when out of space." into nyc-dev

8 years agoDon't crash settings when out of space.
Jason Monk [Fri, 29 Apr 2016 17:51:08 +0000 (13:51 -0400)]
Don't crash settings when out of space.

Change-Id: I2e36fe845601558d789f38ae9f70d1a1684d8fd4
Fixes: 28198128

8 years agoMerge "Fix: accessibility actions move languages but don't update" into nyc-dev
Mihai Niță [Fri, 29 Apr 2016 17:46:16 +0000 (17:46 +0000)]
Merge "Fix: accessibility actions move languages but don't update" into nyc-dev

8 years agoMerge "Remove Secure Startup option from Security Settings" into nyc-dev
Clara Bayarri [Fri, 29 Apr 2016 17:28:42 +0000 (17:28 +0000)]
Merge "Remove Secure Startup option from Security Settings" into nyc-dev

8 years agoMerge "Storage Settings shows hamburger instead of back arrow" into nyc-dev
Clara Bayarri [Fri, 29 Apr 2016 16:38:11 +0000 (16:38 +0000)]
Merge "Storage Settings shows hamburger instead of back arrow" into nyc-dev

8 years agoStorage Settings shows hamburger instead of back arrow
Clara Bayarri [Fri, 29 Apr 2016 15:58:09 +0000 (16:58 +0100)]
Storage Settings shows hamburger instead of back arrow

When there is only internal storage, StorageSettings forwards
automatically to this sub settings page, causing the navigation
icon to be the back arrow. Fixed to make it a hamburger in this
case.

Bug: 28197210
Change-Id: Ief3f7daa3973332a800faa652261e2cfdec36e85

8 years agoMerge "Fix NPE in user settings." into nyc-dev
Julia Reynolds [Fri, 29 Apr 2016 14:29:18 +0000 (14:29 +0000)]
Merge "Fix NPE in user settings." into nyc-dev

8 years agoMerge "Set the max for pitch seekbar in xml in sync with the max for pitch seekbar...
Shweta Chahar [Fri, 29 Apr 2016 13:29:10 +0000 (13:29 +0000)]
Merge "Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java" into nyc-dev

8 years agoFix NPE in user settings.
Julia Reynolds [Fri, 29 Apr 2016 12:42:01 +0000 (08:42 -0400)]
Fix NPE in user settings.

Bug: 28337026
Change-Id: I437874e8dd605b9a19318aafecf292303ee3ad58

8 years agoHandling of issues while migrating primary storage
Philip P. Moltmann [Thu, 21 Apr 2016 17:45:39 +0000 (10:45 -0700)]
Handling of issues while migrating primary storage

Bug: 28177789
Change-Id: Icfbd048ddf0a1d55df1e7273d49727357b98a452

8 years agoExpand BT screen.
Julia Reynolds [Thu, 28 Apr 2016 13:41:25 +0000 (09:41 -0400)]
Expand BT screen.

Bug: 27106877
Change-Id: I31100598f27d45b6a50351f14bd0d20cc6e27d9d

8 years agoSet the max for pitch seekbar in xml in sync with the max for pitch
shwetachahar [Thu, 28 Apr 2016 15:05:55 +0000 (16:05 +0100)]
Set the max for pitch seekbar in xml in sync with the max for pitch
seekbar in TextToSpeechSettings.java

Bug: 28257828
Change-Id: I8a114cf31d72eedf1ba03093364074bec7e7cdee

8 years agoMerge "Fix summary lifecycle" into nyc-dev
Jason Monk [Thu, 28 Apr 2016 14:51:59 +0000 (14:51 +0000)]
Merge "Fix summary lifecycle" into nyc-dev

8 years agoFix summary lifecycle
Jason Monk [Thu, 28 Apr 2016 14:42:10 +0000 (10:42 -0400)]
Fix summary lifecycle

Once more and probably not for all

Don't let multiple listening state changes get queued, this can cause
rapid changes like listening->not listening->listening.  Also store
listening state on the worker thread now that we drop some state
messages and only notify summaries when there is a state change.

Change-Id: I93a5f364e9b35929f9088e044ebefd9be69740e6
Fixes: 28319383

8 years agoMerge "Fix search after upgrade" into nyc-dev
Jason Monk [Thu, 28 Apr 2016 14:13:44 +0000 (14:13 +0000)]
Merge "Fix search after upgrade" into nyc-dev

8 years agoFix search after upgrade
Jason Monk [Thu, 28 Apr 2016 14:07:28 +0000 (10:07 -0400)]
Fix search after upgrade

Settings was dropping the search tables after upgrade but not
clearing the bit that says a full index has completed.

Change-Id: If49960b8cc07e72127bac211ae4d6c1f25b71c81
Fixes: 28414461

8 years agoMerge "Default payment settings to disabled" into nyc-dev
Jason Monk [Thu, 28 Apr 2016 12:56:46 +0000 (12:56 +0000)]
Merge "Default payment settings to disabled" into nyc-dev

8 years agoMerge "Add an entry in developer options for location tools." into nyc-dev
Wei Wang [Thu, 28 Apr 2016 05:57:30 +0000 (05:57 +0000)]
Merge "Add an entry in developer options for location tools." into nyc-dev

8 years agoAdd an entry in developer options for location tools.
Wei Wang [Tue, 26 Apr 2016 04:52:03 +0000 (21:52 -0700)]
Add an entry in developer options for location tools.

This is a temporary place holder for location dogfood tools, which will
be removed before ship.

Bug:28383982
Change-Id: I814c9a71044c2f73a6346bdd46ecd40375c984b8

8 years agoMerge "Fix crash when recreating SecuritySubSettings" into nyc-dev
TreeHugger Robot [Wed, 27 Apr 2016 22:40:05 +0000 (22:40 +0000)]
Merge "Fix crash when recreating SecuritySubSettings" into nyc-dev

8 years agoMerge "Implemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS." into nyc-dev
TreeHugger Robot [Wed, 27 Apr 2016 21:15:58 +0000 (21:15 +0000)]
Merge "Implemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS." into nyc-dev

8 years agoFix crash when recreating SecuritySubSettings
Adrian Roos [Wed, 27 Apr 2016 20:58:22 +0000 (13:58 -0700)]
Fix crash when recreating SecuritySubSettings

Restoring instance state requires the items to be
there after onCreate.

Change-Id: Icef92bcbb168a0b4029a86b2b74235e344e2055e
Fixes: 27013071

8 years agoDefault payment settings to disabled
Jason Monk [Wed, 27 Apr 2016 20:33:39 +0000 (16:33 -0400)]
Default payment settings to disabled

Since it requires some hardware to be enabled.

Change-Id: I6d2a244211cb4c1fa7aadb76e5c2e4ff7459bcc4
Fixes: 28326451

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Bill Yi [Wed, 27 Apr 2016 19:44:12 +0000 (19:44 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImplemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS.
Felipe Leme [Tue, 26 Apr 2016 20:50:14 +0000 (13:50 -0700)]
Implemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS.

BUG: 26820898
Change-Id: I83613ce54e13470dafd6420eec0af252e5e39429

8 years agoMerge "Fix Settings Condition expand button a11y label" into nyc-dev
Jason Monk [Wed, 27 Apr 2016 19:15:59 +0000 (19:15 +0000)]
Merge "Fix Settings Condition expand button a11y label" into nyc-dev

8 years agoMerge "Show 'on the lockscreen' setting in more contexts." into nyc-dev
Julia Reynolds [Wed, 27 Apr 2016 18:27:04 +0000 (18:27 +0000)]
Merge "Show 'on the lockscreen' setting in more contexts." into nyc-dev

8 years agoShow 'on the lockscreen' setting in more contexts.
Julia Reynolds [Wed, 27 Apr 2016 16:46:43 +0000 (12:46 -0400)]
Show 'on the lockscreen' setting in more contexts.

- For managed profile apps
- When 'auto' importance is on.

Bug: 28405255
Change-Id: Ia4c0bc6010f157cac18a828069bbcf54087fc663

8 years agoFix Settings Condition expand button a11y label
Clara Bayarri [Wed, 27 Apr 2016 15:54:22 +0000 (16:54 +0100)]
Fix Settings Condition expand button a11y label

Bug: 27276008
Change-Id: Ie62ed8a73b300948f053b5d35f344bce3b63869a

8 years agoMerge "Fixed context reference." into nyc-dev
TreeHugger Robot [Wed, 27 Apr 2016 14:53:08 +0000 (14:53 +0000)]
Merge "Fixed context reference." into nyc-dev

8 years agoMerge "Make Settings dashboard items focusable." into nyc-dev
Abodunrinwa Toki [Wed, 27 Apr 2016 13:41:00 +0000 (13:41 +0000)]
Merge "Make Settings dashboard items focusable." into nyc-dev

8 years agoMerge "Fix SIM cards option displayed in RYU & N9 WiFi Settings" into nyc-dev
Clara Bayarri [Wed, 27 Apr 2016 13:34:15 +0000 (13:34 +0000)]
Merge "Fix SIM cards option displayed in RYU & N9 WiFi Settings" into nyc-dev

8 years agoFix SIM cards option displayed in RYU & N9 WiFi Settings
Clara Bayarri [Wed, 27 Apr 2016 11:33:56 +0000 (12:33 +0100)]
Fix SIM cards option displayed in RYU & N9 WiFi Settings

Same as previously with Developer Settings, the Settings main
activity uses PackageManager to disable options that shouldn't
show up. Since this has a delay, these options show up initially
and disappear after a refresh. Disabling them by default makes
them not show up at all for devices that won't have them, but in
exchange makes them not be visible until the first refresh for
devices that do have them.

A more complete fix would involve having a way to initially
not depend on PackageManager for option visibilities.

Bug: 28308433
Change-Id: I6f5c2151a45878fb6c69a9f9971c29ebe65d9d8a

8 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 27 Apr 2016 05:34:25 +0000 (22:34 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4312c197fd1f3dbb02c0a68de07470924fb93369
Auto-generated-cl: translation import

8 years agoMerge "Remove -night qualified resources" into nyc-dev
TreeHugger Robot [Tue, 26 Apr 2016 18:33:03 +0000 (18:33 +0000)]
Merge "Remove -night qualified resources" into nyc-dev

8 years agoFix: accessibility actions move languages but don't update
Mihai Nita [Tue, 26 Apr 2016 15:03:02 +0000 (08:03 -0700)]
Fix: accessibility actions move languages but don't update

Also added a comment in onItemMove explaining why that method
does not call doTheUpdate().

Bug: 28173358
Change-Id: Ifdc00e70346149aeb09bd95ec21c7df2ccbaa996

8 years agoMerge "Don't crash on apps only installed for other users." into nyc-dev
Julia Reynolds [Tue, 26 Apr 2016 15:28:19 +0000 (15:28 +0000)]
Merge "Don't crash on apps only installed for other users." into nyc-dev

8 years agoSwap star tint.
Julia Reynolds [Tue, 26 Apr 2016 13:17:47 +0000 (09:17 -0400)]
Swap star tint.

Bug: 27558254
Change-Id: Iedcc61f326813047b50b1d68b4e82ac08ede5623

8 years agoDon't crash on apps only installed for other users.
Julia Reynolds [Mon, 25 Apr 2016 20:45:49 +0000 (16:45 -0400)]
Don't crash on apps only installed for other users.

Change-Id: I13d415441aa1c7d09df7adccd4e2d2f9bbd3dbfb
Fixes: 28151314

8 years agoMerge changes from topic 'qs-tiles' into nyc-dev
Daniel Sandler [Mon, 25 Apr 2016 19:21:24 +0000 (19:21 +0000)]
Merge changes from topic 'qs-tiles' into nyc-dev

* changes:
  Developer QS tile: GPU Profiling.
  Developer QS tile: Show Layout.

8 years agoRemove -night qualified resources
Alan Viverette [Mon, 25 Apr 2016 16:55:40 +0000 (12:55 -0400)]
Remove -night qualified resources

Bug: 28358465
Change-Id: I276076b35eb946e600b4540c184fc0605d73f7db

8 years agoFixed context reference.
Felipe Leme [Mon, 25 Apr 2016 16:27:40 +0000 (09:27 -0700)]
Fixed context reference.

BUG: 27608886
Change-Id: I2d2e2393ce52f4461dce276231cbc90563897ffd

8 years agoMake Settings dashboard items focusable.
Abodunrinwa Toki [Mon, 25 Apr 2016 16:21:03 +0000 (17:21 +0100)]
Make Settings dashboard items focusable.

Bug: 27038246
Change-Id: Ied76fc546cacf1dafa4744dfc6e229f249a209d3

8 years agoMerge "Update string for work challenge" into nyc-dev
Tony Mak [Mon, 25 Apr 2016 15:36:03 +0000 (15:36 +0000)]
Merge "Update string for work challenge" into nyc-dev

8 years agoMerge "Make "work mode on dialog" show personal challenge in unified work lock" into...
Ricky Wai [Mon, 25 Apr 2016 13:11:44 +0000 (13:11 +0000)]
Merge "Make "work mode on dialog" show personal challenge in unified work lock" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 25 Apr 2016 05:35:45 +0000 (22:35 -0700)]
Import translations. DO NOT MERGE

Change-Id: I120bc8d7a5dfc7c7f9807c57862be80699ed1ada
Auto-generated-cl: translation import

8 years agoDeveloper QS tile: GPU Profiling.
Dan Sandler [Mon, 28 Mar 2016 15:13:40 +0000 (11:13 -0400)]
Developer QS tile: GPU Profiling.

Bug: 27872042
Change-Id: Ia57005df15572b1714af2a3a8cd5b9794fdfb165

8 years agoDeveloper QS tile: Show Layout.
Dan Sandler [Thu, 24 Mar 2016 17:24:27 +0000 (10:24 -0700)]
Developer QS tile: Show Layout.

Bug: 27872042
Change-Id: I0df2ffecbf7d2682d89c9b8343590bb04bcc305c

8 years agoMerge "Cleanup of the PackageInstaller API - Settings" into nyc-dev
Svetoslav Ganov [Fri, 22 Apr 2016 22:18:27 +0000 (22:18 +0000)]
Merge "Cleanup of the PackageInstaller API - Settings" into nyc-dev

8 years agoMerge "Disable tethering when Data Saver mode is on." into nyc-dev
Felipe Leme [Fri, 22 Apr 2016 21:39:51 +0000 (21:39 +0000)]
Merge "Disable tethering when Data Saver mode is on." into nyc-dev

8 years agoDisable tethering when Data Saver mode is on.
Felipe Leme [Fri, 22 Apr 2016 00:17:28 +0000 (17:17 -0700)]
Disable tethering when Data Saver mode is on.

BUG: 28313291
Change-Id: Idbedd440a1baa41f1407b32e86f5ae0080e60798

8 years agoMerge "Update print jobs appropriately in the print settings." into nyc-dev
Philip P. Moltmann [Fri, 22 Apr 2016 17:32:36 +0000 (17:32 +0000)]
Merge "Update print jobs appropriately in the print settings." into nyc-dev

8 years agoUpdate string for work challenge
Tony Mak [Fri, 22 Apr 2016 17:30:49 +0000 (18:30 +0100)]
Update string for work challenge

Also, increase the char limit to 100.

Change-Id: I2d896a0d942767ec949bc235b16c824e0c6f80c7
Fix: 28204828

8 years agoMerge "Change VPN failure notification to dialog" into nyc-dev
Robin Lee [Fri, 22 Apr 2016 16:00:14 +0000 (16:00 +0000)]
Merge "Change VPN failure notification to dialog" into nyc-dev

8 years agoMerge "Increase secondary text contrast on conditionals" into nyc-dev
Jason Monk [Fri, 22 Apr 2016 15:47:47 +0000 (15:47 +0000)]
Merge "Increase secondary text contrast on conditionals" into nyc-dev

8 years agoMerge "Attempt to fix receiver registering problems" into nyc-dev
Jason Monk [Fri, 22 Apr 2016 15:47:44 +0000 (15:47 +0000)]
Merge "Attempt to fix receiver registering problems" into nyc-dev

8 years agoMerge "Don't link to MobileNetworkSettings unless admin user" into nyc-dev
Jason Monk [Fri, 22 Apr 2016 15:47:39 +0000 (15:47 +0000)]
Merge "Don't link to MobileNetworkSettings unless admin user" into nyc-dev

8 years agoAttempt to fix receiver registering problems
Jason Monk [Fri, 22 Apr 2016 15:19:52 +0000 (11:19 -0400)]
Attempt to fix receiver registering problems

When in doubt, post to main thread.

Also clean up the listening state just in case there were any
doubts about it.

Change-Id: I9ab85781f38b0f694dc46ed5a953506ef10c5778
Fixes: 28319383 (Fingers crossed)

8 years agoMerge "Add accessibility actions to the drag-and-drop locale list" into nyc-dev
Mihai Niță [Fri, 22 Apr 2016 14:40:44 +0000 (14:40 +0000)]
Merge "Add accessibility actions to the drag-and-drop locale list" into nyc-dev

8 years agoDon't link to MobileNetworkSettings unless admin user
Jason Monk [Fri, 22 Apr 2016 14:24:55 +0000 (10:24 -0400)]
Don't link to MobileNetworkSettings unless admin user

Change-Id: Id497952b48b92dfb834dd9ffbdd4b987dc96e9a2
Fixes: 26881900

8 years agoChange VPN failure notification to dialog
Robin Lee [Thu, 21 Apr 2016 20:50:41 +0000 (21:50 +0100)]
Change VPN failure notification to dialog

It's pointless, verging on antipattern, to pop up a notification that
points to the screen we're already on, especially when that notification
is telling us something really high-priority ("your connection failed").

Change-Id: Idf0c219adcefd64b235960f3239a70b059213f7d
Fix: 27374485

8 years agoIncrease secondary text contrast on conditionals
Jason Monk [Fri, 22 Apr 2016 13:59:44 +0000 (09:59 -0400)]
Increase secondary text contrast on conditionals

Change-Id: Iaa2ae24aa66dc269b14eaf5fd40a2ff789939a0d
Fixes: 28178952

8 years agoUpdate "you're already connected to VPN" strings
Robin Lee [Fri, 22 Apr 2016 10:31:08 +0000 (11:31 +0100)]
Update "you're already connected to VPN" strings

Change-Id: I0e64a612b47655a0d74880bc45987c8cd2272ea8
Fix: 28303500
(cherry picked from commit 3e293cb63fdd13dc63f783f6d52e7fdd8266b344)

8 years agoMerge "Disable trust button when no screenlock is set" into nyc-dev
Victor Chang [Fri, 22 Apr 2016 11:02:41 +0000 (11:02 +0000)]
Merge "Disable trust button when no screenlock is set" into nyc-dev

8 years agoMerge "New UI to hint user about strong auth" into nyc-dev
Tony Mak [Fri, 22 Apr 2016 09:31:37 +0000 (09:31 +0000)]
Merge "New UI to hint user about strong auth" into nyc-dev

8 years agoCleanup of the PackageInstaller API - Settings
Svetoslav Ganov [Thu, 14 Apr 2016 01:28:24 +0000 (18:28 -0700)]
Cleanup of the PackageInstaller API - Settings

The PackageInstaller app manages side-loading apps as well
as permission management. It should be updatable, hence
should rely on system APIs to talk to the platform. This
is the first step of defining an API boundary.

Change-Id: Ibb21114a7a9fa28f6db68492fe37c02c1b2f0c6b

8 years agoAdd accessibility actions to the drag-and-drop locale list
Mihai Nita [Thu, 21 Apr 2016 21:56:59 +0000 (14:56 -0700)]
Add accessibility actions to the drag-and-drop locale list

Dragging is not supported neither by TalkBack or the accessibility
framework at the moment. So we need custom actions to be able
to change the order of the locales.

Also, the remove functionality is difficult to discover and use
with TalkBack only, so we are also adding a "remove" action.

It only removes one locale at the time, but most users don't
really add many locales "by mistake", so there is no real need
to delete a lot of locales at once.

Bug: 28173358
Change-Id: I3566304e3d2de87cf9243d7e87631b12d72fc929

8 years agoUpdate print jobs appropriately in the print settings.
Philip P. Moltmann [Thu, 21 Apr 2016 22:15:37 +0000 (15:15 -0700)]
Update print jobs appropriately in the print settings.

- Always use a fresh print job as once the print job goes away it cannot
  be read. Before we were stuck with the last state which might not been
  the last state
- make loaders relative to fragment to avoid loader id duplications with
  other ids of the activity.

Fixes: 28315242
Change-Id: I57eeb64b44b5d77b2092c22b175407131f7baf97

8 years agoMerge "[Fingerprint] Update strings" into nyc-dev
Maurice Lam [Thu, 21 Apr 2016 22:06:03 +0000 (22:06 +0000)]
Merge "[Fingerprint] Update strings" into nyc-dev

8 years agoMerge "Settings: change the TTS text to use the current locale" into nyc-dev
Mihai Niță [Thu, 21 Apr 2016 19:55:41 +0000 (19:55 +0000)]
Merge "Settings: change the TTS text to use the current locale" into nyc-dev

8 years agoMerge "Fix ApnSettings crash issue." into nyc-dev
Amit Mahajan [Thu, 21 Apr 2016 19:41:12 +0000 (19:41 +0000)]
Merge "Fix ApnSettings crash issue." into nyc-dev

8 years agoFix ApnSettings crash issue.
yifan.bai [Fri, 15 Apr 2016 07:25:03 +0000 (15:25 +0800)]
Fix ApnSettings crash issue.

Steps:
1. Add a new APN;
2. Click 'Reset to default';
3. During reset, click the new APN;
4. Crash happened.
Solution:
Disable menu items when reseting default APN.

Bug: 28314239
Change-Id: I8df439d066e58039e9f91a9be642127eb7298159

8 years agoMerge changes Ibac27ee1,I336aeefd into nyc-dev
Robin Lee [Thu, 21 Apr 2016 19:13:48 +0000 (19:13 +0000)]
Merge changes Ibac27ee1,I336aeefd into nyc-dev

* changes:
  Be more aggressive caching Vpn preference attrs
  One updateSummary method called by all VPN prefs

8 years agoMerge "Fix summary loader lifecycle" into nyc-dev
Jason Monk [Thu, 21 Apr 2016 18:20:08 +0000 (18:20 +0000)]
Merge "Fix summary loader lifecycle" into nyc-dev

8 years agoFix summary loader lifecycle
Jason Monk [Thu, 21 Apr 2016 18:15:13 +0000 (14:15 -0400)]
Fix summary loader lifecycle

Previous CL accidentally cleared the listening bit too early making
it never actually tell the SummaryProviders to stop listening.

Change-Id: I6af1acc861f6987b33641c40637354c75cf4d708
Fixes: 28306872

8 years agoMerge "Support IMEs that have no subtype in PhysicalKeyboardFragment." into nyc-dev
Yohei Yukawa [Thu, 21 Apr 2016 17:11:53 +0000 (17:11 +0000)]
Merge "Support IMEs that have no subtype in PhysicalKeyboardFragment." into nyc-dev

8 years agoBe more aggressive caching Vpn preference attrs
Robin Lee [Thu, 21 Apr 2016 11:56:21 +0000 (12:56 +0100)]
Be more aggressive caching Vpn preference attrs

As any change to the preference title will cause it to lose focus,
best not to do this too often.

Change-Id: Ibac27ee1de42fd7ca05f3e3685b84f37dac39517
Fix: 28191965

8 years agoMerge "Screen saver string fixes" into nyc-dev
Jason Monk [Thu, 21 Apr 2016 15:55:27 +0000 (15:55 +0000)]
Merge "Screen saver string fixes" into nyc-dev

8 years agoScreen saver string fixes
Jason Monk [Thu, 21 Apr 2016 15:50:58 +0000 (11:50 -0400)]
Screen saver string fixes

Change-Id: I609509787e5f7f9f03eb0e478ab358fe930b0678
Fixes: 28268243

8 years agoMerge "Include work app in battery optimization settings" into nyc-dev
Keith Cheung [Thu, 21 Apr 2016 15:18:06 +0000 (15:18 +0000)]
Merge "Include work app in battery optimization settings" into nyc-dev

8 years agoDisable trust button when no screenlock is set
Victor Chang [Thu, 21 Apr 2016 14:45:59 +0000 (15:45 +0100)]
Disable trust button when no screenlock is set

Remove button is still allowed as it has been allowed in MNC
(Trust button is new in NYC)

Bug: 28161447
Change-Id: I8df73e1008c2e805f4d0b2ec68d8a4aa3bf75aba

8 years agoMerge "Fix only one battery stat showing sometimes." into nyc-dev
Jason Monk [Thu, 21 Apr 2016 14:21:40 +0000 (14:21 +0000)]
Merge "Fix only one battery stat showing sometimes." into nyc-dev

8 years agoFix only one battery stat showing sometimes.
Jason Monk [Thu, 21 Apr 2016 14:12:30 +0000 (10:12 -0400)]
Fix only one battery stat showing sometimes.

Take into account the prefs we are currently caching within the
group when counting how many prefs have been added.

Change-Id: I962acd41592c1a9366882711d3f4944bffb54d22
Fixes: 27931457

8 years agoInclude work app in battery optimization settings
Keith Cheung [Mon, 18 Apr 2016 17:36:49 +0000 (18:36 +0100)]
Include work app in battery optimization settings

Fix: 23684151

Change-Id: If2d1a18838414122d8af57fda7138f87fd3f1e62

8 years agoMerge "Fix: Spell checker cannot be re-enabled." into nyc-dev
Keisuke Kuroyanagi [Thu, 21 Apr 2016 13:38:14 +0000 (13:38 +0000)]
Merge "Fix: Spell checker cannot be re-enabled." into nyc-dev

8 years agoMerge "Don't save a rule without a name." into nyc-dev
Julia Reynolds [Thu, 21 Apr 2016 12:29:30 +0000 (12:29 +0000)]
Merge "Don't save a rule without a name." into nyc-dev

8 years agoOne updateSummary method called by all VPN prefs
Robin Lee [Tue, 19 Apr 2016 11:29:02 +0000 (12:29 +0100)]
One updateSummary method called by all VPN prefs

Having multiple methods means inevitably when new features are added to
the preferences, the right calls aren't made so information on the
screen lags between updates.

Bug: 28257641
Change-Id: I336aeefd5941ccf808dc9070427209a7d2530032
(cherry picked from commit 903843e6f9ead6f17d3685a551dc85083b147038)

8 years agoNew UI to hint user about strong auth
Tony Mak [Thu, 21 Apr 2016 09:27:43 +0000 (10:27 +0100)]
New UI to hint user about strong auth

Instead of having a separate textview, we now reuse the detail textview
to show the hint.

Fix: 28204828

Change-Id: I3eff3240bf7ecb1495fbf11a073a273a0de603ae

8 years agoSupport IMEs that have no subtype in PhysicalKeyboardFragment.
Yohei Yukawa [Thu, 21 Apr 2016 00:20:26 +0000 (17:20 -0700)]
Support IMEs that have no subtype in PhysicalKeyboardFragment.

With a Framework-side change [1],
InputManager#{get, set}KeyboardLayoutForInputDevice() are now able to
deal with null InputMethodSubtype as a valid input.  With this CL, we no
longer filter out IMEs that do not support subtypes in
PhysicalKeyboardFragment.

 [1]: Ia013784a594ad3beaf30976d047f5ac0fa8185be

Bug: 28182650
Change-Id: I46b9c5b018f08e3eaa4614a0893db0be91652f3c

8 years agoMerge "Fix bug where fingerprint for wrong userId was attempted to be removed." into...
Jim Miller [Wed, 20 Apr 2016 21:33:13 +0000 (21:33 +0000)]
Merge "Fix bug where fingerprint for wrong userId was attempted to be removed." into nyc-dev

8 years agoFix bug where fingerprint for wrong userId was attempted to be removed.
Jim Miller [Wed, 20 Apr 2016 21:06:00 +0000 (14:06 -0700)]
Fix bug where fingerprint for wrong userId was attempted to be removed.

- cleaned up private API to ensure userId is distinct from groupId.
- fixed bug where we were sending the wrong userId when attempting to
- fix warning about wrong fingerId when receiving final id of 0.

Fixes bug 28268635

Change-Id: Ic8abfbf6fbf173db2d57a76ac2e38b2a71ffd19e

8 years agoMerge "Fixes a string for tablets/devices" into nyc-dev
Udam Saini [Wed, 20 Apr 2016 20:54:41 +0000 (20:54 +0000)]
Merge "Fixes a string for tablets/devices" into nyc-dev

8 years agoMerge "Remove some of the unused assets" into nyc-dev
TreeHugger Robot [Wed, 20 Apr 2016 20:42:55 +0000 (20:42 +0000)]
Merge "Remove some of the unused assets" into nyc-dev

8 years agoMerge "Add minimum date" into nyc-dev
Jason Monk [Wed, 20 Apr 2016 20:36:36 +0000 (20:36 +0000)]
Merge "Add minimum date" into nyc-dev

8 years agoDon't save a rule without a name.
Julia Reynolds [Wed, 20 Apr 2016 20:08:30 +0000 (16:08 -0400)]
Don't save a rule without a name.

Bug: 28282339
Change-Id: Ie0a66f980c920354d172be4f0b91584338efce69

8 years agoMerge "Add settings for altering VR display behavior." into nyc-dev
Ruben Brunk [Wed, 20 Apr 2016 19:51:49 +0000 (19:51 +0000)]
Merge "Add settings for altering VR display behavior." into nyc-dev

8 years agoAdd settings for altering VR display behavior.
Ruben Brunk [Tue, 19 Apr 2016 01:08:34 +0000 (18:08 -0700)]
Add settings for altering VR display behavior.

Bug=28208992

Change-Id: I73e3154e7766f7379af558c66316c213fdd494d8

8 years agoAdd minimum date
Jason Monk [Wed, 20 Apr 2016 19:44:21 +0000 (15:44 -0400)]
Add minimum date

Change-Id: I928c99b7b2eb3dc35b2e25034dfe32a784355239
Fixes: 26346842