OSDN Git Service

android-x86/packages-apps-Settings.git
9 years ago[WifiSetup] Update title string
Maurice Lam [Fri, 21 Nov 2014 19:59:34 +0000 (11:59 -0800)]
[WifiSetup] Update title string

Bug: 17887844
Change-Id: I08df121e2c5a6bcb919d3b372df71c9df0983f43

9 years agoMerge "Watch out for deleted user when exiting async task" into lmp-mr1-dev
Amith Yamasani [Fri, 21 Nov 2014 01:47:20 +0000 (01:47 +0000)]
Merge "Watch out for deleted user when exiting async task" into lmp-mr1-dev

9 years agoWatch out for deleted user when exiting async task
Amith Yamasani [Thu, 20 Nov 2014 01:12:46 +0000 (17:12 -0800)]
Watch out for deleted user when exiting async task

Fixes a problem where the async task can take a while to execute
and in the meantime the user can be removed. On exiting the async
task and updating the UI, make sure the user hasn't been deleted.

Bug: 18411181
Change-Id: I1831f3e53084c49e27557cb7aacec78c753a611b

9 years agoMerge "Revert "Additional changes to SubscriptionManager API as per API council....
Wink Saville [Thu, 20 Nov 2014 20:30:47 +0000 (20:30 +0000)]
Merge "Revert "Additional changes to SubscriptionManager API as per API council."" into lmp-mr1-dev

9 years agoRevert "Additional changes to SubscriptionManager API as per API council."
Wink Saville [Thu, 20 Nov 2014 20:27:34 +0000 (20:27 +0000)]
Revert "Additional changes to SubscriptionManager API as per API council."

This reverts commit 1285f74fcb6a8bf080c224e5a36db00ab1167d4c.

Change-Id: I366556368a9c429d8c356bcdb8e29af9c6c4c71e

9 years agoMerge "Additional changes to SubscriptionManager API as per API council." into lmp...
Wink Saville [Thu, 20 Nov 2014 20:21:28 +0000 (20:21 +0000)]
Merge "Additional changes to SubscriptionManager API as per API council." into lmp-mr1-dev

9 years agoMerge "Final strings for Wi-Fi Assistant in platform settings." into lmp-mr1-dev
Jeff Davidson [Thu, 20 Nov 2014 18:37:52 +0000 (18:37 +0000)]
Merge "Final strings for Wi-Fi Assistant in platform settings." into lmp-mr1-dev

9 years agoMerge "Show managed profile accounts on Settings > Factory Reset" into lmp-mr1-dev
Zoltan Szatmary-Ban [Thu, 20 Nov 2014 14:06:12 +0000 (14:06 +0000)]
Merge "Show managed profile accounts on Settings > Factory Reset" into lmp-mr1-dev

9 years agoResolves conflicts for merge of 1cb45399 to lmp-mr1-dev
Paul Crowley [Thu, 20 Nov 2014 10:16:50 +0000 (10:16 +0000)]
Resolves conflicts for merge of 1cb45399 to lmp-mr1-dev

Conflicts:
src/com/android/settings/CryptKeeper.java

Change-Id: I3d16d6b571e9c493df23cb6cedd7e9ed929a43da

9 years agoMerge "Added a check if a custom activity can be started" into lmp-mr1-dev
Fyodor Kupolov [Wed, 19 Nov 2014 22:20:24 +0000 (22:20 +0000)]
Merge "Added a check if a custom activity can be started" into lmp-mr1-dev

9 years agoPrevent factory reset for short passwords in CryptKeeper
Paul Crowley [Wed, 19 Nov 2014 20:49:13 +0000 (20:49 +0000)]
Prevent factory reset for short passwords in CryptKeeper
automerge: 8fca3fc

* commit '8fca3fcc06cfa7c4baf16b3bc53c4e52c9678fbb':
  Prevent factory reset for short passwords in CryptKeeper

9 years agoFinal strings for Wi-Fi Assistant in platform settings.
Jeff Davidson [Wed, 19 Nov 2014 19:59:11 +0000 (11:59 -0800)]
Final strings for Wi-Fi Assistant in platform settings.

