0.3.0 (2023-12-12) Features: - Add option to limit bandwidth usage by streaming transcoded music - Improve player bottom sheet, in particular fling support Enhancements: - Refactor CoverArt.withContext(). Bugfixes: - Fix buffering progress bar display - Fix landscape view induced MainActivity leak. - Fix Too Many Receivers exception 0.2.1 (2023-04-18) Bugfixes: - Removed navigation-dynamic-features-fragment, which has proprietary dependencies and isn't needed 0.2.0 (2023-04-05) Features: - Add filtering functionality to favorites view (thanks @PhieF) - Allow backward skip after pause by configurable number of seconds (contributed by hdasch) - Use the track cover in an album track list if one is available Bugfixes: - Make the mini player overlay stay on top (contributed by @christophehenry) - Use Picasso stableKey for better caching against pre-signed URLs (thanks @rickosborne) 0.1.5 (2022-07-04) Bugfixes: - Fix App crashes when interacting with playlist (@Mouath) - Fix leaked database cursor resource - Fix playback order to respect preference setting on albums fragment - Fix the removal of existing downloads - Fix unresponsive bluetooth buttons with Oreo and later (thanks @hdasch) - Fix warnings in log output due to leaked BufferedReader resource (thanks @hdasch) - Fixes problem where users are logged out sporadically (thanks to @hdasch) 0.1.4 (2021-09-18) Bugfixes: - Fix application crash when opening playlists view (#99) 0.1.3 (2021-09-17) Bugfixes: - Disable landscape mode to avoid application crashes (#93) - Fix handling of hostname 'https://' scheme prefix (#88) - Remember scroll positions in list views (Artists/Albums/...) (#95) - Remove trailing slash from hostname (#92) - Use correct radio identifier for user radio (#90) Other: - Add hard coded version information for F-Droid deployment (#97) - Automatically update the favorites list view (#28) - Update Fastlane metadata for app store deployments (#89) 0.1.1 (2021-08-31) Features: - Display if the whole album is offline available (#50) - Implement OAuth as Funkwhale's new authentication system (#48) - Increase size of buttons in queue (#39) - Migrate from deprecated Kotlin synthetics to Jetpack view binding (#67) - Rebrand Otter to Funkwhale for Android (#3) - Show error messages to user when login failes (#80) - Stretch timeline of the "now playing" view to entire width (#25) Bugfixes: - Artist, Album and Track title is missing in search results (#70) - Fix application crash when adding song to playlist (#83) - Show pause icon when song is playing (#87) Other: - Host a F-Droid repository for development artefacts (#5) - Initial testing support, test coverage calculation and integration with gitlab (#7) - Migrate open Otter issues to the Funkwhale for Android Gitlab repository (#2) - Rename debug build to Funkwhale (preview) (#71) - Show Funkwhale logo on the selfhosted F-Droid repository application page (#69) - Upgrade ExoPlayer version to 2.14.2 (#65) - Use towncrier to manage changelog (#6)