Questo è l'app musicale ufficiale e nativa per Funkwhale, nativa sia per Android (sviluppato in Kotlin) che per Funkwhale (utilizza le sue API native invece di Subsonic). https://play.google.com/store/apps/details?id=audio.funkwhale.ffa&hl=it&gl=US
Go to file
Antoine POPINEAU 4ecb607f45
Let the media session live when playback is paused.
As per Android policy and internal logic, we stopped the playback
foreground service when playback was paused. This made our PlayService
elligible for garbage collection by the OS. This had the consequences of
not allowing someone to pause playback and resume it after some time.
Android would always kill the service after around one minute.

This commit, on supported Android version (7.0+) detaches the
notification when stopping the foreground service, leaving the
notification in place even when the service is killed, allowing the user
to resume playback whenever they please.

We also had to move the MediaSession out of the service, for it to
remain alive between service killing and resurrection.
2020-07-09 23:01:35 +02:00
.github Fixed tag regex so that CI kicks in on release. 2020-07-07 21:11:45 +02:00
app Let the media session live when playback is paused. 2020-07-09 23:01:35 +02:00
dist Updated banner with new logo. Added source files for logo and banner. 2020-06-26 20:37:47 +02:00
fastlane/metadata/android Prepare 1.0.20. 2020-07-07 20:10:35 +02:00
gradle/wrapper Updated Gradle and Gradle plugin versions. Enabled artifact minification and resource shrinking (reduces APK size by more than 50%). 2020-06-25 22:29:33 +02:00
libs Upgraded ExoPlayer, manually compiled FLAC extension. Related to #44. 2020-06-13 22:24:35 +02:00
.editorconfig Added experimental radios support. Fixed linter and fastlane metadata. 2020-05-30 21:16:28 +02:00
.gitignore Initial commit. 2019-10-20 15:19:18 +02:00
LICENSE Initial commit. 2019-10-20 15:19:18 +02:00
README.md Prepare 1.0.20. 2020-07-07 20:10:35 +02:00
build.gradle.kts Updated Gradle and Gradle plugin versions. Enabled artifact minification and resource shrinking (reduces APK size by more than 50%). 2020-06-25 22:29:33 +02:00
gradle.properties Updated Gradle and Gradle plugin versions. Enabled artifact minification and resource shrinking (reduces APK size by more than 50%). 2020-06-25 22:29:33 +02:00
gradlew Set up automatic store uploads and versions management. 2019-10-21 22:11:51 +02:00
gradlew.bat Set up automatic store uploads and versions management. 2019-10-21 22:11:51 +02:00
settings.gradle.kts Migrated to Kotlin for Gradle scripts. 2019-10-21 23:26:06 +02:00

README.md

Otter for Funkwhale

Otter is a native Android music player for Funkwhale, native to both Android (developed in Kotlin) and to Funkwhale (uses its native API instead of Subsonic).

You can get help and discuss Otter on Matrix on #otter:matrix.org.

Otter graphic

State

A beta version of the app can be downloaded on Google Play, on IzzySoft (F-Droid-compatible repository) or through GitHub releases. Please bear with it, there will be bugs, there will be crashes and there will be performance or UX issues.

Otter's features, as of this writing, are the following:

  • Basic collection browsing (artists, albums and tracks)
  • Playlists listing
  • Favorites management (listing and add/remove)
  • Track search
  • Queue management
  • Caching of played tracks (played tracks work offline)
  • Download tracks for offline playback
  • Radios playback
  • Dark mode! 🎉

Otter will try to behave as you would expect a mobile music player to, meaning integrating with the OS's media controls (including headset controls) or pause on incoming calls. If there is anything you would like it to do, please open an issue.

Screenshots

Translation

Otter is being translated by the community through Weblate. If you would like to contribute to its localization or add a new language, you can help out there.

Thanks to the Funkwhale project for hosting us on their instance.