Releases: amdelamar/jotp
Jotp v1.3.0
Jotp v1.2.2
☑️ Fixed Android compatibility with Hex encode Strings #10
☑️ Fixed bug with Base32 secret not uppercased. Base32 secret should always be uppercased if not already. #12
☑️ Deprecated timeInHex()
and random()
, as both are not critical or needed. Will remove in next release. #13
Also:
- Replaced Travis with Drone (CI testing)
- Updated to Gradle 5.0 (Builds)
- Updated to Osseous 3.0.0 (Docs styling)
Jotp v1.2.0
This version includes:
☑️ 100% code coverage
☑️ Published to JCenter
☑️ Package renamed from com.austindelamar
to com.amdelamar
☑️ More unit tests
Jotp v1.1.0
This version includes:
☑️ Better documentation, Jitpack, CodeCov
☑️ OTP class with easy getURL()
☑️ Use of Type enum instead of String (e.g. Type.TOTP)
☑️ More unit tests.
Jotp v1.0.0
The first release of Jotp! 🎂
This version includes:
☑️ Hmac Based algorithm.
☑️ Time Based algorithm.
☑️ OTP class with easy create()
and verify()
methods.
☑️ Plenty of unit tests!
☑️ randomBase32()
method for 2FA setup or account creation
☑️ timeInHex()
method for easy Time bases (Unix Time - 30 second window)