armadillo: Library crashing in devices running KitKat
According to the Readme:
Minimum SDK 19 (Android 4.4): A way to increase security is to cap older implementation. SDK 19 seems to be a good compromise where most of the older security hack fixes are not necessary anymore, but still targeting most devices.
But if you look into the build.gradle
file, it declares:
minSdkVersion = 21
Are the docs not up to date? Or it is still safe to use the library with minSdkVersion = 19?
Thanks.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (12 by maintainers)
Commits related to this issue
- Correct minSdk to be 19 instead of 21 refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Support devices runing KitKat (API 19) #6 — committed to davidmigloz/armadillo by davidmigloz 6 years ago
- Support devices runing KitKat (API 19) #6 — committed to davidmigloz/armadillo by davidmigloz 6 years ago
- Support devices runing KitKat (API 19) #6 — committed to davidmigloz/armadillo by davidmigloz 6 years ago
- Support devices runing KitKat (API 19) #6 — committed to davidmigloz/armadillo by davidmigloz 6 years ago
- Implement first version of AES CBC + MAC encryption for Kitakt (SDK 19-) refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Fix AAD in cbc and and add kitkat support mode in Armadillo builder refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Fix checkstyle issue refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Greatly refactor encryption config and support various decryption configs refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Add better error handling for kitkat mode refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Small refactorings refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Use derived encryption key instead of directly refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Improve migration test refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
- Add iv to mac generation refs #6 — committed to patrickfav/armadillo by patrickfav 6 years ago
Hey, sorry for the radio silence, I was really swampt. Will tackle this in the next few days if nothing comes in between.