Releases: Lutetium-Vanadium/Music-Flutter
Version 0.0.2
Added Features:
- Update notifier
Bugs Fixed:
- Unchecking a chosen album while adding a song to a custom album didn't work.
- Downloading songs was broken.
- While searching for songs to download, every second character a new search query would be executed, this lead to abrupt changes due to network latency. Searches are now executed only when a previous search is complete.
- While creating a custom album, if the name of the album is entered after selecting songs, the create button was not enabled.
- While swiping up to go home in the queue page, sometimes the queue would scroll.
- Performance issues due to blurred background on overlays
For more details about the app, see the README.
There will probably be many bugs and issues. If you see any, please open a pull request or file an issue.
First Installation
For iOS, please follow the steps given here.
For android, first generate the API Keys. Once generated, install the apk, and supply the required keys.
Updating
For android, just download the apk and install it. There are 4 available apks based on cpu architecture -
- Music-arm64-0.0.2.apk - For arm64 cpus
- Music-armeabi-0.0.2.apk - For arm cpus
- Music-x86_64-0.0.2.apk - For x86 cpus
- Music-0.0.2.apk - A generalised apk that will work with all android devices
If you aren't sure which cpu architecture you have, use the Music-0.0.2.apk apk.
For iOS, rebuild the app, the same way you did for first installation, your data shouldn't be deleted.
Patch for Initial Release
Bugs Fixed
- Download progress would show for multiple songs, when downloading a song.
- Shuffled didn't update when playing new songs unless started with shuffle.
- Controls while viewing currently playing song wasn't responsive to smaller screens.
- Playing without internet didn't work when syncing is enabled.
- Syncing custom albums would crash the app.
- Deleting songs didn't effect/update queue
For more details about the app, see the README.
There will probably be many bugs and issues. If you see any, please open a pull request or file an issue.
First Installation
For iOS, please follow the steps given here.
For android, first generate the API Keys. Once generated, install the apk, and supply the required keys.
Updating
For android, just download the apk and install it.
For iOS, rebuild the app, the same way you did for first installation, your data shouldn't be deleted.
Initial Release
First release of the Music App. For more details, see the README.
There will probably be many bugs and issues. If you see any, please open a pull request or file an issue.
For iOS, please follow the steps given here.
For android, first generate the API Keys. Once generated, install the apk, and supply the required keys.