Releases: verloop/android-sdk
Releases · verloop/android-sdk
1.1.6-rc.1: 1. Changed minSdkVersion to 19.
- Updated the min sdk version to android 4.4 and sdk version 19
- Added api to close the room from the mobile device
- Updated documentation on notification
Moved the logic to call verloop methods via js hooks
- Fixed the notifications for new android versions
- Updated the method call to js hooks instead of passing using url
Improving the api calls
- Instead of adding the methods to the urls, we are now calling the js methods
- Fixed push notifications for Android 12 & 13
Removing fields config object in case of logout
Fields which are removed:
- userId
- userName
- userPhone
- userEmail
- customFields
Minor fix: Removing toast on logout
1.1.3 Update Readme.md
Fixed logout issue
- Removed user-id shared preference key once the logout method is called
- Fixed typo for unsubscribing the chat notifications on logout
Fix of issues with slow internet
1.1.1-rc.2 updating super call
New SDK version
Key Highlights:
- Fixed all the reported crashes
- Updated the logic to cache the metadata of the client widget. like color, name, background etc
- Updated the dependencies
- Removed the deprecated code
- Removed the dependency on event-bus
- Fixed notification listeners
Fixed crash issues and dependency upgrades
v1.1.0-rc.4 passing custom param value as url encoded value to avoid changing the…
Revamped SDK
- Updated the FCM handlers
- Updated the config creation
- Migrated to kotlin from Java
- Updated the data flow
- Fixed older crashing issues