Releases: nkitan/authentica
Version 1.0.1
Initial release on github
-- ChangeLog --
0.0 - Initial Build , Minimum Viable Product [Unavailable :/]
- Working TOTP using HMAC-SHA1
0.1 - Quality of Life Improvements
- Added Theme Option
- Added About Page
- Changed Colors to match Material Theme Specification
- Added Icons
0.1.1 - Refine application
- replaced unneccesary code with streamlined code (added lambda functions, replaced redundant hardcoded colors
with color values from values folder)
- replaced depreciated / EOL methods (getColor)
- Changed Entry Background to match main background
0.1.2 - Improve Security
- replaced KeyPairGeneratorSpec(depreciated) with KeyGenParameterSpec in SecretKeyWrapper
procured from Android Commons
- Added SHA256 and SHA512 implementations
0.1.3 - Minor Improvements
- Fixed Double Username Issue
1.0 - First Release Build
- Added PKCS5 Padding to AES Encryption to improve Security
- Refined 'About' Screen
- Refined Entry Username Format
- Built with Password Protected KeyStore
1.0.1 - Minor Upgrade
- Changed Status bar color to match Primary color