Skip to content

Releases: queueit/android-webui-sdk

2.2.1

10 Dec 09:47

Choose a tag to compare

Release notes:

  • Fixed incorrect package name in README.md. Package name is com.queue-it.androidsdk:library

Full Changelog: 2.2.0...2.2.1

2.2.0

12 Nov 10:09

Choose a tag to compare

Release notes:

Breaking changes

  • Removed support for Android Support Libraries (Android x is now the only supported library).
    Package name is now com.queue-it.androidsdk:library-android:2.2.0
  • Removed contructor overloads of QueueITEngine, QueueITWaitingRoomProvider. All parameters to the single constructors are annotated with @NonNull or @Nullable. Please refer to the documentation for information about required and optional parameters (QueueITEngine parameters and QueueITWaitingRoomProvider parameters)

New features

  • Added support for Bring Your Own Proxy. This enables the SDK to run the Queue-it Waiting Room through a custom Reverse Proxy. Please contact Queue-it Support for more information about this setup

Full Changelog: 2.1.8...2.2.0

2.1.8

13 Aug 09:30

Choose a tag to compare

Release notes:

  • Add null check for targetUrl and queueUrl in QueueActivity to avoid NullPointerException

2.1.7

07 Feb 10:25

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

Choose a tag to compare

Release notes:

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

2.1.5

13 Sep 09:13

Choose a tag to compare

Release notes:

  • Fixed an issue related to custom domains

2.1.4

11 Aug 11:45

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

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.