Bug: 13780935
Change-Id: I70a22b3f439d05570d2508f8e05ed3aa9627e8f1

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 19 Nov 2014 19:03:40 +0000 (11:03 -0800)]
Import translations. DO NOT MERGE

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

9 years agoAdditional changes to SubscriptionManager API as per API council.
Wink Saville [Wed, 19 Nov 2014 18:34:28 +0000 (10:34 -0800)]
Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653

9 years agoPrevent factory reset for short passwords in CryptKeeper
Paul Crowley [Fri, 7 Nov 2014 08:52:57 +0000 (00:52 -0800)]
Prevent factory reset for short passwords in CryptKeeper

Since patterns and passwords can't be shorter than 4
elements, we shouldn't count them against attempts to unlock
the device.  If we do, we risk resetting the device
due to stray input.

Bug: 18211475
Bug: 18273380

Change-Id: Ib329cd3383471483cda68bfac4278b17d0c09c57

Conflicts:
src/com/android/settings/CryptKeeper.java

Conflicts:
src/com/android/settings/CryptKeeper.java

9 years agoAdded a check if a custom activity can be started
Fyodor Kupolov [Tue, 18 Nov 2014 23:08:12 +0000 (15:08 -0800)]
Added a check if a custom activity can be started

AppRestrictionsFragment starts an activity using an intent provided by the
receiver. A check was added to prevent an app from starting an activity that
it does not own.

Bug: 14441412
Change-Id: Ia6820b1daf3783d605b92976c78cb522b17dc8f2

9 years agoMerge "Fix NPE caused by status update outside activity lifecycle" into lmp-mr1-dev
Alexandra Gherghina [Tue, 18 Nov 2014 10:02:36 +0000 (10:02 +0000)]
Merge "Fix NPE caused by status update outside activity lifecycle" into lmp-mr1-dev

9 years agoMerge "Adding icons to sim color selection in settings UI." into lmp-mr1-dev
Sanket Padawe [Mon, 17 Nov 2014 23:53:12 +0000 (23:53 +0000)]
Merge "Adding icons to sim color selection in settings UI." into lmp-mr1-dev

9 years agoMerge "Created Multi-SIM notifications." into lmp-mr1-dev
PauloftheWest [Mon, 17 Nov 2014 22:50:07 +0000 (22:50 +0000)]
Merge "Created Multi-SIM notifications." into lmp-mr1-dev

9 years agoam f0450338: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 22:16:23 +0000 (22:16 +0000)]
am f0450338: (-s ours) Import translations. DO NOT MERGE

