Thomas W.
Thomas W.
Yet to reproduce. Possibly debug this by adding a control status listener.
Hi @masleyko, Could you please review if the translations in [values-sk](https://github.com/Pittvandewitt/viper4android-2.7-strings/tree/values-sk/values-sk) are still correct? I noticed some inconsistencies regarding upper and lower case. I want to make sure that's correct...
closes https://github.com/material-components/material-components-android/issues/4009 closes https://github.com/material-components/material-components-android/issues/4079
**Description:** The inactive track part of `Slider` doesn't respect `trackInsideCornerSize`, causing drawing artefacts to occur. With the default `trackInsideCornerSize`, this translates to drawing when it shouldn't anymore. At its minimum...
closes https://github.com/material-components/material-components-android/issues/4070
**Description:** At the end of a track path, a rounded corner is drawn. When the track path is at its mimimum size, the rounded corner draws a circle. Instead it...
Fixes https://github.com/danjdt/android-pdfviewer/issues/31
android-pdfviewer throws a crash when trying to load a corrupted PDF file. This crash originates from android.graphics.pdf.PdfRenderer and is not caught by the try catch block in the setup method....
closes https://github.com/material-components/material-components-android/issues/4042 closes https://github.com/material-components/material-components-android/issues/3619
I found that Retro Music does not broadcast the intents [ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION](https://developer.android.com/reference/android/media/audiofx/AudioEffect#ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION) and [ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION](https://developer.android.com/reference/android/media/audiofx/AudioEffect#ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION) at the right events. This causes instances of audio effects to be initialized unnecessarily or to not...