Commit graph

1730 commits

Author SHA1 Message Date
Schnitzel5
f5c5c43e2a + 2025-07-18 01:31:03 +02:00
Schnitzel5
d139042241 added discord rpc 2025-07-18 01:02:59 +02:00
NBA2K1
e2da2e812e Updates Screen Tab Switching Performance+ 2025-07-17 23:19:18 +02:00
NBA2K1
f1a49383ea History Screen Tab Switching Performance+ 2025-07-17 23:14:29 +02:00
NBA2K1
1942a2931d Update release.yml 2025-07-16 21:38:57 +02:00
NBA2K1
5a18d5f0f0 storage permission
potentially fixes #430
2025-07-16 18:21:04 +02:00
NBA2K1
5ee88b80ca fix animation 2025-07-16 14:02:59 +02:00
NBA2K1
7c1ef56902 Use correct icon sizes on Linux 2025-07-16 13:17:17 +02:00
NBA2K1
a3b733aa1e Use icons from macOS folder
instead of converting on-the-fly
2025-07-16 11:19:16 +02:00
Schnitzel5
230f9c59a3 changed seekbar behavior 2025-07-15 01:52:15 +02:00
Moustapha Kodjo Amadou
1fa204a83e Refactor server.go 2025-07-14 15:49:34 +01:00
Moustapha Kodjo Amadou
48ca0eb5d3 add go build script 2025-07-14 14:54:33 +01:00
Moustapha Kodjo Amadou
a656a158c4 upgrade 2025-07-14 12:33:45 +01:00
Moustapha Kodjo Amadou
1b9cc8d92d
Merge pull request #516 from NBA2K1/main
Fix Exception
2025-07-14 10:49:21 +01:00
Moustapha Kodjo Amadou
af8f89f70f
Merge pull request #521 from NBA2K1/save-lastPageRead
Save lastPageRead before system kills app
2025-07-14 10:47:01 +01:00
NBA2K1
d221e5fab0 dispose 2025-07-13 01:42:35 +02:00
NBA2K1
5b17bde1d5 LOL who thought of that? 2025-07-13 01:24:36 +02:00
NBA2K1
00462f3066 dispose! 2025-07-13 01:24:14 +02:00
NBA2K1
f3ef7791a6 Save lastPageRead before system kills app
If the app is going to background or is about to be killed, the lastPageRead value is going to be saved, so the progress is not lost if the user leaves the app and the system kills it.
2025-07-12 20:31:19 +02:00
NBA2K1
3313e6e53a Don't focus searchbar when migrating
The searchbar already has input.
2025-07-12 20:26:31 +02:00
NBA2K1
d7dbce7a9a DRY 2025-07-12 20:24:42 +02:00
NBA2K1
aef659000d Desktop right-click for long press on chapter
just like with the LibraryGridView
2025-07-12 20:24:34 +02:00
NBA2K1
775e51e617 AnimePlayer: click on anywhere to play/pause
Just like on YouTube.
2025-07-12 20:22:09 +02:00
NBA2K1
7a5c25b94f dispose 2025-07-12 20:10:04 +02:00
NBA2K1
18d6079420 Why create and then delete BtDirectory?
Same as previous commit
2025-07-12 06:45:39 +02:00
NBA2K1
eb4f82f040 Why create and then delete TpmDirectory?
When deleteTmpDirectory() calls getTmpDirectory(), the directory is first being created and then it is being deleted.
Redundant operation.
2025-07-12 06:41:21 +02:00
NBA2K1
7d13a80a11 No need to make inspector nullable
why make it nullable, set a default value and then use a non-null-assertion (!)?
2025-07-12 06:38:57 +02:00
NBA2K1
1f423dd3ca typo 2025-07-12 06:05:52 +02:00
NBA2K1
609e8196db Update storage_provider.dart
to make the requestPermission() a little shorter. It's just optics. The logic stays the same.
2025-07-12 05:35:21 +02:00
NBA2K1
5e43cf0468 Do not create Mangayomi folder inside AppDir
macOS and iOS already create a separate "Mangayomi" folder. There is no need to nest the downloads and backup folders in another "Mangayomi" folder.
2025-07-12 05:34:18 +02:00
NBA2K1
4d564b9308 Put the database into its separate folder
On Android, iOS and macOS just like how it's done on Windows and Linux.
Before the database files were in the top directory.
2025-07-12 05:30:26 +02:00
NBA2K1
ba49e4e75d Put the hive database into the app's folder
On Windows and Linux the files were created in the ~/Documents folder.
Now they will be created in ~/Documents/Mangayomi/databases instead
2025-07-12 05:28:25 +02:00
NBA2K1
1da0cdcdbf Fix Exception
type 'int' is not a subtype of type 'double?'
2025-07-12 04:28:33 +02:00
Moustapha Kodjo Amadou
47c9b79ce9
Merge pull request #515 from NBA2K1/main
Fix versioning and packaging issues for Windows and Linux builds; improve packaging consistency
2025-07-11 12:19:49 +01:00
NBA2K1
63a8ffd279 Update mangayomi.desktop 2025-07-11 07:33:21 +02:00
NBA2K1
5de99335a2 Change RPM version retrieval to use pubspec.yaml
instead of Git tag
2025-07-11 07:04:46 +02:00
NBA2K1
6275b2c519 Inject linux/mangayomi.desktop file into .deb
fastforge always generates a .desktop file with incorrect semantics.
The generated .desktop file incorrectly includes a 'Version' key, which is not part of the freedesktop.org specification.
fastforgedev/fastforge#158
2025-07-11 06:30:24 +02:00
NBA2K1
7f177052e4 Use linuxdeploy to make AppImage self-contained
linuxdeploy automatically grabs the required libraries for Mangayomi and packs them into the AppImage.
2025-07-11 06:29:27 +02:00
NBA2K1
60442f55da update install size of deb package
and add required dependencies
2025-07-11 06:28:34 +02:00
NBA2K1
05f4a194b0 Use fastforge instead of flutter_distributor
https://pub.dev/documentation/flutter_distributor/latest/

