Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Releases: Benji377/OpenMusic

v1.3.0

11 Nov 18:27
3f981d6

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.2-beta

01 Jan 21:54

Choose a tag to compare

v1.2.2-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0...v1.2.2-beta

v1.2.1-beta

04 Sep 15:09

Choose a tag to compare

v1.2.1-beta Pre-release
Pre-release

The SocyMusic gained popularity! With more and new users coming I think we will need to do releases a bit more often to keep users updated on the latest addition and remove nasty bugs. I just wanted to remind everyone that if you want the ultimate super latest release of the app you can download the APK directly from the latest commit. Click on the last executed action and at the bottom of the page, you should find an apk. Please note that this is also the best and fastest way to encounter bugs, so please use it with caution.

What's new:

  • Debug mode to save the logs locally on your device and help us in troubleshooting eventual issues
  • Playlist functionality has been improved
  • Faster song loading through SQLite database storage
  • Album functionality has been added -> NOT FULLY IMPLEMENTED
  • Searching functionality has been added -> NOT FULLY IMPLEMENTED
  • Support for Android 12 has been added

Bug fixes:

  • Broken themes
  • Old songs weren't removed automatically
  • Recreation of the app made it crash
  • Removed redundant white space at the bottom of the app

v1.2.0

02 Aug 20:33

Choose a tag to compare

This has been a long-awaited release now. Even if the app is not at the state I would like it to be, this release was really necessary to set a checkpoint and refresh the latest stable release which is v1.1 and at this point in time completely outdated.
A lot of stuff has changed and this time also visually. But before I go into that, I would like to thank everyone who helped me out with this project. It's my first collaboration so far and I am proud of how it's turning out. Special thanks go to @squivix which contributed a lot to this project, I think he almost contributed more than myself. And special thanks also go to @SilviaJack28 for making those awesome backgrounds you can see in the app. Maybe she will do some more in the future, who knows ;D

What's new?

  • Settings option almost completely implemented
  • New themes and colors to chose from
  • You can now choose the folder from where the songs are loaded from
  • It is possible to swipe left and right to change songs
  • By long-clicking on the dedicated buttons the song skips 10 seconds forwards or back

There were also other new additions and bug fixes, but you can look at it yourself by downloading the app for free.

v1.1.3-beta

10 Jul 16:34

Choose a tag to compare

v1.1.3-beta Pre-release
Pre-release

What's new?

  • Settings menu in development
  • Playlist feature in development
  • Drag and drop queue
  • Improved shuffle feature
  • (for devs:) Major refactoring
  • (for devs:) New Naming conventions

Bug fixes:

  • Random Playerfragment behavior
  • Shuffle mode picking the same song over and over
  • Strange app crashes
  • Repeat button stopped working

We are slowly approaching a new stable release. v1.2 coming soon, stay tuned!

WARNING: Since we did some serious refactoring, when you install the app it doesn't automatically replace the other app. Therefore you need to uninstall the older one first and then install this one. You can read more about it and ask for assistance in #91.

v1.1.2-beta

12 Jun 20:07

Choose a tag to compare

v1.1.2-beta Pre-release
Pre-release

What's new?

  • App now reads files from SD-card and other external devices if placed in the following folder: /Android/data/com.example.musicplayer/files/
  • Automatically get to the first song if the last one finished playing and vice versa
  • New about popup
  • Minor improvements

Bug fixes:

  • App not detecting files on SD-card
  • Popup crashing app
  • Fast forward or rewind crashing app

We are slowly approaching a new stable release. v1.2 coming soon, stay tuned!

v1.1.1-beta

09 Jun 21:05

Choose a tag to compare

v1.1.1-beta Pre-release
Pre-release

What's new?

  • Implemented credits
  • Minor changes
  • Repeat button

Bug fixes:

  • bottom sheet was covering the last song
  • Playerfragment not responsive
  • Minor tweaks

v1.1

06 Jun 19:52
cbd5409

Choose a tag to compare

What's new?

  • Notification showing when laying songs
  • Control music from the notification
  • Higher song capability
  • Credits menu option working

Bug fixes:

  • Seek bar stopping randomly
  • Notification not showing the right information
  • Notification icons not showing up

v1.0

04 Jun 08:09
4f78fe5

Choose a tag to compare

After only 10 days from the first beta release, I am happy to announce the first official release that every user can use.
The difference between official releases and beta releases is that the official ones are much more stable than beta releases.
This doesn't mean that all bugs are solved since there might always be hidden issues we weren't able to find.

What's new?

  • Improved app stability
  • Bottom navbar
  • Faster loading of the app

Bug fixes:

  • Now you are able to get back to the player without starting a new song
  • App doesn't crash on pressing the back button
  • Songname marquee displayed correctly
  • Songs list gets updated when a song gets deleted

If you have any questions, you can always refer to the discussion which gets created automatically for every release.

v0.2-beta

26 May 09:58

Choose a tag to compare

v0.2-beta Pre-release
Pre-release

What's new?

  • Calls notification when pressing play/pause button
  • New NotificationBroadcastReceiver

Bug fixes:

  • Length of songs is now correctly displaying
  • Seek bar correctly stopping at end of the song