1. 47bb8f4 Update to AGP 3.3.0 am: ad107aaf33 am: 9a35e7bd9a by Yuichi Araki · 5 years ago
  2. ad107aa Update to AGP 3.3.0 by Yuichi Araki · 5 years ago
  3. 0754503 Update versions for build dependencies am: f302c1310b am: 7ae1ba0bf9 by Yuichi Araki · 5 years ago
  4. f302c13 Update versions for build dependencies by Yuichi Araki · 5 years ago
  5. f552280 Add missing google() repository am: 5bebac9243 am: 92343900bc by Ben Weiss · 6 years ago
  6. 5bebac9 Add missing google() repository by Ben Weiss · 6 years ago
  7. 1d3c5fe Migrated various apps under developers/samples/android/security/FingerprintDialog/Application/src/main to androidx by KOUSHIK PANUGANTI · 6 years ago
  8. 0c6fed1 Always get Support Library resources from prebuilts by Jeff Gaston · 6 years ago
  9. c3382b8 Merge "Set LOCAL_SDK_VERSION where possible." am: 0b1ff9e066 am: cea3145559 by hansson · 6 years ago
  10. 37e5131 Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 6 years ago
  11. c50da99 Add missing packaging info for Kotlin samples by Tiem Song · 6 years ago
  12. abe9ff7 Update versions for build tools by Trevor Johns · 7 years ago
  13. 6fd99d6 Prepare FingerprintDialog Kotlin sample for publishing by Tiem Song · 7 years ago
  14. 44f2c83 Merge "Create Kotlin version of FingerprintDialog sample" into oc-dev by TreeHugger Robot · 7 years ago
  15. f8101cb Create Kotlin version of FingerprintDialog sample by Tiem Song · 7 years ago
  16. fed097c Re-add missing toolbar for FingerprintDialog sample. by Tiem Song · 7 years ago
  17. f5705f1 Update compile and targetSdkVersion to v26. by Tiem Song · 7 years ago
  18. 1b7d0d8 Increment Gradle version to 3.4.1 for all samples by Trevor Johns · 7 years ago
  19. 033b104 Cleanup template-params.xml files for all projects by Trevor Johns · 7 years ago
  20. 81fe999 DirectBoot Sample: Fix bug with alarm scheduling by Trevor Johns · 7 years ago
  21. c34975e Merge "Small lint fixes for Confirm Credential sample." into nyc-mr1-dev am: dc25eecf0f am: bda55f8967 by Jan-Felix Schmakeit · 7 years ago
  22. c863dc9 Small lint fixes for Confirm Credential sample. by Jan-Felix Schmakeit · 7 years ago
  23. 5f6c674 Merge "Add missing transitive dependencies" am: 810544541d am: 6e49f97ae8 by Colin Cross · 7 years ago
  24. 6f3586b Update BasicKeyStore sample for new keystore APIs. by Jan-Felix Schmakeit · 7 years ago
  25. 27f6424 Add missing transitive dependencies by Colin Cross · 7 years ago
  26. 9429c19 Small lint fixes for FingerprintDialog sample. by Jan-Felix Schmakeit · 7 years ago
  27. 6b36f3f Fix lint issues in AsymmetricFingerprintDialog sample. by Jan-Felix Schmakeit · 7 years ago
  28. 8ad9d23 Fix DirectBoot sample. by Jan-Felix Schmakeit · 8 years ago
  29. 0d2f2c6 Syncing template-generated build artifacts by Trevor Johns · 8 years ago
  30. d72f3df Update Gradle wrapper to v2.14.1 by Trevor Johns · 8 years ago
  31. fc1c2ea Update samples to use API 24 by Trevor Johns · 8 years ago
  32. 821f126 Add another purchase button that uses a key which isn't invalidated even if a by Takeshi Hagikura · 8 years ago
  33. 62f42b3 samples: Remove support lib v4/v13 from DirectBoot by Trevor Johns · 8 years ago
  34. 50c3316 samples: Change support lib from v24.0.0-beta1 to v24.0.0 by Trevor Johns · 8 years ago
  35. 671a3a0 samples: Remove duplicate appcompat-v7 declarations by Trevor Johns · 8 years ago
  36. b729578 samples: Remove compileSdkVersion/targetSdkVersion from template-parms by Trevor Johns · 8 years ago
  37. f9872de samples: Use API 23 by default, except for N-specific samples. by Trevor Johns · 8 years ago
  38. ad6207d Update sample dependency versions for Android DP4 by Trevor Johns · 8 years ago
  39. 1af5b85 Merge "Fixes the crash when launching the app Avoids the crash by updating the app theme to use a Theme.AppCompat." into nyc-dev by Takeshi Hagikura · 8 years ago
  40. 2bce6a7 Fixes the crash when launching the app by Takeshi Hagikura · 8 years ago
  41. 23fbc97 Make the FingerprintDialog sample buildable with Android.mk so that both by Takeshi Hagikura · 8 years ago
  42. 23cb6da Resolve merge conflicts of f091104 to nyc-dev by Trevor Johns · 8 years ago
  43. 2482517 Rename the terms for Direct Boot according to the FBE API refactoring. by Takeshi Hagikura · 8 years ago
  44. 62dfe40 Follow framework refactoring. by Jeff Sharkey · 8 years ago
  45. 278320d Set Gradle wrapper to v2.10 for all samples by Trevor Johns · 8 years ago
  46. dea5446 Update build for N Developer Preview by Trevor Johns · 8 years ago
  47. d1d7484 Rename the File Based Encryption to Direct Boot according to the latest by Takeshi Hagikura · 8 years ago
  48. 7043364 Initial draft for the File Based Encryption API sample by Takeshi Hagikura · 8 years ago
  49. 243feb4 Update Gradle Wrapper version to 2.8 by Trevor Johns · 8 years ago
  50. fbc55d0 Fixing syntax issue in sample. by Paul Rashidi · 9 years ago
  51. 98b7832 Merge "Remove unneeded requestPermissions call from the Activity." into mnc-docs by Takeshi Hagikura · 9 years ago
  52. 341fe0b Merge "Patches the pull request on GitHub (https://github.com/googlesamples/android-FingerprintDialog/pull/14)" into mnc-docs by Takeshi Hagikura · 9 years ago
  53. 333001f Merge "Fix the sample name so that URL in the README.md points to the correct repositories. (i.e. https://github.com/googlesamples/android-AsymmetricFingerprintDialog/pull/4)" into mnc-docs by Takeshi Hagikura · 9 years ago
  54. ae11c76 Fix the sample name so that URL in the README.md points to the correct by Takeshi Hagikura · 9 years ago
  55. 1bea280 Remove unneeded requestPermissions call from the Activity. by Takeshi Hagikura · 9 years ago
  56. 8e056ae Patches the pull request on GitHub by Takeshi Hagikura · 9 years ago
  57. 9a79cd1 Merge "Fix the links for the documents" into mnc-docs by Takeshi Hagikura · 9 years ago
  58. 45f7ddb Merge "Fix links for the documents" into mnc-docs by Takeshi Hagikura · 9 years ago
  59. a174f70 Fix the links for the documents by Takeshi Hagikura · 9 years ago
  60. bf7b747 Fix links for the documents by Takeshi Hagikura · 9 years ago
  61. 217bec6 Fix the links for the documents by Takeshi Hagikura · 9 years ago
  62. 47d41b4 Fix category for security samples by Trevor Johns · 9 years ago
  63. 690e58b Merge "Add a client nonce in the transactions to prevent replay attacks." into mnc-docs by Takeshi Hagikura · 9 years ago
  64. 54c876b Add a client nonce in the transactions to prevent replay attacks. by Takeshi Hagikura · 9 years ago
  65. 66cd403 Update gradle wrapper to v2.5 by Trevor Johns · 9 years ago
  66. 49bbfaa Update gradle wrapper to v2.4 by Trevor Johns · 9 years ago
  67. 424704d AsymmetricFingerprintDialog: Add a new sample by Yuichi Araki · 9 years ago
  68. f1785a1 Revert "FingerprintDialog: Use asymmetric keys" by Yuichi Araki · 9 years ago
  69. 69a36a7 FingerprintDialog: Use asymmetric keys by Yuichi Araki · 9 years ago
  70. ea21571 Merge "Update sample prebuilts to use latest deps" into mnc-dev by Trevor Johns · 9 years ago
  71. d8cda51 Update sample prebuilts to use latest deps by Trevor Johns · 9 years ago
  72. ef82184 Merge "Fix NPE in FingerprintAuthenticationDialogFragment for MainActivity by having the explicit reference to the Activity." into mnc-dev by Takeshi Hagikura · 9 years ago
  73. 89d2da0 Update sample templates for android-23 release by Trevor Johns · 9 years ago
  74. de9a955 Fix NPE in FingerprintAuthenticationDialogFragment for MainActivity by Takeshi Hagikura · 9 years ago
  75. 417ba47 Merge "Update the sdk version targeting Android 6" into mnc-dev by Takeshi Hagikura · 9 years ago
  76. d7cd6a7 Update the sdk version targeting Android 6 by Takeshi Hagikura · 9 years ago
  77. d41a7d5 [ConfirmCredential] try encrypting after auth success by Andres Morales · 9 years ago
  78. 67cabff Use FingerprintManager#hasEnrolledFingerprints to by Takeshi Hagikura · 9 years ago
  79. 2c91683 Avoid app crashes when no fingerprints are registered. by Takeshi Hagikura · 9 years ago
  80. 804d34d Ask password when user adds a new fingerprint including a checkbox to ask that by Takeshi Hagikura · 9 years ago
  81. 60d1a54 Update and cleanup FingerprintManager API to new spec by Jim Miller · 9 years ago
  82. 415e5ce Updating build.gradle and template-params for MNC samples by Trevor Johns · 9 years ago
  83. 34f15ab Merge "Initial commit for Fingerprint Dialog sample based on the EAP sample." into mnc-dev by Takeshi Hagikura · 9 years ago
  84. 0794ece Initial commit for Fingerprint Dialog sample based on the EAP sample. by Takeshi Hagikura · 9 years ago
  85. d1898d3 Initial commit for confirm device credentials sample based on the EAP sample. by Takeshi Hagikura · 9 years ago
  86. 2a81ebf Merge "Updates metadata for "BasicAndroidKeyStore" sample" into lmp-docs by Benjamin Weiss · 10 years ago
  87. d2ae03a Updates metadata for "BasicAndroidKeyStore" sample by Benjamin Weiss · 10 years ago
  88. 3e3d82d Update build dependencies for Android Studio 1.0 RC1 by Trevor Johns · 10 years ago
  89. 3f2f345 Remove additional <uses-sdk> instances by Trevor Johns · 10 years ago
  90. 23a2c44 Remove <uses-sdk> block from all samples by Trevor Johns · 10 years ago
  91. 8871429 Merge "Add README and related files for distribution" into klp-modular-docs by Trevor Johns · 10 years ago
  92. f2a4213 Add Wear sample and rename other samples modules by Renato Mangini · 10 years ago
  93. e904b62 Add README and related files for distribution by Trevor Johns · 10 years ago
  94. 63ed998 update gradle from 1.10 to 1.12 in all samples by Clare Bayley · 10 years ago
  95. e9467ad Updated samples for Gradle 1.10 by Alexander Lucas · 10 years ago
  96. a6b4636 Restore "Merge downstream branch 'developers-dev' into 'klp-dev'" by Trevor Johns · 11 years ago
  97. ec98514 Revert "Merge downstream branch 'developers-dev' into 'klp-dev'" by Trevor Johns · 11 years ago
  98. 7a7aad0 Updated all build.gradle files for emit* compatibility. Added index.jd to gitignore by Alexander Lucas · 11 years ago
  99. cb241f8 Merge "Updated all samples with group categories." into developers-dev by Trevor Johns · 11 years ago
  100. 473bded Replaced sample package variable name with actual sample package across samples. by Alexander Lucas · 11 years ago