issues
search
Q42
/
Qlassified-Android
An Android Wrapper Library for easy Keystore Encryption
MIT License
47
stars
13
forks
source link
Feature/api 23 support
#6
Closed
ShaPOC
closed
8 years ago
ShaPOC
commented
8 years ago
Sorry for the delay everyone! Here it is!
Removed the excessive and intrusive permission entirely as mentioned in #2. Newer versions of Android (and this library doesn't support versions below API 16) have the ANDROID_ID set from first booting the device.
Cherry-picked the fix from
https://github.com/Q42/Qlassified-Android/pull/5
to use BouncyCastleProvider
Added the fix as mentioned in #1 which removes the IllegalBlockSizeException thrown.
Updated the versions of Gradle and Android libraries.
Sorry for the delay everyone! Here it is!