Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
895b620
feat: update GStreamer path detection and improve icon handling in Mi…
maxrave-dev Feb 2, 2026
6c8a7ae
feat: add support for custom OpenAI base URL and headers in AI client
maxrave-dev Feb 2, 2026
4012195
feat: improve GStreamer path configuration for better compatibility o…
maxrave-dev Feb 4, 2026
dc31489
feat: implement crossfade feature for smoother track transitions (des…
maxrave-dev Feb 4, 2026
a0bd242
feat: fix error when crossfade
maxrave-dev Feb 6, 2026
6c68093
feat: update logic crossfade
maxrave-dev Feb 7, 2026
ecafed8
feat: enhance UI layout and improve error handling in media player
maxrave-dev Feb 7, 2026
e131a79
feat: add BetterLyrics integration for enhanced lyrics retrieval, rem…
maxrave-dev Feb 12, 2026
af710ef
feat: update permissions and dependencies, enhance lyrics provider op…
maxrave-dev Feb 13, 2026
59be190
feat: refactor string handling in ComposeResUtils for improved readab…
maxrave-dev Feb 13, 2026
6537ccc
feat: add HTML entity decoding in RichSyncParser for improved lyrics …
maxrave-dev Feb 14, 2026
75d1d7c
feat: add ChartItem data class and integrate chart playlists into the…
maxrave-dev Feb 14, 2026
c871471
feat: implement CrossfadeExoPlayerAdapter for seamless track transiti…
maxrave-dev Feb 15, 2026
e8913f7
Revert "feat: implement CrossfadeExoPlayerAdapter for seamless track …
maxrave-dev Feb 15, 2026
3aeb325
feat: revert crossfade
maxrave-dev Feb 15, 2026
2cae7db
Update NowPlayingScreen.kt
RounakDadsena Feb 15, 2026
7048e5b
added smooth transition between artist image and background
RounakDadsena Feb 15, 2026
630b8c3
Update ArtistScreen.kt
RounakDadsena Feb 15, 2026
ae8cf9e
Update NowPlayingScreen.kt
RounakDadsena Feb 15, 2026
f1d067c
Updated Ui of lyrics page gradient animation and more
RounakDadsena Feb 15, 2026
641fe46
Updated search screen cut option and text
RounakDadsena Feb 15, 2026
a05ceb9
feat: integrate CrossfadeExoPlayerAdapter and enhance media playback …
maxrave-dev Feb 16, 2026
a4f3c36
feat: enhance CrossfadeExoPlayerAdapter with improved loading state m…
maxrave-dev Feb 16, 2026
efd3688
feat: add favorites feature with support for liked songs and UI integ…
maxrave-dev Feb 17, 2026
6397531
feat: enhance seekToPrevious functionality and improve audio focus ha…
maxrave-dev Feb 17, 2026
65fdabc
feat: implement DJ-style crossfade with adjustable duration and UI in…
maxrave-dev Feb 17, 2026
cebebad
feat: enhance CrossfadeExoPlayerAdapter with improved media item tran…
maxrave-dev Feb 18, 2026
fd05c9b
feat: add support for 320kbps audio stream preference and URL configu…
maxrave-dev Feb 18, 2026
0a62c4c
feat: update duration retrieval in CrossfadeExoPlayerAdapter to handl…
maxrave-dev Feb 18, 2026
71183c5
Merge remote-tracking branch 'origin/dev' into fork/RounakDadsena/pat…
maxrave-dev Feb 18, 2026
a021461
refactor: clean up imports and improve code formatting in LyricsView,…
maxrave-dev Feb 18, 2026
6e50813
Merge pull request #1729 from RounakDadsena/patch-4
maxrave-dev Feb 18, 2026
5fb1440
fix: adjust horizontal padding in LyricsView for improved layout
maxrave-dev Feb 18, 2026
2d751da
chore: update actions/checkout version from v4 to v6 in workflow files
maxrave-dev Feb 18, 2026
5ccd236
feat: enhance crossfade animation and improve HTML entity decoding in…
maxrave-dev Feb 19, 2026
9da155d
fix: remove unnecessary video check in crossfade logic
maxrave-dev Feb 19, 2026
5ddf7c8
fix: play next not updated in UI
maxrave-dev Feb 19, 2026
010a2b8
fix: play next not updated in UI
maxrave-dev Feb 19, 2026
3ac4e7c
feat: implement playlist reset functionality and improve loading stat…
maxrave-dev Feb 21, 2026
d3c45f3
fix: update pagination logic to reset previous key and bump library v…
maxrave-dev Feb 23, 2026
65315ce
fix: update hash in MediaServiceCore to reflect recent changes
maxrave-dev Feb 23, 2026
da8e772
fix: update itag display logic in ModalBottomSheet for better clarity
maxrave-dev Feb 23, 2026
5e4a3d0
fix: update song sorting logic
maxrave-dev Feb 23, 2026
5598f2d
better sleep timer
RounakDadsena Feb 23, 2026
a001d72
Merge pull request #1754 from RounakDadsena/patch-5
maxrave-dev Feb 24, 2026
9eb2698
feat: enhance animated lyrics display with character-level animation …
maxrave-dev Feb 24, 2026
4f2fca8
feat: try to fix proguard desktop
maxrave-dev Feb 25, 2026
d31d9a5
Update artist page fix artist title text and artist artwork size
RounakDadsena Feb 25, 2026
89fbbdf
refactor(ui): replace tween with spring animation in lyrics and impro…
maxrave-dev Feb 25, 2026
b509c02
chore(deps): update MediaServiceCore submodule
maxrave-dev Feb 25, 2026
871ce81
fix(ui): restrict crossfade DJ mode setting to Android platform only
maxrave-dev Feb 25, 2026
f7e5493
Merge pull request #1756 from RounakDadsena/patch-6
maxrave-dev Feb 25, 2026
c50b609
refactor(ui): localize search screen placeholder texts using string r…
maxrave-dev Feb 25, 2026
9013b9c
feat(download): Improve download speed with parallel
maxrave-dev Feb 26, 2026
4a1ad0a
chore: bump version to 1.0.4, update translations and fix string esca…
maxrave-dev Feb 26, 2026
b48388d
fix(i18n): replace escaped apostrophes with literal apostrophes in tr…
maxrave-dev Feb 26, 2026
20ae193
chore(docs): update README.md
maxrave-dev Feb 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-appimage-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-dmg-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-msi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-rpm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'recursive'

Expand Down
Loading
Loading