Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Releases: vhaudiquet/blade-player

Version 1.0

05 Jun 18:12
Compare
Choose a tag to compare

Blade first release. No support for SoundCloud at the moment, as i can't get an API key.
NOTE : known bugs : crashes on null playlist name, multiple issues on OREO+ systems.

This version is the first stable version of Blade, and should be stable. However i could not test it on Oreo+ devices, so i'm not really sure of the behaviour on theses systems.
Keep in mind that this is the first Blade release, and that more features will be coming soon ; if you really want more you can download the Nightly builds, or add features yourself by forking the repo :)

Version 0.7 (Unreleased)

01 Jun 13:25
Compare
Choose a tag to compare
Pre-release

KNOWN BUGS : crashes on local playlist add, on spotify/deezer library remove ; after a sync, the "Songs" view (and songs list) will be empty
(fixed in next version)
+Added manage library
+Added new playlist
+Added SourcePlayers (better code architecture, less bugs)
+various bugfixes & improvements
This version is almost 1.0-ready, so i'll be launching 1.0 alpha soon
(i would have liked to get soundcloud but can't get an api key)

Version 0.6 (Unreleased)

26 May 22:28
Compare
Choose a tag to compare
Pre-release

BUGS : can't play music without spotify connection (all players init rely on spotify init) ; can't load playlists from users that have no displayName (fixed in next version)
Added playlist edition
Cache loading time was reduced (/20)
Synchronisation time was reduced
Spotify player bugs were fixed (as i bought a premium account)
MainActivity UI bugs were fixed
LibraryService idea was dropped ; we're back on handling library with static class/threads
Source and SongSource were changed to be more scalable
We're going forward to 1.0 (i can't include soundcloud for now as i can't get an API key)

Version 0.5 (Unreleased)

23 May 14:39
Compare
Choose a tag to compare
Pre-release

Added web libraries cache and synchronisation, which permits faster loading time (from arround 3 minutes to 10 seconds). The loading time is still too big, but i can't really do anything without changing the whole library architecture.
Also added ACRA library, which sends anonymously crash reports (will help me debug).
++bugfixes ++web search

Version 0.4 (Unreleased)

13 May 16:17
Compare
Choose a tag to compare
Pre-release

Various bugfixes and improvements, new logo.

Version 0.3 (Unreleased)

11 May 20:39
Compare
Choose a tag to compare
Pre-release

Added Deezer support, and source priorities.

Version 0.2 (Unreleased)

08 May 19:51
Compare
Choose a tag to compare
Pre-release

Added full Spotify support.
(still bugs, like playlists limited to 100 titles)
Fixed bugs.

Version 0.1.1 (Unreleased)

06 May 16:13
Compare
Choose a tag to compare
Pre-release

Added Android Oreo compatibility (by updating support libs and implementing notification channels).
Fixed various bugs and refactoring.
Fixed layout/UI bugs (rotation on MainActivity, little screens not showing layout well...)

Blade v0.1 (unreleased)

05 May 17:26
Compare
Choose a tag to compare
Pre-release

Basic local player working