Justin Vartanian
Justin Vartanian
### Library version: - 3.0.1 ### OAuth Provider: - AWS Cognito ### Affected Platform(s): - Web ### Current Behavior When parsing the URL returned from the OAuth provider, if it...
Currently, URL fragments are being treated as a part of the query string. These are two distinct pieces of a URL, and should be handled separately. This PR updates the...
This PR exposes the ability to customize the slider's corner radius. It defaults to the current value of `2dp`. For example: - XML: `app:corner_radius="8dp"` - Kotlin: `slider.barCornerRadius = 8.0f *...
This PR exposes the ability to customize the slider's font using a [font resource](https://developer.android.com/guide/topics/resources/font-resource). For example: - XML: `app:slider_font="@font/karla"` - Kotlin: `slider.fontId = R.font.karla` The first attempt at this feature...
Using the [Homebridge Custom Plugin UI](https://github.com/homebridge/plugin-ui-utils) library, implements a custom config UI that makes it easier to generate refresh tokens. The new UI requires that the user input a client...