* commit 'f04503387498337787e315979dd30bfeedb88b68':
  Import translations. DO NOT MERGE

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 22:12:53 +0000 (14:12 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Mon, 17 Nov 2014 22:06:47 +0000 (22:06 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 22:04:27 +0000 (14:04 -0800)]
Import translations. DO NOT MERGE

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

9 years agoAdding icons to sim color selection in settings UI.
Sanket Padawe [Mon, 17 Nov 2014 18:43:37 +0000 (10:43 -0800)]
Adding icons to sim color selection in settings UI.

Adding icons to sim color selection of sim settings UI.

Bug: 18380838
Change-Id: I98f07721aa234ff58a64a0c694206b085385bdec

9 years agoRemove vestigial "Choose date format" option.
Elliott Hughes [Fri, 14 Nov 2014 19:16:16 +0000 (11:16 -0800)]
Remove vestigial "Choose date format" option.

Almost all of our date formatting goes via icu these days, so this is
a no-op almost everywhere. (And should be a no-op everywhere soon.)
There's no obvious way to fix it, so remove it. UI guidelines say we
should use spelled out month names anyway.

Bug: 18322220

(cherry picked from commit 30cc30864b2b41d73e187ba9a0f75ea1fa64b538)

Change-Id: I2a84d69a1f21f71d8bce5b69202b07f1b422aa57

9 years agoMerge "Added tabs for Multi-SIM SIM Lock." into lmp-mr1-dev
PauloftheWest [Mon, 17 Nov 2014 16:12:43 +0000 (16:12 +0000)]
Merge "Added tabs for Multi-SIM SIM Lock." into lmp-mr1-dev

9 years agoMerge "Force power cycle on cooldown." into lmp-mr1-dev
Paul Crowley [Mon, 17 Nov 2014 13:29:48 +0000 (13:29 +0000)]
Merge "Force power cycle on cooldown." into lmp-mr1-dev

9 years agoFix NPE caused by status update outside activity lifecycle
Alexandra Gherghina [Fri, 14 Nov 2014 12:29:28 +0000 (12:29 +0000)]
Fix NPE caused by status update outside activity lifecycle

Bug: 18373656
Change-Id: I3c7db15df7c47b65a42a13fc7a3a077c3ad48f77

9 years agoMerge "Fix Sim Setting OOB error." into lmp-mr1-dev
Prem Kumar [Sat, 15 Nov 2014 02:15:09 +0000 (02:15 +0000)]
Merge "Fix Sim Setting OOB error." into lmp-mr1-dev

9 years agoMerge "Don't show SMS app settings for restricted profiles" into lmp-mr1-dev
Amith Yamasani [Sat, 15 Nov 2014 00:50:14 +0000 (00:50 +0000)]
Merge "Don't show SMS app settings for restricted profiles" into lmp-mr1-dev

9 years agoMerge "Final UX for Wi-Fi assistant platform settings." into lmp-mr1-dev
Jeff Davidson [Sat, 15 Nov 2014 00:17:02 +0000 (00:17 +0000)]
Merge "Final UX for Wi-Fi assistant platform settings." into lmp-mr1-dev

9 years agoFinal UX for Wi-Fi assistant platform settings.
Jeff Davidson [Thu, 13 Nov 2014 02:36:41 +0000 (18:36 -0800)]
Final UX for Wi-Fi assistant platform settings.

When one app is available, the toggle works as before. When multiple
apps are available, we allow the user to choose the app in a dialog
before turning on the setting.

Bug: 13780935
Change-Id: I1c4391bf97a53febe580fb2b896b4850372062e7

9 years agoSettings: Add effects suppression text to Ring volume.
John Spurlock [Fri, 14 Nov 2014 19:32:01 +0000 (14:32 -0500)]
Settings: Add effects suppression text to Ring volume.

If the effects are being muted by a notification listener, display
a "Muted by <x>" msg instead of an active slider inside the
Ring/Notification volume setting pref.

Update volume pref design to optimize for this new custom appearance.

Depends on frameworks/base:
  Icdb5f85eb4bcaa1ead7d77c1460e06ad3f0604d5

Bug: 17461563
Change-Id: I6da871e16009370402451a2ff507de4762644a80

9 years agoMerge "Migrate license display to HTMLViewer." into lmp-mr1-dev
Jeff Sharkey [Fri, 14 Nov 2014 19:24:42 +0000 (19:24 +0000)]
Merge "Migrate license display to HTMLViewer." into lmp-mr1-dev

9 years agoAdded tabs for Multi-SIM SIM Lock.
PauloftheWest [Tue, 11 Nov 2014 14:42:54 +0000 (06:42 -0800)]
Added tabs for Multi-SIM SIM Lock.

Bug: 18147652
Change-Id: I89d3ffb0b1451d263d7c913ac210d52d5308f3c0

9 years agoFix Sim Setting OOB error.
PauloftheWest [Fri, 14 Nov 2014 16:38:44 +0000 (08:38 -0800)]
Fix Sim Setting OOB error.

+ Cleanup: deleted dead code.

Bug: 18380862
Change-Id: Ie5dc44c6c0fe50cd9243a19050b6d79732d2d014

9 years agoMigrate license display to HTMLViewer.
Jeff Sharkey [Fri, 14 Nov 2014 02:02:31 +0000 (18:02 -0800)]
Migrate license display to HTMLViewer.

For security purposes, we're no longer allowing WebView to be loaded
when running as system UID.  Instead, we now launch HTMLViewer to
show the details.

Bug: 18376908
Change-Id: I3c6a7897ab4ad0fc2c5463e5d69c7f53fb934e31

9 years agoMerge "Forward wifi cert install intents to primary user" into lmp-mr1-dev
Robin Lee [Fri, 14 Nov 2014 11:26:38 +0000 (11:26 +0000)]
Merge "Forward wifi cert install intents to primary user" into lmp-mr1-dev

9 years agoCreated Multi-SIM notifications.
PauloftheWest [Thu, 30 Oct 2014 15:01:30 +0000 (08:01 -0700)]
Created Multi-SIM notifications.

+ On Multi-SIM devices a notificaiton will pop up when a SIM card is
added, removed, or replaced.
+ The notification informs the user there has been a change in SIMs and
they can tap the notification to go SIM Card Settings.

Bug: 18293625

Change-Id: Iad1e5e0cf469e7bdfc43b2c18dd0586d042bb784

9 years agoForce power cycle on cooldown.
Paul Crowley [Wed, 12 Nov 2014 12:06:38 +0000 (12:06 +0000)]
Force power cycle on cooldown.

Bug: 18292029
Change-Id: I02b6eff56902859ae3aba4909656553f4b322b0c

9 years agoMerge "Adding Sim Status menu to Settings." into lmp-mr1-dev
PauloftheWest [Thu, 13 Nov 2014 13:57:08 +0000 (13:57 +0000)]
Merge "Adding Sim Status menu to Settings." into lmp-mr1-dev

9 years agoForward wifi cert install intents to primary user
Robin Lee [Thu, 6 Nov 2014 20:57:11 +0000 (20:57 +0000)]
Forward wifi cert install intents to primary user

Wifi certificates need to be installed on behalf of UID 1010 which
belongs to user 0, even if the installer is another user. This
requires a cross-profile switch before performing the install.

Bug: 17605542
Change-Id: Ib3dfb4c280f1686d29005c7a044bf80dc00e963a

9 years agoDon't show SMS app settings for restricted profiles
Amith Yamasani [Wed, 12 Nov 2014 21:46:43 +0000 (13:46 -0800)]
Don't show SMS app settings for restricted profiles

Restricted profiles might not have an SMS app and there is
currently no UI to enable/disable SMS for restricted profiles. SMS
is disabled by default in this case. So hide the SMS app picker
option in restricted profiles.

Bug: 17521457
Change-Id: Id2bb3e4690a4afba75ebcec8531727ec150c5632

9 years agoam 827ad0c3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Wed, 12 Nov 2014 23:34:27 +0000 (23:34 +0000)]
am 827ad0c3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

