A free, secure and open source app for Android to manage your 2-step verification tokens.
Find a file
Alexander Bakker 4a4ab1a82c Bunch of refactoring
- Get rid of KeyProfile and use DatabaseEntry directly
- Don't store Google auth style urls in the db, but use separate fields
- Update testdata to reflect db format changes
- Lay the ground work for HOTP support
- Refactor KeyInfo and split it into OtpInfo, TotpInto and HotpInfo
- Surely some other stuff I forgot about
2018-06-06 16:15:31 +02:00
.idea Don't try to catch exceptions that'll never be thrown 2018-06-05 15:49:00 +02:00
app Bunch of refactoring 2018-06-06 16:15:31 +02:00
doc Match slot ID's to keystore aliases 2018-02-10 17:20:41 +01:00
gradle/wrapper Update dependencies 2018-05-08 20:13:27 +02:00
testdata Bunch of refactoring 2018-06-06 16:15:31 +02:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Update dependencies 2018-05-08 20:13:27 +02:00
gradle.properties Why does android studio need to allocate such a colossal heap to compile a simple app 2017-08-07 22:40:18 +02:00
gradlew Initial commit 2016-08-15 21:29:41 +02:00
gradlew.bat Initial commit 2016-08-15 21:29:41 +02:00
LICENSE Initial commit 2016-08-15 21:29:41 +02:00
settings.gradle Request storage permissions in the intro 2017-12-13 19:00:22 +01:00