New Android Headless SDK.
0.3.1 (7th July 2025)
Features
- Introduced new response type AUTH_TERMINATED for terminal authentication failures.
0.3.0 (2nd July 2025)
Fixes
- Fixed locale-related issues with the latest SDK update
0.2.9 (17th June 2025)
Fixes
- ANR fix added on Otpless initialize
0.2.8 (9th June 2025)
Fixes
- sna error while send event made immutable to handle multithreading exception
0.2.7 (3rd June 2025)
Features
- Logging can be enabled or disabled.
0.2.6 (21th May 2025)
Fixes
- Made the default object immutable to prevent concurrent modifications.
0.2.5 (20th May 2025)
Fixes
- multiple failure response in case of truecaller fix added
0.2.4 (14th May 2025)
Fixes
- Fixed code verification on app killed state.
Improvements
- Removed Truecaller configuration from AndroidManifest.
0.2.3 (13th May 2025)
Fixes
- truecaller on activity result case handled
0.2.2(12th May 2025)
Improvements
- Added explicit declaration of SIM State receiver in the AndroidManifest.xml.
0.2.1 (5th May 2025)
Features
- Integrated Truecaller Single Sign-On (SSO) using the native Truecaller SDK.
0.2.0 (28th April 2025)
Improvements
- Bug fixes and optimizations for better performance.
0.1.9 (4th April 2025)
Improvements
- Better internal event handling.
0.1.8 (3rd April 2025)
Fixes
- Fixed a bug in which SNA api did not work as intended sometimes.
0.1.7 (28th March 2025)
Fixes
otpLength
not being sent in case ofOTP_LINK
authType
not being sent in case of custom request
0.1.6 (27th March 2025)
Features
- Added
otpLength
inINITIATE
response indicating the length of the OTP that has been sent to the user
0.1.5 (26th March 2025)
Fixes
- Fixed a bug in which
FALLBACK_TRIGGERED
was sometimes not being sent to the user.
0.1.4 (26th March 2025)
Fixes
- Fixed a bug in which
DELIVERY_STATUS
resposne was sometimes not sent to the user.
0.1.3 (24th March 2025)
Features
DELIVERY_STATUS
response added for SmartAuth.
Fixes
- GoogleCredentialApi version downgrade to stable version.
0.1.2 (24th March 2025)
Features
- Added INITIATE & VERIFY responses for SNA
0.1.1 (17th March 2025)
Fixes
- Fixed an issue in which otp auto read did not work properly.
0.1.0 (7th March 2025)
Fixes
- Fixed an issue in which the app crashed because of
EncryptedSharedPreferences
on some lower end devices
0.0.9 (6th March 2025)
Fixes
- Android error codes that did not match the documentation
0.0.8 (6th March 2025)
Fixes
- Chucker dependency issue
0.0.7 (6th March 2025)
Fixes
- activity memory leak fix
- Fixed the bug in which previous ONETAP response was sometimes sent again
- Android core degraded to 1.13.1 and auto read to 0.1.2 for better backward compatibility
0.0.6 (4th March 2025)
Features
- Added templateId support for SmartAuth
- Added event SDK_READY to notify that the sdk has been initialized
Improvements
- Robust api request handling
- Further robust utilization of AutoReadSDK
0.0.5 (28th February 2025)
Improvements
- Robust request handling by discarding old requests when a new request is made.
- Added retry mechanism for SDK initialization.
Fixes
- Fixed a bug in which
No Internet Connection
response was sent when it was not required.
0.0.4 (27th February 2025)
Features
- SmartAuth templateId support added for OTP delivery.
0.0.3 (19th February 2025)
Fixes
- Fixed crash related to network connectivity issues
- Fixed SNA timeout issues
Improvements
- Performance and resources optimizations for OTP delivery
0.0.2 (10th February 2025)
Fixes
- Fixed SDK initialization tracking bug
0.0.1 (31st January 2025)
- Initial release