Aegis/app
Alexander Bakker 291fd5427b Let Android handle the lifecycle of BiometricPrompt
We previously stopped/started the biometric prompt every time in
onPause/onResume, but that's apparently not necessary (and discouraged according
to the documentation). This caused issues where the prompt would get stuck on
some devices. While working on this I ran into another issue where AuthActivity
was closed and reopened for no reason after rotation of the device, compounding
the issue. This patch also fixes that.
2020-06-18 17:21:08 +02:00
..
src Let Android handle the lifecycle of BiometricPrompt 2020-06-18 17:21:08 +02:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Release v1.2 2020-06-16 17:31:04 +02:00
lint.xml Replace SpongyCastle with BouncyCastle 2020-05-16 12:30:38 +02:00
proguard-rules.pro Replace SpongyCastle with BouncyCastle 2020-05-16 12:30:38 +02:00