Drew Weymouth
|
cbbdad3a10
|
add debouncing for gridview loading
|
2025-02-21 07:58:56 -08:00 |
|
Drew Weymouth
|
2d209a29f5
|
better debouncing of track row updates on fast scrolling
|
2025-02-21 07:33:10 -08:00 |
|
Drew Weymouth
|
0a6826b1aa
|
Merge pull request #557 from dweymouth/feature/album-shuffle
Add ability to shuffle by albums (to Albums page and Genre page)
|
2025-02-20 16:21:59 -08:00 |
|
Drew Weymouth
|
568e380a51
|
add Play random button to album page
|
2025-02-20 16:13:11 -08:00 |
|
Drew Weymouth
|
72f4d4b5c7
|
change sort selector to button on Albums page
|
2025-02-20 16:04:11 -08:00 |
|
Drew Weymouth
|
3a3774f5b6
|
add loading indicator and err/timeout toast to Album and Playlist pages (todo: other pages)
|
2025-02-14 17:15:03 -03:00 |
|
Drew Weymouth
|
e10d167350
|
fix loading dots not dismissing when clearing search field before completion
|
2025-02-13 19:31:22 -03:00 |
|
Drew Weymouth
|
9b30f93732
|
update search entry icon size for Fyne 2.6
|
2025-02-13 19:01:27 -03:00 |
|
Drew Weymouth
|
99e48d6ff7
|
add album shuffle mode to Genre page
|
2025-02-13 13:46:29 -03:00 |
|
Drew Weymouth
|
4c0f936022
|
Merge pull request #552 from dweymouth/fyne-2.6-migrate
Fyne 2.6 migrate
|
2025-02-11 17:38:48 -03:00 |
|
Drew Weymouth
|
91a57f381a
|
don't need to call fyne.Do from goroutine anymore
|
2025-02-11 17:27:46 -03:00 |
|
Drew Weymouth
|
253c08cbf3
|
disable Fyne thread checks, fix async for connect to server workflow
|
2025-02-11 17:09:03 -03:00 |
|
Drew Weymouth
|
513a9f53d0
|
update Fyne packages for 2.6-alpha1
|
2025-02-11 16:37:51 -03:00 |
|
Joshua Manchester
|
4e619c08f8
|
Clamp volume slider scrolling
|
2025-02-09 02:34:19 +00:00 |
|
Drew Weymouth
|
c42229951c
|
fix another missed fyne.Do
|
2025-02-08 18:00:21 -03:00 |
|
Drew Weymouth
|
0c3e049bc5
|
rework async in artist page
|
2025-02-08 09:08:50 -03:00 |
|
Drew Weymouth
|
07e26376c7
|
fix bad merge
|
2025-02-08 08:40:57 -03:00 |
|
Drew Weymouth
|
f7e5e1e9a4
|
update searchdialog for fyne.Do
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
2ff3853015
|
more fyne.Do in controller
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
94115f2875
|
fyne.Do in notification toast
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
edd9fa39a9
|
fyne.Do in radios page and loading dots widget
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
e72e56db1c
|
more fyne.Dos
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
61bfbeb349
|
more fyne.Do updates
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
c7adeb5e32
|
a few more goroutines
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
ff78a79906
|
more fyne.Do updates
|
2025-02-08 08:35:33 -03:00 |
|
Drew Weymouth
|
89012a8fe8
|
debounce tracklist row rendering when fast scrolling
|
2025-02-08 08:34:40 -03:00 |
|
Drew Weymouth
|
c60727f92a
|
migrate to Fyne 2.6 - WIP - updates for new threading model
|
2025-02-08 08:34:39 -03:00 |
|
Joshua Manchester
|
7458a89071
|
Use notify-send for notifications on Linux
|
2025-02-08 02:26:31 +00:00 |
|
Drew Weymouth
|
6d5af7e841
|
refactor
|
2025-02-06 08:53:38 -03:00 |
|
jojii
|
29b04778f1
|
Add caching for lrclib lyrics
|
2025-02-05 19:42:22 +01:00 |
|
Drew Weymouth
|
fd2602850a
|
remove extra Refresh
|
2025-01-27 09:19:22 -03:00 |
|
Colin van Loo
|
a591643c09
|
fix: use CoverArtID if available and LastFM image url otherwise
|
2025-01-26 18:32:41 +01:00 |
|
Colin van Loo
|
45825c3902
|
feat: fetch full size artist cover on tapped
|
2025-01-25 17:23:29 +01:00 |
|
Drew Weymouth
|
ecc691fe52
|
use error toasts for errors playing random/similar tracks
|
2025-01-07 07:15:23 -08:00 |
|
Drew Weymouth
|
a6a82571b2
|
bug fix and add infinity svg
|
2025-01-06 19:19:59 -08:00 |
|
Drew Weymouth
|
966e792f6f
|
add autoplay UI toggle
|
2025-01-06 18:34:35 -08:00 |
|
Drew Weymouth
|
7c657accc1
|
show error toast when failing to add to playlist
|
2025-01-05 16:38:36 -08:00 |
|
Drew Weymouth
|
dd92d64143
|
add translations for playlist add toast
|
2025-01-05 13:31:45 -08:00 |
|
Drew Weymouth
|
18913780bf
|
toast dismissal, hook up to playlist workflow (success case)
|
2025-01-05 11:01:07 -08:00 |
|
Drew Weymouth
|
a7ed3eed8f
|
initial work on toast messages
|
2025-01-05 10:08:42 -08:00 |
|
Drew Weymouth
|
6572e74aa8
|
Fix #496: Persist repeat mode setting across restarts
|
2025-01-01 14:23:02 -08:00 |
|
Drew Weymouth
|
16d8cb4a58
|
minor improvement to Auto theme impl
|
2024-12-29 12:03:04 -08:00 |
|
Drew Weymouth
|
c773743e06
|
fix missing tooltip on discography sort btn
|
2024-12-29 08:12:31 -08:00 |
|
Drew Weymouth
|
bb2a4aac66
|
just use pointer cursor
|
2024-12-29 07:50:46 -08:00 |
|
Drew Weymouth
|
0f74bee746
|
hook up tap handling and action dispatch
|
2024-12-28 20:06:15 -08:00 |
|
Drew Weymouth
|
f702ef5c31
|
hook up favorite status with GridView items
|
2024-12-28 16:37:59 -08:00 |
|
Drew Weymouth
|
ee9fd597f9
|
add icon buttons to bottom of GridViewItem when hovered
|
2024-12-28 15:25:51 -08:00 |
|
Drew Weymouth
|
672faa100a
|
Fix #469: Add shuffle button to favorite songs view
|
2024-12-27 08:56:02 -08:00 |
|
Drew Weymouth
|
5d7240346e
|
Fix #515: remove correct tracks from playlist when sorted
|
2024-12-27 08:38:55 -08:00 |
|
Drew Weymouth
|
712aa2984c
|
make expanded scroll bar a bit wider
|
2024-12-24 14:50:13 -08:00 |
|