Releases: queueit/android-webui-sdk
Releases · queueit/android-webui-sdk
2.1.7
Release notes:
- Adding the option to set the browser agent for the web view.
- Including 'gradle-wrapper.properties' file to provide more information about tools used to build SDK
2.1.6
Release notes:
- Bugfix regarding comparing path of Target URL and Destination URL.
2.1.5
Release notes:
- Fixed an issue related to custom domains
2.1.4
Release notes:
-Cache bugs fixed.
-QueueCache class is removed
-References and signatures for methods using 'clearCache' have been removed.
-DemoApp UI has been changed.
2.1.3
Release notes:
- Minor bug fix for handling "idle" and "afterEvent" scenarios.
2.1.2
Release notes:
- Fixed a security issue with okhttp3
2.1.1
Release notes:
- Bugfix for being able to re-enter the waiting room in case of exceptions happening.
2.1.0
Release notes:
- Added
QueueITWaitingRoomProvider
for new support to getting the state of the Waiting Room before showing the queue.
- Added
QueueITWaitingRoomView
to queue visitors in a more lighter way.
- Added new delegates in
QueueITEngine
2.0.36
Release notes:
- QueueITToken is now available when the waiting room is disabled. It can be accessed through
queueDisabledInfo
Breaking changes:
- The
onQueueDisabled
callback was changed. Its signature looks like this now:
void onQueueDisabled(QueueDisabledInfo queueDisabledInfo)
2.0.35
Release notes:
-
Two new methods have been added to the QueueITEngine class:
- runWithToken - This lets you enqueue with a queue token
- runWithKey - This lets you enqueue with an unique key
-
A new callback was added in QueueListener
, onSessionRestart
. With that callback, you can restart the queue session for the user, by running run
, runWithToken
, or runWithKey