* commit '827ad0c38c76b932237fc22ecfcb35bff8de148f':
  Import translations. DO NOT MERGE

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Wed, 12 Nov 2014 23:30:09 +0000 (23:30 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoAdding Sim Status menu to Settings.
PauloftheWest [Mon, 10 Nov 2014 16:07:39 +0000 (08:07 -0800)]
Adding Sim Status menu to Settings.

+ Added tabs for Multi-SIM devices.
+ Most of the code was taken from MediaTek
(https://partner-android-review.googlesource.com/#/c/181417)

Bug: 18195254
Change-Id: If6f7d5cfa4d41adb52dfc1bd035b4ff79d926bd8

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 12 Nov 2014 22:48:49 +0000 (14:48 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "UI changes for icons in sim settings" into lmp-mr1-dev
Sanket Padawe [Wed, 12 Nov 2014 22:08:52 +0000 (22:08 +0000)]
Merge "UI changes for icons in sim settings" into lmp-mr1-dev

9 years agoam 9ae3bf2d: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Wed, 12 Nov 2014 22:04:57 +0000 (22:04 +0000)]
am 9ae3bf2d: (-s ours) Import translations. DO NOT MERGE

* commit '9ae3bf2d3fca27966328e68263880080a1bdd79e':
  Import translations. DO NOT MERGE

9 years agoUI changes for icons in sim settings
Sanket Padawe [Wed, 12 Nov 2014 20:41:35 +0000 (12:41 -0800)]
UI changes for icons in sim settings

+ UI changes relate to displaying sim icons in sim settings
+ Correcting way to display phone number inside sim settings dialog

Bug: 18356419
Change-Id: I1fe025fac52f20b607d4492b99cfef9588ec9416

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 12 Nov 2014 20:07:20 +0000 (12:07 -0800)]
Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 12 Nov 2014 17:48:33 +0000 (09:48 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "dont blacklist wifi config that have had validated internet status in the...
vandwalle [Wed, 12 Nov 2014 01:18:37 +0000 (01:18 +0000)]
Merge "dont blacklist wifi config that have had validated internet status in the past" into lmp-mr1-dev

9 years agoShow managed profile accounts on Settings > Factory Reset
Zoltan Szatmary-Ban [Fri, 24 Oct 2014 17:03:18 +0000 (18:03 +0100)]
Show managed profile accounts on Settings > Factory Reset

List both primary profile's and managed profile's accounts. Also notify the user
if there are other users present on the device.

Bug: 17899181
Change-Id: I5401722e65305861edeed60cfe926fca5c81a418

9 years agoMerge "Update SubscriptionManager API as per API council." into lmp-mr1-dev
Wink Saville [Wed, 12 Nov 2014 01:13:26 +0000 (01:13 +0000)]
Merge "Update SubscriptionManager API as per API council." into lmp-mr1-dev

9 years agoFix a regression in enabling unknown sources toggle
Amith Yamasani [Tue, 11 Nov 2014 23:36:15 +0000 (15:36 -0800)]
Fix a regression in enabling unknown sources toggle

In Security Settings, allow unknown sources to be
toggled for primary and secondary users unless it
is a restricted profile or there is a device policy
restriction to disallow installing apps or installing
from unknown sources.

Bug: 18277370
Change-Id: I9f0b6cd603c4c8deb77d36af1b82cace43ba195f

9 years agoMerge "Reorganize sync state menu options for accounts settings" into lmp-mr1-dev
Alexandra Gherghina [Tue, 11 Nov 2014 22:27:45 +0000 (22:27 +0000)]
Merge "Reorganize sync state menu options for accounts settings" into lmp-mr1-dev

9 years agoSettings: Tweak doze settings description.
John Spurlock [Tue, 11 Nov 2014 18:07:09 +0000 (13:07 -0500)]
Settings: Tweak doze settings description.

Change-Id: If9241fabf8e097ef57049cfb2c7f75513f978759

9 years agoUpdate SubscriptionManager API as per API council.
Wink Saville [Sat, 8 Nov 2014 18:47:12 +0000 (10:47 -0800)]
Update SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Ib39a60e4f75981a466e9d606ec627756efad018d

9 years agoReorganize sync state menu options for accounts settings
Alexandra Gherghina [Tue, 11 Nov 2014 11:47:54 +0000 (11:47 +0000)]
Reorganize sync state menu options for accounts settings

Fixes inverted condition for displaying the buttons, updates
at the right time and removes the useless dependence on mFirstAccount

Bug: 18310988
Change-Id: Id55e11a210aa58a10ee9613891470862d42b65ad

9 years agoMerge "Settings: Update preference summary per new downtime behavior." into lmp-mr1-dev
John Spurlock [Tue, 11 Nov 2014 02:22:18 +0000 (02:22 +0000)]
Merge "Settings: Update preference summary per new downtime behavior." into lmp-mr1-dev

9 years agoMerge "Fix bug #18104271 Tapping *name* of service in Voice input services does not...
Fabrice Di Meglio [Tue, 11 Nov 2014 00:48:18 +0000 (00:48 +0000)]
Merge "Fix bug #18104271 Tapping *name* of service in Voice input services does not fill in radio button" into lmp-mr1-dev

9 years agoam cafcb70a: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Tue, 11 Nov 2014 00:37:35 +0000 (00:37 +0000)]
am cafcb70a: (-s ours) Import translations. DO NOT MERGE

* commit 'cafcb70a685d00c7cbbbfe477e1dad0f2fd980e6':
  Import translations. DO NOT MERGE

9 years agoFix bug #18104271 Tapping *name* of service in Voice input services does not fill...
Fabrice Di Meglio [Tue, 11 Nov 2014 00:35:06 +0000 (16:35 -0800)]
Fix bug #18104271 Tapping *name* of service in Voice input services does not fill in radio button

- prevent sending onRadioButtonClicked() if the radio button is already checked
- check the new current radio button

Change-Id: I7e4457bcba6eb1abf51fbe3902bc0f6df0f4bdcf

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Tue, 11 Nov 2014 00:12:26 +0000 (00:12 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 10 Nov 2014 22:21:23 +0000 (14:21 -0800)]
Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 10 Nov 2014 22:12:28 +0000 (14:12 -0800)]
Import translations. DO NOT MERGE

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

