eddyizm
|
e77f3bf9b3
|
fix: instant mix random songs (#354)
* wip: updated instant mix request size
* Address broken continuous play
* wip: filling queue, getting dupes
* fix: deduped the song track list
|
2026-01-13 20:00:46 -08:00 |
|
eddyizm
|
64a1966ad8
|
Bug/instant mix issues (#344)
* fix: song bottom sheet changed to livedata and fixed issue
* fix: refactor bottom sheet instant mix calls to use livedata.
|
2026-01-09 18:44:59 -08:00 |
|
eddyizm
|
431014adc4
|
fix: updated song bottom sheet to match album/artist bottom sheets
|
2026-01-04 11:31:53 -08:00 |
|
eddyizm
|
993374e56c
|
fix: adde a scheduled delay to allow callbacks to succeed
|
2026-01-04 09:27:53 -08:00 |
|
eddyizm
|
3ce34fb874
|
Merge branch 'development' into bug/instant-mix-issue
|
2025-12-28 08:19:38 -08:00 |
|
eddyizm
|
8140e80d61
|
wip: artist logic squared away, seems to be working as expected, mostly. still need more testing
|
2025-12-27 19:05:14 -08:00 |
|
eddyizm
|
f22aea7b1d
|
wip: changed seedtype constant to camelcase, updated references
|
2025-12-27 17:46:16 -08:00 |
|
eddyizm
|
8de9aff1f6
|
wip: refactor song repo instant mix to take in a type
|
2025-12-27 12:27:18 -08:00 |
|
eddyizm
|
43a96faca4
|
fix: give user feedback when trying to add podcast/radio on unsupported back servers
|
2025-12-25 14:03:30 -08:00 |
|
eddyizm
|
526253723b
|
feat: added regular playlist to home view
|
2025-12-22 11:04:25 -08:00 |
|
eddyizm
|
fe60fea928
|
feat: add heart to artist/album pages, fixed artist cover art failing
|
2025-12-11 22:07:44 -08:00 |
|
j4mm3ris
|
b89e18eebf
|
feat: integrate sort recent searches chronologically
|
2025-12-07 13:24:03 +02:00 |
|
eddyizm
|
540aa9ba73
|
feat: implemented download queue fab
|
2025-11-28 09:57:29 -08:00 |
|
eddyizm
|
1ff0b83a19
|
feat: implemented load queue, adding logging
|
2025-11-27 13:28:07 -08:00 |
|
observer
|
35784216bc
|
use getRandomSampleWithGenre() rather than getSongsByGenre()
|
2025-11-09 15:05:05 +00:00 |
|
eddyizm
|
717f95a04a
|
Merge branch 'development' into skip-duplicates
|
2025-10-06 22:22:52 -07:00 |
|
SinTan1729
|
1c2f1aa061
|
chg: Move the playlist duplicates option to preferences
As per the recommendation of @eddyizm
|
2025-10-06 21:47:57 -05:00 |
|
le-firehawk
|
1357c5c062
|
feat: Integrate external downloads into downloaded songs view
|
2025-10-04 23:33:48 +09:30 |
|
le-firehawk
|
cce6456951
|
feat: Support user-defined download directory for media
|
2025-10-04 23:33:48 +09:30 |
|
le-firehawk
|
c2b6d7eed5
|
feat: Enable downloading of song lyrics for offline viewing
|
2025-09-29 22:04:38 +09:30 |
|
eddyizm
|
47380a79a5
|
fix: added init on home tab and dialog, refactor and check for songs for albums/artists before displaying dialog
|
2025-09-28 16:14:42 -07:00 |
|
eddyizm
|
3eb9b2fb5c
|
chore: added dialog to starred artists sync
|
2025-09-27 21:52:04 -07:00 |
|
eddyizm
|
ee738bc4c7
|
feat: download starred artists.
|
2025-09-27 15:37:59 -07:00 |
|
SinTan1729
|
2acf11023a
|
fix: Crash when trying to add to an empty playlist
|
2025-09-26 19:19:23 -05:00 |
|
SinTan1729
|
e1d63a9eef
|
feat: Support skipping duplicates
|
2025-09-26 16:24:21 -05:00 |
|
Jaime García
|
e1c5a60805
|
refactor: Rename methods and variables
|
2025-09-22 20:03:02 +02:00 |
|
Jaime García
|
f74813ef69
|
refactor: Remove commented code
|
2025-09-22 19:47:07 +02:00 |
|
Jaime García
|
5ab68e4a98
|
feat: Add play/pause button in song lists
|
2025-09-22 19:28:01 +02:00 |
|
eddyizm
|
6a16159cf0
|
fix: forgot sync album dialog, bump version for release
|
2025-08-30 10:58:38 -07:00 |
|
eddyizm
|
eaf2710054
|
fix: minor refactor of sync album observer
|
2025-08-30 09:23:44 -07:00 |
|
eddyizm
|
f854f49686
|
feat: adds sync starred albums functionality #66
|
2025-08-30 09:04:25 -07:00 |
|
eddyizm
|
4be0acf76c
|
fix: catches null value and prepares bundle appropriately adding single track to expected array list. closes #58
|
2025-08-26 21:57:20 -07:00 |
|
eddyizm
|
87f6db9e79
|
chore: cleaned up dev log imports, commented code
|
2025-08-14 21:54:25 -07:00 |
|
eddyizm
|
5fa46cc49b
|
feat:show rating on song view and allow setting/updating. #17 fixed a fr string error
|
2025-08-14 21:46:33 -07:00 |
|
eddyizm
|
f9d02602d7
|
Merge pull request #14 from kibirisu/main
Fix redirection from album fragment to artist fragment on artist labe…
|
2025-08-03 10:41:53 -07:00 |
|
eddyizm
|
77cd7e2fb3
|
Merge pull request #12 from shrapnelnet/main
385-Fix: Player queue lag, limits
|
2025-08-03 09:41:28 -07:00 |
|
observer
|
20f5c8f295
|
fetch 1000 songs in discovery by default
|
2025-05-26 14:06:25 +01:00 |
|
kibirisu
|
27acf968ad
|
Fix redirection from album fragment to artist fragment on artist label click
|
2025-04-23 02:29:29 +02:00 |
|
Matthew Simpson
|
bfdeb0658b
|
Change PlaylistChooserDialog\PlaylistEditorDialog to require ArrayList of Songs
This allows for being able to provide an entire Album's worth of songs
in one API call.
|
2025-03-09 16:05:48 +00:00 |
|
CappielloAntonio
|
48d9022f9a
|
feat: add sorting and search functionality for album and artist list
|
2024-11-23 16:00:01 +01:00 |
|
CappielloAntonio
|
9e6926fc97
|
feat: add sorting and search functionality for song list
|
2024-11-22 21:57:27 +01:00 |
|
Albert Canales Ros
|
7c87ec2cbe
|
feat: clicking the song's title opens the album on player
|
2024-06-08 23:08:39 +02:00 |
|
CappielloAntonio
|
fb7296b467
|
feat: added the ability to pin playlists to the home screen
|
2024-06-08 18:53:58 +02:00 |
|
CappielloAntonio
|
54a4355793
|
feat: added release date and original release date to album notes, if available
|
2024-06-02 20:19:18 +02:00 |
|
CappielloAntonio
|
176db09662
|
feat: Implemented continuous playing
|
2024-06-02 19:18:16 +02:00 |
|
CappielloAntonio
|
2c3aebc83b
|
feat: Added API call to retrieve AlbumID3 details in album page as the object passed from search and album list are different
|
2024-06-02 17:07:40 +02:00 |
|
CappielloAntonio
|
0a26f0a7b8
|
feat: implemented version number control and update dialog for Github flavor
|
2024-05-31 22:41:01 +02:00 |
|
CappielloAntonio
|
f94e5892cd
|
feat: edited the interface of top songs divided by week, month, and year
|
2024-05-26 19:38:17 +02:00 |
|
CappielloAntonio
|
03700d9e4c
|
fix: removed placeholders causing stuttering during interface loading
|
2024-03-23 22:41:44 +01:00 |
|
CappielloAntonio
|
0e97eab744
|
feat: implemented customizable home, allowing users to toggle visibility of elements and change their order
|
2024-03-23 21:33:11 +01:00 |
|