Schnitzel5
4d89cfe32b
fixed Trakt refresh token
...
- now refreshes expired tokens at startup
- prevents accidental logouts for users who has the tracking screen as default navigation
2025-08-27 18:21:22 +02:00
Schnitzel5
8f2fe123bf
adjusted lua code
2025-08-04 00:13:23 +02:00
Schnitzel5
0fea3ab84e
switched to lua scripts
2025-08-01 02:57:05 +02:00
Schnitzel5
4682ab3577
added custom buttons
2025-07-28 23:42:55 +02:00
Schnitzel5
1f0938fab9
adding custom buttons
2025-07-28 02:24:32 +02:00
Schnitzel5
1450641f16
added mpv config for Anime4K
2025-07-24 22:25:14 +02:00
NBA2K1
7e1eb44667
Fix #478
2025-06-04 16:21:14 +02:00
Moustapha Kodjo Amadou
80efee40d1
dart format
2025-05-30 17:43:42 +01:00
NBA2K1
6b81d0fc02
Update storage_provider.dart
...
- Move manageExternalStorage inside if (android), as it is Android only.
- Cache permission state, to only check for permission once per app start preventing redundant checks.
- Made `initDB` fully async to enhance efficiency and avoid sync operations
2025-05-26 15:37:09 +02:00
Moustapha Kodjo Amadou
b57683f1a1
fix
2025-05-11 15:22:22 +01:00
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
34206dbc42
storage_provider trim()
...
trim whitespace to prevent Exception
2025-05-02 13:02:50 +02:00
Schnitzel5
e2a862d30b
limited the amount of downloading operations
...
+ fixed failed downloads caused by spaces in file path
2025-05-02 02:10:57 +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
Enbiya Olgun
3d69caa392
Remove duplicate code
...
Why wasn't getMangaChapterDirectory simply using getMangaMainDirectory?
2025-04-07 19:14:43 +02:00
Enbiya Olgun
6afe7c97f7
What happened here?
...
fixSeparator? Just directly use join...
2025-04-07 04:04:05 +02:00
Moustapha Kodjo Amadou
3e401c8af2
dart format
2025-02-23 15:31:49 +01:00
Schnitzel5
aa946c9d51
enhanced sync feature
2025-02-12 19:13:16 +01:00
Moustapha Kodjo Amadou
3eeb4777a6
feat: improve chapter download
2025-01-30 15:09:47 +01:00
Schnitzel5
3bc85cf5aa
saving novel chapter progress + removed sync for now
2024-12-21 21:18:21 +01:00
Schnitzel5
34179a17a5
Merge branch 'feature/novel' into feature/light-novel
2024-12-20 15:59:06 +01:00
kodjomoustapha
a41ccaff22
fix & reformat
2024-12-20 10:15:15 +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
4748f3c699
fix
2024-12-13 10:31:57 +01:00
kodjomoustapha
1457b05b81
Reapply "Merge pull request #332 from NBA2K1/main"
...
This reverts commit 645bda03f3 .
2024-12-13 10:09:11 +01:00
kodjomoustapha
645bda03f3
Revert "Merge pull request #332 from NBA2K1/main"
...
This reverts commit a15d989656 , reversing
changes made to b4cf59a275 .
2024-12-12 18:22:52 +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
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
playerterra1
34a451d374
add novel support
2024-11-08 13:18:58 +00:00
kodjomoustapha
ee9e2a76cb
rename feed to update and make some arrangements
2024-09-17 10:37:40 +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
Schnitzel5
82a18101fe
testing first version of sync feature
2024-09-04 14:37:36 +02:00
kodjomoustapha
e2c7398903
refactor
2024-09-04 11:41:19 +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
aaf9e4c66a
Fix horizontal continu
2024-05-02 16:14:28 +01:00
kodjomoustapha
6fa0e8a89f
Added JavaScript extension runtime, gridview count
2024-03-12 17:24:41 +01:00
kodjomoustapha
f71c40f0f7
feat: add more options to manage covers
2024-02-16 19:31:06 +01:00
kodjomoustapha
a72e6cc2f5
-
2024-02-08 14:45:12 +01:00
kodjomoustapha
ca81405f43
refactor & some fix
2024-02-03 17:58:11 +01:00
kodjomoustapha
1ba3a35d3d
iOS: fix backup & restore
2024-01-28 21:14:56 +01:00
kodjomoustapha
792f8059a0
Added fullscreen mode for reader, code refactor
2024-01-28 16:49:22 +01:00
kodjomoustapha
3f108e1c43
Added torrent server service
2024-01-24 11:52:22 +01:00
kodjomoustapha
21b6dc437c
feat/source-preference
2023-12-01 23:29:25 +01:00
kodjomoustapha
7085417410
change app icon , code refactor , add anime download path
2023-08-07 00:12:38 +01:00
kodjomoustapha
f656e7a17f
fix download directory not working
2023-08-04 11:39:30 +01:00