OSDN Git Service

android-x86/packages-apps-Settings.git
8 years agoam e4c1dccd: (-s ours) am 6df1ad97: (-s ours) am ba98cc2c: (-s ours) Merge "Import...
Baligh Uddin [Tue, 15 Sep 2015 14:32:12 +0000 (14:32 +0000)]
am e4c1dccd: (-s ours) am 6df1ad97: (-s ours) am ba98cc2c: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

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

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

* commit '6df1ad97c906e936255a9feee6631b1684b0fa09':
  Import translations. DO NOT MERGE

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 1dcb1135: am 7e84e35f: am 5565b5cd: Fix IndexOutOfBoundsException while silent...
Hyejin [Tue, 15 Sep 2015 00:45:21 +0000 (00:45 +0000)]
am 1dcb1135: am 7e84e35f: am 5565b5cd: Fix IndexOutOfBoundsException while silent provisioning check

* commit '1dcb1135b8157977cd44c05768f422243d64df83':
  Fix IndexOutOfBoundsException while silent provisioning check

8 years agoam 7e84e35f: am 5565b5cd: Fix IndexOutOfBoundsException while silent provisioning...
Hyejin [Tue, 15 Sep 2015 00:37:16 +0000 (00:37 +0000)]
am 7e84e35f: am 5565b5cd: Fix IndexOutOfBoundsException while silent provisioning check

* commit '7e84e35fb191c0967feb0352a39a3147ceb68a8b':
  Fix IndexOutOfBoundsException while silent provisioning check

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 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 0fe43c9a: am fc76ddd0: am cda53c5d: Merge "Fixed a bug where the ConfirmDeviceCred...
Selim Cinek [Sat, 12 Sep 2015 00:56:55 +0000 (00:56 +0000)]
am 0fe43c9a: am fc76ddd0: am cda53c5d: Merge "Fixed a bug where the ConfirmDeviceCredentials activity was shown twice." into mnc-dr-dev

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

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

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

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 d59ce1f4: am 6f5bbc1b: am 5bd836aa: Merge "Add timeout if we dont get onEnterAnima...
Jorim Jaggi [Fri, 11 Sep 2015 23:30:43 +0000 (23:30 +0000)]
am d59ce1f4: am 6f5bbc1b: am 5bd836aa: Merge "Add timeout if we dont get onEnterAnimationComplete" into mnc-dr-dev

* commit 'd59ce1f4e33cdc87af960ed3b35d0cf39afc00ff':
  Add timeout if we dont get onEnterAnimationComplete

8 years agoam 97081aa9: am c77839e0: am aee6e41e: Merge "Finish trampoline activity for ConfirmD...
Jorim Jaggi [Fri, 11 Sep 2015 23:30:42 +0000 (23:30 +0000)]
am 97081aa9: am c77839e0: am aee6e41e: Merge "Finish trampoline activity for ConfirmDeviceCredential immediately" into mnc-dr-dev

* commit '97081aa929ea239937923359904f32ffa26f5180':
  Finish trampoline activity for ConfirmDeviceCredential immediately

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

* commit '6f5bbc1b1e73b3559e311ea2e59a2281b67f65ca':
  Add timeout if we dont get onEnterAnimationComplete

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

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

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 ad4de2fa: (-s ours) am c5d18345: (-s ours) am cdf00b16: (-s ours) am 1538dde4...
Baligh Uddin [Fri, 11 Sep 2015 16:50:21 +0000 (16:50 +0000)]
am ad4de2fa: (-s ours) am c5d18345: (-s ours) am cdf00b16: (-s ours) am 1538dde4: (-s ours) Import translations. DO NOT MERGE

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

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

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

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

* commit '730a73daace1bafb86eeceb79b6d623d2feab2d9':
  Import translations. DO NOT MERGE

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 cf80d7c4: (-s ours) am 723c5b38: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Fri, 11 Sep 2015 16:30:31 +0000 (16:30 +0000)]
am cf80d7c4: (-s ours) am 723c5b38: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

* commit 'cf80d7c4f03f8c55963b4815c1b7004d77cb9e5b':
  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 a4b5e202: am 5628251b: am 5c49b5a4: Merge "Fix crash in when restoring CredentialC...
Jorim Jaggi [Fri, 11 Sep 2015 02:25:37 +0000 (02:25 +0000)]
am a4b5e202: am 5628251b: am 5c49b5a4: Merge "Fix crash in when restoring CredentialCheckResultTracker Fragment" into mnc-dr-dev

* commit 'a4b5e202d5a76f13d2c528fc9e589113a4955c20':
  Fix crash in when restoring CredentialCheckResultTracker Fragment

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

