Schnitzel5
24c4c89418
Merge branch 'temp/epub' into feature/epub
2025-05-07 22:25:11 +02:00
Schnitzel5
3677938bf8
added support for epubs
...
embedded images not supported yet
2025-05-07 22:17:23 +02:00
NBA2K1
152f2d5969
Fix incorrect expiresIn in Kitsu and AniList
...
- Resolved the same timestamp conversion issue that affected MyAnimeList.
- Previously, seconds-to-milliseconds conversion and `DateTime.now()` were applied twice — once on `login()` and once in `_getAccessToken()` — resulting in incorrect expiry dates (e.g., year 57349).
- Updated Kitsu’s URL from `.io` to `.app`.
2025-05-05 02:33:55 +02:00
NBA2K1
4010d019ae
Idk why I had removed the requirement
2025-05-02 13:13:14 +02:00
Schnitzel5
cc5bb1cd2a
separated download function
2025-04-30 00:39:10 +02:00
NBA2K1
2698db6085
Reduce I/O operations
...
getMangaChapterDirectory() now accepts an optional mangaMainDirectory
to avoid calling getMangaMainDirectory() and thus getDirectory() twice in places where both methods are called successively.
2025-04-29 18:47:43 +02:00
Schnitzel5
77b912d40e
added download all option
2025-04-28 15:03:45 +02:00
Enbiya Olgun
2a59ae7b70
variable, method name change
2025-04-26 05:19:15 +02:00
Enbiya Olgun
ca4cee5751
Update m_client.dart
...
- getCookiesPref() and deleteAllCookies():
Avoid repeated parsing of `Uri.parse(url).host` by creating a variable.
- httpClient():
cache RhttpCompatibleClients and add default IOClient fallback.
- shouldAttemptRetryOnResponse():
Added a delay to avoid busy looping.
2025-04-25 02:43:33 +02:00
Enbiya Olgun
4f1e2cb492
Remove code duplication + BugFix
...
Fixed a bug, where newly added animes to AniList would register as "Rewatching" instead of "Plan to watch".
2025-04-24 05:48:52 +02:00
Schnitzel5
7e9202ceeb
added extension notes/hints
2025-04-23 23:33:18 +02:00
Schnitzel5
479a89042e
Merge branch 'temp/optimize' into optimize
2025-04-22 22:42:46 +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
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
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
27154129d9
chore: update dependencies
2025-04-02 09:03:19 +01:00
Schnitzel5
4791acc425
android users now can directly install new updates
2025-03-28 23:54:33 +01:00
Moustapha Kodjo Amadou
451a07aef5
add statistics provider and redesign
2025-03-27 15:48:54 +01:00
Schnitzel5
f0aab34f0c
fix category hide query
2025-03-09 22:07:26 +01:00
Moustapha Kodjo Amadou
5905480392
improve category
2025-03-09 14:59:24 +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
Moustapha Kodjo Amadou
9e42c0ff31
fix
2025-03-09 10:59:52 +01:00
Moustapha Kodjo Amadou
2abe08cc71
fix OAuth expiration handling in MyAnimeList service
2025-03-07 15:32:32 +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
yxxyun
721f0dbace
Merge branch 'main' into dev
2025-02-22 08:42:16 +08:00
Moustapha Kodjo Amadou
f841c1adde
fix #388
2025-02-21 22:31:50 +01:00
yxxyun
9b45a028f5
fix
2025-02-21 17:00:57 +08:00
yxxyun
991d733e7c
update quarkuc extractor
2025-02-21 16:57:16 +08:00
Schnitzel5
972d3ca218
fixed other repos marked as obsolete when using multiple repos
2025-02-15 18:18:07 +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
00229ef5d0
enhanced sync feature
2025-02-12 23:59:39 +01:00
Schnitzel5
aa946c9d51
enhanced sync feature
2025-02-12 19:13:16 +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
f125f442c7
Merge pull request #377 from Schnitzel5/remove-repo
...
Remove extension repo urls
2025-02-12 00:46:37 +01:00
Schnitzel5
be21df2354
-
2025-02-12 00:44:47 +01:00
Moustapha Kodjo Amadou
3eeb4777a6
feat: improve chapter download
2025-01-30 15:09:47 +01:00
Schnitzel5
235db734d2
allow user to reorder and toggle each navigation item
2025-01-25 21:15:36 +01:00
Moustapha Kodjo Amadou
c906eec398
refactor
2025-01-15 09:31:45 +01:00
Schnitzel5
5ae7a8d581
added option to download novels
2025-01-07 23:37:29 +01:00
kodjomoustapha
7e8b7430bf
-
2025-01-07 14:00:26 +01:00
kodjomoustapha
13966fbf44
fix
2025-01-06 17:09:18 +01:00
kodjomoustapha
9083dd1af0
fix: update novel sources URL
2025-01-06 15:55:11 +01:00
kodjomoustapha
26550912a6
+
2025-01-03 11:24:18 +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
kodjomoustapha
205806d3a3
fix
2024-12-25 15:57:06 +01:00
kodjomoustapha
a9e91a1237
fix
2024-12-25 15:12:08 +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
772b14d875
new backup version
2024-12-23 00:19:19 +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
Schnitzel5
a813758510
fixed build loop
2024-12-20 00:45:13 +01:00
Schnitzel5
50eff04fe6
added extension functions
2024-12-20 00:22:18 +01:00
Yegor Shovkun
73b144ed16
refactor: move try-catch
2024-12-14 14:01:42 +02: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
kodjomoustapha
b4cf59a275
fix #334
2024-12-10 14:34:01 +01:00
Schnitzel5
62f378f5ee
added novel reader view
2024-12-10 00:01:54 +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
Schnitzel5
fb127f56b5
add novel support
2024-11-24 19:49:57 +01:00
Schnitzel5
ca16d34332
Merge branch 'feature/light-novel' into feature/novel
2024-11-22 00:28:24 +01:00
kodjomoustapha
4b21eea285
fix
2024-11-21 10:45:18 +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
32afc3c71e
add webview for linux
2024-11-13 10:53:36 +01:00
kodjomoustapha
7c2161a664
auto resolve cloudflare challenge
2024-11-12 10:50:26 +01:00
kodjomoustapha
f3597d7023
fix
2024-11-12 09:15:11 +01:00
kodjomoustapha
af6c409e26
#294
2024-11-11 17:32:50 +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
Moustapha Kodjo Amadou
eac5777e2a
Merge pull request #277 from yxxyun/quark
...
fix quality
2024-10-13 18:02:47 +01:00
kodjomoustapha
d6f4c99ea1
add show btn to resolve cloudflare challenge
2024-10-13 18:02:12 +01:00
yxxyun
5baab19abb
update quark quality list
2024-10-11 14:36:08 +08:00
yxxyun
e640961226
fix UC
2024-10-11 13:49:21 +08:00
yxxyun
ddceac38f2
fix
2024-10-11 09:42:13 +08:00
yxxyun
cd6835ee3a
fix quality
2024-10-09 13:34:14 +08:00
yxxyun
5bfd3b1b6f
fix
2024-10-05 21:19:52 +08:00
yxxyun
c5bd38719f
add UC extractor
2024-10-05 21:13:16 +08:00