Alexander Bakker
68436fba9c
Rewrite layout of EditEntryActivity to not use TableLayout
...
This prevents excessive overdraw and fixes the UI tests
2021-01-24 12:53:29 +01:00
Alexander Bakker
4f8a0b9020
Add some more tests
...
This adds tests for all of the importers, a new scrypt test and some more OTP tests. More to come.
2021-01-10 14:47:27 +01:00
Alexander Bakker
58d13ba9e3
Check for the possibility of an overflow when parsing OTP period
...
The conversion of the OTP period value to milliseconds may overflow for large
values, causing the result to wrap around to Integer.MIN_VALUE. This
subsequently caused a crash when calling ObjectAnimator.setDuration.
2019-08-28 19:46:47 +02:00
Alexander Bakker
1dd5f893da
Add support for Steam OTP
2019-04-01 22:37:52 +02:00
Alexander Bakker
29aa81765b
Rewrite the HOTP/TOTP code to be more compact and support more digits
2019-03-26 00:59:57 +01:00
Alexander Bakker
62425511a1
Rename package to com.beemdevelopment.aegis
2019-02-07 22:39:33 +01:00