* commit '5628251b1bf051e73b6a8f1edd50b3e7447b06eb':
  Fix crash in when restoring CredentialCheckResultTracker Fragment

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 618bc11b: am 72fecf9f: am d3c60afe: Include the usb data mode regardless of data...
Jason Monk [Thu, 10 Sep 2015 20:48:48 +0000 (20:48 +0000)]
am 618bc11b: am 72fecf9f: am d3c60afe: Include the usb data mode regardless of data role

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

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

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

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 f37368db: am ef5f9e39: am 48422b52: Merge "Add double-tap power button to open...
Jorim Jaggi [Thu, 10 Sep 2015 01:11:44 +0000 (01:11 +0000)]
am f37368db: am ef5f9e39: am 48422b52: Merge "Add double-tap power button to open camera 2/2" into mnc-dr-dev

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

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

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

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 93b39ff9: am 01f44efa: am 179fa507: Merge "Handle fp enrollment errors more gracef...
Jim Miller [Wed, 9 Sep 2015 23:14:27 +0000 (23:14 +0000)]
am 93b39ff9: am 01f44efa: 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 (FINGERPRIN

* commit '93b39ff9bd40df755967a4dfe0593b30b0cfa8d2':
  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 agoam 01f44efa: am 179fa507: Merge "Handle fp enrollment errors more gracefully - When...
Jim Miller [Wed, 9 Sep 2015 23:08:06 +0000 (23:08 +0000)]
am 01f44efa: 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_TIMEO

* commit '01f44efab0673e8648470c8be1670730660a4778':
  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 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 5fc62441: am 9819dcb9: am 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig
Sungmin Choi [Wed, 9 Sep 2015 18:14:08 +0000 (18:14 +0000)]
am 5fc62441: am 9819dcb9: am 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig

* commit '5fc624418c11d8a949c6ab61fa3c0b0bc2fb2d46':
  Hide or show APNs with type="ims" as CarrierConfig

8 years agoam 9819dcb9: am 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig
Sungmin Choi [Wed, 9 Sep 2015 18:06:25 +0000 (18:06 +0000)]
am 9819dcb9: am 9fcc7e1b: Hide or show APNs with type="ims" as CarrierConfig

* commit '9819dcb93e2ce077e674cf4a25b66c5df341b2f9':
  Hide or show APNs with type="ims" as CarrierConfig

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 c0c0bf30: am 5cca5a5a: am b83cbe20: Fix build
Jorim Jaggi [Tue, 8 Sep 2015 22:07:52 +0000 (22:07 +0000)]
am c0c0bf30: am 5cca5a5a: am b83cbe20: Fix build

* commit 'c0c0bf30095a47b7a82df87b08e4d55bb2105350':
  Fix build

8 years agoam 5cca5a5a: am b83cbe20: Fix build
Jorim Jaggi [Tue, 8 Sep 2015 22:02:24 +0000 (22:02 +0000)]
am 5cca5a5a: am b83cbe20: Fix build

* commit '5cca5a5a2c54e3ca64df5a2dc7c7bdf4cecf6507':
  Fix build

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 52aca96c: am 64ea62a3: am 8c543276: Fix crash in fingerprint settings when rotating
Jorim Jaggi [Tue, 8 Sep 2015 21:36:04 +0000 (21:36 +0000)]
am 52aca96c: am 64ea62a3: am 8c543276: Fix crash in fingerprint settings when rotating

* commit '52aca96c0bd1a52aab3e42c08b10fed7c5763773':
  Fix crash in fingerprint settings when rotating

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

* commit '64ea62a30a416b46ecdb2042e052825b96702012':
  Fix crash in fingerprint settings when rotating

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 593714a8: (-s ours) am f1e6378a: (-s ours) am f1a62026: (-s ours) Import translati...
Geoff Mendal [Mon, 7 Sep 2015 15:58:42 +0000 (15:58 +0000)]
am 593714a8: (-s ours) am f1e6378a: (-s ours) am f1a62026: (-s ours) Import translations. DO NOT MERGE

* commit '593714a8d135f7ddafd2ae369cfd09777afdb8e5':
  Import translations. DO NOT MERGE

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

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

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 3f2ac58c: am 07b26bb3: am 1cfaf01f: Merge "Start tether service with redeliver...
Jason Monk [Thu, 3 Sep 2015 18:36:00 +0000 (18:36 +0000)]
am 3f2ac58c: am 07b26bb3: am 1cfaf01f: Merge "Start tether service with redeliver intent" into mnc-dr-dev

* commit '3f2ac58c932311fa61bc848af7aceec6f0f3a63d':
  Start tether service with redeliver intent

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

* commit '07b26bb3fcc35d990be7263afe546445d23938b2':
  Start tether service with redeliver intent

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 bfacb5f4: am 98d91550: am c624a72b: Merge "Fix fingerprint settings ripples" into...
Jorim Jaggi [Thu, 3 Sep 2015 06:23:58 +0000 (06:23 +0000)]
am bfacb5f4: am 98d91550: am c624a72b: Merge "Fix fingerprint settings ripples" into mnc-dr-dev

* commit 'bfacb5f483b6fe8c117d8df9ab0a1bbe3909df26':
  Fix fingerprint settings ripples

8 years agoam 84afdfde: am 82db64e9: am d8723073: Merge "[Fingerprint] Update strings for skip...
Maurice Lam [Thu, 3 Sep 2015 06:23:36 +0000 (06:23 +0000)]
am 84afdfde: am 82db64e9: am d8723073: Merge "[Fingerprint] Update strings for skip dialog" into mnc-dr-dev

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

8 years agoam a43a40ff: am e31208ae: am 05c7dde1: To hide none security option, use config_hide_...
Sungmin Choi [Thu, 3 Sep 2015 06:22:57 +0000 (06:22 +0000)]
am a43a40ff: am e31208ae: am 05c7dde1: To hide none security option, use config_hide_none_security_option config

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

8 years agoam 532ebb9f: (-s ours) am 8ee8b379: (-s ours) am e182fa77: (-s ours) Import translati...
Geoff Mendal [Thu, 3 Sep 2015 06:21:36 +0000 (06:21 +0000)]
am 532ebb9f: (-s ours) am 8ee8b379: (-s ours) am e182fa77: (-s ours) Import translations. DO NOT MERGE

* commit '532ebb9f7afaf512567811fe8cdb9b74376b00c2':
  Import translations. DO NOT MERGE

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

* commit '98d91550b624ca942fea7d096835c5bdf73f9af2':
  Fix fingerprint settings ripples

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 beebc958: am 676a4b65: am 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern...
Xiyuan Xia [Thu, 3 Sep 2015 00:34:15 +0000 (00:34 +0000)]
am beebc958: am 676a4b65: am 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev

* commit 'beebc95884e15bc53594a6fa63e1dd7736eb4b93':
  Fix races in ConfirmPassword/Pattern

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

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

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 e31208ae: am 05c7dde1: To hide none security option, use config_hide_none_security...
Sungmin Choi [Wed, 2 Sep 2015 21:25:25 +0000 (21:25 +0000)]
am e31208ae: am 05c7dde1: To hide none security option, use config_hide_none_security_option config

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

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 8ee8b379: (-s ours) am e182fa77: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Wed, 2 Sep 2015 14:28:48 +0000 (14:28 +0000)]
am 8ee8b379: (-s ours) am e182fa77: (-s ours) Import translations. DO NOT MERGE

