mirror of https://github.com/beemdevelopment/Aegis
master
v2.0.3-release
v1.2.1-release
v1.0.3-release
v3.4
v3.4-beta1
v3.3.4
v3.3.3
v3.3.2
v3.3.1
v3.3
v3.3-beta1
v3.2
v3.1.1
v3.1.1-beta1
v3.1
v3.1-beta1
v3.0.1
v3.0
v3.0-beta1
v2.2.2
v2.2.1
v2.2
v2.2-beta1
v2.1.3
v2.1.2
v2.1.1
v2.1
v2.1-beta2
v2.1-beta1
v2.0.3
v2.0.2
v2.0.1
v2.0
v2.0-beta2
v2.0-beta1
v1.4.2
v1.4.1
v1.4
v1.4-beta2
v1.4-beta1
v1.3
v1.3-beta2
v1.3-beta1
v1.2.1
v1.2
v1.2-beta5
v1.2-beta4
v1.2-beta3
v1.2-beta2
v1.2-beta1
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1
v1.1-beta1
v1.0.3
v0.1
v0.1.1
v0.2
v0.2.1
v0.2.2
v0.3
v0.3.1
v0.3.2
v0.3.3
v0.4
v0.4.1
v0.4.2
v0.4.3
v1.0
v1.0-beta1
v1.0.1
v1.0.2
${ noResults }
1 Commits (v1.2.1-release)
Author | SHA1 | Message | Date |
---|---|---|---|
|
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. |
5 years ago |