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
5019c14c44
chore: fix getting started screen theme and bump version and generate changelogs
2024-03-08 19:50:57 +06:00
Kingkor Roy Tirtho
722dd86810
chore: track view play not working properly
2023-11-27 19:34:18 +06:00
Kingkor Roy Tirtho
2a69886556
feat(artist): modularize page and add wikipedia section
2023-11-22 20:23:12 +06:00
Kingkor Roy Tirtho
7d05c40dc0
fix: use CustomScrollView for personalized page
2023-11-22 10:02:11 +06:00
Kingkor Roy Tirtho
92deb0cc6a
chore: fix playbutton not playing anything
2023-11-22 08:55:42 +06:00
Kingkor Roy Tirtho
28a5d6bb38
feat: paginated playlist and album page
2023-11-17 13:14:25 +06:00
Kingkor Roy Tirtho
83c0b49da9
fix: 0:00 media duration in queue after application restart #782
2023-10-29 20:19:03 +06:00
meenbeese
c7432bbd98
feat: improve and unify the logging framework ( #738 )
...
* Improve logging framework for better debugging
Signed-off-by: meenbeese <meenbeese@tutanota.com>
* Remove logger statements from /bin dir
---------
Signed-off-by: meenbeese <meenbeese@tutanota.com>
2023-09-30 18:20:45 +06:00
Kingkor Roy Tirtho
b3cf639ee2
fix(android ): file_selector getDirectoryPath returns unusable content urls #720
2023-09-26 22:34:21 +06:00
Kingkor Roy Tirtho
ae2745fdb7
refactor: fix caching isn't working with spotify 0.12
2023-09-26 20:22:05 +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
de335f4834
fix: hour not showing for tracks longer than 60 minutes ( #648 )
2023-09-11 12:12:05 +06:00
Kingkor Roy Tirtho
4adf6951d9
fix: generate playlist page max width
2023-08-15 13:13:07 +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
c93c229b0f
chore: sleep timer custom hour format
2023-06-20 09:39:27 +06:00
Kingkor Roy Tirtho
4a75f3dbd1
feat: add sleep timer support
2023-06-19 21:35:58 +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
617aa89409
feat: improved track item API and UI
2023-06-11 22:27:16 +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
f4b0d134ca
feat: custom playlist generator
2023-06-06 17:41: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
fb780da327
feat: remove SponsorBlock in favor of YT Music and remove pocketbase backend track support
2023-05-16 10:50:17 +06:00
Kingkor Roy Tirtho
5a4e3baa51
chore: remove unnecessary files and youtube_explode
2023-05-14 15:00:07 +06:00
Kingkor Roy Tirtho
1ecc36da57
feat: replace YouTube API with piped API
2023-05-14 14:26:13 +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
60a5847ae6
fix(playback): not skipping track's sponsorblock segments
2023-03-05 10:54:31 +06:00
Kingkor Roy Tirtho
bdd70984e6
fix(playbutton_card): play and add to queue needs 2 clicks work
...
feat: add disk caching to liked tracks and categories query
2023-03-02 13:20:07 +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
ad90c11ab0
feat: configure pocketbase, generate dart types, update playback to use server instead of hive cache
...
This commit currently turns off sponsor block segment for compatibility reasons
2023-02-01 22:05:37 +06:00
Kingkor Roy Tirtho
a06cd0da84
feat: search/filter tracks inside playlist or album
2023-01-06 00:48:04 +06:00
Kingkor Roy Tirtho
a10bc5b8d8
feat: sidebar download count and proper progress color in playbutton
2022-12-08 22:09:48 +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
d841b06882
refactor(audio-metadata): migrate from dart audio tagging library to rust based in-house solution
...
* fix(home): android bottom-bar abnormal empty top space for unknown reason
* chore: bump deps and use pub.dev version of spotify package
2022-09-05 00:09:05 +06:00
Kingkor Roy Tirtho
bc1334dd6d
Got playlist caching working again with proper volume controls
2022-07-03 13:14:49 +06:00
Kingkor Roy Tirtho
7767dfbd4d
Youtube search caching support added
2022-06-18 13:50:56 +06:00
Kingkor Roy Tirtho
063b239b5d
Shimmer Loading animations for Playlist,Album, artist & categories
2022-06-14 14:52:39 +06:00
Kingkor Roy Tirtho
e92f107e55
improved ranking system for matched youtube search results
...
synced lyrics initial implementation using rentanadviser
2022-04-19 12:59:12 +06:00