OSDN Git Service

android-x86/packages-apps-Settings.git
8 years agoam c2e73bbc: Merge "Remove don\'t kill flag from CryptKeeper to stop logspam" into...
Paul Lawrence [Fri, 18 Sep 2015 14:37:01 +0000 (14:37 +0000)]
am c2e73bbc: Merge "Remove don\'t kill flag from CryptKeeper to stop logspam" into mnc-dr-dev

* commit 'c2e73bbc06739cdd55f7baaca8ab1aa915ee6e83':
  Remove don't kill flag from CryptKeeper to stop logspam

8 years agoMerge "Remove don't kill flag from CryptKeeper to stop logspam" into mnc-dr-dev
Paul Lawrence [Fri, 18 Sep 2015 14:31:11 +0000 (14:31 +0000)]
Merge "Remove don't kill flag from CryptKeeper to stop logspam" into mnc-dr-dev

8 years agoam ba98cc2c: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
Baligh Uddin [Tue, 15 Sep 2015 14:20:20 +0000 (14:20 +0000)]
am ba98cc2c: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

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

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Baligh Uddin [Tue, 15 Sep 2015 14:12:42 +0000 (14:12 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoam 5565b5cd: Fix IndexOutOfBoundsException while silent provisioning check
Hyejin [Tue, 15 Sep 2015 00:29:32 +0000 (00:29 +0000)]
am 5565b5cd: Fix IndexOutOfBoundsException while silent provisioning check

* commit '5565b5cd7537e9360e6382507a45cf5e091a5108':
  Fix IndexOutOfBoundsException while silent provisioning check

8 years agoFix IndexOutOfBoundsException while silent provisioning check
Hyejin [Fri, 11 Sep 2015 06:26:53 +0000 (23:26 -0700)]
Fix IndexOutOfBoundsException while silent provisioning check

- If hostpot off, we receive result through HotspotOffReceiver.
  Sometimes, during provisioning, we're used to receive this.
  In this case, we don't care.
  After provisioning, we'll receive the intent again.

- In stress test,
  index is sometimes invalid, equals to mCurrentTethers.size().
  So, when provisioning, We check whether index is valid or not.

BUG=23528220
Change-Id: I70f35e045042c6c81b1db03e2a44cd41d3e7437f

8 years agoRemove don't kill flag from CryptKeeper to stop logspam
Paul Lawrence [Mon, 14 Sep 2015 21:55:57 +0000 (14:55 -0700)]
Remove don't kill flag from CryptKeeper to stop logspam

Bug: 23500739
Change-Id: Ibf06121bf37a42853eeeaef699f5074420b2af31

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Sep 2015 10:20:45 +0000 (03:20 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam cda53c5d: Merge "Fixed a bug where the ConfirmDeviceCredentials activity was shown...
Selim Cinek [Sat, 12 Sep 2015 00:38:18 +0000 (00:38 +0000)]
am cda53c5d: Merge "Fixed a bug where the ConfirmDeviceCredentials activity was shown twice." into mnc-dr-dev

* commit 'cda53c5dc2c6a2c01dfd5db278a7899dd868da7d':
  Fixed a bug where the ConfirmDeviceCredentials activity was shown twice.

8 years agoMerge "Fixed a bug where the ConfirmDeviceCredentials activity was shown twice."...
Selim Cinek [Sat, 12 Sep 2015 00:28:09 +0000 (00:28 +0000)]
Merge "Fixed a bug where the ConfirmDeviceCredentials activity was shown twice." into mnc-dr-dev

8 years agoFixed a bug where the ConfirmDeviceCredentials activity was shown twice.
Selim Cinek [Sat, 12 Sep 2015 00:06:29 +0000 (17:06 -0700)]
Fixed a bug where the ConfirmDeviceCredentials activity was shown twice.

When rotating the ConfirmDeviceCredentials Activity, it was launched again after
solving the challenge.

Bug: 23937676
Change-Id: Ic0852448f498c79d5448c72cbc31bb55d9bfeddb

8 years agoam 5bd836aa: Merge "Add timeout if we dont get onEnterAnimationComplete" into mnc...
Jorim Jaggi [Fri, 11 Sep 2015 22:33:38 +0000 (22:33 +0000)]
am 5bd836aa: Merge "Add timeout if we dont get onEnterAnimationComplete" into mnc-dr-dev

* commit '5bd836aac3b7602a4166bc836aaa33ccc7107d74':
  Add timeout if we dont get onEnterAnimationComplete

8 years agoam aee6e41e: Merge "Finish trampoline activity for ConfirmDeviceCredential immediatel...
Jorim Jaggi [Fri, 11 Sep 2015 22:33:37 +0000 (22:33 +0000)]
am aee6e41e: Merge "Finish trampoline activity for ConfirmDeviceCredential immediately" into mnc-dr-dev

* commit 'aee6e41e5188e8809d8439f05fdce311aa7171c8':
  Finish trampoline activity for ConfirmDeviceCredential immediately

8 years agoMerge "Add timeout if we dont get onEnterAnimationComplete" into mnc-dr-dev
Jorim Jaggi [Fri, 11 Sep 2015 22:14:06 +0000 (22:14 +0000)]
Merge "Add timeout if we dont get onEnterAnimationComplete" into mnc-dr-dev

8 years agoMerge "Finish trampoline activity for ConfirmDeviceCredential immediately" into mnc...
Jorim Jaggi [Fri, 11 Sep 2015 22:13:21 +0000 (22:13 +0000)]
Merge "Finish trampoline activity for ConfirmDeviceCredential immediately" into mnc-dr-dev

8 years agoAdd timeout if we dont get onEnterAnimationComplete
Jorim Jaggi [Fri, 11 Sep 2015 04:24:22 +0000 (21:24 -0700)]
Add timeout if we dont get onEnterAnimationComplete

Window manager doesn't send us onEnterAnimationComplete in the case
where there are two activites starting at the same time and the
screen orientation is changing. Add a timeout to work around this
until we have a proper fix.

Bug: 23849216
Change-Id: I4be7787d1bc13f8cb0ffd892010c4b5c0142c783

8 years agoam cdf00b16: (-s ours) am 1538dde4: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Sep 2015 16:32:04 +0000 (16:32 +0000)]
am cdf00b16: (-s ours) am 1538dde4: (-s ours) Import translations. DO NOT MERGE

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

8 years agoam 723c5b38: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
Baligh Uddin [Fri, 11 Sep 2015 16:24:31 +0000 (16:24 +0000)]
am 723c5b38: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

* commit '723c5b38b8fbd2db3a64b1ce782f8f760271ac98':
  Import translations. DO NOT MERGE

8 years agoam 1538dde4: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Sep 2015 16:24:21 +0000 (16:24 +0000)]
am 1538dde4: (-s ours) Import translations. DO NOT MERGE

* commit '1538dde4fbb00617bfd1d51f958f32ba4d68ff12':
  Import translations. DO NOT MERGE

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Baligh Uddin [Fri, 11 Sep 2015 16:19:17 +0000 (16:19 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoFinish trampoline activity for ConfirmDeviceCredential immediately
Jorim Jaggi [Fri, 11 Sep 2015 03:12:19 +0000 (20:12 -0700)]
Finish trampoline activity for ConfirmDeviceCredential immediately

Make sure to finish ConfirmDeviceCredentialActivity directly, and use
Intent.FLAG_ACTIVITY_FORWARD_RESULT, so we can't even end up in a
state where we have the trampoline activity but not the real activity.

Bug: 23849216
Change-Id: I7a5be5af74ca85c11df1f61a69c3fd5cf558e1fb

8 years agoam 5c49b5a4: Merge "Fix crash in when restoring CredentialCheckResultTracker Fragment...
Jorim Jaggi [Fri, 11 Sep 2015 02:09:36 +0000 (02:09 +0000)]
am 5c49b5a4: Merge "Fix crash in when restoring CredentialCheckResultTracker Fragment" into mnc-dr-dev

* commit '5c49b5a4b2cb1d90a02ce8610340db7020715de7':
  Fix crash in when restoring CredentialCheckResultTracker Fragment

8 years agoMerge "Fix crash in when restoring CredentialCheckResultTracker Fragment" into mnc...
Jorim Jaggi [Fri, 11 Sep 2015 01:58:55 +0000 (01:58 +0000)]
Merge "Fix crash in when restoring CredentialCheckResultTracker Fragment" into mnc-dr-dev

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Sep 2015 21:56:41 +0000 (14:56 -0700)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Sep 2015 21:53:10 +0000 (14:53 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam d3c60afe: Include the usb data mode regardless of data role
Jason Monk [Thu, 10 Sep 2015 20:35:52 +0000 (20:35 +0000)]
am d3c60afe: Include the usb data mode regardless of data role

* commit 'd3c60afe5267eb614b9c0a99b797e6bbb51de16f':
  Include the usb data mode regardless of data role

8 years agoFix crash in when restoring CredentialCheckResultTracker Fragment
Jorim Jaggi [Thu, 10 Sep 2015 20:35:04 +0000 (13:35 -0700)]
Fix crash in when restoring CredentialCheckResultTracker Fragment

Bug: 23956504
Change-Id: I884e47a793d6bc00cc0c54fe9e3d4bcf4e0199c1

8 years agoInclude the usb data mode regardless of data role
Jason Monk [Thu, 10 Sep 2015 14:36:58 +0000 (10:36 -0400)]
Include the usb data mode regardless of data role

Turns out there are valid data modes in host mode (like midi).
Need to allow these through for the dialog to set the proper
current state.

Bug: 23905770
Change-Id: I7a37ad95ccaf18f211d2b2d330c7f1d7af4cfc16

8 years agoam 48422b52: Merge "Add double-tap power button to open camera 2/2" into mnc-dr-dev
Jorim Jaggi [Thu, 10 Sep 2015 00:53:48 +0000 (00:53 +0000)]
am 48422b52: Merge "Add double-tap power button to open camera 2/2" into mnc-dr-dev

* commit '48422b52f3ed81dd447e6bc836d752f33ef8c7b3':
  Add double-tap power button to open camera 2/2

8 years agoMerge "Add double-tap power button to open camera 2/2" into mnc-dr-dev
Jorim Jaggi [Thu, 10 Sep 2015 00:25:59 +0000 (00:25 +0000)]
Merge "Add double-tap power button to open camera 2/2" into mnc-dr-dev

8 years agoam 179fa507: Merge "Handle fp enrollment errors more gracefully - When finger can...
Jim Miller [Wed, 9 Sep 2015 23:02:34 +0000 (23:02 +0000)]
am 179fa507: Merge "Handle fp enrollment errors more gracefully - When finger can\'t be analyzed for enrollment (FINGERPRINT_ERROR_UNABLE_TO_PROCESS), tell the user to try again or use a different finger. - When timeout is reached (FINGERPRINT_ERROR_TIMEOUT), stop enro

* commit '179fa5078b6e105e6e01e82c0af7c43745c452b0':
  Handle fp enrollment errors more gracefully - When finger can't be analyzed for enrollment (FINGERPRINT_ERROR_UNABLE_TO_PROCESS), tell the user to try again or use a different finger. - When timeout is reached (FINGERPRINT_ERROR_TIMEOUT), stop enrollment and ask the user to try again.

8 years agoMerge "Handle fp enrollment errors more gracefully - When finger can't be analyzed...
Jim Miller [Wed, 9 Sep 2015 22:53:53 +0000 (22:53 +0000)]
Merge "Handle fp enrollment errors more gracefully - When finger can't be analyzed for enrollment (FINGERPRINT_ERROR_UNABLE_TO_PROCESS), tell the user to try again or use a different finger. - When timeout is reached (FINGERPRINT_ERROR_TIMEOUT), stop enrollment and ask the user to try again." into mnc-dr-dev

8 years agoAdd double-tap power button to open camera 2/2
Jorim Jaggi [Tue, 8 Sep 2015 21:56:40 +0000 (14:56 -0700)]
Add double-tap power button to open camera 2/2

Bug: 23787555
Change-Id: I04787cd863212b1ed9608a6c8bd02af13273b387

8 years agoHandle fp enrollment errors more gracefully
Jim Miller [Wed, 2 Sep 2015 21:00:50 +0000 (14:00 -0700)]
Handle fp enrollment errors more gracefully
- When finger can't be analyzed for enrollment
(FINGERPRINT_ERROR_UNABLE_TO_PROCESS), tell the user
to try again or use a different finger.
- When timeout is reached (FINGERPRINT_ERROR_TIMEOUT),
stop enrollment and ask the user to try again.

Fixes bug 23546104
Fixes bug 22708384

Change-Id: I879874b53dd0d928093fab1c92d0d4d68d73be28

8 years agoam 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig
Sungmin Choi [Wed, 9 Sep 2015 17:58:29 +0000 (17:58 +0000)]
am 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig

* commit '9fcc7e1b20b890283dfe9a02999f40637d27dbb2':
  Hide or show APNs with type="ims" as CarrierConfig

8 years agoHide or show APNs with type="ims" as CarrierConfig
Sungmin Choi [Fri, 28 Aug 2015 23:56:31 +0000 (16:56 -0700)]
Hide or show APNs with type="ims" as CarrierConfig

APN with type="ims" is used to attach IMS APN to the modem.
This APN is meaningless and confusing to end users.
Most carriers don't care to show this APN from apn list.
Some carriers want to show this APN from apn list and others don't.
This change hides or shows this as CarrierConfig from the APN list.

Bug: 23770219
Change-Id: Ia632f39401d84e8c63ac96f1c3b12aa3d8d2a4e6

8 years agoam b83cbe20: Fix build
Jorim Jaggi [Tue, 8 Sep 2015 21:53:45 +0000 (21:53 +0000)]
am b83cbe20: Fix build

* commit 'b83cbe202bd56cf542d898837474757dca3625f2':
  Fix build

8 years agoFix build
Jorim Jaggi [Tue, 8 Sep 2015 21:40:27 +0000 (14:40 -0700)]
Fix build

Change-Id: I8885ecd0f5ccab5e73f75323c51a504509c575e3

8 years agoam 8c543276: Fix crash in fingerprint settings when rotating
Jorim Jaggi [Tue, 8 Sep 2015 21:17:06 +0000 (21:17 +0000)]
am 8c543276: Fix crash in fingerprint settings when rotating

* commit '8c543276f1dd366bd142ce44a8e3084fddb22971':
  Fix crash in fingerprint settings when rotating

8 years agoFix crash in fingerprint settings when rotating
Jorim Jaggi [Fri, 4 Sep 2015 18:42:28 +0000 (11:42 -0700)]
Fix crash in fingerprint settings when rotating

Fragments always need empty constructors.

Bug: 23806551
Change-Id: Ib22a89be60f799d70caf1acf2ac95a20e6be9675

8 years agoam f1a62026: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 7 Sep 2015 15:42:38 +0000 (15:42 +0000)]
am f1a62026: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 7 Sep 2015 15:35:11 +0000 (08:35 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam 1cfaf01f: Merge "Start tether service with redeliver intent" into mnc-dr-dev
Jason Monk [Thu, 3 Sep 2015 18:14:51 +0000 (18:14 +0000)]
am 1cfaf01f: Merge "Start tether service with redeliver intent" into mnc-dr-dev

* commit '1cfaf01fdaba22884a126a84748cf3a619785b3e':
  Start tether service with redeliver intent

8 years agoMerge "Start tether service with redeliver intent" into mnc-dr-dev
Jason Monk [Thu, 3 Sep 2015 17:51:09 +0000 (17:51 +0000)]
Merge "Start tether service with redeliver intent" into mnc-dr-dev

8 years agoStart tether service with redeliver intent
Jason Monk [Thu, 3 Sep 2015 16:48:25 +0000 (12:48 -0400)]
Start tether service with redeliver intent

So that the intent comes back when we are restarted rather than
null causing a crash.

Bug: 23678853
Change-Id: I1697159d5557feb7a87b238f8efa99ed3142fe6a

8 years agoam c624a72b: Merge "Fix fingerprint settings ripples" into mnc-dr-dev
Jorim Jaggi [Thu, 3 Sep 2015 01:28:51 +0000 (01:28 +0000)]
am c624a72b: Merge "Fix fingerprint settings ripples" into mnc-dr-dev

* commit 'c624a72be19027a0784fb41575129b334ff02ae7':
  Fix fingerprint settings ripples

8 years agoMerge "Fix fingerprint settings ripples" into mnc-dr-dev
Jorim Jaggi [Thu, 3 Sep 2015 01:19:28 +0000 (01:19 +0000)]
Merge "Fix fingerprint settings ripples" into mnc-dr-dev

8 years agoFix fingerprint settings ripples
Jorim Jaggi [Thu, 3 Sep 2015 00:24:55 +0000 (17:24 -0700)]
Fix fingerprint settings ripples

Bug: 22471044
Bug: 23234027
Change-Id: If74a133f33c9cc72cb9ff6ccce32458d7300ae07

8 years agoam d8723073: Merge "[Fingerprint] Update strings for skip dialog" into mnc-dr-dev
Maurice Lam [Wed, 2 Sep 2015 23:44:06 +0000 (23:44 +0000)]
am d8723073: Merge "[Fingerprint] Update strings for skip dialog" into mnc-dr-dev

* commit 'd8723073bb802c0e75df20edbada5e47bd020057':
  [Fingerprint] Update strings for skip dialog

8 years agoMerge "[Fingerprint] Update strings for skip dialog" into mnc-dr-dev
Maurice Lam [Wed, 2 Sep 2015 23:35:15 +0000 (23:35 +0000)]
Merge "[Fingerprint] Update strings for skip dialog" into mnc-dr-dev

8 years ago[Fingerprint] Update strings for skip dialog
Maurice Lam [Wed, 2 Sep 2015 21:36:19 +0000 (14:36 -0700)]
[Fingerprint] Update strings for skip dialog

Bug: 23228889
Change-Id: I6c85dccbda2b5c0ad44ac72ca4107f9dcbb6a1b5

8 years agoam 05c7dde1: To hide none security option, use config_hide_none_security_option config
Sungmin Choi [Wed, 2 Sep 2015 21:02:58 +0000 (21:02 +0000)]
am 05c7dde1: To hide none security option, use config_hide_none_security_option config

* commit '05c7dde1f3a6044db7b687dfcbacbde50f3befb1':
  To hide none security option, use config_hide_none_security_option config

8 years agoTo hide none security option, use config_hide_none_security_option config
Sungmin Choi [Fri, 31 Jul 2015 09:03:52 +0000 (02:03 -0700)]
To hide none security option, use config_hide_none_security_option config

Use mcc config overlay mechanism to hide none security option
in countries where it is mandatory.
To hide none security option, set config_hide_none_security_option config
true as mcc config overlay.

Bug: 22209425
Bug: 22975388
Change-Id: I774c53e17d3b50393816622134e58f8e06b76fab

8 years agoam e182fa77: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Wed, 2 Sep 2015 14:18:54 +0000 (14:18 +0000)]
am e182fa77: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 2 Sep 2015 14:05:31 +0000 (07:05 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev
Xiyuan Xia [Tue, 1 Sep 2015 20:39:58 +0000 (20:39 +0000)]
am 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev

* commit '50e1f59a6891cbf3995db0e7fc811f018f9ba63a':
  Fix races in ConfirmPassword/Pattern

8 years agoMerge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev
Xiyuan Xia [Tue, 1 Sep 2015 20:29:41 +0000 (20:29 +0000)]
Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev

8 years agoam 65b0666d: Merge "Protect against multiple provision responses" into mnc-dr-dev
Jason Monk [Tue, 1 Sep 2015 19:10:12 +0000 (19:10 +0000)]
am 65b0666d: Merge "Protect against multiple provision responses" into mnc-dr-dev

* commit '65b0666d36896c0c5616f867af5396c036ed1cb6':
  Protect against multiple provision responses

8 years agoMerge "Protect against multiple provision responses" into mnc-dr-dev
Jason Monk [Tue, 1 Sep 2015 19:02:44 +0000 (19:02 +0000)]
Merge "Protect against multiple provision responses" into mnc-dr-dev

8 years agoam a104c05d: Merge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev
Xiyuan Xia [Tue, 1 Sep 2015 18:54:08 +0000 (18:54 +0000)]
am a104c05d: Merge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev

* commit 'a104c05da9d42375f7307cce58039f7edafaa078':
  Fix wrong stage exception in ChooseLockPattern

8 years agoMerge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev
Xiyuan Xia [Tue, 1 Sep 2015 18:46:19 +0000 (18:46 +0000)]
Merge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev

8 years agoFix wrong stage exception in ChooseLockPattern
Xiyuan Xia [Tue, 1 Sep 2015 18:29:36 +0000 (11:29 -0700)]
Fix wrong stage exception in ChooseLockPattern

ChooseLockPattern should updateStage instead of always enabling
pattern view input.

Bug:22760251
Change-Id: I3675c0aada293e168769147ba8e4203e9310e593

8 years agoProtect against multiple provision responses
Jason Monk [Tue, 1 Sep 2015 17:20:55 +0000 (13:20 -0400)]
Protect against multiple provision responses

Bug: 23573004
Change-Id: I9cbc7574d2019244f7198784372ce68d7e4d1fa2

8 years agoFix races in ConfirmPassword/Pattern
Xiyuan Xia [Mon, 31 Aug 2015 18:59:46 +0000 (11:59 -0700)]
Fix races in ConfirmPassword/Pattern

- Add a CheckLockResultTracker to track result of async lock check so that
  it can finish on configuration change;
- Let the pending lock check finish and ignore subsequent check requests;
- Add a mDisappearing flag to prevent running disappear animation
  multiple times;
- Check whether activity is still active after disappear animation
  before setting result and finishing it;
- Remove no longer used mNumWrongConfirmAttempts;

Bug:23190499
Change-Id: If1784d3d1fcc152ac06137b12748b9def5726692

8 years agoam f33098ea: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 31 Aug 2015 14:18:22 +0000 (14:18 +0000)]
am f33098ea: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 31 Aug 2015 14:07:58 +0000 (07:07 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam 96edf807: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Sat, 29 Aug 2015 22:44:43 +0000 (22:44 +0000)]
am 96edf807: (-s ours) Import translations. DO NOT MERGE

* commit '96edf8077347297d030af02a9452c726bbc421c8':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 29 Aug 2015 15:38:50 +0000 (08:38 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam 3087a4e0: Merge "[Fingerprint] Add skip dialog during SUW" into mnc-dr-dev
Maurice Lam [Fri, 28 Aug 2015 22:24:52 +0000 (22:24 +0000)]
am 3087a4e0: Merge "[Fingerprint] Add skip dialog during SUW" into mnc-dr-dev

* commit '3087a4e0fd792531e567c7b508dd1e65b7fcf515':
  [Fingerprint] Add skip dialog during SUW

8 years agoMerge "[Fingerprint] Add skip dialog during SUW" into mnc-dr-dev
Maurice Lam [Fri, 28 Aug 2015 22:13:19 +0000 (22:13 +0000)]
Merge "[Fingerprint] Add skip dialog during SUW" into mnc-dr-dev

8 years ago[Fingerprint] Add skip dialog during SUW
Maurice Lam [Fri, 28 Aug 2015 04:28:23 +0000 (21:28 -0700)]
[Fingerprint] Add skip dialog during SUW

During setup wizard, add a skip dialog to confirm whether the user
wants to skip fingerprint setup or not.

Bug: 23228889
Change-Id: I2c1c26522b085e722e7bd7b34a26d2a38412bee4

8 years agoam fea2b30a: (-s ours) am 37dfaa13: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Fri, 28 Aug 2015 10:21:01 +0000 (10:21 +0000)]
am fea2b30a: (-s ours) am 37dfaa13: (-s ours) Import translations. DO NOT MERGE

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

8 years agoam 37dfaa13: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Fri, 28 Aug 2015 10:14:49 +0000 (10:14 +0000)]
am 37dfaa13: (-s ours) Import translations. DO NOT MERGE

* commit '37dfaa13ec6882720ca100ef235a7649046aec12':
  Import translations. DO NOT MERGE

8 years agoam db044ffb: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Fri, 28 Aug 2015 10:13:21 +0000 (10:13 +0000)]
am db044ffb: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Fri, 28 Aug 2015 10:06:04 +0000 (03:06 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 23544168
Change-Id: Iade81d81334be9289e7381f05931257154f72a6f

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Fri, 28 Aug 2015 10:02:07 +0000 (03:02 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 23544168
Change-Id: I39c268e990f8cbb57fef7cec1a9a36ddac45f968

8 years agoam 43fe6dba: Merge "Fix ChoosePat/Pin/Pwd crash from async task" into mnc-dr-dev
Xiyuan Xia [Fri, 28 Aug 2015 01:52:26 +0000 (01:52 +0000)]
am 43fe6dba: Merge "Fix ChoosePat/Pin/Pwd crash from async task" into mnc-dr-dev

* commit '43fe6dba693f8f23ffd69c1ffcd3b5642266be58':
  Fix ChoosePat/Pin/Pwd crash from async task

8 years agoMerge "Fix ChoosePat/Pin/Pwd crash from async task" into mnc-dr-dev
Xiyuan Xia [Fri, 28 Aug 2015 01:46:57 +0000 (01:46 +0000)]
Merge "Fix ChoosePat/Pin/Pwd crash from async task" into mnc-dr-dev

8 years agoFix ChoosePat/Pin/Pwd crash from async task
Xiyuan Xia [Tue, 25 Aug 2015 22:04:57 +0000 (15:04 -0700)]
Fix ChoosePat/Pin/Pwd crash from async task

Use a retained worker fragment to track the asynchronous
save-and-finish task so that ChoosePattern/Password activity
is properly dismissed after a configuration change.

Bug:23424884
Bug:23521530
Change-Id: I328022c1603cfb0f6812cd8aa7916ae7b72c9950

8 years agoam fbfdede1: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Wed, 26 Aug 2015 14:19:37 +0000 (14:19 +0000)]
am fbfdede1: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 26 Aug 2015 14:12:08 +0000 (07:12 -0700)]
Import translations. DO NOT MERGE

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

8 years agoam f7fc6429: Merge "Don\'t attempt to remove fp templates if none are enrolled" into...
Jim Miller [Tue, 25 Aug 2015 23:18:54 +0000 (23:18 +0000)]
am f7fc6429: Merge "Don\'t attempt to remove fp templates if none are enrolled" into mnc-dr-dev

* commit 'f7fc6429874fd02bc3670bce98b2158d2a78aecd':
  Don't attempt to remove fp templates if none are enrolled

8 years agoMerge "Don't attempt to remove fp templates if none are enrolled" into mnc-dr-dev
Jim Miller [Tue, 25 Aug 2015 23:08:55 +0000 (23:08 +0000)]
Merge "Don't attempt to remove fp templates if none are enrolled" into mnc-dr-dev

8 years agoRefactor UidDetailProvider and its dependencies to SettingsLib.
Wei Liu [Tue, 25 Aug 2015 00:29:04 +0000 (17:29 -0700)]
Refactor UidDetailProvider and its dependencies to SettingsLib.

so that it can be reused by Wear app data usage.

Change-Id: Id05f888274e15fbeffa175ee8073de02a8966867

8 years agoMerge "Move SummaryForAllUidLoader to SettingsLib." into cw-e-dev
Wei Liu [Tue, 25 Aug 2015 17:55:31 +0000 (17:55 +0000)]
Merge "Move SummaryForAllUidLoader to SettingsLib." into cw-e-dev

8 years agoMove SummaryForAllUidLoader to SettingsLib.
Wei Liu [Fri, 21 Aug 2015 05:33:46 +0000 (22:33 -0700)]
Move SummaryForAllUidLoader to SettingsLib.

In order to show the data usage per app on Android Wear,
I'm moving SummaryForAllUidLoader to SettingsLib so that
the code can be reused.

Change-Id: I1833492d4a3b513405bfc1069b8656d04dd37c48

8 years agoam 1a9626f0: am 3be6d0b4: Merge "Avoid new network to connect by using "Add Network...
Sanket Padawe [Mon, 24 Aug 2015 18:05:59 +0000 (18:05 +0000)]
am 1a9626f0: am 3be6d0b4: Merge "Avoid new network to connect by using "Add Network" instead only Save it." into mnc-dev

* commit '1a9626f056d253aa25fca561010624c463bbf9a9':
  Avoid new network to connect by using "Add Network" instead only Save it.

8 years agoam 3be6d0b4: Merge "Avoid new network to connect by using "Add Network" instead only...
Sanket Padawe [Mon, 24 Aug 2015 17:59:07 +0000 (17:59 +0000)]
am 3be6d0b4: Merge "Avoid new network to connect by using "Add Network" instead only Save it." into mnc-dev

* commit '3be6d0b44bf1152be0bc11bf6bacf750e1028b49':
  Avoid new network to connect by using "Add Network" instead only Save it.

8 years agoMerge "Avoid new network to connect by using "Add Network" instead only Save it....
Sanket Padawe [Mon, 24 Aug 2015 17:52:51 +0000 (17:52 +0000)]
Merge "Avoid new network to connect by using "Add Network" instead only Save it." into mnc-dev

8 years agoam 9a86c085: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Aug 2015 14:29:57 +0000 (14:29 +0000)]
am 9a86c085: (-s ours) Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Aug 2015 14:16:24 +0000 (07:16 -0700)]
Import translations. DO NOT MERGE

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

