eBay / UAF

UAF - Universal Authentication Framework
Apache License 2.0
281 stars 151 forks source link

Added support for keys protected by Android keystore #35

Closed nelenkov closed 7 years ago

nelenkov commented 7 years ago

Supported on Android 6.0. Should use the old (software) method on pre-M.

Also some heavy refactoring...

cdiamon commented 7 years ago

minSdkVersion 23? There are plenty of 21 yet.

nelenkov commented 7 years ago

yes, sorry, forgot to bring it down after testing. I'll add a commit that makes Android 5.0 again.

nelenkov commented 7 years ago

should work properly on sdkVersion 21 now.