Kingkor Roy Tirtho
5ff1fc9f82
fix: artist images are not loading up
2025-04-25 16:27:07 +06:00
Kingkor Roy Tirtho
9d2ad1c626
chore: upgrade shadcn_flutter version
2025-03-28 22:24:23 +06:00
Kingkor Roy Tirtho
b74c2eab8f
fix: calling /track/:streamId endpoint causes active sourced track to be anything
2025-03-28 20:57:46 +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
1a32264bc7
fix: spotify authentication 429 errors
2025-03-15 10:37:29 +06:00
Kingkor Roy Tirtho
59f298a935
fix: spotify login broken due to new totp requirement #2494
2025-03-15 01:41:51 +06:00
Kingkor Roy Tirtho
7cde803bee
feat(local_library): add support for x-flac, opus and x-wav
2025-03-12 14:20:19 +06:00
Kingkor Roy Tirtho
180d07a1be
chore: bump version to v4.0.0 and generate changelogs, translations and credits
2025-03-07 17:38:25 +06:00
Kingkor Roy Tirtho
c3bbc129ad
fix: piped api not working
2025-03-07 10:22:09 +06:00
Kingkor Roy Tirtho
677f95f266
fix: youtube_explode_dart failing for many videos due to youtube ios client visitor data change
2025-03-05 22:13:42 +06:00
Kingkor Roy Tirtho
f4b1e550bf
chore: use latest flutter_new_pipe_extractor
2025-03-05 22:02:07 +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
e8e2d78529
chore: upgrade to flutter 3.29.0
2025-02-21 20:54:36 +06:00
Kingkor Roy Tirtho
1e6d709e04
feat: implement yt-dlp for desktop and NewPipeExtractor for Android ( #2316 )
...
* feat: add youtube engine abstraction and yt-dlp integration
* chore: add yt-dlp as optional dependency
* feat: implement custom path support for youtube engines
* chore: check for custom path in setting engine select dropdown
* chore: update yt_dlp_dart
* chore: setting video url instead of video id in fetchSiblings
* feat: implement NewPipe engine
* chore: update local path to git url for flutter_new_pipe_extractor package
* chore: fix android build isn't working
* chore: fix routes not working when initially signing in
* refactor: drop fallback support to different sources
2025-02-11 21:36:07 +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
4e8a50ec58
chore: fix logs not showing up and nightly crashing on track change on android
2025-01-26 22:05:24 +06:00
Kingkor Roy Tirtho
2411f46877
fix: youtube video unplayable issue and use more ytClients
2025-01-21 10:15:06 +06:00
Kingkor Roy Tirtho
4fead5f504
feat: pause playback when no internet connection
2025-01-20 22:04:12 +06:00
Kingkor Roy Tirtho
696875e4b5
chore: use youtube_explode from github
2025-01-12 23:21:28 +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
Kingkor Roy Tirtho
a8694a7a8b
refactor: blacklist and about page
2025-01-11 20:08:04 +06:00
Kingkor Roy Tirtho
f96b5eae97
refactor: floating player to use shadcn
2025-01-03 21:11:36 +06:00
Kingkor Roy Tirtho
684e595d16
refactor: use shadcn widgets for create playlist and add tracks to playlist dialog
2024-12-29 15:07:48 +06:00
Kingkor Roy Tirtho
047eccfa82
fix: SafeArea not working for bottom floating widgets
2024-12-29 13:36:44 +06:00
Kingkor Roy Tirtho
d53782da23
refactor: playlist and album pages
2024-12-28 14:30:25 +06:00
Kingkor Roy Tirtho
e2143a0625
chore: fix android build and player controls slider layout builder exception
2024-12-24 20:19:10 +06:00
Kingkor Roy Tirtho
b40c0b7772
chore: use latest shadcn
2024-12-22 22:55:40 +06:00
Kingkor Roy Tirtho
05d544fe5a
refactor: update FriendItem and HorizontalPlaybuttonCardView styles, remove unused imports, and clean up dependencies
2024-12-22 11:58:06 +06:00
Kingkor Roy Tirtho
2fefd65f51
refactor: settings using shadcn components
2024-12-22 11:25:01 +06:00
Kingkor Roy Tirtho
5ad151932a
feat: initial integration of shadcn-ui
2024-12-21 09:22:30 +06:00
Kingkor Roy Tirtho
b52bf0f448
feat(android): home widget support ( #2148 )
...
* feat: add android home widget support
* feat: style widget player and add intent and callbacks on action
* feat: responsive and working android home widget
* fix(android): models stripping causing it to not work for release apks
* chore: ios lockfile update
* feat: config for iOS widget
* cd: upgrade xcode
* cd: reduce xcode version
* feat: add a christmas background
2024-12-16 22:47:44 +06:00
Kingkor Roy Tirtho
4595eb169f
fix: finally fix gradle build
2024-12-14 12:05:25 +06:00
Kingkor Roy Tirtho
08f624ece1
chore: upgrade to flutter 3.27.0 and fix gradle errors
2024-12-14 09:52:53 +06:00
Kingkor Roy Tirtho
18a68d85a5
chore: bump version and generate changelogs
2024-12-08 23:36:55 +06:00
Kingkor Roy Tirtho
8ca2115ef0
feat: track caching and cached track export support ( #2117 )
...
* feat: add caching support with track metadata
* feat(settings): add cache music toggle
* fix(mobile): cache dir not open-able
* feat(local folder): add cache export/clear actions and size of the folder
* chore: ios deps upgrades
* chore: upgrade lint flutter version
* chore: lint secrets causing error
* cd: invalid value for env var
2024-12-08 20:03:01 +06:00
Kingkor Roy Tirtho
3fd7a18159
chore: upgrade dependency version
2024-12-01 17:49:35 +06:00
Kingkor Roy Tirtho
e3285bd4da
fix: selecting an Alternative Track Source removes the current song from the queue #2039
2024-11-10 11:27:56 +06:00
Kingkor Roy Tirtho
9f2d423cfe
feat: add invidious audio source and fix auto skipping tracks ( #2005 )
...
* feat: add invidious audio source with automatic track switch even on server playback endpoint
* fix: switching to different source on playback endpoint error not working
* chore: update invidious version
* feat: invidious instances customizability
2024-10-17 22:33:03 +06:00
Kingkor Roy Tirtho
3c45732b0a
fix: UI glitch when loading more user artists and albums
2024-10-17 22:20:26 +06:00
Kingkor Roy Tirtho
fdde972a77
chore: bump version to 3.8.3 and generate changelogs
2024-10-09 14:51:24 +06:00
Kingkor Roy Tirtho
34d8bc26fe
chore: upgrade to Flutter 3.24.3
2024-09-30 21:53:12 +06:00
Kingkor Roy Tirtho
5ff36a8643
fix(android): pressing back while the player is open doesn't take to previous page
...
#1388
2024-09-15 14:53:41 +06:00
Kingkor Roy Tirtho
9cb828bb55
fix: handle dublicated items in playback queue correctly #1852
2024-09-15 13:59:09 +06:00
Kingkor Roy Tirtho
3afe3cea80
Squashed commit of the following:
...
commit e160d4f561ff2e945fd67bf12b223c012da58b1e
Author: Kingkor Roy Tirtho <krtirtho@gmail.com>
Date: Sat Sep 14 10:48:08 2024 +0600
fix: pagination issues in playlist and album pages
2024-09-14 10:48:39 +06:00
Kingkor Roy Tirtho
4385f2f472
chore: remove unused deps
2024-08-18 15:39:46 +06:00
Kingkor Roy Tirtho
b32ec9ccf9
chore: bump version and generate changelog
2024-08-10 23:21:48 +06:00
Kingkor Roy Tirtho
84f47df6c1
feat(discord): add listening activity type
2024-08-10 21:35:38 +06:00
Kingkor Roy Tirtho
1cc7882177
fix(windows): app crashes when no internet
2024-08-09 19:55:56 +06:00