From 94d4bd9390b9b9003788a2e779e2b4b256d07c3b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 19 Feb 2015 21:04:57 -0800 Subject: Add fingerprint settings. - Improved layout. - Enrollment is now working. - Added vibration and progress feedback. - Better fingerprint animation logic. - Poke userActivity() when sensor is touched. - Added progress animation. - Only show fingerprint menu item on devices that have fingerprint hw - Set View state to GONE for views that aren't shown & fix resulting layout issue - Fix bug where stage wasn't advancing when returning from ChooseLockGeneric. - Renamed FingerprintSettings to FingerprintEnroll - Fixed bug with storing fingerprint ids that prevented the last one from being removed. - Added better progress indication. When remaining is at max, count that as the first step. - Fix whitespace formatting in CL Fixes bug 1953439 Change-Id: I721bf440c63640203af94ce21340d8281076c249 --- res/drawable-nodpi/fingerprint_in_app_indicator.png | Bin 0 -> 35610 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-nodpi/fingerprint_in_app_indicator.png (limited to 'res/drawable-nodpi/fingerprint_in_app_indicator.png') diff --git a/res/drawable-nodpi/fingerprint_in_app_indicator.png b/res/drawable-nodpi/fingerprint_in_app_indicator.png new file mode 100644 index 0000000..4af83e6 Binary files /dev/null and b/res/drawable-nodpi/fingerprint_in_app_indicator.png differ -- cgit v1.1