8 years agoDon't attempt to remove fp templates if none are enrolled
Jim Miller [Sat, 22 Aug 2015 01:07:50 +0000 (18:07 -0700)]
Don't attempt to remove fp templates if none are enrolled

The code was blindly calling fpm.remove(0) to remove all
fingerprint templates and then waiting for them to be removed.

Fixes bug 23183484

Change-Id: Ie510097d85bba32d965ba3c7f324f6c042e08300

8 years agoam 5d187aa4: am ffe701dc: Present the security patch date in a human-friendly format
Christopher Tate [Sat, 22 Aug 2015 00:16:24 +0000 (00:16 +0000)]
am 5d187aa4: am ffe701dc: Present the security patch date in a human-friendly format

* commit '5d187aa43d262582241cd3a7097fc2fda0c875e6':
  Present the security patch date in a human-friendly format

8 years agoAvoid new network to connect by using "Add Network" instead only Save it.
Sanket Padawe [Fri, 21 Aug 2015 23:45:30 +0000 (16:45 -0700)]
Avoid new network to connect by using "Add Network" instead only Save it.

Bug: 23422433
Change-Id: I49aabff91ba127bf2a3b0aa25c8163ee4097bf4d

8 years agoam ffe701dc: Present the security patch date in a human-friendly format
Christopher Tate [Fri, 21 Aug 2015 19:26:07 +0000 (19:26 +0000)]
am ffe701dc: Present the security patch date in a human-friendly format

