History log of /packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da433902d41baec2c1fdbe35ad853d2d7ce7bc1d 17-Jul-2015 Maurice Lam <yukl@google.com> [Fingerprint] Send RESULT_CANCELED when back from Add another

Forward the result in the enrolling screen from the finish screen,
so that if the user presses back in "Add another" after enrolling
the first fingerprint, it will return RESULT_CANCELED instead of
RESULT_FINISHED, and go back to find sensor screen.

This results in the following behavioral changes:
- RESULT_FINISHED will only be sent if the user presses "Done" in
FingerprintEnrollFinish. If the user clicks back in
FingerprintEnrollEnrolling, they will always go back to the
previous screen with RESULT_CANCELED, which would either be
FindSensor or FingerprintSettings.
- If the user presses back in FingerprintEnrollFinish, which is only
possible outside of Setup Wizard, they will be back in Find Sensor,
and pressing next will enroll an additional fingerprint.
- Edge case: if the user enrolled the maximum number of
fingerprints, and presses back, they will be bounced all the way
back to Settings > Security.

Bug: 22552741
Change-Id: Ifc5e8a9150491b4303e01ebd0fc17b6d39dd372d
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
8d1f9c9be50439fa3f5f50fbe473e43ba6b77eb6 10-Jul-2015 Maurice Lam <yukl@google.com> [Fingerprint] Add fingerprint enroll in setup wizard

Make a subclass for each enrolling screen that setup wizard uses, and
in override the corresponding get*Intent methods to always use the
setup wizard versions of the next screens.

On minor change made to the original flow is that it will now return
RESULT_OK if it is finished, as opposed to RESULT_CANCELED.

Bug: 21695577
Change-Id: Id666826e8027272ede6a5426967d66fb291670a4
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
0c0858acad490a615871e7d9c1d3b73450398041 26-Jun-2015 Makoto Onuki <omakoto@google.com> Make sure Fragments are public for FragMan to instantiate

Bug 21990428

Change-Id: If2dd5e43a4cc73ccf60278fdab874516c7fc181b
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
e5fc0bae7315ea22417ad17d54821c28558cbd36 23-Jun-2015 Selim Cinek <cinek@google.com> Improved talkback fingerprint enrollment flow

Bug: 21565901
Change-Id: If25468574afd25b1a7d19278710045083ba1d4f7
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
436e02c3d58d8e28dd29e9364ca56acf3821e663 11-Jun-2015 Jorim Jaggi <jjaggi@google.com> Refine fingerprint enrollment experience

- Flash fingerprint graphic when enrollment progresses
- Show hint message when not progressing for a few seconds
- Make sure animation is always working

Bug: 21617091
Bug: 21644138
Change-Id: Ic54c10a655e6da914f960cee20f0066b46d87325
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
4d1bec4730ab13a93f50dbfcbe965b6e76eb5774 26-May-2015 ztenghui <ztenghui@google.com> Setup the animation callback for AnimatedVectorDrawable

b/21341096

Change-Id: Id8e334c541b69edb643b5b45682de6285fbf08e4
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
bc68ba22f107d80b50cecb445b3b8148c4489923 27-May-2015 Jorim Jaggi <jjaggi@google.com> Cancel enrollment when navigating out of enrollment

Change-Id: Ifee1572189765cbfa4c23e6176831c8f729bbd2b
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
441ea80d0ac874955ca7a83ddb8d140ccf87f7ab 24-Apr-2015 Jorim Jaggi <jjaggi@google.com> Add animation for fingerprint icon

Also show the "Whoops" dialog when the finger is resting on the icon,
in addition to show it after clicking it for 3 times.

Bug: 20495507
Change-Id: I771da0671f61c13065b011d613f508827cb3b54f
(cherry picked from commit 2c2a41669f276058f7241f86a3aca68d960ac453)
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
4a2423ba5eeee22d38942ead60bfd3bb13f44655 24-Apr-2015 Jorim Jaggi <jjaggi@google.com> Move fingerprint enroll logic into sidecar fragment

So enroll can continue across configuration changes.

Bug: 20495507
Change-Id: I021f2f3e376fcd12c7a698f5fb7f862733cb720a
(cherry picked from commit 64e9c4cb2c7272d07b190cb25c41de5b22563137)
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
3b7f2efd95945d3fb0299dda86861eaf22b2ebc5 24-Apr-2015 Jorim Jaggi <jjaggi@google.com> Add dialog when user touches fingerprint icon

Bug: 20495507
Change-Id: I6779aba7ca988fd9a8eee07afca2a410de144a26
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java
5ad75f07b1861b802b75c720830db260b4f93417 23-Apr-2015 Jorim Jaggi <jjaggi@google.com> Update fingerprint enroll UI to spec.

Also adds sliding animations between the steps.

Bug: 20495507
Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java