9 years agoSettings: Update preference summary per new downtime behavior.
John Spurlock [Mon, 10 Nov 2014 19:49:10 +0000 (14:49 -0500)]
Settings: Update preference summary per new downtime behavior.

Bug: 16373455
Change-Id: I399b23ed09973c32c60b37612fd714198297b1a7

9 years agoMerge "Don't allow secondary users to change Wi-Fi assistants." into lmp-mr1-dev
Jeff Davidson [Mon, 10 Nov 2014 17:35:28 +0000 (17:35 +0000)]
Merge "Don't allow secondary users to change Wi-Fi assistants." into lmp-mr1-dev

9 years agoMerge "Update sync state immediately after accounts are shown" into lmp-mr1-dev
Alexandra Gherghina [Mon, 10 Nov 2014 10:12:58 +0000 (10:12 +0000)]
Merge "Update sync state immediately after accounts are shown" into lmp-mr1-dev

9 years agodont blacklist wifi config that have had validated internet status in the past
vandwalle [Sat, 8 Nov 2014 01:29:38 +0000 (17:29 -0800)]
dont blacklist wifi config that have had validated internet status in the past

Change-Id: I66f7fffe33b5dbe861445775dcc6135c6cbedf62

9 years agoPrevent factory reset for short passwords in CryptKeeper
Paul Crowley [Fri, 7 Nov 2014 08:52:57 +0000 (00:52 -0800)]
Prevent factory reset for short passwords in CryptKeeper

