Skip to content

Releases: queueit/android-webui-sdk

2.1.3

08 Aug 13:42

Choose a tag to compare

Release notes:

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

2.1.2

04 Aug 10:49

Choose a tag to compare

Release notes:

  • Fixed a security issue with okhttp3

2.1.1

28 Jul 08:08

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

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