Kingkor Roy Tirtho
57c03ad045
refactor: use json serializer for preferences
2023-11-14 22:48:02 +06:00
Kingkor Roy Tirtho
0e07506716
refactor: organize hooks
2023-11-14 19:46:54 +06:00
Kingkor Roy Tirtho
da04f068f9
fix: Navigating to settings, redirects to home page #812
2023-11-08 17:48:59 +06:00
Kingkor Roy Tirtho
5bb8231782
fix: get rid of overflow errors & status bar dark color
2023-10-01 11:39:33 +06:00
Kingkor Roy Tirtho
e5d0aaf80d
fix: minor glitches
2023-09-30 21:13:35 +06:00
Kingkor Roy Tirtho
083319fd24
feat: sliding up player support
2023-09-30 20:22:16 +06:00
Kingkor Roy Tirtho
2d93441188
fix: keyboard shortcuts changing route but not update sidebar
2023-09-26 18:47:37 +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
38dc4beb44
feat: blazingly™ fast download manager ( #619 )
...
* feat: concurrent download service & download prorvider
* feat: implement chunked downloader
* fix: no audio-tags in Linux and duration not showing up for local tracks
* feat: show matching tracks in queue as well
* feat: always uses piped api for download to avoid IP block
* fix: invalid downloadCount
2023-08-07 16:49:11 +06:00
Kingkor Roy Tirtho
a9b5a714e4
fix: alternative track source not playing new source
2023-06-28 12:13:33 +06:00
Kingkor Roy Tirtho
dce1b88694
feat(playlist,album page): play and shuffle take full width on smaller screens, add new xs breakpoint
2023-06-18 12:07:26 +06:00
Kingkor Roy Tirtho
7abe2c1073
feat: volume slider in player page
2023-06-15 13:10:47 +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
c8b7de0879
feat: adaptive controllers
2023-06-12 09:22:31 +06:00
Kingkor Roy Tirtho
3724bd5a10
feat: persistent volume percentage
2023-06-11 18:26:03 +06:00
Kingkor Roy Tirtho
9d14517202
feat: reactive volume slider and slicker bottom bar with lowered height
2023-06-10 22:15:23 +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
6752adc939
feat: Better download manager with download progress
2023-06-08 08:36:56 +06:00
Kingkor Roy Tirtho
96f04c1756
feat: custom error toast
2023-06-04 17:35:58 +06:00
Kingkor Roy Tirtho
5f70207076
refactor(playback): migration to ProxyPlaylist based playback
2023-05-13 12:46:56 +06:00
Kingkor Roy Tirtho
ce10aa1fe2
fix: navigation to settings not working
2023-04-30 15:18:16 +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
f12d81259f
feat: setup localization (l10n) and language switcher, add sidebar and navbar locale
2023-04-29 00:13:37 +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
28ff3216ef
fix: mini player not working in release mode
2023-04-15 13:54:11 +06:00
Kingkor Roy Tirtho
471812d789
feat: desktop mini player support
2023-04-15 12:29:07 +06:00
Kingkor Roy Tirtho
6eb4244f32
fix: bottom navbar first item icon color not changing on primary color change
2023-03-24 20:13:39 +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
dcdb16676d
chore: update app summary
2023-03-12 09:20:22 +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
4ba1e70636
feat: new sidebar widget and translucent bottom player
2023-03-10 20:51:44 +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
776edf84af
feat: curved navigation bar
2023-03-10 14:38:29 +06:00
Kingkor Roy Tirtho
f8a2b9afd8
refactor: sidebar trailing widget in the end and use NavigationBar instead of BottomNavigationBar
2023-03-10 13:00:07 +06:00
Kingkor Roy Tirtho
a4927c7013
refactor: working dissect of platform_ui
2023-03-09 23:24:09 +06:00
Kingkor Roy Tirtho
7617439915
feat: compatibility with fl-query nextPage method change
2023-02-26 14:01:53 +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
a5b7e5faf0
refactor(authentication): immutable authentication state
2023-02-10 17:30:31 +06:00
Kingkor Roy Tirtho
1d82bb0987
feat: bring pre download on desktop, disable pre download for long videos
...
fix: audio service calling self ref of playlist queue provider
2023-02-03 13:21:41 +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
59561abdc2
feat: use typed assets instead of hard coded paths
2023-01-31 14:53:21 +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
dc96cb38ce
feat: new logo and compact search in playlist/album in mobile
2023-01-07 12:16:01 +06:00
Kingkor Roy Tirtho
710f172dee
fix: genre and sidebar user logo not loading
2023-01-06 19:35:48 +06:00
Piotr Rogowski
c6a5d5f7b1
fix: macOS logo placement
2022-12-25 11:52:01 +01: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
Kingkor Roy Tirtho
3282370f74
feat: tablet mode navigation bar & windows semi transparent bg,
2022-12-09 11:25:44 +06:00