Skip to content

Releases: FoedusProgramme/XMusic

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