Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

v0.0.4

Choose a tag to compare

@RedSTARO RedSTARO released this 26 May 03:04
· 124 commits to master since this release

馃帀 Auto build new version!

馃摝 19 commits since last release

20d7170 build: Increment app version to v0.0.4
1ee370c feat: Scroll NowPlayingActivity playlist to current song
24d46aa refactor: Improve playlist playback logic
3563f02 feat: Defer song URL fetching until playback
f5e5b13 Revert "fixup! feat: Defer song URL fetching until playback"
b99a568 Revert "fix: Resolve playback issue after placeholder URI update"
820fbd9 refactor: Simplify DataStore access
ef7b0dc feat: Fetch recommend data in parallel and comment out auto-play
8a124e9 feat: Display download status in song list
a6305bd fix: Resolve playback issue after placeholder URI update
2ac17cb fixup! feat: Defer song URL fetching until playback * real playback uri will only get when playing now
86b982e refactor[DO NOT UPDATE]: Consolidate playlist playback logic and streamline API calls
c7ee063 feat[TEST in part of code]: Play local files if available, otherwise fetch from API
182c070 refactor: Store downloaded files in RedefineNCM subdirectory
af95a4d feat: Implement playlist download functionality
3330111 refactor: Enhance RecommendPage UI with reusable Card component
b65aca3 chore: Update Media3 Exoplayer version to 1.7.1
f00d2d3 refactor: Improve Telegram upload in CI
5edde5d feat: Implement setting app update check *   **SettingActivity:**     *   Add a `SwitchItem` for "checkUpdate" to the settings UI, allowing users to enable or disable update checks.