Releases: queueit/android-webui-sdk
Releases · queueit/android-webui-sdk
2.0.34
Release notes:
- QueueItEngineOptions was added to help configure QueueItEngine.
- You can now disable the back button in the waiting room.
2.0.33
Release notes:
- The group name was changed to
com.queue-it.androidsdk
- The library is now available on maven central.
2.0.32
Release notes
- Updated handling of user id in URLs
2.0.31
Release notes:
- Bugfix in soft blocked waiting rooms with captcha enabled
2.0.30
Release Notes:
- Captcha and proof of work (machine captcha) are now supported.
2.0.29
Release notes:
- SDK Version is now included in the user-agent
- Bugfix URL handling
2.0.27
Added support for queueit://close URIs to close the Webview.
The onWebViewClosed
callback is now executed whenever a Webview is closed using a link.
2.0.26
Updated navigation handling:
- queue passed callback is now called only when there's an exact same target URL match
- "what is this" and logo URLs aren't followed anymore
2.0.25
The SDK is now published in two flavors: library, library-androidx
2.0.24
Bugfix for deep links.
The SDK now handles deep links so you can use them in your application.