Alessio
ae925d7624
Deleted NewPipedExtractor
2025-04-14 12:10:33 +02:00
Alessio
fece073def
This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project.
...
Configuration File Removals:
.vscode/c_cpp_properties.json: Removed the entire configuration for C/C++ properties.
.vscode/launch.json: Removed the Dart launch configurations for different environments and modes.
.vscode/settings.json: Removed settings related to CMake, spell checking, file nesting, and Dart Flutter SDK path.
.vscode/snippets.code-snippets: Removed code snippets for Dart, including PaginatedState and PaginatedNotifier templates.
.vscode/tasks.json: Removed the tasks configuration file.
Documentation Updates:
CONTRIBUTION.md: Removed heart emoji from the introductory text.
README.md: Updated the logo image and made minor text adjustments, including removing emojis and updating section titles. [1] [2] [3] [4] [5]
Asset Removals:
lib/collections/assets.gen.dart: Removed multiple unused asset references, including images related to Spotube logos and banners. [1] [2] [3]
Minor Code Cleanups:
cli/commands/build/linux.dart, cli/commands/build/windows.dart, cli/commands/translated.dart, cli/commands/untranslated.dart: Adjusted import statements for consistency. [1] [2] [3] [4]
integration_test/app_test.dart: Removed an unnecessary blank line.
lib/collections/routes.dart: Commented out the TrackRoute configuration.
2025-04-13 18:40:37 +02:00
Kingkor Roy Tirtho
df72ba6960
chore: convert all spotify calls to invoke signature to capture invalid access token exception
2025-03-16 21:22:29 +06:00
Kingkor Roy Tirtho
3d334d96fd
fix(desktop): double titlebar in local library folders and massive space in overlay player
2025-03-11 21:28:57 +06:00
Kingkor Roy Tirtho
bd4cd22e4e
fix(generate_playlist): create playlist not adding tracks nor navigating to playlist page
2025-03-11 00:16:53 +06:00
Kingkor Roy Tirtho
4072531c62
fix(android): navigation overlaying in app navigation
2025-03-09 10:05:02 +06:00
Kingkor Roy Tirtho
a9586a64f2
chore: enable sliding transition for queue, alternative source and lyrics page for small screen
2025-03-06 23:04:04 +06:00
Kingkor Roy Tirtho
bb71fc0eea
chore: use pages instead of drawer for queue, lyrics, sources in mobile
2025-03-04 18:26:59 +06:00
Kingkor Roy Tirtho
7eb0e69dd7
chore: upgrade to latest working shadcn_flutter
2025-03-03 22:23:29 +06:00
Kingkor Roy Tirtho
30bf0bed62
chore: add back pull down to refresh
2025-03-02 22:04:22 +06:00
Kingkor Roy Tirtho
edc9636940
chore: fix adaptive select tile scrolling not working
2025-02-23 11:33:44 +06:00
Kingkor Roy Tirtho
47edb8bf96
chore: improve home screen performance
2025-02-23 09:55:46 +06:00
Kingkor Roy Tirtho
1e6d709e04
feat: implement yt-dlp for desktop and NewPipeExtractor for Android ( #2316 )
...
* feat: add youtube engine abstraction and yt-dlp integration
* chore: add yt-dlp as optional dependency
* feat: implement custom path support for youtube engines
* chore: check for custom path in setting engine select dropdown
* chore: update yt_dlp_dart
* chore: setting video url instead of video id in fetchSiblings
* feat: implement NewPipe engine
* chore: update local path to git url for flutter_new_pipe_extractor package
* chore: fix android build isn't working
* chore: fix routes not working when initially signing in
* refactor: drop fallback support to different sources
2025-02-11 21:36:07 +06:00
Kingkor Roy Tirtho
043eaba81f
fix: youtube source taking too long to buffer
2025-02-03 20:53:48 +06:00
Kingkor Roy Tirtho
4b2d259add
chore: use navigateTo instead of pushRoute
2025-01-31 22:10:40 +06:00
Kingkor Roy Tirtho
0037677383
refactor: migrate to auto_route from go_router
2025-01-31 21:07:51 +06:00
Kingkor Roy Tirtho
6cf4ca9179
chore: use shadcn in all places that's using material
2025-01-30 21:44:07 +06:00
Kingkor Roy Tirtho
42158a99ff
refactor: use shadcn for mini lyrics window
2025-01-28 21:23:57 +06:00
Kingkor Roy Tirtho
5c6cb770a8
chore: fix where loading images not working
2025-01-28 21:07:02 +06:00
Kingkor Roy Tirtho
4c3718467d
chore: local library not working
2025-01-26 22:36:11 +06:00
Kingkor Roy Tirtho
082f711018
chore: use angle
2025-01-23 20:39:04 +06:00
Kingkor Roy Tirtho
6e357230ac
refactor: use expanded sidebar tiles for library
2025-01-23 20:34:04 +06:00
Kingkor Roy Tirtho
4fead5f504
feat: pause playback when no internet connection
2025-01-20 22:04:12 +06:00
Kingkor Roy Tirtho
6c005592e3
refactor: color scheme support based on shadcn colors
2025-01-16 21:13:42 +06:00
Kingkor Roy Tirtho
3649b67869
refactor: use undraw for not_found component
2025-01-12 14:22:54 +06:00
Kingkor Roy Tirtho
b8ffb9b75f
feat: show placeholder images where there is no item or on empty page
2025-01-12 14:16:18 +06:00
Kingkor Roy Tirtho
a8694a7a8b
refactor: blacklist and about page
2025-01-11 20:08:04 +06:00
Kingkor Roy Tirtho
b25ae332b8
feat: flag to hide spotify generated images with patterns
2025-01-10 23:41:22 +06:00
Kingkor Roy Tirtho
2daea2b3ef
chore: make genre carousel items better in light mode
2025-01-10 19:51:21 +06:00
Kingkor Roy Tirtho
88906098dd
refactor: use shadcn for TrackTile
2025-01-08 22:16:46 +06:00
Kingkor Roy Tirtho
e54a646073
refactor: downloads page to shadcn
2025-01-08 19:11:29 +06:00
Kingkor Roy Tirtho
3ffcb48db9
chore: improve carousel performance
2025-01-06 21:44:06 +06:00
Kingkor Roy Tirtho
46852545a9
refactor: add genre carousel buttons and indicators
2025-01-06 21:33:26 +06:00
Kingkor Roy Tirtho
bf94a490bb
refactor: genres section
2025-01-06 20:45:37 +06:00
Kingkor Roy Tirtho
6dd9b753b0
refactor: migrate stats to shadcn
2025-01-06 14:13:53 +06:00
Kingkor Roy Tirtho
e6408ccc0d
refactor: genre home section
2025-01-05 17:11:58 +06:00
Kingkor Roy Tirtho
dff8fe2e64
chore: fix alternative source list item theme inconsistency
2025-01-05 16:50:04 +06:00
Kingkor Roy Tirtho
dd0bb01af5
refactor: generate playlist to shadcn
2025-01-05 16:16:57 +06:00
Kingkor Roy Tirtho
b8f2495acb
refactor: user local library
2025-01-05 11:54:50 +06:00
Kingkor Roy Tirtho
4afe0cca68
refactor: artist page
2025-01-05 09:47:32 +06:00
Kingkor Roy Tirtho
bbad701c07
refactor: dialogs to shadcn dialog
2025-01-05 08:58:57 +06:00
Kingkor Roy Tirtho
af295be8c6
refactor: remote playback page to shadcn
2025-01-04 23:31:09 +06:00
Kingkor Roy Tirtho
30e03786bf
refactor: alternative track sheet to use shadcn
2025-01-03 23:10:26 +06:00
Kingkor Roy Tirtho
f96b5eae97
refactor: floating player to use shadcn
2025-01-03 21:11:36 +06:00
Kingkor Roy Tirtho
684e595d16
refactor: use shadcn widgets for create playlist and add tracks to playlist dialog
2024-12-29 15:07:48 +06:00
Kingkor Roy Tirtho
047eccfa82
fix: SafeArea not working for bottom floating widgets
2024-12-29 13:36:44 +06:00
Kingkor Roy Tirtho
d845180e60
fix: mobile keyboard overflow
2024-12-28 21:18:35 +06:00
Kingkor Roy Tirtho
d53782da23
refactor: playlist and album pages
2024-12-28 14:30:25 +06:00
Kingkor Roy Tirtho
ced85d3f0c
chore: fix scaling issue in android and status bar being black
2024-12-24 21:33:24 +06:00
Kingkor Roy Tirtho
e2143a0625
chore: fix android build and player controls slider layout builder exception
2024-12-24 20:19:10 +06:00