Releases: queueit/android-webui-sdk
Releases · queueit/android-webui-sdk
2.2.2
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
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
Release notes:
Breaking changes
- Removed support for Android Support Libraries (Android x is now the only supported library).
Package name is nowcom.queue-it.androidsdk:library:2.2.0 - Removed contructor overloads of
QueueITEngine,QueueITWaitingRoomProvider. All parameters to the single constructors are annotated with@NonNullor@Nullable. Please refer to the documentation for information about required and optional parameters (QueueITEngineparameters andQueueITWaitingRoomProviderparameters)
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
Release notes:
- Add null check for targetUrl and queueUrl in QueueActivity to avoid NullPointerException