summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fingerprint/FingerprintEnrollFindSensor.java
Commit message (Collapse)AuthorAgeFilesLines
* fingerpint: Allow devices to configure sensor locationd34d2016-06-301-0/+21
| | | | | | | | | | | | | | | | The text for enrolling a fingerprint always assumes the sensor is located on the back. This patch adds a config integer that defines where the sensor is located on the device. 0 = back 1 = front 2 = left side 3 = right side This patch also adds a new drawable that shows the front of the device when applicable. Change-Id: Ia8f5f8ff4ba4d13d35aed3052f60ff665dd4f294 TICKET: CYNGNOS-3089
* Merge "Fixed a bug where the ConfirmDeviceCredentials activity was shown ↵Selim Cinek2015-09-121-2/+13
|\ | | | | | | twice." into mnc-dr-dev
| * Fixed a bug where the ConfirmDeviceCredentials activity was shown twice.Selim Cinek2015-09-111-2/+13
| | | | | | | | | | | | | | | | When rotating the ConfirmDeviceCredentials Activity, it was launched again after solving the challenge. Bug: 23937676 Change-Id: Ic0852448f498c79d5448c72cbc31bb55d9bfeddb
* | Handle fp enrollment errors more gracefullyJim Miller2015-09-091-0/+3
|/ | | | | | | | | | | | | - 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
* instrument fingerprint settingsChris Wren2015-08-141-0/+6
| | | | | | | | | instrument visibility on all fingerprint views rename and delete action add fingerprint action is implicit in flow Bug: 22951001 Change-Id: I53f048f479e24754972b801598d5da393ba9d716
* [Fingerprint] Show skip button during SUWMaurice Lam2015-07-221-0/+3
| | | | | | | | | | Show a skip button during enrolling in case the user entered the flow accidentally. The skip button will send the result code RESULT_SKIP, which is equal to RESULT_FIRST_USER + 1, back to the starting activity. Bug: 22666389 Change-Id: I230b04e5150214c31536ac282d56b7b490c85ac1
* [Fingerprint] Send RESULT_CANCELED when back from Add anotherMaurice Lam2015-07-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | 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
* Added an introduction to the fingerprint enrollmentSelim Cinek2015-06-111-0/+1
| | | | | Bug: 21468315 Change-Id: Ieb691b0e321f44b9bae2f4f8dfd458c24b98a8d9
* Add pulsing animation for find sensor.Jorim Jaggi2015-04-241-0/+16
| | | | | Bug: 20495507 Change-Id: I5fefb2cdb2625885c906fa2a9b69da1141ce66e0
* Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-241-0/+79
Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526