Since patterns and passwords can't be shorter than 4
elements, we shouldn't count them against attempts to unlock
the device.  If we do, we risk resetting the device
due to stray input.

Bug: 18211475
Bug: 18273380

Change-Id: Ib329cd3383471483cda68bfac4278b17d0c09c57

Conflicts:
src/com/android/settings/CryptKeeper.java

9 years agoMerge "Use the right message for pattern/password." into lmp-mr1-dev
Paul Crowley [Sat, 8 Nov 2014 01:13:10 +0000 (01:13 +0000)]
Merge "Use the right message for pattern/password." into lmp-mr1-dev

9 years agoMerge "Update SubInfoRecord usage" into lmp-mr1-dev
Stuart Scott [Sat, 8 Nov 2014 00:09:20 +0000 (00:09 +0000)]
Merge "Update SubInfoRecord usage" into lmp-mr1-dev

9 years agoUse the right message for pattern/password.
Paul Crowley [Fri, 7 Nov 2014 23:39:43 +0000 (23:39 +0000)]
Use the right message for pattern/password.

Bug: 17875087
Change-Id: I7729a4fcb993def912e950ad0ea59fd64bfc34d3

9 years agoUpdate SubInfoRecord usage
Stuart Scott [Wed, 5 Nov 2014 22:47:08 +0000 (14:47 -0800)]
Update SubInfoRecord usage

bug: 17575308
Change-Id: Id854afd609d58bb63ed8d42bf5e641a15589f79d

9 years agoMerge "Fix bug #18289076 Storage graph colors don't match Material design spec" into...
Fabrice Di Meglio [Fri, 7 Nov 2014 23:07:04 +0000 (23:07 +0000)]
Merge "Fix bug #18289076 Storage graph colors don't match Material design spec" into lmp-mr1-dev

