Schnitzel5
5932cf44f2
added sync for settings
...
- added option to toggle sync for history, update and settings
2025-07-21 23:37:51 +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
8eaeca2123
Add subtitle support for video downloads and playback
2025-07-09 13:11:04 +01:00
NBA2K1
9a307c6007
remove redundant ternary
...
The else if condition is:
`itemType == ItemType.novel && chapter.url != null`
So the variable `headers` can never be `ref.read(headersProvider(source: manga.source!, lang: manga.lang!))` or `videoHeader`
2025-07-06 20:44:42 +02:00
NBA2K1
4d8131c725
Add some error handling
2025-07-06 20:37:02 +02:00
NBA2K1
c55c988188
Use read instead of watch
2025-07-06 20:35:51 +02:00
Schnitzel5
a0ebe46fa0
added option to change hwdec
2025-06-07 01:46:30 +02:00
Moustapha Kodjo Amadou
0f430f80d9
Fix indexing and path for downloaded chapter images and update padding logic
2025-06-04 17:28:31 +01:00
Moustapha Kodjo Amadou
4d27a2c0e3
fix #468
2025-06-02 11:41:12 +01:00
Moustapha Kodjo Amadou
80efee40d1
dart format
2025-05-30 17:43:42 +01:00
Schnitzel5
49914c5a53
added JSON structure check for repos
2025-05-13 16:03:21 +02:00
Schnitzel5
24c4c89418
Merge branch 'temp/epub' into feature/epub
2025-05-07 22:25:11 +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
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
NBA2K1
46526c6b6b
Update download_provider.dart
...
Move the getDirectory() call out of the for loop to enhance performance.
2025-04-29 18:18:40 +02:00
Schnitzel5
77b912d40e
added download all option
2025-04-28 15:03:45 +02:00
Schnitzel5
7e9202ceeb
added extension notes/hints
2025-04-23 23:33:18 +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
Schnitzel5
17c18bd79a
added follow system theme
2025-03-24 21:33:01 +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
Moustapha Kodjo Amadou
5905480392
improve category
2025-03-09 14:59:24 +01:00
Schnitzel5
17128cccbd
added options to migrate sources and clean the database
2025-03-02 01:22:41 +01:00
Moustapha Kodjo Amadou
3e401c8af2
dart format
2025-02-23 15:31:49 +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
3eeb4777a6
feat: improve chapter download
2025-01-30 15:09:47 +01:00
Schnitzel5
5ae7a8d581
added option to download novels
2025-01-07 23:37:29 +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
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
a41ccaff22
fix & reformat
2024-12-20 10:15:15 +01: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
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
ee1529be24
update
2024-11-20 17:59:12 +01:00
playerterra1
34a451d374
add novel support
2024-11-08 13:18:58 +00: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
aa2b408144
+
...
- adding modify codes from the rhttp package
2024-09-11 12:04:01 +01:00
kodjomoustapha
8ed6b21125
feat: can now download m3u8 videos
2024-09-06 18:59:16 +01:00
kodjomoustapha
7bcc5582a0
fix
2024-09-04 12:02:19 +01: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
ba8ac10cc2
fix download problem
2024-08-05 15:44:59 +01:00