Christoph Kührer
Christoph Kührer
If you have connected multiple devices with the same serial (which, unfortunately, frequently happens with cheap Chinese devices), then you can only access one of them in adb idea. This...
Hi, first of all thanks a lot for this great library - saved us a lot of time already! We were looking for a way to limit how many chips...
# Issue Hi, I'm trying to use this library for downloading images and videos. Both work perfectly on iOS but on Android 10 only image downloads work. When trying to...
According to the Material documentation[1] and the documentation in `AlertDialog`[2], the correct Button style to use are `TextButton`s and not regular (colored) `Button`s. [1]: https://m3.material.io/components/dialogs/overview [2]: https://developer.android.com/jetpack/compose/components/dialog Note: This PR...