Releases: Keyri-Co/keyri-android-whitelabel-sdk
Releases · Keyri-Co/keyri-android-whitelabel-sdk
4.3.0
Library updates
- Added new tamper detection
- Updated Keyri constructor, added flags for detections configuration
- Added telemetry for
login
andregister
functions - Added
getCorrectedTimestampSeconds
method which checks time changes and get corrected NTP timestamp - Updated
easyKeyriAuth
method deprecation with replacement details - Fixed Keyri timestamps, tamper detection sensitivity
4.3.0-alpha05
Library Updates
- Added deprecation for Keyri constructor with
blockEmulatorDetection
param - Updated
easyKeyriAuth
method deprecation with replacement details
4.3.0-alpha04
Library Updates
- Added deprecation for Keyri constructor with
blockEmulatorDetection
param - Updated
easyKeyriAuth
method deprecation with replacement details
4.3.0-alpha03
Library Updates
- Fixed tamper detection sensitivity
- Updated Keyri init block
- Added more flags for detections configuration
4.3.0-alpha01
Library Updates
- Added new tamper detection
- Added to
login
andregister
functions telemetry calls
4.2.4
Library Updates
- Fixed proguard rule for
createFingerprint
method
4.2.3
Library Updates
- Fixed
EventType
structure and proguard rule
4.2.2
Library Updates
- Fixed timestamp nonce format for login object
- Added
AccountDoesNotExistException
for login method - Added
AccountAlreadyExistException
for register method - Added new
createFingerprint
method - Updated barcode analyzing in scanner and compose modules
- In
KeyriCallback.java
fixed throws declaration - Added
eventMetadata
field for providing custom event details
4.1.1
Library Updates
- Fixed nullable
publicUserId
inlogin
andregister
methods - Updated proguard-rules to keep
LoginObject
andRegisterObject
4.1.0
Library Updates
- Added
login
andregister
methods easyKeyriAuth
with passingrequestCode
and activity result is deprecated. UseeasyKeyriAuth
withActivityResult
API.- Cleanup unused resources
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.6.4 | 1.7.3 |
com.squareup.okhttp3:okhttp | 4.11.0 | 4.12.0 |