Skip to content

Releases: LoginRadius/android-sdk

Release Version 5.2.2

Choose a tag to compare

@indrasen715 indrasen715 released this 26 Jun 12:58
c4d4ddd

Removed/deprecated following Social APIs

  • getStatus
  • getContact
  • getAlbum
  • getAudio
  • getCheckIn
  • getCompany
  • getEvent
  • getFollowing
  • getGroup
  • getLike
  • getMention
  • getPhoto
  • getPage
  • getVideo
  • postMessage
  • getPost
  • updateStatus

Release Version 5.2.1

Choose a tag to compare

@indrasen715 indrasen715 released this 15 Apr 09:05
8205528
  • Improved error and success messages.
  • Updated the Google Sign-In and authentication services with version 21.3.0

Release Version 5.2.0

Choose a tag to compare

@indrasen715 indrasen715 released this 26 Jul 10:48
9eebfa0
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

Choose a tag to compare

@indrasen715 indrasen715 released this 04 Jan 06:52
0a20b49

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

Choose a tag to compare

@indrasen715 indrasen715 released this 03 Jun 15:57
c70f271

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

Choose a tag to compare

@indrasen715 indrasen715 released this 07 Feb 08:23

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

Choose a tag to compare

@indrasen715 indrasen715 released this 01 Oct 13:06

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

Choose a tag to compare

@giriraj12000 giriraj12000 released this 11 Sep 09:03
b719f88

Enhancements

  • Added new Dynamic methods to changing Social Permission according to a requirement for Google and Facebook Native Login.

Release Version 4.7.0

Choose a tag to compare

@Agarwal-Sudhanshu Agarwal-Sudhanshu released this 16 Jun 22:56

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

Choose a tag to compare

@Agarwal-Sudhanshu Agarwal-Sudhanshu released this 28 Nov 07:04
053b3c1

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.