Skip to content

Releases: queueit/android-webui-sdk

2.1.0

25 Jul 10:53

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

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

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

2.0.34

18 Jun 13:28

Choose a tag to compare

Release notes:

  • QueueItEngineOptions was added to help configure QueueItEngine.
  • You can now disable the back button in the waiting room.

2.0.33

18 Feb 09:08
748c4b3

Choose a tag to compare

Release notes:

  • The group name was changed to com.queue-it.androidsdk
  • The library is now available on maven central.

2.0.32

10 Feb 13:57

Choose a tag to compare

Release notes

  • Updated handling of user id in URLs

2.0.31

10 Feb 12:59

Choose a tag to compare

Release notes:

  • Bugfix in soft blocked waiting rooms with captcha enabled

2.0.30

04 Feb 14:45

Choose a tag to compare

Release Notes:

  • Captcha and proof of work (machine captcha) are now supported.

2.0.29

21 Jan 09:28

Choose a tag to compare

Release notes:

  • SDK Version is now included in the user-agent
  • Bugfix URL handling

2.0.27

23 Nov 13:39

Choose a tag to compare

Added support for queueit://close URIs to close the Webview.
The onWebViewClosed callback is now executed whenever a Webview is closed using a link.