Skip to content

Releases: queueit/android-webui-sdk

2.1.7

07 Feb 10:25
Compare
Choose a tag to compare

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
Choose a tag to compare

Release notes:

  • Bugfix regarding comparing path of Target URL and Destination URL.

2.1.5

13 Sep 09:13
Compare
Choose a tag to compare

Release notes:

  • Fixed an issue related to custom domains

2.1.4

11 Aug 11:45
Compare
Choose a tag to compare

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
Choose a tag to compare

Release notes:

  • Minor bug fix for handling "idle" and "afterEvent" scenarios.

2.1.2

04 Aug 10:49
Compare
Choose a tag to compare

Release notes:

  • Fixed a security issue with okhttp3

2.1.1

28 Jul 08:08
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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

05 Oct 13:31
Compare
Choose a tag to compare

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