Kingkor Roy Tirtho
1cea95bbda
refactor: artist name string as extension
2024-03-21 00:30:27 +06:00
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
a6cb78380d
chore: show icon with error msg #1085
2024-01-24 00:22:14 +06:00
Kingkor Roy Tirtho
e58e18de33
fix: better error message for failing to find lyrics #1085
2024-01-23 23:13:38 +06:00
Kingkor Roy Tirtho
05f9ae6a89
Merge branch 'master' into dev
2023-12-12 20:58:04 +06:00
Alex Stan
66d492b4b3
Fix a typo in lib/pages/lyrics/synced_lyrics.dart ( #933 )
...
"Synced lyrics is not ..." -> "Synced lyrics are not ..."
2023-12-08 11:20:22 +06:00
Kingkor Roy Tirtho
b92583d0df
feat: improve loading animations
2023-12-04 22:20:47 +06:00
Kingkor Roy Tirtho
dcbb156833
feat(mini_player): show/hide lyrics #851
2023-11-21 22:56:45 +06:00
Kingkor Roy Tirtho
0e07506716
refactor: organize hooks
2023-11-14 19:46:54 +06:00
Kingkor Roy Tirtho
1d77556157
fix: check for unsynced lyrics and error handling for timed lyrics query
2023-11-08 12:26:27 +06:00
Kingkor Roy Tirtho
179d536ccc
fix: lyrics page text contrast
2023-08-26 15:28:58 +06:00
Kingkor Roy Tirtho
a14fb9ec38
feat: jump to specific time on lyric click ( #590 )
2023-08-26 12:38:29 +06:00
Kingkor Roy Tirtho
f554f6d43b
fix: track stops at last second
2023-06-30 12:10:25 +06:00
Kingkor Roy Tirtho
df79638fb6
fix: screen breakpoints and persist lyrics delay across screens
2023-06-28 17:00:37 +06:00
Kingkor Roy Tirtho
6b4584e91b
fix: lyrics page blur in player and cut off text when line too big
2023-06-28 16:50:05 +06:00
Kingkor Roy Tirtho
ce38233de8
feat: player details dialog and separate location of lyrics button in player page
2023-06-15 12:51:33 +06:00
Kingkor Roy Tirtho
e1c0f5cf1e
fix: remove useBreakpoints as it clogs up memory with unnecessary state updates
2023-06-10 13:10:01 +06:00
Kingkor Roy Tirtho
5f70207076
refactor(playback): migration to ProxyPlaylist based playback
2023-05-13 12:46:56 +06:00
Kingkor Roy Tirtho
471812d789
feat: desktop mini player support
2023-04-15 12:29:07 +06:00
Kingkor Roy Tirtho
eeb8cabf49
feat: compact and adaptive playbutton card design
2023-03-11 22:41:46 +06:00
Kingkor Roy Tirtho
2ebcbc4cea
feat(lyrics): lyrics delay working implementation
2023-03-05 00:01:03 +06:00
Kingkor Roy Tirtho
1ce0972b88
refactor: remove un-working lyric delay
2023-03-04 22:59:16 +06:00
Kingkor Roy Tirtho
10d0660972
feat(lyrics): use official spotify API for fetching lyrics and add zoom controls
2023-03-04 22:15:05 +06:00
Kingkor Roy Tirtho
3d9da8b4e3
refactor: use singleton for Queries and Mutations service classes
2023-02-24 15:27:13 +06:00
Kingkor Roy Tirtho
d85867a245
feat: initial integration
2023-02-24 13:56:05 +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
c809d2daba
fix: lyrics not changing on track change
2023-01-31 13:51:56 +06:00
Kingkor Roy Tirtho
3db28f43b4
fix: lyrics modal sheet out of safe area so use 80% of screen height instead of full
2023-01-08 14:18:29 +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
42d284f8d8
refactor: query and mutation jobs as separate abstract class
2022-12-08 12:32:27 +06:00
Kingkor Roy Tirtho
7c25e1cc8a
feat: rename files to snake_case and reorganize folder structure
2022-12-08 11:43:31 +06:00