aboutsummaryrefslogtreecommitdiff
path: root/security/FingerprintDialog/template-params.xml
AgeCommit message (Collapse)Author
2016-06-15samples: Remove compileSdkVersion/targetSdkVersion from template-parmsTrevor Johns
With the exception of API 24 samples, remove references to <compileSdkVersion> and <targetSdkVersion> from template-params.xml. These should be centrally managed. Change-Id: Iae5dadc9728fc5440a9521d2299041134eea8cea
2016-05-10Make the FingerprintDialog sample buildable with Android.mk so that bothTakeshi Hagikura
engineers can quickly iterate the changes over the sample. From the top level of the Android source directory, now the sample can be built by '$ make FingerprintDialog'. This CL deletes the dagger dependency and the unit test depends on dagger, but dagger wasn't relevant to the usage of the FingerprintManager and the unit test wasn't pushed to GitHub. So should be no impact. Also the CL makes the sample not depend on the Application/template directory because otherwise './gradlew preflight' command is needed to build the sample by 'make FingerprintDialog', which isn't good experience. Bug: 27369902 Change-Id: If37836c1a51cbf1b8bede81210092edec41b6926
2015-10-27Merge "Fix the sample name so that URL in the README.md points to the ↵Takeshi Hagikura
correct repositories. (i.e. https://github.com/googlesamples/android-AsymmetricFingerprintDialog/pull/4)" into mnc-docs
2015-10-27Fix the sample name so that URL in the README.md points to the correctTakeshi Hagikura
repositories. (i.e. https://github.com/googlesamples/android-AsymmetricFingerprintDialog/pull/4) Change-Id: I79ffbd758a188d756e43d8b1edaeeccef8aecfed
2015-10-16Fix the links for the documentsTakeshi Hagikura
Change-Id: Id14ba655b344817fb3b631e4b53f63551a4d30cd
2015-10-13Fix category for security samplesTrevor Johns
Some recent security samples were using an all-lowercase category name, which is preventing them from showing up properly in DAC. This fixes the naming to correct this. Change-Id: I6e4639d69b8958081a6495a3b1137b1e6c0e55ae
2015-08-04Update the sdk version targeting Android 6Takeshi Hagikura
Change-Id: I29ba27f915841aad8e36822e8079cfcd5e394e1f
2015-06-17Ask password when user adds a new fingerprint including a checkbox to ask thatTakeshi Hagikura
if they want to use fingerprints in the future and stores it as shared prefernces. Including some refactoring. - Keep the purchase button visible after a successful purchase so that users of the app can test a flow after registering a new fingerprint. - Fixed broken tests. - Use end/start instead of left/right for RTL languages. Bug: 21655960 Change-Id: I9b0015fa5f61048c611ab798afbf96edbc3239eb
2015-05-27Updating build.gradle and template-params for MNC samplesTrevor Johns
- Including new samples in master build - Adjusting min/target/compile SDK levels to match public preview - Setting all samples to DRAFT Change-Id: I6b051160a87de79b9db2d7d79f8f3242efe303fb
2015-05-26Initial commit for Fingerprint Dialog sample based on the EAP sample.Takeshi Hagikura
Changed to: - Conform to the DevRel template - Introduced Dagger injection to make it testable - Handle the case when the user hasn't set up a fingerptin or a lock screen to fall back to showing a message instead of the app crash - Some minor refactoring TODO Add InstrumentationTests once it can be launched. At this moment it can't be launched saying different API (E.g. Skipping device 'Nexus 5 - MNC', due to different API preview 'MNC' and 'android-MNC') (Taken over from this CL ag/687121, since it turns out the branch for developers samples should be in mnc-preview-docs) Bug:19503196 Bug:20765408 Bug:21030545 Change-Id: I86180af66241ec3d463c75a0107239a7e6ac2e25