summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Animate pin/pattern fragment only if availableLuis Vidal2016-08-091-2/+8
| | | | | | | | To prevent NPE, check if the PIN/Pattern/Password confirmation fragment is available before performing animation Change-Id: I4ae78569f953daa6696e96c8318a0c059aaf3502 TICKET: HAM-1397
* Add timeout if we dont get onEnterAnimationCompleteJorim Jaggi2015-09-111-0/+15
| | | | | | | | | | 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
* Fix blank confirm device credential activityJorim Jaggi2015-07-271-1/+4
| | | | | | | | Make sure to play the enter animation only once, so it is guaranteed that we get onEnterAnimationComplete. Bug: 22677671 Change-Id: Ia01bb33d6a90abb7dc26c9c12168e2c5ffab1b1d
* Animations/success state for external confirm device credentials (2/2)Jorim Jaggi2015-06-101-1/+41
| | | | | Bug: 20929186 Change-Id: I4489dd37f1148fb03315ec337a546eee04660cb5
* Update confirm device credentials to spec, add fingerprintJorim Jaggi2015-04-131-0/+54
- New strings in the screen. - New layout/style. - Clean up internal API's around it. - Add fingerprint support if launched from externally - Separate theme if launched from externally - If launched from above Keyguard, use SHOW_WHEN_LOCKED flag Change-Id: Icdf9bf9e0506841f24e8aab5f0f1d1f4b688951f