* commit 'ffe701dc0e52ee95bf6c54291ed1b574d389019c':
  Present the security patch date in a human-friendly format

8 years agoPresent the security patch date in a human-friendly format
Christopher Tate [Thu, 20 Aug 2015 23:38:37 +0000 (16:38 -0700)]
Present the security patch date in a human-friendly format

For example, for an ISO date of 2015-08-01, this now displays
"August 1, 2015" in enUS, and "1 August 2015" in enUK, and
"2015年8月1日" in jpJP.

Bug 23358065

Change-Id: Iaa920ec88d765a222f0b589123665b689bf41978

8 years agoam dba47d0c: am 19551115: Adapted string length translation limits
Selim Cinek [Thu, 20 Aug 2015 19:11:58 +0000 (19:11 +0000)]
am dba47d0c: am 19551115: Adapted string length translation limits

* commit 'dba47d0c7fe5c3b21d4b274cfdd9a84232644395':
  Adapted string length translation limits

8 years agoam 19551115: Adapted string length translation limits
Selim Cinek [Thu, 20 Aug 2015 19:04:30 +0000 (19:04 +0000)]
am 19551115: Adapted string length translation limits

* commit '19551115dbb3d848be084462342d41addeb1caf6':
  Adapted string length translation limits

8 years agoAdapted string length translation limits
Selim Cinek [Thu, 20 Aug 2015 18:53:47 +0000 (11:53 -0700)]
Adapted string length translation limits

Bug: 23298302
Change-Id: Id7651b28bab6e4ff37e94b30d68509ae959c6d70

8 years agoam d809de88: Merge "[Fingerprint] Smaller enrolling ring" into mnc-dr-dev
Maurice Lam [Wed, 19 Aug 2015 23:59:13 +0000 (23:59 +0000)]
am d809de88: Merge "[Fingerprint] Smaller enrolling ring" into mnc-dr-dev

* commit 'd809de884761f290a94f01f21b5c94e262ec22ea':
  [Fingerprint] Smaller enrolling ring