Kingkor Roy Tirtho
5afe823abd
feat(lyrics): add LRCLIB lyrics provider as fallback
2024-04-05 00:48:08 +06:00
Kingkor Roy Tirtho
68374efd3e
feat: LAN connect a.k.a control remote Spotube playback and local output device selection ( #1355 )
...
* feat: add connect server support
* feat: add ability discover and connect to same network Spotube(s) and sync queue
* feat(connect): add player controls, shuffle, loop, progress bar and queue support
* feat: make control page adaptive
* feat: add volume control support
* cd: upgrade macos runner version
* chore: upgrade inappwebview version to 6
* feat: customized devices button
* feat: add user icon next to devices button
* feat: add play in remote device support
* feat: show alert when new client connects
* fix: ignore the device itself from broadcast list
* fix: volume control not working
* feat: add ability to select current device's output speaker
2024-04-04 22:22:00 +06:00
Kingkor Roy Tirtho
9f96b5c537
refactor: use extension methods for simple album to album and simple track to track conversion
2024-03-21 00:48:21 +06:00
Kingkor Roy Tirtho
1cea95bbda
refactor: artist name string as extension
2024-03-21 00:30:27 +06:00
Kingkor Roy Tirtho
7545ff6415
refactor: use extension method for image to url string
2024-03-21 00:18:43 +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
0eb9ee8648
feat: ability to select/copy lyrics #802
2023-10-14 12:33:43 +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
fb360035ad
fix: window size remains same after exiting mini player ( #618 )
2023-08-26 11:02:44 +06:00
Kingkor Roy Tirtho
f554f6d43b
fix: track stops at last second
2023-06-30 12:10:25 +06:00
Kingkor Roy Tirtho
699b236ce5
chore: fix dep problem and code style
2023-06-28 17:55:17 +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
925fa86271
feat: download button on each track
2023-06-25 17:03:36 +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
a5c36bbb20
feat: localize settings, about, login, player queue with Bengali and English translations
2023-04-29 13:46:42 +06:00
Kingkor Roy Tirtho
11fe9ec744
feat(locale): localize search, library, lyrics, artist with both Bengali and English
2023-04-29 10:11:56 +06:00
Kingkor Roy Tirtho
2e8b647a51
feat(mini_player): show/hide UI on hover toggle
2023-04-25 22:30:07 +06:00
Kingkor Roy Tirtho
28ff3216ef
fix: mini player not working in release mode
2023-04-15 13:54:11 +06:00
Kingkor Roy Tirtho
625901482a
feat(mini_player): remove window shadow
2023-04-15 12:34:45 +06:00
Kingkor Roy Tirtho
471812d789
feat: desktop mini player support
2023-04-15 12:29:07 +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
7a0fd64cf9
Merge branch 'master' into dev
2023-03-24 20:04:04 +06:00
Kingkor Roy Tirtho
f160ec767d
fix: android audio service and notification and fallback for lyrics when anonymous
2023-03-24 19:55:16 +06:00
Kingkor Roy Tirtho
eeb8cabf49
feat: compact and adaptive playbutton card design
2023-03-11 22:41:46 +06:00
Kingkor Roy Tirtho
a0b377104f
feat: macos title bar spacing and lyrics page margin separate
2023-03-11 10:50:52 +06:00
Kingkor Roy Tirtho
67380f6876
feat: compact button tabbar
2023-03-10 15:56:38 +06:00
Kingkor Roy Tirtho
a4927c7013
refactor: working dissect of platform_ui
2023-03-09 23:24:09 +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
b5415f442a
refactor(lyrics): remove lyric element from mobile navbar and open lyric sheet in mobile player view
2023-01-08 13:20:07 +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
bd126751e9
fix: lyrics not refetching when tracked changed while being in another page and sidebar user avatar not showing on startup
2022-12-14 14:08:23 +06:00