Releases: LoginRadius/android-sdk
Release Version 5.2.2
Removed/deprecated following Social APIs
getStatusgetContactgetAlbumgetAudiogetCheckIngetCompanygetEventgetFollowinggetGroupgetLikegetMentiongetPhotogetPagegetVideopostMessagegetPostupdateStatus
Release Version 5.2.1
- Improved error and success messages.
- Updated the Google Sign-In and authentication services with version 21.3.0
Release Version 5.2.0
Enhancements
- Added MFA push notification functionality in the SDK which allow to register the device by scanning the QR code. Upon successful registration, LoginRadius issue an authentication challenge to the registered device. When the consumer receives the push notification, they simply need to tap 'allow' or 'deny' to respond.
Released Version 5.1.0
Released on January 04, 2024
Enhancements
Added Biometric Authentication helper class in the LoginRadius SDK to authenticate using Face and Fingerprint. For detailed information on Biometric Authentication, please refer to the following document:
https://developer.android.com/training/sign-in/biometric-auth
Released Version 5.0.0
Released on June 03, 2022
Enhancements
-
Added a Security Improvement in the Android SDK for Storing secure information like a key, token, and secret in the Android Keystore system. The Android Keystore system lets you store cryptographic keys in a container to make it more difficult to extract from the device.
-
The LoginRadius SDK provides the public helper functions
encryptData()&decryptData()for the Secure Keystore encryption Process, these functions will be used for the encryption and decryption of sensitive information that will be stored inside the project.
For Example:- Customers can able store any sensitive information in the above method by adding an additional security layer to make it difficult to extract data from the device.
- Updated Facebook SDK with the latest version.
Breaking Changes
For developers migrating from v4.9.2, there will be 1 minor breaking change in terms of SDK implementation.
In this version, a Facebook Client Token will be required while implementing Facebook native login, for more info please refer to our implementation guide.
Released Version 4.9.2
Released on February 07, 2022
Removed (Deprecated) API:
getUserProfile(Social User Profile EndPoint)
In this Android SDK version, we have removed/deprecated the getUserProfile method (Social User Profile EndPoint ). This API endpoint is also deprecated from the LoginRadius backend soon, so we will suggest please use readAllUserProfile method instead of getUserProfile method.
To know more about the Implementation of this API please refer to this document.
Released Version 4.9.1
Released on October 01, 2021,
Enhancements
- Added Custom header feature
- Added Referer Header Feature
- Updated the Facebook Login SDK with version 11.2.0
Release Version 4.8.0
Enhancements
- Added new Dynamic methods to changing Social Permission according to a requirement for Google and Facebook Native Login.
Release Version 4.7.0
Enhancements
- Added new SocialAppName(optional) Parameter in Native Social Login methods to support multiple apps from the same social provider.
Release Version 4.6.0
Enhancements
- Added new WeChat Native Login feature for Better Native User Experience.
Bug Fixes
- Fixed issue related to libraries reference with the SDK Gradle installation.