Kingkor Roy Tirtho
ea329f40e8
fix(yt): fallback to different search result if all streaming url is inaccessible
2025-09-02 20:56:28 +06:00
Kingkor Roy Tirtho
412f3dd81c
chore: optimize assets and app size
2025-08-29 17:33:54 +06:00
Kingkor Roy Tirtho
0823629fb5
chore: upgrade dependencies
2025-08-23 10:07:41 +06:00
Kingkor Roy Tirtho
7037145519
feat: add ErrorBox and NoDefaultMetadataPlugin components
...
- Implemented ErrorBox for displaying error messages with retry functionality and log viewing.
- Created NoDefaultMetadataPlugin to inform users about missing default metadata providers and provide navigation to manage them.
2025-08-19 22:34:37 +06:00
Kingkor Roy Tirtho
ea7138e95b
chore: remove print
2025-08-16 16:41:11 +06:00
Kingkor Roy Tirtho
5add53e269
fix: local track not working and images of local not showing up
2025-08-16 16:11:04 +06:00
Kingkor Roy Tirtho
1e61bca1e9
feat: add plugin scrobbling support and support button
2025-08-01 22:18:29 +06:00
Kingkor Roy Tirtho
3bb7f0d78f
refactor: change updater to core
2025-08-01 14:48:42 +06:00
Kingkor Roy Tirtho
75bdbeccc0
chore: fix track options causing track page exception
2025-07-25 14:51:30 +06:00
Kingkor Roy Tirtho
3a5ddd6214
feat: optimize track options and related artists
2025-07-23 17:34:05 +06:00
Kingkor Roy Tirtho
3b21b05fdc
chore: fix SliverLayoutBuilder rebuilds too much
2025-07-22 17:37:52 +06:00
Kingkor Roy Tirtho
0a604a9ad5
chore: fix queue order
2025-07-19 21:39:31 +06:00
Kingkor Roy Tirtho
d2e0dc1ac9
chore: re-enable endless playback
2025-07-19 11:56:51 +06:00
Kingkor Roy Tirtho
e83a4bb388
feat: add support for automatic plugin repository from github and codeberg
2025-07-17 01:02:04 +06:00
Kingkor Roy Tirtho
90f9cc28eb
feat: enhance image handling
2025-07-16 22:34:59 +06:00
Kingkor Roy Tirtho
53ad5bd448
feat: remove green corp names formally
2025-06-19 23:04:24 +06:00
Kingkor Roy Tirtho
aa65bf291d
refactor: use metadata plugin authentication instead
2025-06-19 22:32:22 +06:00
Kingkor Roy Tirtho
41cc79b5e6
chore: make playback working
2025-06-19 21:09:49 +06:00
Kingkor Roy Tirtho
1eb0b5f847
chore: uncomment important lines of code
2025-06-19 15:01:58 +06:00
Kingkor Roy Tirtho
5f47dc3d6d
refactor: remove old spotify.dart types and custom spotube metadata types
2025-06-19 14:42:29 +06:00
Kingkor Roy Tirtho
b979a6ede9
feat: add track endpoint for metadata service
2025-06-16 14:09:20 +06:00
Kingkor Roy Tirtho
b8cae569b4
refactor: use metadata artist object for artist card and artist page
2025-06-15 17:30:02 +06:00
Kingkor Roy Tirtho
4b09f6c96b
refactor: use metadata album & playlist object for card and pages
2025-06-15 14:00:34 +06:00
Kingkor Roy Tirtho
7c26d29d06
fix: remote path traversal through websocket when devices are on same network
2025-04-27 20:30:32 +06:00
Kingkor Roy Tirtho
5567214588
feat: add new icons #2676 by @alexio-dev ( #2678 )
...
* feat: add new improved logo
* feat: add new improved logo
* feat: add new improved logo
* feat: add new improved logo
* chore: update the logos in app
* Merge branch 'alexio-dev-refactor/new-icons' into refactor/new-icons #2676
* chore: generate icons for every flavor
* chore: add readme banner
* chore: add back deleted images
* chore: update native splash screen
* chore: fix dart analyzer warnings
2025-04-25 21:55:59 +06:00
Kingkor Roy Tirtho
8fc319d980
fix(mobile): dialogs in bottom sheet are not opening
2025-04-07 14:53:05 +06:00
Kingkor Roy Tirtho
8a7f5c4008
chore: fix weird hovered mode on track tile options
2025-03-28 22:32:05 +06:00
Kingkor Roy Tirtho
9d2ad1c626
chore: upgrade shadcn_flutter version
2025-03-28 22:24:23 +06:00
Kingkor Roy Tirtho
df72ba6960
chore: convert all spotify calls to invoke signature to capture invalid access token exception
2025-03-16 21:22:29 +06:00
Kingkor Roy Tirtho
3d334d96fd
fix(desktop): double titlebar in local library folders and massive space in overlay player
2025-03-11 21:28:57 +06:00
Kingkor Roy Tirtho
c709de6bf1
fix: language picker search broken
2025-03-10 20:44:52 +06:00
Kingkor Roy Tirtho
50123b235c
fix: add to playlist not working in smaller screen devices
2025-03-10 20:07:51 +06:00
Kingkor Roy Tirtho
91871d0d26
feat: custom piped & invidious instance support
2025-03-07 11:50:39 +06:00
Kingkor Roy Tirtho
bb71fc0eea
chore: use pages instead of drawer for queue, lyrics, sources in mobile
2025-03-04 18:26:59 +06:00
Kingkor Roy Tirtho
7eb0e69dd7
chore: upgrade to latest working shadcn_flutter
2025-03-03 22:23:29 +06:00
Kingkor Roy Tirtho
30bf0bed62
chore: add back pull down to refresh
2025-03-02 22:04:22 +06:00
Kingkor Roy Tirtho
edc9636940
chore: fix adaptive select tile scrolling not working
2025-02-23 11:33:44 +06:00
Kingkor Roy Tirtho
47edb8bf96
chore: improve home screen performance
2025-02-23 09:55:46 +06:00
Kingkor Roy Tirtho
d4504722d8
fix(android): back button and safe area issues
2025-01-31 23:07:37 +06:00
Kingkor Roy Tirtho
4b2d259add
chore: use navigateTo instead of pushRoute
2025-01-31 22:10:40 +06:00
Kingkor Roy Tirtho
0037677383
refactor: migrate to auto_route from go_router
2025-01-31 21:07:51 +06:00
Kingkor Roy Tirtho
6cf4ca9179
chore: use shadcn in all places that's using material
2025-01-30 21:44:07 +06:00
Kingkor Roy Tirtho
5c6cb770a8
chore: fix where loading images not working
2025-01-28 21:07:02 +06:00
Kingkor Roy Tirtho
4c3718467d
chore: local library not working
2025-01-26 22:36:11 +06:00
Kingkor Roy Tirtho
768bab8bbb
chore: settings popup menu constraints
2025-01-23 21:11:59 +06:00
Kingkor Roy Tirtho
6e357230ac
refactor: use expanded sidebar tiles for library
2025-01-23 20:34:04 +06:00
Kingkor Roy Tirtho
086107b2cd
refactor: adaptive list tile to use shadcn
2025-01-20 13:24:24 +06:00
Kingkor Roy Tirtho
5930c342b5
chore: fix window resizing
2025-01-12 21:32:33 +06:00
Kingkor Roy Tirtho
3649b67869
refactor: use undraw for not_found component
2025-01-12 14:22:54 +06:00
Kingkor Roy Tirtho
b8ffb9b75f
feat: show placeholder images where there is no item or on empty page
2025-01-12 14:16:18 +06:00