Commit Graph

11 Commits

Author SHA1 Message Date
Andres Morales
887c90d8af Fix issues in FP Settings
- A crash in FP settings due to a null activity
- FP settings launching confirm credentials twice on rotation

Change-Id: Ie8c743a14e2a2f1adbdcf7693687fa66663c105d
2015-04-15 17:55:42 -07:00
Andres Morales
55af42dce5 fingerprint settings: pass auth token to FPEnroll
Change-Id: I6e8d6d2eb5a2b5d2828af76047839ed79f804104
2015-04-14 19:04:01 -07:00
Andres Morales
e29dae683e Request enroll or verify lock before FP enroll
Also pipe through challenge token

Change-Id: I9d6afdbadf3832aeeb18a0b5a9620277e2070872
2015-04-14 16:20:42 -07:00
Jim Miller
8e056115ee Clean up FingerprintManager API and make it public.
Change-Id: Ia5f36857da27da5c3a942350b7f772d237a50bc2
2015-04-11 09:19:05 -07:00
Jim Miller
595982d2c3 Prepare to make Fingerprint API public.
- moved fingerprint support files into hardware area
- moved jni into services/core

Bug 16487912

Change-Id: Id111ee89771fc208a9365fd06c57b3dbf85b5356
2015-04-01 19:08:09 -07:00
Chris Wren
8a963babe2 log visibility of views
Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
2015-03-27 13:39:07 -04:00
Jim Miller
85d9e16cc1 Merge "Update Settings to use new fingerprint API" 2015-03-25 19:46:02 +00:00
Jim Miller
d16c9b7c31 Update Settings to use new fingerprint API
Bug 16487912

Change-Id: I99ac78f476d43f6b87f5dd20e597c51ed08d2c0e
2015-03-24 16:02:59 -07:00
Jim Miller
8a7dea5620 Fix type-o in fingerprint dialog text
Fixes bug 19890194

Change-Id: Id24f3baf6a0105348f4f0e205977191d72bfe132
2015-03-23 16:17:54 -07:00
Jim Miller
4f6f7c865f FingerprintSettings improvements
- move fingerprint update notifications to a handler
- touching a known fingerprint now highlights the entry in Settings.
- cleanup - remove HashMap and add new FingerprintPreference class.

Bug 19592835

Change-Id: Ie94f825e34c14fe94648375762482f9243b7dd49
2015-03-19 13:26:53 -07:00
Jim Miller
9218687e4b Implement additional fingerprint flows in Settings.
- new onboarding flow ("locate sensor")
- changed sensor location image
- changed in-app sensor icon
- remove fingerprint animation since it caused people to
want to tap on it.
- remove enrolled fingerprint templates when switching back to "none" or "slide"
- use real in-app icon for fingerprint
- much improved layout
- basic landscape layout working
- added 250ms delay to final enrollment step so it's not so jarring
- delete is now working
- rename wired, but not functional yet

Bug 19592835

Change-Id: Ie3e73a2fc8f834f1b90e2746c4cc841216aa6031
2015-03-11 18:15:55 -07:00