Aegis/app/src/main/java/com/beemdevelopment/aegis
Alexander Bakker 3c887d8392 Replace SpongyCastle with BouncyCastle
SpongyCastle is a fork of BouncyCastle. We originally used this fork to 1) have
access to scrypt and 2) prevent a package name collision with the bundled
BouncyCastle. We don't actually need to use the fork anymore, because the
package name of the bundled BouncyCastle was changed in Android. SpongyCastle
has also gotten quite outdated in recent years.

The built-in version of BouncyCastle is replaced with the one bundled with the
app at runtime, so that we have a recent version even on older Android versions.

This also updates Gradle and the Gradle Android plugin, to fix a build error I
was running into when I added the dependency to BouncyCastle.
2020-05-16 12:30:38 +02:00
..
crypto Replace SpongyCastle with BouncyCastle 2020-05-16 12:30:38 +02:00
encoding Add support for importing from TOTP Authenticator 2020-02-19 11:59:34 +01:00
helpers Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
importers Import from ZIP for the Authenticator Plus, instead of SQLite databases 2020-05-12 12:09:46 +02:00
otp Add support for importing from the new Google Authenticator export QR codes 2020-05-11 14:02:59 +02:00
services Always cancel the persistent notification when the app task is removed 2020-01-02 13:05:45 +01:00
ui Merge pull request #410 from alexbakker/fix-0-byte-export 2020-05-16 12:27:52 +02:00
util Add support for backups 2020-04-18 13:38:25 +02:00
vault Improve overall exception handling and error feedback to the user 2020-05-09 16:12:38 +02:00
AegisApplication.java Improve overall exception handling and error feedback to the user 2020-05-09 16:12:38 +02:00
CancelAction.java Add temporary backpress fix 2019-09-06 21:48:17 +02:00
Preferences.java Increase password reminder period to 30 days 2020-05-12 22:23:47 +02:00
SortCategory.java Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
Theme.java automatically adapt to system theme 2020-04-20 15:29:41 +02:00
ViewMode.java Move entry divider logic to EntryListView 2019-06-09 22:41:50 +02:00