Commit Graph

311 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
4d57b134a3 cd: use xcode 16.2 2025-09-05 20:01:33 +06:00
Kingkor Roy Tirtho
66cae6c7ac chore: upgrade Flutter version 2025-08-29 13:08:28 +06:00
Kingkor Roy Tirtho
308c417ed3 cd: use macos 14 instead 15 2025-08-25 19:27:18 +06:00
Kingkor Roy Tirtho
cdc64e4bb0 feat: Add repository and plugin API version fields to metadata plugins
- Updated database schema to include `repository` and `pluginApiVersion` columns in the `MetadataPluginsTable`.
- Modified `PluginConfiguration` model to include new fields for `repository` and `pluginApiVersion`.
- Enhanced JSON serialization and deserialization for the new fields in `PluginConfiguration`.
- Refactored `SettingsMetadataProviderPage` to display installed plugins with their repository information.
- Created new components `MetadataInstalledPluginItem` and `MetadataPluginRepositoryItem` for better UI representation of plugins.
- Updated plugin installation logic to handle new fields and display relevant information.
- Bumped `youtube_explode_dart` dependency version to `2.5.1`.
2025-07-18 15:55:28 +06:00
Kingkor Roy Tirtho
d2827a52d3 chore: upgrade to flutter 3.32.5 2025-07-13 21:21:17 +06:00
Kingkor Roy Tirtho
53ad5bd448 feat: remove green corp names formally 2025-06-19 23:04:24 +06:00
Kingkor Roy Tirtho
26b1c31f8f chore: flutter 3.29.2 and bump of to 4.0.1 2025-03-15 16:31:20 +06:00
Kingkor Roy Tirtho
cd475e93d0 chore: upgrade action flutter to 3.29.1 2025-03-12 13:48:07 +06:00
Kingkor Roy Tirtho
180d07a1be chore: bump version to v4.0.0 and generate changelogs, translations and credits 2025-03-07 17:38:25 +06:00
Kingkor Roy Tirtho
e8e2d78529 chore: upgrade to flutter 3.29.0 2025-02-21 20:54:36 +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
b1780e0cf8 fix: duplicates in recent section 2025-02-01 19:14:50 +06:00
Kingkor Roy Tirtho
4c3718467d chore: local library not working 2025-01-26 22:36:11 +06:00
Kingkor Roy Tirtho
75e189344e cd: update workflow and build command for Ubuntu 22.04 compatibility 2025-01-24 14:19:44 +06:00
Kingkor Roy Tirtho
8c0a47374d cd: artifact nested directory glob 2025-01-24 13:55:57 +06:00
Kingkor Roy Tirtho
697ba1ed7b cd: sha and md5 sum error 2025-01-24 13:27:20 +06:00
Kingkor Roy Tirtho
e05645c46e cd: enable caching for Flutter SDK in release workflow 2025-01-24 12:43:44 +06:00
Kingkor Roy Tirtho
b2b38a9191 cd: use git source for flutter action 2025-01-24 12:18:33 +06:00
Kingkor Roy Tirtho
219ae9dcb3 cd: use git source for flutter action 2025-01-24 12:15:30 +06:00
Kingkor Roy Tirtho
ed1f4ad6f5 cd: use cache less Flutter SDK 2025-01-24 12:08:01 +06:00
Kingkor Roy Tirtho
15773e1ce7 cd: use alternative flutter action setup action 2025-01-24 11:44:22 +06:00
Kingkor Roy Tirtho
b7bb35d299 cd: upgrade flutter action 2025-01-24 11:32:41 +06:00
Kingkor Roy Tirtho
1937b1b840 cd: use default caching key 2025-01-24 11:31:01 +06:00
Kingkor Roy Tirtho
85ebaf69de cd: use new hosted github runners 2025-01-24 11:15:48 +06:00
Kingkor Roy Tirtho
becba8956f cd: artifact name need to be specified 2025-01-24 10:15:24 +06:00
Kingkor Roy Tirtho
343198a7e8 cd: use individual artifacts 2025-01-24 09:55:09 +06:00
Kingkor Roy Tirtho
0aee8b3399 cd: use upload-artifact v4 2025-01-23 21:16:40 +06:00
Kingkor Roy Tirtho
780f5dee2e cd: upgrade flutter version to 3.28.0-0.1.pre 2025-01-04 20:34:42 +06:00
Kingkor Roy Tirtho
b52bf0f448
feat(android): home widget support (#2148)
* feat: add android home widget support

* feat: style widget player and add intent and callbacks on action

* feat: responsive and working android home widget

* fix(android): models stripping causing it to not work for release apks

* chore: ios lockfile update

* feat: config for iOS widget

* cd: upgrade xcode

* cd: reduce xcode version

* feat: add a christmas background
2024-12-16 22:47:44 +06:00
Kingkor Roy Tirtho
08f624ece1 chore: upgrade to flutter 3.27.0 and fix gradle errors 2024-12-14 09:52:53 +06:00
Kingkor Roy Tirtho
083b366308 chore: upgrade to fluter 3.24.5 2024-12-08 20:13:36 +06:00
Kingkor Roy Tirtho
8ca2115ef0
feat: track caching and cached track export support (#2117)
* feat: add caching support with track metadata

* feat(settings): add cache music toggle

* fix(mobile): cache dir not open-able

* feat(local folder): add cache export/clear actions and size of the folder

* chore: ios deps upgrades

* chore: upgrade lint flutter version

* chore: lint secrets causing error

* cd: invalid value for env var
2024-12-08 20:03:01 +06:00
Kingkor Roy Tirtho
fdde972a77 chore: bump version to 3.8.3 and generate changelogs 2024-10-09 14:51:24 +06:00
Kingkor Roy Tirtho
2a317397ee Merge branch 'chore/upgrade-deps' into dev 2024-10-09 14:44:15 +06:00
Kingkor Roy Tirtho
4e0de13075 cd: upgrade flutter version 2024-10-09 11:55:32 +06:00
Kingkor Roy Tirtho
b87a51011b chore: bump to v3.8.2 abd generate changelogs 2024-09-30 21:56:34 +06:00
Ryze
200ee4a6bd
fix: endless song loading issue and no playback #1925
* chore: update bug reports template

* chore: update bug reports template

* update youtube_explode_dart dependency version

---------

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2024-09-30 20:18:35 +06:00
Kingkor Roy Tirtho
4618a6406c
Merge pull request #1840 from vedantmgoyal9/patch-1
Update winget-releaser to latest
2024-09-15 18:43:56 +06:00
Kingkor Roy Tirtho
02818593ed chore: bump version to 3.8.1 and prepare for release 2024-09-15 18:37:22 +06:00
Vedant
efada35ce0
Update winget-releaser to latest 2024-08-31 20:30:04 +05:30
Kingkor Roy Tirtho
d50e60e2b2 cd: add action to clear space for arm build 2024-08-18 15:06:49 +06:00
Kingkor Roy Tirtho
9b02412060 cd: upgrade aur version 2024-08-11 18:07:52 +06:00
Kingkor Roy Tirtho
b501078c43 cd: upgrade aur version 2024-08-11 18:07:26 +06:00
Kingkor Roy Tirtho
c681401b6e cd: fix playstore publish download faiils 2024-08-11 13:50:39 +06:00
Kingkor Roy Tirtho
1b024b41fe cd: fix playstore publish download faiils 2024-08-11 13:49:00 +06:00
Kingkor Roy Tirtho
b0a07b58d5 cd: add playstore publish support 2024-08-11 13:45:03 +06:00
Kingkor Roy Tirtho
b32ec9ccf9 chore: bump version and generate changelog 2024-08-10 23:21:48 +06:00
Kingkor Roy Tirtho
ebaf5615ad cd: free up space for linux arm 2024-08-09 13:13:11 +06:00
Kingkor Roy Tirtho
b5f3894983 cd: add aarch64-unknown-linux-gnu manually in dockerfile for linux arm 2024-08-04 12:03:48 +06:00
Kingkor Roy Tirtho
0465042264 cd: re-enable arm 2024-08-04 11:32:50 +06:00