9 years agoFix bug #18289076 Storage graph colors don't match Material design spec
Fabrice Di Meglio [Fri, 7 Nov 2014 22:46:20 +0000 (14:46 -0800)]
Fix bug #18289076 Storage graph colors don't match Material design spec

- update colors per UX request for matching Material Design colors spec

Change-Id: Ibee52ee0edef2d678d86e3960cd7ff058476a25e

9 years agoMerge "Migrated search for SubInfoRecord to Utils." into lmp-mr1-dev
PauloftheWest [Fri, 7 Nov 2014 22:28:46 +0000 (22:28 +0000)]
Merge "Migrated search for SubInfoRecord to Utils." into lmp-mr1-dev

9 years agoMigrated search for SubInfoRecord to Utils.
PauloftheWest [Thu, 6 Nov 2014 23:02:58 +0000 (15:02 -0800)]
Migrated search for SubInfoRecord to Utils.

Bug: 18293625
Bug: 18293168
Bug: 18291246
Change-Id: Iad01a01d9b60ca010943447b00c1394471e93d5a

9 years agoDon't allow secondary users to change Wi-Fi assistants.
Jeff Davidson [Fri, 7 Nov 2014 20:39:13 +0000 (12:39 -0800)]
Don't allow secondary users to change Wi-Fi assistants.

This is not ideal but better than the current situation given that the
rest of the connectivity stack does not properly support multi-user.

Bug: 17320659
Change-Id: Ia0d4c746b4ebe6ce90df7ff39f0398ca78fd61f6

9 years agoMerge "Set default sim name and carrier name from subinforecord object." into lmp...
Sanket Padawe [Fri, 7 Nov 2014 19:47:45 +0000 (19:47 +0000)]
Merge "Set default sim name and carrier name from subinforecord object." into lmp-mr1-dev

9 years agoMerge "Fix bug #17526111 Keyboard should dismiss when Settings search query is submit...
Fabrice Di Meglio [Fri, 7 Nov 2014 19:14:03 +0000 (19:14 +0000)]
Merge "Fix bug #17526111 Keyboard should dismiss when Settings search query is submitted" into lmp-mr1-dev

9 years agoMerge "Fix bug #17936169 subsettings activity crashes on emulator for android-21...
Fabrice Di Meglio [Fri, 7 Nov 2014 19:13:27 +0000 (19:13 +0000)]
Merge "Fix bug #17936169 subsettings activity crashes on emulator for android-21" into lmp-mr1-dev

9 years agoSet default sim name and carrier name from subinforecord object.
Sanket Padawe [Thu, 6 Nov 2014 19:44:46 +0000 (11:44 -0800)]
Set default sim name and carrier name from subinforecord object.

Changes for retrieving display name and carrier name from subinforecord
object.

Bug: 18247211
Bug: 17732079
Bug: 17321641
Change-Id: I718700648ddd5a2646c720591ce776bd30a03543

Conflicts:
src/com/android/settings/sim/SimSettings.java

9 years agoMerge "Screen pinning: fix strings and add scrollview" into lmp-mr1-dev
Jason Monk [Fri, 7 Nov 2014 16:58:37 +0000 (16:58 +0000)]
Merge "Screen pinning: fix strings and add scrollview" into lmp-mr1-dev

9 years agoScreen pinning: fix strings and add scrollview
Jason Monk [Fri, 7 Nov 2014 16:23:02 +0000 (11:23 -0500)]
Screen pinning: fix strings and add scrollview

Update strings as requested from ewong, and add scrollview around
description for large-text/small-device case.

Bug: 18287056
Bug: 17177672
Change-Id: Ie34007d263a1fbc77fc8f435dbcd23a36f1766c3

9 years agoUpdate sync state immediately after accounts are shown
Alexandra Gherghina [Fri, 7 Nov 2014 15:24:27 +0000 (15:24 +0000)]
Update sync state immediately after accounts are shown

Bug: 18251114
Change-Id: I13791ff3979ce862e11989a3819f2356be32a0f4

