Skip to content

Releases: scottyab/safetynethelper

0.8.0

26 Mar 09:23
c17b139
Compare
Choose a tag to compare
  • Update to Safety Net v17
  • Use Android X
  • Target Android SDK 30
  • Removed old support-annotations

Sample

  • Added Advice
  • Added support for Android/Google TV

0.3.0

07 Feb 15:21
Compare
Choose a tag to compare
  • Uses and reports new basicIntegrity flag
  • Depends on play-services-safetynet:10.0.1
  • Better error message when request fails
  • Doesn't run the validation when basicIntegrity or ctsProfileMatch are false as the safetynet API no longer returns data to validate (but also you don't really need to validate false responses, it's the true ones you're more likely to care about)

0.1.1

08 Jun 09:41
Compare
Choose a tag to compare
  • jitpack.io fix
  • minor documentation fixes

0.1.0

02 Jun 16:23
Compare
Choose a tag to compare
  • Simplified call the SafetyNet API
  • Decoding of the JSON Web Token (JWT) into simple POJO
  • Validation of the payload matches the request
  • Integration with the Device verification API to verify the JWT message.
  • SSL pinning on the Device verification API connection