summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fingerprint/SetupFingerprintEnrollFindSensor.java
Commit message (Collapse)AuthorAgeFilesLines
* Update strings for skip fingerprint setupAjay Nadathur2017-08-111-2/+2
| | | | | | bug: 64092225 Test: Manually tested and verified updated strings used Change-Id: I813f72abb8cb9fd2ba9ec952c0926ecd2f670ed0
* Show confirmation dialog when user tries to skip fingerprintAjay Nadathur2017-08-091-0/+55
| | | | | | | | | - After the user finished adding lock screen, if the user tries to skip fingerprint setup, show a confirmation dialog bug: 64092225 Test: Manually tested; robolectric tests also added Change-Id: Iba5088a9db93153988942cf78f11077f427e50cb
* Read theme for lock screen flowsMaurice Lam2017-06-281-7/+0
| | | | | | | | | | Move the applyThemeResource calls up from the setup wizard specific subclasses up to the settings classes so that it will get GLIF v2 theme on devices that request it. Test: Manual Bug: 62906814 Change-Id: I6ff4ff8d9ed3e6090b35b4ae7197e5d01f5a61f8
* Clean up choose lock intent creationMaurice Lam2017-05-121-1/+1
| | | | | | | | | | | | Consolidated the many variants of ChooseLock*.createIntent, so that it will take the same set of arguments. Also modified SetupChooseLock*.createIntent to modifyIntentForSetup, which will take the intent created by ChooseLock* and modify it for use with setup. Test: cd tests/robotests && mma Change-Id: I5ff033f459c33ec9980872a536b3996d89f2bbbb
* Update package names to work with the proto3 compilerTamas Berghammer2016-11-081-1/+1
| | | | | Bug: b/28974522 Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
* Log visibility change for all fragments.Fan Zhang2016-08-181-1/+1
| | | | | | | | | | Bug: 30681771 Test: SettingsUnitTests Refactor visibility logging from InstrumentedFragment into a mixin. And apply mixin in remaining fragments. Change-Id: Ibbb59904336254a3e4bb9e8c7d0b36e5a6bc2622
* Remove setup specific FP find sensor layoutMaurice Lam2016-06-231-1/+1
| | | | | | | | | Remove the setup variant layout of fingerprint find sensor, because the regular one is also GLIF themed, and positions the graphic correctly. Bug: 29421687 Change-Id: I20dee43c657434f63e73b5c32eb9a492d6786de5
* GLIF theme for settingsMaurice Lam2016-04-261-33/+1
| | | | | | | | | | Update fingerprint and screen lock setup to GLIF theme. - Screen lock setup while in SUW - Fingerprint setup, in and out of SUW Bug: 26427729 Change-Id: I1063d3b54bbeea72de38bcc246cff368bc65945e
* port settings over to new metrics enumChris Wren2016-01-271-2/+2
| | | | Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
* Removes fingerprint onboard screenUdam Saini2016-01-261-0/+4
| | | | | | | This screen isn't used anymore. This also fixes some fingerprint work in setup wizard to use the userId instead. Change-Id: Icb1debaf7b2766069a53a75eab6152d6b816b03c
* Fixes alignment for fingerprint animation during setup.Udam Saini2016-01-141-0/+5
| | | | | bug:26416907 Change-Id: I4da2166b5079cb97fac4547e720b042b9cbe5ac2
* 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] Add fingerprint enroll in setup wizardMaurice Lam2015-07-151-0/+73
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