Releases: queueit/android-webui-sdk
Releases · queueit/android-webui-sdk
2.1.8
13 Aug 09:30
Compare
Sorry, something went wrong.
No results found
Release notes:
Add null check for targetUrl and queueUrl in QueueActivity to avoid NullPointerException
2.1.7
07 Feb 10:25
Compare
Sorry, something went wrong.
No results found
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
31 Jan 12:48
Compare
Sorry, something went wrong.
No results found
Release notes:
Bugfix regarding comparing path of Target URL and Destination URL.
2.1.5
13 Sep 09:13
Compare
Sorry, something went wrong.
No results found
Release notes:
Fixed an issue related to custom domains
2.1.4
11 Aug 11:45
Compare
Sorry, something went wrong.
No results found
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
08 Aug 13:42
Compare
Sorry, something went wrong.
No results found
Release notes:
Minor bug fix for handling "idle" and "afterEvent" scenarios.
2.1.2
04 Aug 10:49
Compare
Sorry, something went wrong.
No results found
Release notes:
Fixed a security issue with okhttp3
2.1.1
28 Jul 08:08
Compare
Sorry, something went wrong.
No results found
Release notes:
Bugfix for being able to re-enter the waiting room in case of exceptions happening.
2.1.0
25 Jul 10:53
Compare
Sorry, something went wrong.
No results found
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
17 Feb 08:11
Compare
Sorry, something went wrong.
No results found
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 )