Commit graph

918 commits

Author SHA1 Message Date
Enbiya Olgun
59b2389631 Fix Exception
```
════════ Exception caught by widgets library ═══════════════════════════════════
The following UnsupportedError was thrown building CircularProgressIndicator(100.0%, dependencies: [InheritedCupertinoTheme, _InheritedTheme, _LocalizationsScope-[GlobalKey#3b6da]], state: _CircularProgressIndicatorState#8c03b(ticker inactive)):
Unsupported operation: Infinity or NaN toInt

The relevant error-causing widget was:
    CircularProgressIndicator CircularProgressIndicator (package:mangayomi/modules/manga/reader/widgets/circular_progress_indicator_animate_rotate.dart:56:27)
```
2025-04-22 03:23:12 +02:00
Enbiya Olgun
b5d65168fb Fix Exception
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Bad state: Cannot use "ref" after the widget was disposed.
#0      ConsumerStatefulElement._assertNotDisposed (package:flutter_riverpod/src/consumer.dart:550:7)
consumer.dart:550
#1      ConsumerStatefulElement.read (package:flutter_riverpod/src/consumer.dart:619:5)
consumer.dart:619
#2      _MainScreenState.initState.<anonymous closure>.<anonymous closure> (package:mangayomi/modules/main_view/main_screen.dart:70:13)
main_screen.dart:70
#3      _Timer._runTimers (dart:isolate-patch/timer_impl.dart:410:19)
timer_impl.dart:410
#4      _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:441:5)
timer_impl.dart:441
#5      _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:194:12)
isolate_patch.dart:194
```
2025-04-22 00:39:00 +02:00
Enbiya Olgun
6d99d9a690 Implemented text scroll to chapter/episode list
title text scroll (like a marquee effect) when the chapter/episode name is too long.
2025-04-21 22:47:23 +02:00
Enbiya Olgun
ef4abc47f2 Fix #444 + Remove code duplication
- Tracker Kitsu now displays "ì" correctly
- Removed a lot of code duplication in Kitsu.
2025-04-21 19:10:09 +02:00
Enbiya Olgun
dfade2f78e Kitsu no shows "Start date" and "Finish Date" when date is not set
Instead of "01 Jan 1970" show "Start date" and "Finish Date" on kitsu. Just like MyAnimeList
2025-04-21 19:05:01 +02:00
Schnitzel5
d4e768f6f7 added progress for updating the library 2025-04-17 23:15:59 +02:00
Schnitzel5
58ec9895eb + 2025-04-15 00:18:23 +02:00
Schnitzel5
50fe6abfac updates screen search query 2025-04-14 00:00:41 +02:00
Schnitzel5
90dadbd2c6 fixed last updated 2025-04-10 16:03:08 +02:00
Schnitzel5
454445ad25 fixed auto theme 2025-04-08 23:39:17 +02:00
Enbiya Olgun
cf8852fe50 Stays in the current category when updating
Fix #437
2025-04-08 00:36:33 +02:00
Enbiya Olgun
f765581b37 Fixed the Archive creation
This fixes issue #435
2025-04-07 19:23:28 +02:00
Enbiya Olgun
5e5f4d34cf Pass the correct list to convertToCBZ
e.url are the original remote URLs
Now the correct list of local image file paths is being passed to convertToCBZ.
2025-04-07 19:17:39 +02:00
Enbiya Olgun
0188f99aad Added keyboard shortcut
Added the Enter-key as a shortcut to skip the Anime intro (defaultSkipIntroLength).
2025-04-06 23:18:47 +02:00
NBA2K1
fcc6aa0f7f Localized messages are generated into source.
https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source
The flutter tool will no longer generate a synthetic package:flutter_gen or modify the package_config.json of the app.
Applications or tools that referenced package:flutter_gen should instead reference source files generated into the app's source directory directly.
2025-04-03 01:27:24 +02:00
Moustapha Kodjo Amadou
a0df094504 refactor: improve download button logic and clean up code 2025-04-01 17:15:54 +01:00
Schnitzel5
4791acc425 android users now can directly install new updates 2025-03-28 23:54:33 +01:00
Schnitzel5
175ea414b8 added android update 2025-03-28 16:00:29 +01:00
Schnitzel5
c45d8df099 test 2025-03-28 00:15:35 +01:00
Moustapha Kodjo Amadou
49bc8dd1a1 refactor 2025-03-27 16:03:11 +01:00
Moustapha Kodjo Amadou
5ef6963edc implement conditional display of DarkModeButton based on system theme preference 2025-03-27 15:54:19 +01:00
Moustapha Kodjo Amadou
451a07aef5 add statistics provider and redesign 2025-03-27 15:48:54 +01:00
Schnitzel5
3b2e6f9fcc fixed archive bug 2025-03-26 23:46:42 +01:00
Schnitzel5
95619437a1 added screenshot option to player view 2025-03-24 21:33:34 +01:00
Schnitzel5
17c18bd79a added follow system theme 2025-03-24 21:33:01 +01:00
Schnitzel5
4b2ee1f0e6 added option to load own subtitles 2025-03-22 22:10:02 +01:00
Moustapha Kodjo Amadou
08f686999b
Merge pull request #413 from Schnitzel5/feature/more-backup-support
added support for Kotatsu and Mihon backups
2025-03-19 13:11:25 +01:00
Schnitzel5
75feb2e6d0 added best-effort migration of read/watch progress 2025-03-16 02:31:13 +01:00
Enbiya Olgun
ccb5fb08e6 Only on wifi (+ ethernet)
Allows a download to be done while being on ethernet when "Only on wifi" option is enabled. #415

+ typo
2025-03-15 02:44:36 +01:00
Schnitzel5
2bc96d46df some fixes 2025-03-14 22:42:57 +01:00
Schnitzel5
4e44208b65 added support for Neko backup 2025-03-14 16:01:15 +01:00
Schnitzel5
05a72d4971 added support for Aniyomi backup 2025-03-14 15:54:48 +01:00
Schnitzel5
5f33769bc1 added mihon backup support 2025-03-14 00:41:45 +01:00
Schnitzel5
cc80ee3608 track preferences not cleared unless the backup contains oauth tokens 2025-03-12 15:57:27 +01:00
Schnitzel5
2a08115067 added support for Kotatsu backups 2025-03-11 23:34:02 +01:00
Moustapha Kodjo Amadou
f443065113 + 2025-03-11 09:39:03 +01:00
Moustapha Kodjo Amadou
fde0f3dd92 fix 2025-03-10 11:05:03 +01:00
Schnitzel5
301220a6a4 added default subtitle lang + statistics screen 2025-03-10 00:02:06 +01:00
Schnitzel5
f0aab34f0c fix category hide query 2025-03-09 22:07:26 +01:00
Schnitzel5
7386175200 Merge branch 'temp/genre-quick-search' into feature/genre-quick-search 2025-03-09 21:21:50 +01:00
Schnitzel5
8b3910cf65 + 2025-03-09 21:20:42 +01:00
Moustapha Kodjo Amadou
b581d9dc1c fix 2025-03-09 15:09:25 +01:00
Moustapha Kodjo Amadou
5905480392 improve category 2025-03-09 14:59:24 +01:00
Moustapha Kodjo Amadou
5329f37809 + 2025-03-09 12:26:36 +01:00
Moustapha Kodjo Amadou
80425a4cfe improve 2025-03-09 12:24:19 +01:00
Moustapha Kodjo Amadou
2eb4545082 refactor: replace ListView with SuperListView across multiple widgets 2025-03-09 12:02:38 +01:00
Moustapha Kodjo Amadou
dd27a6b3b3 - 2025-03-09 11:41:21 +01:00
Moustapha Kodjo Amadou
05cc1e5282 refactor: optimize source list handling in global search and migration screens 2025-03-09 11:40:21 +01:00
Schnitzel5
1d96ea29d5 added navigation 2025-03-06 16:00:38 +01:00
Schnitzel5
355f19dfe4 added auto-detect language for subtitles 2025-03-06 00:31:20 +01:00
Schnitzel5
52c5ac5b48 + 2025-03-05 15:51:26 +01:00
Schnitzel5
7be5075c53 + 2025-03-05 00:43:12 +01:00
Schnitzel5
b1636ad710 added chapter preview to migration 2025-03-02 21:21:17 +01:00
Schnitzel5
17128cccbd added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
Moustapha Kodjo Amadou
34c2ce3c37 refactor & fix lag when installing extension 2025-02-27 09:05:16 +01:00
Moustapha Kodjo Amadou
3e401c8af2 dart format 2025-02-23 15:31:49 +01:00
Schnitzel5
3ecd3d0a14 added long press for 2x playback speed 2025-02-22 21:00:32 +01:00
Schnitzel5
dec2968921 optimized sync for library update 2025-02-15 17:30:38 +01:00
Schnitzel5
80bdfe7ee7 adjusted button positions 2025-02-14 21:52:34 +01:00
Schnitzel5
52eb0a903b sync bot toasts are more concise 2025-02-14 15:51:19 +01:00
Schnitzel5
7b00d0f7e4 finished snapshots and added auto sync 2025-02-13 23:41:26 +01:00
Schnitzel5
815ccbc19a + 2025-02-13 15:54:45 +01:00
Schnitzel5
00229ef5d0 enhanced sync feature 2025-02-12 23:59:39 +01:00
Schnitzel5
fc20f87870 Merge branch 'temp/sync' into feature/sync 2025-02-12 22:26:18 +01:00
Schnitzel5
aa946c9d51 enhanced sync feature 2025-02-12 19:13:16 +01:00
Schnitzel5
f00b82ddb9 added deep links for repo urls 2025-02-12 15:48:36 +01:00
Moustapha Kodjo Amadou
8384bcad51 co-written with @Schnitzel5 : update source fetching methods to utilize repositories 2025-02-12 11:04:46 +01:00
Moustapha Kodjo Amadou
6e886a6276 refactor 2025-01-30 17:34:41 +01:00
Moustapha Kodjo Amadou
00b2e5fa31 improve custom navigation settings 2025-01-30 15:51:17 +01:00
Moustapha Kodjo Amadou
3eeb4777a6 feat: improve chapter download 2025-01-30 15:09:47 +01:00
Moustapha Kodjo Amadou
3353a85b0a
Merge pull request #375 from Schnitzel5/fix/restore-broken-categories
added conversion forManga to itemType when restoring
2025-01-29 19:44:17 +01:00
Schnitzel5
082fd455e3 added conversion forManga to itemType when restoring 2025-01-27 22:37:30 +01:00
Schnitzel5
83c5356359 fixed restore not refreshing navigation 2025-01-25 21:50:14 +01:00
Schnitzel5
cccf4b65cd reversed the switch to be more clear if the navigation is toggled 2025-01-25 21:32:18 +01:00
Schnitzel5
235db734d2 allow user to reorder and toggle each navigation item 2025-01-25 21:15:36 +01:00
Schnitzel5
7bc3061485 + 2025-01-24 00:25:11 +01:00
Moustapha Kodjo Amadou
d9e9e87926 fix #365 2025-01-22 18:25:28 +01:00
Moustapha Kodjo Amadou
116d9ac299 refactor: enhance label text style in navigation bar for better overflow handling 2025-01-22 10:59:24 +01:00
Moustapha Kodjo Amadou
a89e1b9ba7 refactor: simplify color filter handling in image view 2025-01-22 10:47:34 +01:00
Moustapha Kodjo Amadou
4265ba11fe refactor: remove unnecessary iOS view checks and adjust animation duration in reader view 2025-01-22 10:30:37 +01:00
Moustapha Kodjo Amadou
bc8e0cef47 fix #324 2025-01-22 10:24:18 +01:00
Moustapha Kodjo Amadou
e901ef6281 refactor: update chapter handling to use IDs instead of objects in reader views 2025-01-22 10:02:44 +01:00
Moustapha Kodjo Amadou
e139dc3247 fix #362 2025-01-21 15:53:10 +01:00
Moustapha Kodjo Amadou
478c408db7 refactor: enhance query to exclude local archives in updates screen 2025-01-21 15:10:52 +01:00
Moustapha Kodjo Amadou
c4b153f60c refactor: replace Container with Badge for item count display and move hide items in appearance settings 2025-01-17 17:57:43 +01:00
Moustapha Kodjo Amadou
500713fc86 refactor 2025-01-17 11:41:00 +01:00
Moustapha Kodjo Amadou
0cc6194a5d + 2025-01-15 09:48:14 +01:00
Moustapha Kodjo Amadou
c906eec398 refactor 2025-01-15 09:31:45 +01:00
Moustapha Kodjo Amadou
8c841baaa3 fix 2025-01-11 06:45:34 +01:00
Moustapha Kodjo Amadou
778133ef89 fix migration error 2025-01-10 20:17:52 +01:00
kodjomoustapha
22cbf2dc44 fix Textfield not visible on mobile when typing 2025-01-09 17:16:00 +01:00
kodjomoustapha
fcb67ffd36 + 2025-01-09 15:24:55 +01:00
kodjomoustapha
6deffa4b97 refactor CodeEditor & update package 2025-01-08 12:51:16 +01:00
Schnitzel5
5ae7a8d581 added option to download novels 2025-01-07 23:37:29 +01:00
Moustapha Kodjo Amadou
9eb49c7af6
Merge pull request #351 from Schnitzel5/novel/font-size
added option to adjust reader font size
2025-01-07 13:25:06 +01:00
kodjomoustapha
3fdaf80b7c feat: enhance update total numbers filter options for updates and sources 2025-01-07 13:23:06 +01:00
kodjomoustapha
32b10b8a30 - 2025-01-07 12:46:09 +01:00
Schnitzel5
b4fa508ab8 hide novel reader settings for now 2025-01-06 18:49:16 +01:00
kodjomoustapha
61734faed5 fix 2025-01-06 17:39:21 +01:00
Schnitzel5
0d29f634eb added scrollbar 2025-01-04 00:04:08 +01:00
Schnitzel5
4778abef62 Merge branch 'main' into novel/font-size 2025-01-03 23:06:38 +01:00
kodjomoustapha
26550912a6 + 2025-01-03 11:24:18 +01:00
Schnitzel5
380bea2249 Merge branch 'main' into novel/font-size 2025-01-01 00:35:43 +01:00
kodjomoustapha
7cf5614bb5 refactor: rename backup and restore to data and storage, update related imports and UI elements 2024-12-31 09:47:28 +01:00
Schnitzel5
7214689072 add bottom bar to adjust font size 2024-12-26 23:41:21 +01:00
kodjomoustapha
205806d3a3 fix 2024-12-25 15:57:06 +01:00
kodjomoustapha
a9e91a1237 fix 2024-12-25 15:12:08 +01:00
kodjomoustapha
2af2729559 fix 2024-12-24 15:40:49 +01:00
kodjomoustapha
4adfaa4170 fix 2024-12-24 13:04:35 +01:00
kodjomoustapha
ff2bf3317d fix 2024-12-24 12:33:42 +01:00
kodjomoustapha
87ba9d1291 fix 2024-12-24 11:51:53 +01:00
Schnitzel5
478c0ba45c option to hide certain UI elements + new backup version 2024-12-22 20:31:41 +01:00
Schnitzel5
84c82ba1ee show novel progress in percentage and fixed gesture detector 2024-12-22 02:39:31 +01:00
Schnitzel5
66e48612ae Merge branch 'feature/novel' into feature/light-novel 2024-12-21 21:22:30 +01:00
Schnitzel5
3bc85cf5aa saving novel chapter progress + removed sync for now 2024-12-21 21:18:21 +01:00
Schnitzel5
c01aa6d023 changed to a different html widget 2024-12-21 00:21:03 +01:00
kodjomoustapha
cb103afbb0 + 2024-12-20 17:02:36 +01:00
Schnitzel5
34179a17a5 Merge branch 'feature/novel' into feature/light-novel 2024-12-20 15:59:06 +01:00
kodjomoustapha
69c745238d avoid using the logger outside the code editor 2024-12-20 11:02:04 +01:00
kodjomoustapha
a41ccaff22 fix & reformat 2024-12-20 10:15:15 +01:00
Moustapha Kodjo Amadou
9d712654a9
Merge branch 'main' into refactor/refactor-extensions-service 2024-12-20 09:15:26 +01:00
Schnitzel5
a813758510 fixed build loop 2024-12-20 00:45:13 +01:00
Schnitzel5
a531e87bda formatted 2024-12-20 00:31:21 +01:00
Schnitzel5
50eff04fe6 added extension functions 2024-12-20 00:22:18 +01:00
kodjomoustapha
f99bc996b1 fix 2024-12-19 17:52:47 +01:00
NBA2K1
2c3bee5493
Merge branch 'kodjodevf:main' into main 2024-12-18 17:36:15 +01:00
NBA2K1
9fd57ab2a6 Revert "use_build_context_synchronously"
This reverts commit 1b16573b06.
2024-12-18 17:35:04 +01:00
NBA2K1
145af722e9 Revert "Improved performance of update in updates screen"
This reverts commit da3bcf1081.
2024-12-18 17:27:46 +01:00
kodjomoustapha
37d1dd9aa9 fix #319 2024-12-17 18:04:54 +01:00
NBA2K1
361ebcce4d Update backup_and_restore.dart
formatting
2024-12-16 22:07:19 +01:00
NBA2K1
15a0958f2b Update backup_and_restore.dart
Now only accepts .backup-files
2024-12-16 22:04:09 +01:00
NBA2K1
03741343be bugfix?
Share button had no baseUrl on extensions without a apiUrl (Example AniWorld, AnimeToast).
tbh didn't even understand why there was a apiUrl check.
2024-12-16 21:54:59 +01:00
NBA2K1
c17e80a080 Adjusted filters and settings to Anime
+ added translations.
2024-12-16 20:17:26 +01:00
NBA2K1
da3bcf1081 Improved performance of update in updates screen
Now in parallel instead of sequentially, 2x faster.
Benchmarked using stopwatch with 31 items in library:

Sequential:
1. 78771 ms
2. 74503 ms
3. 73165 ms

Parallel:
1. 36270 ms
2. 33703 ms
3. 33838 ms
2024-12-16 19:31:11 +01:00
NBA2K1
1b16573b06 use_build_context_synchronously
"message": "Don't use 'BuildContext's across async gaps.\nTry rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.",
2024-12-16 15:51:36 +01:00
Yegor Shovkun
f0cf52813a refactor: refactor extension services 2024-12-14 13:55:40 +02:00
Yegor Shovkun
adbd1529f7 fix: cs fix (reformat with 120 line length) 2024-12-14 12:38:56 +02:00
kodjomoustapha
53300dafef Upgrade gradle config, Upgrade packages & some fix 2024-12-13 18:21:49 +01:00
kodjomoustapha
4748f3c699 fix 2024-12-13 10:31:57 +01:00
NBA2K1
e2e884db94 Issue #331
- Missed a concatenated path in manga_detail_view and in reader_view
- Made the Manga / Anime title selectable, so one can copy the title if needed
- Hidden the Backup share-button, because Linux has no share-feature and the button simply does nothing.
2024-12-11 21:26:18 +01:00
NBA2K1
2ae03021ad File path fixes (Issue #331)
- Instead of manually concatenating filepathes, it's using the path.join() function now.
- switched some if conditions, that had nothing in the if block, but in the else block, removing the redundant else block.
2024-12-10 00:35:09 +01:00
Schnitzel5
62f378f5ee added novel reader view 2024-12-10 00:01:54 +01:00
Schnitzel5
f054a1fd94 small fix 2024-12-08 22:55:14 +01:00
NBA2K1
86cb0737b0
Merge branch 'kodjodevf:main' into main 2024-12-08 21:53:40 +01:00
kodjomoustapha
2d7991d1cb fix remains in full screen when opening a new episode 2024-12-08 19:35:13 +01:00
NBA2K1
d03b70e0f9 Translations + visual optimization
- added missing translations to German localization file
- Made some translations more natural

- "Updates" button on main screen now has proper hyphenation for too long words to fit in one line (German, Spanish, Italian, Turkish)
2024-12-08 19:25:33 +01:00
NBA2K1
cf0cd5a19e Issue #307 fix
Found it [here](https://github.com/akvelon/flutter-code-editor/issues/270#issuecomment-2097035050)
2024-12-07 16:28:37 +01:00
NBA2K1
818857261d Windows PathNotFoundException fix
- Fixed the PathNotFoundException for Windows, which doesn't use "/" in directories, but "\".
(flutter: PathNotFoundException: Creation failed, path = 'C:\Users\User\AppData\Local\Temp\Mangayomi/cacheimagecover' (OS Error: Das System kann den angegebenen Pfad nicht finden.)
Instead of manually concatenating paths using string interpolation, it now uses the join function properly.
- Also fixed that the App was not able to create the directories by including recursive: true in the else statement.
2024-12-07 03:54:23 +01:00
NBA2K1
3fe8f4266d Issue #313 fix
- Button now shows "Watch" if Anime.
- Translations in all available languages added
- Button now dynamically adjusts itself, no need for "isFr" and hardcoding the button size.
2024-12-07 03:32:27 +01:00
kodjomoustapha
49ac4c306d + 2024-12-06 11:00:07 +01:00
Schnitzel5
d46d30a30b add novel support 2024-12-02 23:04:52 +01:00
kodjomoustapha
46d4aefc2f feat: add supportsLatest getter for JS 2024-12-02 17:14:01 +01:00
kodjomoustapha
11dea6dfaf fix get torrent video list 2024-12-02 17:01:10 +01:00
Schnitzel5
161750f5dc add novel support 2024-11-27 23:51:54 +01:00
Schnitzel5
58225ea21d Merge branch 'feature/light-novel' 2024-11-27 22:40:18 +01:00
kodjomoustapha
727dad4a8c delete the BT cahe directory on each first launch 2024-11-27 15:32:10 +01:00
kodjomoustapha
65414a98ca fix #309 2024-11-27 15:15:16 +01:00
Schnitzel5
cae5f92140 moved key I to L for 10s skip and arrow keys are 5s now 2024-11-26 17:44:41 +01:00
Moustapha Kodjo Amadou
c3ae44ff2e
Merge pull request #311 from Schnitzel5/adjust/player-fullscreen
add auto fullscreen option to anime player
2024-11-25 10:48:34 +01:00
Schnitzel5
72a324ea7f add auto fullscreen option to anime player 2024-11-24 23:59:53 +01:00
Schnitzel5
0546a2a1ea stays fullscreen unless quitting the player 2024-11-24 23:21:35 +01:00
Schnitzel5
fb127f56b5 add novel support 2024-11-24 19:49:57 +01:00
NBA2K1
7e68bb14d4 issue #304 fix
cursor will be unvisible like the video controls after some time (3s)
2024-11-24 15:40:30 +01:00
Schnitzel5
ca16d34332 Merge branch 'feature/light-novel' into feature/novel 2024-11-22 00:28:24 +01:00
kodjomoustapha
ee1529be24 update 2024-11-20 17:59:12 +01:00
Philip Duong
64e04b673b added password requirement 2024-11-19 22:33:03 +01:00
kodjomoustapha
fb9fdaad35 fix #274 2024-11-13 13:03:57 +01:00
kodjomoustapha
32afc3c71e add webview for linux 2024-11-13 10:53:36 +01:00
kodjomoustapha
a38bfc8b83 fix filter 2024-11-12 17:24:12 +01:00
kodjomoustapha
f3597d7023 fix 2024-11-12 09:15:11 +01:00
kodjomoustapha
af6c409e26 #294 2024-11-11 17:32:50 +01:00
Schnitzel5
3d29a12fc4 fix init settings 2024-11-09 00:27:11 +01:00
playerterra1
34a451d374 add novel support 2024-11-08 13:18:58 +00:00
kodjomoustapha
43bfcf706a + 2024-11-07 17:12:33 +01:00
playerterra1
752387ccde changes for novel support 2024-11-05 14:55:54 +00:00
kodjomoustapha
a96ff64320 + 2024-11-01 16:36:15 +01:00
kodjomoustapha
5ef0247d9c + 2024-11-01 15:20:30 +01:00
playerterra1
04ddbb6ac7 change data structure for novel type 2024-10-31 13:53:55 +00:00
kodjomoustapha
c10f7d120a control where to show cloudflare error message 2024-10-29 13:28:16 +01:00
kodjomoustapha
396bc57920 Upgrade frb 2024-10-16 10:53:07 +01:00
Moustapha Kodjo Amadou
997f5aba54
Merge pull request #282 from Schnitzel5/fix/bottom-system-overlay
Fix/bottom system overlay
2024-10-13 19:12:32 +01:00
Schnitzel5
cfc2125dab adjust SafeArea for reader view 2024-10-13 19:24:56 +02:00
kodjomoustapha
d6f4c99ea1 add show btn to resolve cloudflare challenge 2024-10-13 18:02:12 +01:00
Schnitzel5
3993f7fd1f only display top system bar in reader mode 2024-10-09 21:08:40 +02:00
yxxyun
622db17a0e refresh loading 2024-10-08 09:50:47 +08:00
kodjomoustapha
da63d64d4d fix webview 2024-10-01 12:45:34 +01:00
kodjomoustapha
9f39be7bb8 fix: can’t swipe to the next chapter if the current chapter only has 1 page (reader setting: ltr, rtl, vertical) 2024-09-30 11:06:54 +01:00
Schnitzel5
d52ba6fa51 chapter are now grayed out if read 2024-09-26 22:19:14 +02:00
kodjomoustapha
b7f4a3addb improve 2024-09-26 14:48:14 +01:00
Schnitzel5
531e69cf44 added some more error handling for edge cases 2024-09-25 18:52:26 +02:00
kodjomoustapha
6c715dcfb9 - 2024-09-22 00:56:38 +01:00
kodjomoustapha
85d58da1f5 rm 2024-09-22 00:51:50 +01:00
kodjomoustapha
6e1f6c1375 add support to convert downloaded m3u8 files to mp4 2024-09-20 15:07:12 +01:00
kodjomoustapha
e180919551 + 2024-09-18 17:51:45 +01:00
kodjomoustapha
2959dcb239 fix #259 #257 #250 2024-09-18 17:48:26 +01:00
kodjomoustapha
4179c7db36 + 2024-09-18 15:04:03 +01:00
kodjomoustapha
ee9e2a76cb rename feed to update and make some arrangements 2024-09-17 10:37:40 +01:00
Schnitzel5
5e153660ab fix history bug after watching anime 2024-09-13 14:10:04 +02:00
Schnitzel5
6488983464 fix sync after read or watch option 2024-09-12 23:52:04 +02:00
Schnitzel5
96e5f08a30 fix sync after read or watch option 2024-09-12 22:37:53 +02:00
kodjomoustapha
4facf34f44 fix cancel all in download queue 2024-09-12 16:53:57 +01:00
kodjomoustapha
938e42aa15 fix feed 2024-09-12 12:58:24 +01:00
Schnitzel5
b8635a36a8 Merge branch 'main' into feature/sync-server 2024-09-12 00:29:39 +02:00
Schnitzel5
85aa687606 added feed feature 2024-09-11 17:35:12 +02:00
kodjomoustapha
aa2b408144 +
- adding modify codes from the rhttp package
2024-09-11 12:04:01 +01:00
Schnitzel5
45a0d5c9db fix history manga id and added feed list schema 2024-09-11 00:42:24 +02:00
Schnitzel5
b412877886 improved sync feature 2024-09-08 03:13:58 +02:00
Schnitzel5
b7d89ada5f Merge branch 'main' into feature/sync-server 2024-09-07 01:10:27 +02:00
kodjomoustapha
8ed6b21125 feat: can now download m3u8 videos 2024-09-06 18:59:16 +01:00
Schnitzel5
a90696ddad added hash check back 2024-09-04 20:41:42 +02:00
Schnitzel5
82a18101fe testing first version of sync feature 2024-09-04 14:37:36 +02:00
kodjomoustapha
08ebedbe37 + 2024-09-04 12:07:13 +01:00
kodjomoustapha
7bcc5582a0 fix 2024-09-04 12:02:19 +01:00
kodjomoustapha
e2c7398903 refactor 2024-09-04 11:41:19 +01:00
yxxyun
c12b3c3c9c
fix wrong behaviour on menu button 2024-08-31 14:21:57 +08:00
kodjomoustapha
8cb04cc8c0 fix 2024-08-21 18:39:05 +01:00
kodjomoustapha
b10c3f3a22 misc changes
- remove cronet_http & cupertino_http
- use rhttp package as default http client
- fix #198 #200 crashes on multiple downloads
- fix #162 #102 unable to download with forbidden characters in the name (as it is fixed this can cause reading problems concerning chapters downloaded before this version)
- now supports all features on all platforms such as VPNs and HTTP proxies thanks to rhttp package
2024-08-21 13:30:13 +01:00
kodjomoustapha
d177900394 fix get cookie, fix filter 2024-08-08 12:56:39 +01:00
kodjomoustapha
ba8ac10cc2 fix download problem 2024-08-05 15:44:59 +01:00
kodjomoustapha
5a4de638b4 feat(setting) add use native http client 2024-08-03 07:37:55 +01:00
kodjomoustapha
7d5640e2b0 feat: add a custom request headers for getPageList #235 2024-08-02 14:51:39 +01:00
kodjomoustapha
2ff3c0ebcc + 2024-08-02 11:21:42 +01:00
kodjomoustapha
15c8fea384 + 2024-07-29 15:00:53 +01:00
kodjomoustapha
4203ddf7fb fix #229, #119, #134 2024-07-29 10:07:11 +01:00
kodjomoustapha
fb43384a26 feat: play next episode #221 2024-07-29 09:43:27 +01:00
kodjomoustapha
dbc7dede6d fix 2024-07-17 16:07:58 +01:00
kodjomoustapha
7741beb8ac feat: add custom streaming torrent 2024-07-16 17:45:36 +01:00
kodjomoustapha
98612f3511 some fix, add use libass feature 2024-07-10 10:18:54 +01:00
kodjomoustapha
5fca41dc58 Revert "fix #206"
This reverts commit 7cd4ab860c.
2024-06-29 11:10:14 +01:00
kodjomoustapha
7cd4ab860c fix #206 2024-06-29 10:48:47 +01:00
kodjomoustapha
a824765cf6 fix 2024-06-18 16:49:59 +01:00
kodjomoustapha
3fbbf7cf49 + 2024-06-13 16:16:42 +01:00
kodjomoustapha
0fd9936cc9 fix delete chapters from library 2024-05-31 09:46:35 +01:00
kodjomoustapha
9afb9871e8 Revert "fix delete chapters from gallery"
This reverts commit 619959c8be.
2024-05-31 09:46:15 +01:00
kodjomoustapha
619959c8be fix delete chapters from gallery 2024-05-31 09:43:57 +01:00
kodjomoustapha
49bae6d143 + 2024-05-30 14:03:13 +01:00
kodjomoustapha
5f8344b2b3 fix cropBorders 2024-05-29 17:55:05 +01:00
kodjomoustapha
012c5340b9 fix 2024-05-29 11:11:37 +01:00
kodjomoustapha
3f54459f65 refactor 2024-05-27 13:10:02 +01:00
kodjomoustapha
935d8ba8eb rm 2024-05-27 12:44:31 +01:00
kodjomoustapha
6ed57e2e44 rm 2024-05-27 09:26:30 +01:00
kodjomoustapha
fd5b4b04b4 rm source_test 2024-05-25 19:39:14 +01:00
kodjomoustapha
170f07e3be fix 2024-05-25 18:06:27 +01:00
kodjomoustapha
9df0fe73e1 code refactor 2024-05-23 11:28:50 +01:00
kodjomoustapha
cbd01a3c17 refactor code 2024-05-23 11:19:23 +01:00
kodjomoustapha
2f11f495ac some fixes 2024-05-22 18:41:53 +01:00
kodjomoustapha
fae4929dcb fix 2024-05-20 17:40:25 +01:00
kodjomoustapha
2353b48e59 fix 2024-05-20 16:28:16 +01:00
kodjomoustapha
eeddf0d929 fix #184 2024-05-14 15:06:12 +01:00
kodjomoustapha
41320cdeae + 2024-05-14 13:16:06 +01:00
kodjomoustapha
8ae2ef20be some fixes 2024-05-14 13:06:46 +01:00
kodjomoustapha
281e621da3 + 2024-05-14 10:45:35 +01:00
kodjomoustapha
cbd4519d08 feat: Add a button to delete all cookies #174 2024-05-09 18:06:46 +01:00
kodjomoustapha
3fa7fce8aa + 2024-05-09 15:37:52 +01:00
kodjomoustapha
f2187df237 Add support for SubtitleTrack from data 2024-05-08 18:23:11 +01:00
kodjomoustapha
f47f15c2a7 Fix anime not downloading on mobile 2024-05-08 12:53:02 +01:00
kodjomoustapha
d82068d28b + 2024-05-08 11:36:17 +01:00
kodjomoustapha
12d15f24d0 +
- Fix slider not working when in horizontal continue mode
- Refactor getting chapter image provider method
- Fix crop image border when loading whith network
2024-05-07 17:55:14 +01:00
kodjomoustapha
aaf9e4c66a Fix horizontal continu 2024-05-02 16:14:28 +01:00
kodjomoustapha
3a6fc6abe0 Fix unread count 2024-05-02 15:45:22 +01:00
kodjomoustapha
932f26421f + 2024-05-02 14:25:06 +01:00
kodjomoustapha
90002ae0ec Added #163 2024-05-02 14:03:22 +01:00
kodjomoustapha
3564baa476 Added #163 2024-05-02 13:53:51 +01:00
kodjomoustapha
a665cd4ba4 rename 2024-04-19 09:58:04 +01:00
kodjomoustapha
4be67ac94f fix 2024-04-19 09:48:47 +01:00
kodjomoustapha
b20816c056 Update l10n 2024-04-15 13:03:30 +01:00
kodjomoustapha
0d94154223 Added horizontal continous 2024-04-15 12:51:20 +01:00
kodjomoustapha
d0ee7d3260 Fix extension getHeaders method 2024-04-15 12:13:31 +01:00
kodjomoustapha
5932181138 + 2024-04-15 09:57:04 +01:00
kodjomoustapha
7440402905 + 2024-03-28 11:07:15 +01:00
kodjomoustapha
1d9150b3bb fix 2024-03-27 15:35:35 +01:00
kodjomoustapha
33410544f0 fix #149 2024-03-25 16:11:25 +01:00
kodjomoustapha
938cb4596a not includes thumbs when extracting archive 2024-03-23 15:12:13 +01:00
kodjomoustapha
85f96070b8 check if source is obsolete 2024-03-23 14:21:46 +01:00
kodjomoustapha
6fc6f58230 fix hasNextPage 2024-03-22 15:49:21 +01:00
kodjomoustapha
4f131de97d more 2024-03-22 15:17:12 +01:00
kodjomoustapha
9b6528064e background_downloader + 2024-03-20 17:45:05 +01:00
kodjomoustapha
123c05f393 fix 2024-03-19 17:42:29 +01:00
kodjomoustapha
6f7a179f02 Added create extension page 2024-03-19 17:32:14 +01:00
kodjomoustapha
5b8245e85c fix 2024-03-15 16:12:49 +01:00
kodjomoustapha
d49de188a4 rename 2024-03-14 17:46:53 +01:00
kodjomoustapha
d168b6ddcd Added cronet_http & cupertino_http, remove unnecessary packages 2024-03-14 17:40:15 +01:00
kodjomoustapha
6fa0e8a89f Added JavaScript extension runtime, gridview count 2024-03-12 17:24:41 +01:00
kodjomoustapha
32dbbd5e0e fix 2024-02-24 01:24:35 +01:00
kodjomoustapha
247652120b Fix 2024-02-23 20:57:23 +01:00
kodjomoustapha
b46c69dace rmv linux webview 2024-02-23 20:35:20 +01:00
kodjomoustapha
45fbd42c19 added feature to use google fonts & some fix 2024-02-23 20:26:09 +01:00
kodjomoustapha
48c6c83355 added display type feature 2024-02-23 19:18:03 +01:00
kodjomoustapha
ce45b2a1f6 fix 2024-02-23 13:21:12 +01:00
kodjomoustapha
40f1f55170 added button to show chapter list dialog when reading 2024-02-23 11:53:07 +01:00
kodjomoustapha
f0f6bad7a1 + 2024-02-23 09:22:26 +01:00
kodjomoustapha
afc4c96bd0 fix 2024-02-22 19:04:13 +01:00
kodjomoustapha
202aa97527 + 2024-02-22 18:42:50 +01:00
kodjomoustapha
edd05f3eb6 Adjust page number text shadows 2024-02-22 18:05:29 +01:00
kodjomoustapha
69e4a67f38 added subtitle setting feature 2024-02-22 17:55:50 +01:00
kodjomoustapha
341486b004 added subtitle setting feature 2024-02-22 17:54:13 +01:00
kodjomoustapha
0660c0e6bb fix duplicate subtitle 2024-02-21 16:09:51 +01:00
kodjomoustapha
c564bed263 added custom draggable tabbar & fix 2024-02-21 15:21:26 +01:00
kodjomoustapha
72a212b4a5 Add "Enable all" and "Disable all" in the language selection screen #126 2024-02-20 13:30:21 +01:00
kodjomoustapha
bdbd738f04 add popupAnimationStyle 2024-02-20 12:57:01 +01:00
kodjomoustapha
0bf647ed26 fix 2024-02-20 12:49:33 +01:00
kodjomoustapha
e1abe04a36 add go to next episode after video completed 2024-02-20 12:27:25 +01:00
kodjomoustapha
6bcdcdaf57 feat: add custom filter 2024-02-19 17:38:23 +01:00
kodjomoustapha
d655f3454f fix desktop player quit fullscreen mode 2024-02-16 19:49:51 +01:00
kodjomoustapha
8792f04ef0 fix player set change BoxFit 2024-02-16 19:35:22 +01:00
kodjomoustapha
f71c40f0f7 feat: add more options to manage covers 2024-02-16 19:31:06 +01:00
kodjomoustapha
94ebf47e4e fix 2024-02-16 10:52:56 +01:00
kodjomoustapha
afb09d3f7e Refactor 2024-02-09 13:24:36 +01:00
kodjomoustapha
910524d9bf fix 2024-02-08 20:52:23 +01:00
kodjomoustapha
a086e918b6 Update 2024-02-08 20:39:35 +01:00
kodjomoustapha
fc2e80f31e feat: Added button for download next n chapters 2024-02-08 17:18:59 +01:00
kodjomoustapha
bdf6ce6a9b fix 2024-02-08 15:08:20 +01:00
kodjomoustapha
a72e6cc2f5 - 2024-02-08 14:45:12 +01:00
kodjomoustapha
86902d862c fix set cookie 2024-02-08 14:41:42 +01:00
kodjomoustapha
46b7f4d3c5 + 2024-02-08 09:21:13 +01:00
kodjomoustapha
88fa089727 + 2024-02-07 23:50:22 +01:00
kodjomoustapha
9217bc6a3b fix 2024-02-07 15:19:26 +01:00
kodjomoustapha
e0b770d2a8 Upgrade 2024-02-06 17:27:34 +01:00
kodjomoustapha
e33b1b55f0 ++ 2024-02-05 19:56:44 +01:00
kodjomoustapha
2af65f09ff Upgrade dependencies 2024-02-03 21:14:04 +01:00
kodjomoustapha
ca81405f43 refactor & some fix 2024-02-03 17:58:11 +01:00
kodjomoustapha
130234acfe + 2024-01-29 14:31:36 +01:00
kodjomoustapha
455752423a Rollback flutter_inappwebview version 2024-01-29 12:04:59 +01:00
kodjomoustapha
ddc979ab75 - 2024-01-29 11:24:12 +01:00
kodjomoustapha
f01de2c209 + 2024-01-28 21:33:53 +01:00
kodjomoustapha
1ba3a35d3d iOS: fix backup & restore 2024-01-28 21:14:56 +01:00
kodjomoustapha
b40cf595b7 feat/update library entries, use isolate for async method 2024-01-28 19:58:03 +01:00
kodjomoustapha
792f8059a0 Added fullscreen mode for reader, code refactor 2024-01-28 16:49:22 +01:00
kodjomoustapha
3422076fa5 Upgrade flutter_inappwebview 2024-01-27 18:44:14 +01:00
kodjomoustapha
7e245e3bc2 torrent server integration 2024-01-24 12:25:33 +01:00
kodjomoustapha
3f108e1c43 Added torrent server service 2024-01-24 11:52:22 +01:00
DongHyun Kim
4a5ac9aa8a Set currentId as local variable 2024-01-24 04:14:44 +09:00
DongHyun Kim
ff96c3c358 Apply Rinf version 6 2024-01-24 03:33:41 +09:00
kodjomoustapha
7c2fc50a47 feat: Added AniSkip feature 2024-01-11 14:31:01 +01:00
kodjomoustapha
9ee32a2380 Added Artist attr in model 2024-01-09 16:29:16 +01:00
kodjomoustapha
9d55733e97 Relocate extensions
-refactor
-also modify display widget in library draggabalble menu
2024-01-09 12:06:39 +01:00
kodjomoustapha
c6ff8af6a8 ++ 2024-01-08 16:40:57 +01:00
kodjomoustapha
43be09db8f feat/pick-cover-image-from-trackers
-ability to choose anime/manga cover image from trackers as custom image
2024-01-08 15:36:00 +01:00
kodjomoustapha
64b1f91dce Refactor 2024-01-06 12:52:18 +01:00
kodjomoustapha
d5cfd1f25f Fix 2024-01-05 09:09:24 +01:00
kodjomoustapha
a33536d680 feat: Added Skip forward time #84 2023-12-29 16:46:31 +01:00
kodjomoustapha
710c498bb1 Fix player views 2023-12-29 15:38:00 +01:00
kodjomoustapha
a7773f9435 Added Many features
- Added boa_engine(for JS runtime) from Rust
- Added some method for Element and Document Wrappers
- Added some cool views to Player
- Refactor
2023-12-27 23:04:19 +01:00
kodjomoustapha
2e1c29ae8a + 2023-12-25 19:37:24 +01:00
kodjomoustapha
fbbc012434 Oups!! Fix search service 2023-12-22 16:52:26 +01:00
kodjomoustapha
cf17603b03 Fix Reader Keyboad listener 2023-12-22 16:05:06 +01:00
kodjomoustapha
8af11754d5 New languages : ZH, ES-419, DE 2023-12-22 13:11:37 +01:00
kodjomoustapha
6a9ee991ac Added no sources installed widget 2023-12-22 12:28:42 +01:00
kodjomoustapha
7382ef0d96 Added Lastest button in the sources list, organized the automatic tracking feature 2023-12-22 11:51:29 +01:00
kodjomoustapha
da5c350be8 + 2023-12-21 23:00:50 +01:00
kodjomoustapha
d9bcdd726b + 2023-12-21 22:27:08 +01:00
kodjomoustapha
9033f17de3 Added Player setting 2023-12-21 19:12:55 +01:00
kodjomoustapha
d454897656 feat: Automatic Tracking #71 2023-12-21 17:17:06 +01:00
kodjomoustapha
a3a3417efd Fix #68 #79 swipe to go back gesture on IOS 2023-12-20 21:26:44 +01:00
kodjomoustapha
06f35dcc70 New languages : AR, ES, ID, IT, PT_BR, PT, RU, TR 2023-12-19 19:53:34 +01:00
kodjomoustapha
8c270faa46 + 2023-12-18 20:30:41 +01:00
kodjomoustapha
e55cc03525 + 2023-12-18 19:22:49 +01:00
kodjomoustapha
c927475720 Skip filtered out chapters in reader #70 2023-12-18 11:16:30 +01:00
kodjomoustapha
d02088cce7 added autoscroll play pause button 2023-12-13 18:13:00 +01:00
kodjomoustapha
a54a5d29a3 Fix player 2023-12-13 17:40:01 +01:00
kodjomoustapha
fddf98d357 Fix browser source & extension tab lag & some fix 2023-12-13 06:29:28 +01:00
kodjomoustapha
12ccedf115 Revert "improve browser source & extension tab lag & some fix"
This reverts commit fb8754df29.
2023-12-13 06:16:20 +01:00
kodjomoustapha
fb8754df29 improve browser source & extension tab lag & some fix 2023-12-12 22:29:32 +01:00
kodjomoustapha
8cd448f245 Fix global search 2023-12-10 18:14:01 +01:00
kodjomoustapha
b92c293d5a Fix 2023-12-07 18:37:56 +01:00
kodjomoustapha
1aa0ddf9e6 Fix backup & restore 2023-12-07 18:13:12 +01:00
kodjomoustapha
3f4d427bab fix 2023-12-06 15:12:15 +01:00
kodjomoustapha
0c9de22c94 Add autocroll page , code refactor 2023-12-05 18:15:16 +01:00
kodjomoustapha
d788b60957 feat: source preference 2023-12-04 15:21:49 +01:00
kodjomoustapha
10ccd8117c feat: source-preference 2023-12-02 19:01:55 +01:00
kodjomoustapha
21b6dc437c feat/source-preference 2023-12-01 23:29:25 +01:00
kodjomoustapha
33d4a61e4c + 2023-11-29 18:09:35 +01:00
kodjomoustapha
3dd8c8f14b Added source template for testing 2023-11-29 17:45:41 +01:00
kodjomoustapha
757587a64d some fix 2023-11-29 14:12:40 +01:00
kodjomoustapha
fb4f2c80f0 Fix #56 manuall backup crashes the app on iOS 2023-11-28 21:02:27 +01:00
kodjomoustapha
f73f65a117 + 2023-11-28 18:27:48 +01:00
kodjomoustapha
eaca422612 Manage trackers 2023-11-28 17:40:52 +01:00
kodjomoustapha
0ca453bc7d Add Tap zones setting #54 , Fix #55 Fullscreen issue when watching local anime 2023-11-27 20:43:48 +01:00
kodjomoustapha
e57102b981 + 2023-11-27 15:06:32 +01:00
kodjomoustapha
34f31e6cb7 feat: search filter feature 2023-11-24 17:57:15 +01:00
kodjomoustapha
09b002be8b feat: search filter feature 2023-11-23 19:56:55 +01:00
Moustapha Kodjo Amadou
a002f75823
Update 2023-11-22 09:36:25 +01:00
Moustapha Kodjo Amadou
cf94592183
Update 2023-11-22 09:35:52 +01:00
Moustapha Kodjo Amadou
f02e4bfe21
Fix file picker 2023-11-22 09:34:57 +01:00
Moustapha Kodjo Amadou
6f7fc1adcf
Update 2023-11-22 09:05:11 +01:00
kodjomoustapha
09e7712e03 Tracking Views + 2023-11-21 15:08:04 +01:00
kodjomoustapha
e530cc655d feat: backup and restaure 2023-11-21 13:28:44 +01:00
kodjomoustapha
96aa836e85 feat: backup and restore 2023-11-20 18:51:56 +01:00
kodjomoustapha
4b359a7db0 wip backup and restore 2023-11-20 17:26:08 +01:00
kodjomoustapha
729bff6a68 code refactor 2023-11-18 16:41:13 +01:00
kodjomoustapha
01477e4f4c Fix 2023-11-17 18:33:33 +01:00
kodjomoustapha
0024980e47 fix 2023-11-17 16:51:57 +01:00
DongHyun Kim
f9820d2215 Upgrade Rinf 2023-11-15 15:53:40 +09:00
kodjomoustapha
4171b7efe7 Add extension updates notification label 2023-11-13 21:09:27 +01:00
kodjomoustapha
9b770027db some fix 2023-11-13 18:23:14 +01:00
kodjomoustapha
54ddca104b Redesign player view 2023-11-13 14:44:07 +01:00
kodjomoustapha
48f8e319c8 feat : Kitsu tracker 2023-11-11 14:15:19 +01:00
kodjomoustapha
b0df26f3dd Add ISSUE_TEMPLATE 2023-11-06 15:31:20 +01:00
kodjomoustapha
3fa8110b70 Fix GET source header 2023-11-02 18:48:26 +01:00
kodjomoustapha
c0301750ef v0.0.65 2023-11-01 17:17:41 +01:00
kodjomoustapha
3f206eb78e WIP 2023-10-31 18:02:26 +01:00
kodjomoustapha
9569a261bd WIP 2023-10-30 19:02:17 +01:00
kodjomoustapha
7a966f20ff double columm LTR & RTL 2023-10-28 22:19:19 +01:00
kodjomoustapha
864d00417a Added double columm page view 2023-10-26 19:21:18 +01:00
kodjomoustapha
aa0e8543f6 Fix ui freeze when loading image and process crop boders 2023-10-25 19:19:20 +01:00
kodjomoustapha
9187d81c7a Added http response bridge to catch error 2023-10-25 19:04:57 +01:00
kodjomoustapha
243962c6bb Refactor 2023-10-24 21:20:41 +01:00
kodjomoustapha
cf5ae4afcb Opt 2023-10-21 15:23:49 +01:00
kodjomoustapha
36f95bb57b crop borders finally works 2023-10-21 14:11:49 +01:00
kodjomoustapha
c2a3e7859d fix 2023-10-18 17:37:13 +01:00
kodjomoustapha
dea28e3dd9 Fix: global search pages rebuild, audios and subtitles $reified as List 2023-10-15 19:25:45 +01:00
kodjomoustapha
0e7ffbc5e4 Fix anime player subtitle 2023-10-09 16:02:39 +01:00
kodjomoustapha
9d0a2c83ff fix [Windows] Player Stuttering #33 , fix autoUpdate extension setting 2023-10-09 14:14:01 +01:00
kodjomoustapha
b51dd3f8aa add source test mode , fix m_bridge 2023-10-08 15:48:41 +01:00
kodjomoustapha
129467edfa Fix preload next chapter, added home & search screen error widget 2023-09-27 13:20:45 +01:00
kodjomoustapha
2f0b01db16 fix chapter list when adding new chapter entry 2023-09-20 15:34:12 +01:00
kodjomoustapha
31b3f96729 - fix: #25 can't download any anime
- code refactor
2023-09-19 20:17:40 +01:00
kodjomoustapha
b16feb9ab9 fix crop Border & update some dependencies 2023-09-14 19:06:45 +01:00
kodjomoustapha
b8280447c5 Fix global search, video player subtitle view , back button when fullscreen mode 2023-09-13 17:26:00 +01:00
kodjomoustapha
abb18202e7 + 2023-09-12 17:04:57 +01:00
kodjomoustapha
385677f67d code refactor, added sources languages 2023-09-12 16:31:49 +01:00
kodjomoustapha
499002751c Revert "Revert "code refactor , deobfuscator method , extension preferences""
This reverts commit 530763dafe.
2023-09-11 18:05:31 +01:00
kodjomoustapha
530763dafe Revert "code refactor , deobfuscator method , extension preferences"
This reverts commit 3ff647bb01.
2023-09-11 18:04:49 +01:00
kodjomoustapha
3ff647bb01 code refactor , deobfuscator method , extension preferences 2023-09-11 18:01:47 +01:00
kodjomoustapha
a1e063b8eb Added Linux platform support , fix anime duplicate subtitle 2023-08-30 22:11:31 +01:00
kodjomoustapha
94b3628f26 Fix Anime Player : Roolback to showCupertinoModalPopup 2023-08-29 21:16:12 +01:00
kodjomoustapha
51766f96e9 Fix 2023-08-29 20:29:15 +01:00
kodjomoustapha
64b37ad17e Improve + 2023-08-29 15:48:27 +01:00
kodjomoustapha
0c9f1d74a3 Added reader settings view when reading 2023-08-29 14:34:04 +01:00
kodjomoustapha
83de7d7cf3 icon + 2023-08-28 23:30:51 +01:00
kodjomoustapha
f940da50eb fix 2023-08-28 23:21:58 +01:00
kodjomoustapha
6fbbbc5bc2 Add more features vor anime player 2023-08-28 19:37:20 +01:00
kodjomoustapha
44c5a54bbf extension & source widget fix 2023-08-26 15:56:22 +01:00
kodjomoustapha
2ddbc0b40a fix 2023-08-25 21:08:21 +01:00
kodjomoustapha
a914f6edaa Settings features: check for extension updates, auto extension updates 2023-08-25 19:10:35 +01:00
kodjomoustapha
2eb4efe435 Code refactor & some fix 2023-08-25 17:40:17 +01:00
kodjomoustapha
1340ffa88c Added feature that allow to import local anime 2023-08-24 18:21:02 +01:00
kodjomoustapha
e16190b0f4 auto hide appbar and bottom bar when reading 2023-08-22 19:17:25 +01:00
kodjomoustapha
090d37e037 added page preload amount and scale type setting view , fix buton to reload page when connection failed 2023-08-22 17:27:42 +01:00
kodjomoustapha
b846b38e1e Added KeyboardListener for desktops when reading manga 2023-08-21 11:28:19 +01:00
kodjomoustapha
84743441de Add button to update manga or anime chapters list 2023-08-21 10:45:30 +01:00
kodjomoustapha
0bd1744a0f fix 2023-08-20 23:40:45 +01:00
kodjomoustapha
456bdde164 fix 2023-08-20 23:17:08 +01:00
kodjomoustapha
8811c966e7 fix 2023-08-20 22:56:16 +01:00
kodjomoustapha
04b3ca4f4d fix 2023-08-20 22:16:48 +01:00
kodjomoustapha
14d6d92078 remove flutter_meedu_videoplayer package , add media_kit video player 2023-08-20 18:49:38 +01:00
kodjomoustapha
f3716324b7 fix 2023-08-19 22:33:04 +01:00
kodjomoustapha
582e7ad4a8 Fix next chapter preload, Flutter 3.13.0, update dependecies 2023-08-18 11:18:26 +01:00
kodjomoustapha
10882cfd3e fix 2023-08-11 16:45:43 +01:00
kodjomoustapha
7193f4e9e5 added: verrify if source exist before reading manga or watching anime 2023-08-11 16:15:11 +01:00