A simple, rational music player for android
Find a file
OxygenCobalt d017774cef Fix bug with permission checking
Fix a bug with the permission checking where the MusicRepository would return NO_PERMS to the LoadingFragment faster than the creation of the view, causing the error message to never display. Permission checks are now handled by LoadingFragment instead.
2020-09-03 18:15:44 -06:00
app Fix bug with permission checking 2020-09-03 18:15:44 -06:00
gradle/wrapper Add android boilerplate code 2020-08-17 09:52:52 -06:00
.gitignore Add android boilerplate code 2020-08-17 09:52:52 -06:00
build.gradle Move album art loading to Coil 2020-08-25 18:37:00 -06:00
gradle.properties Add android boilerplate code 2020-08-17 09:52:52 -06:00
gradlew Add android boilerplate code 2020-08-17 09:52:52 -06:00
gradlew.bat Add android boilerplate code 2020-08-17 09:52:52 -06:00
LICENSE Initial commit 2020-08-17 15:35:12 +00:00
README.md Initial commit 2020-08-17 15:35:12 +00:00
settings.gradle Add android boilerplate code 2020-08-17 09:52:52 -06:00

Auxio

Android Music Player, Current WIP