LivingWithHippos
LivingWithHippos
Search and filtering has issues because of how paging works. There is no immediate solution since it just wasn't made for that - sorting is not possible, data is chunked...
see https://material.io/blog/migrating-material-3 and https://m3.material.io/
**To Reproduce** Steps to reproduce the behavior: 1. Install in android tv 2. open a streamable file 3. choose open with/chsare with 4. Select a player and tap "Set to...
Use a service such as Crowdin or Weblate to let contributors add their own translation to the project.
The bottom navbar with multiple stacks is now supported directly without all the extra code that is used right now. See the [official sample](https://github.com/android/architecture-components-samples/blob/main/NavigationAdvancedSample/app/src/main/java/com/example/android/navigationadvancedsample/MainActivity.kt) and adapt it EDIT: at the...
add chromecast support to streamable links. Guides: - https://developers.google.com/cast/docs/android_sender - https://codelabs.developers.google.com/codelabs/cast-videos-android/#0 - https://github.com/googlecast/CastVideos-android
Right now the app is working, but it has some issues: - [x] TextInput fields not focusable - [ ] hard to see which field/button is currently selected (temporary workaround:...
Hello, I'd like to know what's the easiest way to export data from the app. I suppose I can somehow take the db from the browser and then edit it...