History log of /packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
27ca104eceb22ba5c3f6ff0d500cb7428438deb1 24-May-2016 Victor Chang <vichang@google.com> Fix Work Challenge / personal confirm credential is shown on top of keyguard after rotation

ConfirmDeviceCredentialBaseFragment.SHOW_WHEN_LOCKED has been abused.
We should not set onfirmDeviceCredentialBaseFragment.SHOW_WHEN_LOCKED
for work challenge and most other cases.

It's temp fix for the rotation bug. Because it's inconsistent the activity is shown
on top of keyguard with/without rotation (or any config change). In long term,
SHOW_WHEN_LOCKED should be set only if it's truly on purpose, and remove
isKeyguardLocked checking.

Bug: 28878075
Change-Id: I19db913f5bcaf2644c8c46c25e9584103d7fee8a
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
d12166e411160693dc6c963acf322ec8c480abc0 30-Mar-2016 Jim Miller <jaggies@google.com> Fix crash in ConfirmDeviceCredentials

This reverts the workaround for bug 23849216 which has since
been fixed.

Fixes bug 27138063

Change-Id: Ifab4d072d0c95bb121bf3a9d852f2b16e92b7144
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
194300dff340d67255d12762ffb376b7ba201c87 13-Jan-2016 Benjamin Franz <bfranz@google.com> Add background image for work challenge

If the challenge shown is for a work profile, add the default image and
color to the background of the fragment.

Change-Id: I148c6cd3a835a84c7bac78b020839dfdae4a6c36
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
88957ef8ee5be004b9c330f483a6c6855d5ca853 11-Sep-2015 Jorim Jaggi <jjaggi@google.com> 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
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
35d26096c03fe1419fc1aeea19bf24a821a1c422 24-Jul-2015 Jorim Jaggi <jjaggi@google.com> Fix blank confirm device credential activity

Make sure to play the enter animation only once, so it is guaranteed
that we get onEnterAnimationComplete.

Bug: 22677671
Change-Id: Ia01bb33d6a90abb7dc26c9c12168e2c5ffab1b1d
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
ff41a9a5a6e307ca6dcbc45361854b5ac4e59857 10-Jun-2015 Jorim Jaggi <jjaggi@google.com> Animations/success state for external confirm device credentials (2/2)

Bug: 20929186
Change-Id: I4489dd37f1148fb03315ec337a546eee04660cb5
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java
8a09b619aeb233e2aab1919301f162d8acf1f0f0 07-Apr-2015 Jorim Jaggi <jjaggi@google.com> Update confirm device credentials to spec, add fingerprint

- 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
/packages/apps/Settings/src/com/android/settings/ConfirmDeviceCredentialBaseActivity.java