Commit Graph

79 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
699b236ce5 chore: fix dep problem and code style 2023-06-28 17:55:17 +06:00
Kingkor Roy Tirtho
dfea195ec1 feat: search alternative track source 2023-06-28 16:29:23 +06:00
Kingkor Roy Tirtho
fe5b429dda feat(android): disable battery optimization for better playback 2023-06-26 10:28:47 +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
6ae896441a fix: no progress update when track changed 2023-06-10 21:47:59 +06:00
Kingkor Roy Tirtho
0a49b56566 fix: less frequent position updates 2023-06-10 15:18:22 +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
19d0ddcdd9 chore: remove tuple and replace with records 2023-05-28 22:18:05 +06:00
Kingkor Roy Tirtho
75b46e1a17 refactor: split audio player impl into multiple parts and mixins 2023-05-26 10:13:09 +06:00
Kingkor Roy Tirtho
b058517912 cd: fix dart@v3 unsupported by generators 2023-05-15 23:10:04 +06:00
Kingkor Roy Tirtho
5f70207076 refactor(playback): migration to ProxyPlaylist based playback 2023-05-13 12:46:56 +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
1cc62c40a0 build: support for enabling or disabling the update checker in build time 2023-04-27 22:18:09 +06:00
Kingkor Roy Tirtho
06a043764d feat: system tray support (#31) 2023-04-10 23:19:14 +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
3f5a1b9587 fix: track_tile active and blacklist color, playbutton card action positioning 2023-03-23 21:29:20 +06:00
Kingkor Roy Tirtho
287a54474f Merge branch 'master' into dev 2023-03-12 12:17:22 +06:00
Kingkor Roy Tirtho
ec9a02e8b8 fix: spotify query hooks overriding default query params 2023-03-12 11:11:07 +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
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
7617439915 feat: compatibility with fl-query nextPage method change 2023-02-26 14:01:53 +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
84d94b05bc feat: use catcher to handle exceptions 2023-02-01 18:26:17 +06:00
Kingkor Roy Tirtho
af4d56fd41 feat(user-library): search for user playlists 2023-01-05 20:05:27 +06:00
Kingkor Roy Tirtho
4cadfa9375 feat: new refined about page, update checker only check for same update channel 2022-12-09 18:03:41 +06:00
Kingkor Roy Tirtho
90c1200a08 fix: ios dialog action buttons, local tracks crashing app, shimmer color and android wrong status bar color 2022-12-09 15:46:51 +06:00
Kingkor Roy Tirtho
3282370f74 feat: tablet mode navigation bar & windows semi transparent bg, 2022-12-09 11:25:44 +06:00
Kingkor Roy Tirtho
7c25e1cc8a feat: rename files to snake_case and reorganize folder structure 2022-12-08 11:43:31 +06:00
Kingkor Roy Tirtho
3925f74395 fix: update download dialog blocking the UI 2022-12-08 10:07:54 +06:00
Kingkor Roy Tirtho
3c6803bb3f fix: dialog logo in android, lyrics visible timer adjust button 2022-11-24 11:06:14 +06:00
Kingkor Roy Tirtho
5e96913ba3 feat: dialog logo for macos, settings more width for country picker 2022-11-04 11:36:33 +06:00
Kingkor Roy Tirtho
c201624f99 refactor: platform alert dialog for all dialogs 2022-11-03 09:12:43 +06:00
Kingkor Roy Tirtho
512446dcab feat: Player and Playbutton theme respect to platform 2022-10-29 19:36:04 +06:00
Kingkor Roy Tirtho
69739b4572 feat: replace all types of buttons with platform buttons 2022-10-29 15:26:55 +06:00
Kingkor Roy Tirtho
6b6907af3f feat(lyrics): tabs for both synced and static lyrics #182
refactor: remove code-style warnings
2022-10-24 17:59:58 +06:00
Kingkor Roy Tirtho
c77b0e198b feat: smoother list using fl_query and waypoint
fix(theme): remove splash effect
feat(artists-albums): horizontal paginated list instead of grid view page
2022-10-02 11:04:27 +06:00
Kingkor Roy Tirtho
2734454717 feat(keyboard shortcuts): play/pause on space, seek position on left/right 2022-09-29 21:50:05 +06:00
Kingkor Roy Tirtho
e206f16723 feat(local-tracks): complete support for local tracks
Downloaded tracks are saved with metadata. Only MP3 file metadata support is available in local track player for now
2022-09-03 09:42:41 +06:00
Kingkor Roy Tirtho
e48b67cd47 fix(player-overlay): flickering when a track is changed or navigated to another page 2022-08-15 00:39:54 +06:00
Kingkor Roy Tirtho
68b440920c support for presearch next track
lowers the track change latency
2022-07-19 12:49:47 +06:00
Kingkor Roy Tirtho
acc939c581 Lyric delay adjust support added
theme adjusted for dialogs
2022-07-06 02:31:19 +06:00
Kingkor Roy Tirtho
42257d9615 Status color fix on PlayerView 2022-07-05 14:36:30 +06:00
Kingkor Roy Tirtho
da2e371dfd Blur effect applied in Lyrics, PlayerView & PlayerOverlay
Drag to scroll support for Playlist Categories
Sidebar user name & settings icon moved down
2022-07-05 14:08:56 +06:00