> **Important Notice**: flutter_distributor has been renamed to [fastforge](https://github.com/fastforgedev/fastforge).
    You can continue to use flutter_distributor, but we recommend migrating to fastforge for the latest features and updates.
    Please visit https://fastforge.dev for more information.
2025-07-11 06:27:54 +02:00
NBA2K1
f740bbf59d don't pass --app-version to inno_bundle
By not passing --app-version or the Flutter build flags at all, inno_bundle will read the pubspec.yaml and pass `--build-name 0.6.3 --build-number 85` down into `flutter build windows` And stamp both the EXE’s PE resource and the Inno Setup installer with that exact version.
2025-07-10 06:29:00 +02:00
NBA2K1
4ee0073de5 bash command on Windows is not valid 2025-07-10 05:44:06 +02:00
NBA2K1
45ae686abd Use linux/mangayomi.desktop file for all linux builds 2025-07-10 05:33:27 +02:00
NBA2K1
1e1f31214e Use correct version (from tag) for rpm package 2025-07-10 04:55:42 +02:00
GitHub Action
16d4e73e70 source update: v0.6.3 2025-07-09 14:10:44 +00:00
Moustapha Kodjo Amadou
7bcb21a933 v0.6.3 2025-07-09 15:00:16 +01:00
Moustapha Kodjo Amadou
debbb26dbf Refactor UChapDataPreloadExtensions to improve image byte retrieval logic 2025-07-09 14:49:42 +01:00
Moustapha Kodjo Amadou
e9bbd2e1e3 fix #505 2025-07-09 13:32:38 +01:00
Moustapha Kodjo Amadou
084f241746 Register additional bridged classes for SortState and HeaderFilter in the interpreter 2025-07-09 13:20:45 +01:00
Moustapha Kodjo Amadou
8eaeca2123 Add subtitle support for video downloads and playback 2025-07-09 13:11:04 +01:00