* commit '8ee8b37933b52d8f495cb9317b02f4843aa090bb':
  Import translations. DO NOT MERGE

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 676a4b65: am 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev
Xiyuan Xia [Tue, 1 Sep 2015 20:53:56 +0000 (20:53 +0000)]
am 676a4b65: am 50e1f59a: Merge "Fix races in ConfirmPassword/Pattern" into mnc-dr-dev

* commit '676a4b65b18a97851c6762446b8236ca941cd0a3':
  Fix races in ConfirmPassword/Pattern

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 2ffca0c5: am b39ceab7: am 65b0666d: Merge "Protect against multiple provision...
Jason Monk [Tue, 1 Sep 2015 19:28:25 +0000 (19:28 +0000)]
am 2ffca0c5: am b39ceab7: am 65b0666d: Merge "Protect against multiple provision responses" into mnc-dr-dev

* commit '2ffca0c52a770dfe610d492fa9ba8328b79c85f7':
  Protect against multiple provision responses

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

* commit 'b39ceab718f0265be3c7e8bf9df1ab0917b5307b':
  Protect against multiple provision responses

8 years agoam 060ce6b5: am 9e06cbf5: am a104c05d: Merge "Fix wrong stage exception in ChooseLock...
Xiyuan Xia [Tue, 1 Sep 2015 19:15:28 +0000 (19:15 +0000)]
am 060ce6b5: am 9e06cbf5: am a104c05d: Merge "Fix wrong stage exception in ChooseLockPattern" into mnc-dr-dev

* commit '060ce6b5a77e629a1a317f7fe4c2c62fc5ed3c04':
  Fix wrong stage exception in ChooseLockPattern

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