Commit graph

1523 commits

Author SHA1 Message Date
Moustapha Kodjo Amadou
fef6ffd65b Enhance author display in MangaDetailsView with an icon 2025-11-07 11:54:33 +01:00
Moustapha Kodjo Amadou
75472aed62 Fix icon direction logic in ListTileChapterSort widget 2025-11-07 11:34:50 +01:00
Moustapha Kodjo Amadou
951781f415 Refactor ReadMoreWidget to use a new ExpandableText implementation 2025-11-07 11:19:39 +01:00
Moustapha Kodjo Amadou
e8384f51fc Refactor 2025-11-06 16:51:01 +01:00
Moustapha Kodjo Amadou
6e94632417 Add image cropping functionality with isolate support and optimize crop border processing 2025-11-06 16:47:32 +01:00
Moustapha Kodjo Amadou
f483dfab2b Refactor manga reader components: replace VirtualReaderView with WebtoonView and remove unused virtual scrolling files 2025-11-06 11:48:12 +01:00
Moustapha Kodjo Amadou
8eea4eaa4d + 2025-11-05 12:52:09 +01:00
Moustapha Kodjo Amadou
1f2b143585 Refactor 2025-11-05 12:21:36 +01:00
Moustapha Kodjo Amadou
0d0f488ef3 Update WidgetRef types to dynamic to fix updateTrackChapterRead 2025-10-31 11:38:39 +01:00
Moustapha Kodjo Amadou
93a17cc797 Enhance DOM extension methods with additional pseudo-selector handlers and improve nth-child logic 2025-10-30 14:24:43 +01:00
Moustapha Kodjo Amadou
1361315e3e + 2025-10-29 16:41:32 +01:00
Moustapha Kodjo Amadou
3dc22a9c70 + 2025-10-29 15:01:36 +01:00
Moustapha Kodjo Amadou
b475721841 downgrade package_info_plus version to 8.0.0 and adjust retry logic in ProviderScope 2025-10-29 14:29:27 +01:00
Moustapha Kodjo Amadou
8213a36895 Update 2025-10-29 13:25:52 +01:00
Moustapha Kodjo Amadou
377e5d617a
Merge pull request #596 from kodjodevf/riverpod_v3
Refactor and update dependencies for Isar and Riverpod
2025-10-29 13:10:07 +01:00
Moustapha Kodjo Amadou
430e81e021 Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
Moustapha Kodjo Amadou
7bef205dd2 Handle potential null value for sharePositionOrigin in backup sharing functionality 2025-10-29 09:52:31 +01:00
Moustapha Kodjo Amadou
55ac972989
Merge pull request #594 from Schnitzel5/fix/migration
fixed migration sourceId issue
2025-10-25 14:52:24 +01:00
Schnitzel5
bba3c02666 fixed migration sourceId issue
- added link to sync server for non-discord users
2025-10-25 01:26:53 +02:00
Moustapha Kodjo Amadou
d18d83a7c5 Fix null safety issues 2025-10-22 11:08:35 +01:00
Moustapha Kodjo Amadou
2ff20c35cc + 2025-10-22 10:51:25 +01:00
Moustapha Kodjo Amadou
7c47d19a70 Refactor imageUrl assignment in updateMangaDetail to handle null and HTTP checks 2025-10-13 13:33:10 +01:00
Moustapha Kodjo Amadou
1f27c129a5 Fix null handling in SourceNovel.fromJson for name and path fields 2025-10-13 13:25:29 +01:00
Moustapha Kodjo Amadou
ae165045eb Update compileSdkVersion and plugin versions in build.gradle and settings.gradle 2025-10-13 13:03:30 +01:00
Moustapha Kodjo Amadou
2322549dcd Update dependencies in pubspec.yaml 2025-10-13 12:15:02 +01:00
Moustapha Kodjo Amadou
73a61c9003 reverse chapters 2025-10-13 11:30:55 +01:00
Moustapha Kodjo Amadou
84330d2a3d
Merge pull request #587 from Schnitzel5/integration/lnreader
added support for LNReader plugins
2025-10-13 10:51:40 +01:00
Schnitzel5
5e05c4e9aa some refactoring 2025-10-11 21:59:46 +02:00
Schnitzel5
b8a7bbbbb4 + 2025-10-11 17:56:52 +02:00
Schnitzel5
5ef46ec13d adding support for LNReader plugins 2025-10-10 15:49:33 +02:00
Moustapha Kodjo Amadou
1fa7f3123b update 2025-10-02 15:52:00 +01:00
Moustapha Kodjo Amadou
64cb896ea5
Merge pull request #574 from Schnitzel5/rework/local-source
reworked local source
2025-09-10 09:13:57 +01:00
Moustapha Kodjo Amadou
ff694da647
Merge pull request #575 from Schnitzel5/fix/trakt
fixed trakt episode numbers
2025-09-10 09:12:28 +01:00
Schnitzel5
2955dd0bd1 + 2025-09-07 22:28:20 +02:00
Schnitzel5
5a6552e6f6 local folders now also scans for subtitles
- added help button to show an example of a local folder
2025-09-05 21:33:22 +02:00
Schnitzel5
05d0ddf0d6 reworked local source
- allow multiple local folders
- added support for scanning .epub novels
- added metadata,json support
- scanned entries now appear in browse screen instead of the default library category (can be added to library)
2025-09-04 23:02:27 +02:00
Schnitzel5
60928374a3 + 2025-09-03 23:44:06 +02:00
Schnitzel5
f71a2fcc4c fix 2025-09-02 18:30:08 +02:00
Schnitzel5
efcd54c898 fixed app fonts dialog 2025-09-02 14:35:53 +02:00
Schnitzel5
477beeb360 + 2025-09-02 00:05:28 +02:00
Moustapha Kodjo Amadou
5200c2900d feat: add useLegacyPackaging to reduce APK size
Enable legacy packaging for native libraries to compress .so files
in APK, reducing build size as in pre-Flutter 3.35.1 versions
2025-09-01 10:54:39 +01:00
Moustapha Kodjo Amadou
4608c3972a
Merge pull request #573 from NBA2K1/main
iOS Workflow fix
2025-08-31 12:49:55 +01:00
NBA2K1
f1dfd1a9fb Update release.yml 2025-08-30 02:08:44 +02:00
GitHub Action
3b3c3dac54 source update: v0.6.5 2025-08-29 23:04:25 +00:00
Moustapha Kodjo Amadou
226553710e Update 2025-08-29 17:43:57 +01:00
Moustapha Kodjo Amadou
24e5926632 Update 2025-08-29 17:41:23 +01:00
Moustapha Kodjo Amadou
611096d5c0 fix 2025-08-29 16:36:58 +01:00
Moustapha Kodjo Amadou
b53df86fc9 v0.6.5 2025-08-29 16:25:25 +01:00
Moustapha Kodjo Amadou
de7800c6af
Merge pull request #571 from Schnitzel5/player/hw-accel
added option to turn on/off mpv hardware acceleration
2025-08-29 12:06:20 +01:00
Schnitzel5
78f8dd372f fixed local sources not showing in the extensions screen 2025-08-28 20:19:27 +02:00