9 years agoam 960c98f9: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 7 Nov 2014 15:08:07 +0000 (15:08 +0000)]
am 960c98f9: (-s ours) Import translations. DO NOT MERGE

* commit '960c98f91d44a9f9dfa5276f62e55f16e557e685':
  Import translations. DO NOT MERGE

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Baligh Uddin [Fri, 7 Nov 2014 15:03:14 +0000 (15:03 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoMerge "Disable app notifications checkbox for uninstalled apps" into lmp-mr1-dev
Alexandra Gherghina [Fri, 7 Nov 2014 10:35:52 +0000 (10:35 +0000)]
Merge "Disable app notifications checkbox for uninstalled apps" into lmp-mr1-dev

9 years agoMerge "Update text for apps installed for other users" into lmp-mr1-dev
Alexandra Gherghina [Fri, 7 Nov 2014 10:35:37 +0000 (10:35 +0000)]
Merge "Update text for apps installed for other users" into lmp-mr1-dev

9 years agoDisable app notifications checkbox for uninstalled apps
Alexandra Gherghina [Wed, 5 Nov 2014 13:20:56 +0000 (13:20 +0000)]
Disable app notifications checkbox for uninstalled apps

Bug: 18253810
Change-Id: I99fb2ae34b16944fd839db4e7c380b2d32f3b85d

9 years agoUpdate text for apps installed for other users
Alexandra Gherghina [Wed, 29 Oct 2014 15:29:17 +0000 (15:29 +0000)]
Update text for apps installed for other users

This also refactors the layout to accommodate longer text

Bug: 16364316
Change-Id: I41eacba5b09a4f13af9695594c1a53eae075554f

9 years agoMerge "Update synonyms and fix some issues related to them" into lmp-mr1-dev
Fabrice Di Meglio [Fri, 7 Nov 2014 01:39:24 +0000 (01:39 +0000)]
Merge "Update synonyms and fix some issues related to them" into lmp-mr1-dev

9 years agoFix bug #17526111 Keyboard should dismiss when Settings search query is submitted
Fabrice Di Meglio [Fri, 7 Nov 2014 01:36:28 +0000 (17:36 -0800)]
Fix bug #17526111 Keyboard should dismiss when Settings search query is submitted

- dismiss keyboard when the query is submitted by returning the correct value to
onQueryTextSubmit()

Change-Id: I3da0606ea7c5e65c860784a867a54ad30589b3a7

9 years agoUpdate synonyms and fix some issues related to them
Fabrice Di Meglio [Fri, 7 Nov 2014 00:57:04 +0000 (16:57 -0800)]
Update synonyms and fix some issues related to them

- update synonyms definitions
- fix issue with L release regression for indexing "Backup & reset":
was missing the marker interface "Indexable"
- fix non working synonyms for "Language & input": their declaration
was done in the XML preference file but was not used because the
SearchIndexProvider was built "by hand"

See bug #17474866 Settings search synonyms needs an update

Change-Id: Iceab71a0e3214f3a8ba0dcd77756c3632609c5ce

9 years agoMerge "Add a new flow for decryption checking." into lmp-mr1-dev
Paul Crowley [Fri, 7 Nov 2014 00:26:44 +0000 (00:26 +0000)]
Merge "Add a new flow for decryption checking." into lmp-mr1-dev

9 years agoFix bug #17936169 subsettings activity crashes on emulator for android-21
Fabrice Di Meglio [Thu, 6 Nov 2014 23:16:09 +0000 (15:16 -0800)]
Fix bug #17936169 subsettings activity crashes on emulator for android-21

- prevent the NPE by checking if the UsbManager is not null

Change-Id: I65114ffe66f90d6de66bb98ad841df64840278ce

9 years agoRemove the Wi-Fi Assistant card.
Jeff Davidson [Thu, 6 Nov 2014 21:30:34 +0000 (13:30 -0800)]
Remove the Wi-Fi Assistant card.

Per the latest mocks, advanced wireless settings will be the only
location in platform settings where Wi-Fi Assistants are configured.
The card is no longer being used.

Bug: 13780935
Change-Id: Idddf971404532256165045665bd0a6b19966d2bd