Skip to content

Releases: FoedusProgramme/XMusic

v0.35 Alpha Preview

26 May 16:59

Choose a tag to compare

XMusic v0.35 is here!

• What's new?

While this version doesn't bring (almost) no new features, it fixes many (trust me it's a lot) issues and bugs :

  • fixed where adding a new song then rescanning causes new list not to be sorted correctly
  • fixed edges cases with swipe refresh layout and FastScoller
  • now FastScroller is better with a new thumb design and Position Letter Popup (or whatever it's called?)
  • fixed an edge case where clicking on a Bottom navigation item then quickly pressing on an item from previous fragment causes visual glitches and some weird bugs
  • reworked toolbar style and shuffle button position with persisting position
  • now bottom navigation hides whenever a sub fragment is opened in settings and only player will appear (with predictive back support!!!)
  • now Open Source Licenses screen is fully functional!
  • Added Advanced settings, needed for some debugging purposes
  • optimized apply speed when changing app theme
  • fixed some UI issues with player toggle customization dialog
  • now XMusic will automatically pause whenever Bluetooth headphones or any other wireless audio output devices are disconnected.
  • Fixed all deprecated methods (hopefully)
  • And many other fixes!

V0.22 Alpha Preview

24 Feb 01:51

Choose a tag to compare

XMusic v0.22 Alpha is here!

• First GitHub release
• Added an initial implementation of searchFragment, supports searching by name, artist, album, or album artist
• Added an option in settings to switch app icon style (non-dynamic one only)
• Added a small info Pill in PlayerUI to display song mimeType, Sample Rate and Bitrate
• Added an option in settings to make PlayerUI screen to use app colors instead of song cover's
• Added a refresh ability to refresh songs list without restarting the app (uses SwipeRefreshLayout)
• Added a new SplashScreen Animation
• Fixed a lot of bugs and crashes, especially the ones related to Lyrics
• Fully rebased LyricView to use Canvas and ScrollingView2 (by @nift4) instead of RecyclerView and TextView
• Made Colors Interpolation on song switch much smoother
• Added a shuffle button in notification
• now notification buttons state is saved across app launches
• Fixed issues with FAB positioning
• Now telegram APKs will use preview flavor for better performance and faster app launches
• A lot more! check GitHub commits for more! 👀

New Contributors