Kingkor Roy Tirtho
6673e5a8a8
feat: improved caching based on riverpod ( #1343 )
...
* feat: add riverpod based favorite album provider
* feat: add album is saved, new releases and tracks providers
* feat: add artist related providers
* feat: add all categories providers
* feat: add lyrics provider
* feat: add playlist related providers
* feat: add search provider
* feat: add view and spotify friends provider
* feat: add playlist create and update and favorite handlers
* feat: use providers in home screen
* chore: fix dart lint issues
* feat: use new providers for playlist and albums screen
* feat: use providers in artist page
* feat: use providers on library page
* feat: use provider for playlist and album card and heart button
* feat: use provider in search page
* feat: use providers in generate playlist
* feat: use provider in lyrics screen
* feat: use provider for create playlist
* feat: use provider in add track dialog
* feat: use providers in remaining pages and remove fl_query
* fix: remove direct access to provider.value
* fix: glitching when loading
* fix: user album loading next page indicator
* feat: make many provider autoDispose after 5 minutes of no usage
* fix: ignore episodes in tracks
2024-03-20 23:38:39 +06:00
Kingkor Roy Tirtho
0e07506716
refactor: organize hooks
2023-11-14 19:46:54 +06:00
Kingkor Roy Tirtho
de335f4834
fix: hour not showing for tracks longer than 60 minutes ( #648 )
2023-09-11 12:12:05 +06:00
Piotr Rogowski
3e0834f83c
Fix player position performance issue ( #606 )
2023-08-01 19:44:00 +06:00
Kingkor Roy Tirtho
e4cbdd3747
fix: remove adaptive widgets ( #520 )
2023-07-11 22:13:22 +06:00
Kingkor Roy Tirtho
c8b7de0879
feat: adaptive controllers
2023-06-12 09:22:31 +06:00
Kingkor Roy Tirtho
09b24cf1fd
fix: excessive repaints caused by Player progress bar
2023-06-10 14:22:19 +06:00
Kingkor Roy Tirtho
14183781dd
feat: repeat button all 3 mode and disable player controls when track is fetching
2023-06-04 16:34:37 +06:00
Kingkor Roy Tirtho
19d0ddcdd9
chore: remove tuple and replace with records
2023-05-28 22:18:05 +06:00
Kingkor Roy Tirtho
5f70207076
refactor(playback): migration to ProxyPlaylist based playback
2023-05-13 12:46:56 +06:00
Kingkor Roy Tirtho
3ba3df7265
refactor(playlist_queue): add playlist 3 items load first support
2023-05-12 20:35:48 +06:00
Kingkor Roy Tirtho
f1080e1675
feat(player): add playlist related methods to audio player
2023-05-12 09:36:03 +06:00
Kingkor Roy Tirtho
be91e33828
fix: macos build error, mobile player duration and playing state and background disposal of player
2023-05-01 10:23:46 +06:00
Kingkor Roy Tirtho
12915f3e5a
refactor: create audio player wrapper and remove just_audio (again)
2023-04-30 23:16:55 +06:00
Kingkor Roy Tirtho
30c933cdf3
fix: disable play when loading track and buffering event
2023-04-30 18:08:12 +06:00
Kingkor Roy Tirtho
c55133dc8b
feat(locale): player, playlist view, track tile bengali and english translations
2023-04-29 11:01:16 +06:00
Kingkor Roy Tirtho
af278d8fea
fix: sidebar task counter badge and bottom player play button progress color
2023-04-28 21:24:52 +06:00
Kingkor Roy Tirtho
471812d789
feat: desktop mini player support
2023-04-15 12:29:07 +06:00
Kingkor Roy Tirtho
49b5d0e694
feat(player): animated gradient background
2023-04-07 11:25:55 +06:00
Kingkor Roy Tirtho
54d5907f14
feat: adjust lyric page blurriness and player playbutton
2023-04-06 13:07:56 +06:00
Kingkor Roy Tirtho
b2c4ea13f6
feat(player): proper coloring of elements
2023-04-06 12:48:32 +06:00
Kingkor Roy Tirtho
159f03e7ca
feat(player): replace bg blur with gradient, proper fg color and align title and artist name
2023-04-06 11:13:14 +06:00
Kingkor Roy Tirtho
92a418c8a8
feat: artist card redesign
...
chore: add license as asset for about
2023-03-12 10:06:37 +06:00
Kingkor Roy Tirtho
a90261ed19
feat: merge floating player with nav bar and nav bar translucent bg
2023-03-10 19:19:55 +06:00
Kingkor Roy Tirtho
a4927c7013
refactor: working dissect of platform_ui
2023-03-09 23:24:09 +06:00
Kingkor Roy Tirtho
ee46d0970b
fix: playbutton card play state not changing
...
refactor(player_controls): move stop playback button to queue sheet
2023-02-05 20:47:42 +06:00
Kingkor Roy Tirtho
a774817240
fix(search): grey screen, only tracks update on new search string, playlists,albums,artists show up before hitting return/submit
2023-02-03 22:08:56 +06:00
Kingkor Roy Tirtho
24d7b5b851
refactor: replace playAt with playTrack for safe element access and property based track looping
2023-02-03 14:32:58 +06:00
Kingkor Roy Tirtho
312f7fbe77
refactor(playback): new immutable queue based playback manager
...
Dropping support for search format, track match algorithm in favor of server track cache and alternative track source
2023-02-02 18:43:12 +06:00
Kingkor Roy Tirtho
84d94b05bc
feat: use catcher to handle exceptions
2023-02-01 18:26:17 +06:00
Kingkor Roy Tirtho
e7acb9ed5c
feat: centralized icon collection with new icon set and nav bar labels hidden
2023-01-08 12:08:45 +06:00
Kingkor Roy Tirtho
f79223cd41
feat: individual shuffle and repeat/loop button of player
2023-01-06 12:10:03 +06:00
Kingkor Roy Tirtho
7c25e1cc8a
feat: rename files to snake_case and reorganize folder structure
2022-12-08 11:43:31 +06:00