Skip to content

Releases: queueit/android-webui-sdk

2.3.0

Choose a tag to compare

@felixdrud felixdrud released this 16 Jun 12:13

Feature: invite only waiting rooms

2.2.4

Choose a tag to compare

@felixdrud felixdrud released this 07 Apr 13:30

Release notes:

  • Fixed navigation bug where Custom Theme links pointed to the same domain when using BYO CDN.

2.2.3

Choose a tag to compare

@felixdrud felixdrud released this 19 Feb 14:06

Release notes:

  • Fixed redirect to target url in same domain for BYO CDN.

Full Changelog: 2.2.2...2.2.3

2.2.2

Choose a tag to compare

@felixdrud felixdrud released this 04 Feb 15:11

Release notes:

  • SDK now supports setting a custom user agent, which will be used for all requests to the waiting room, both for the WebView and the HttpClient. The custom user agent can be set using QueueITEngineOptions.setSdkUserAgent.

Full Changelog: 2.2.1...2.2.2

2.2.1

Choose a tag to compare

@felixdrud felixdrud released this 10 Dec 09:47

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

Choose a tag to compare

@felixdrud felixdrud released this 12 Nov 10:09

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: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

Choose a tag to compare

@3520kramer 3520kramer released this 13 Aug 09:30

Release notes:

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

2.1.7

Choose a tag to compare

@Reza-0 Reza-0 released this 07 Feb 10:25

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

Choose a tag to compare

@Reza-0 Reza-0 released this 31 Jan 12:48

Release notes:

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

2.1.5

Choose a tag to compare

@sp0x sp0x released this 13 Sep 09:13

Release notes:

  • Fixed an issue related to custom domains