5bfd6bc196Delete Tempfolder even with files in it.
0.2.2
glax2023-05-19 20:55:19 +0200
bc99735f76Download Cover and Create Series Info before Chapters. Create Publication Directory when calling SaveSeriesInfo and DownloadCoverglax2023-05-19 20:55:04 +0200
68e877298aAdded option to immediately execute a taskglax2023-05-19 19:23:12 +0200
58fef5c307Added force shutdown functionality and option to select wether we want to force or notglax2023-05-19 19:21:54 +0200
c8654dbb85Changed access types of Import and Export Tasks to privateglax2023-05-19 19:21:15 +0200
133b3146b5Added option to immediately execute a taskglax2023-05-19 19:20:44 +0200
312672a05cCheck if task is already being executed before running again.glax2023-05-19 19:20:06 +0200
d659a26987Fixed bug when adding task, that Publication was not added to known publications. Fixed issue, that chapters would be re-downloadedglax2023-05-19 18:20:26 +0200
8c6c95d07dFixed issue where unsuccessfull resquests would crash the program.glax2023-05-19 18:11:14 +0200
6de6d060c4Rewrite Task-Structure for serialization. TrangaTask include information on what to execute where, do not execute tasks. TaskExecutor executes Tasks on information from TrangaTaskglax2023-05-19 14:00:30 +0200
3d9e3d019dFuture use: Import and export task-list.glax2023-05-19 13:59:26 +0200
741cf88f7fRemove not used methodsglax2023-05-19 13:58:57 +0200
1f8e8fb740Fixed Capitalization Added fields for serializationglax2023-05-18 21:03:03 +0200
0fc146019aRewrite of Task-System for serialization.glax2023-05-18 20:58:03 +0200
db5470769cChanged accessiblity of DownloadChapter(string[] imageUrls, string saveArchiveFilePath) to protected so only inherited classes can call.glax2023-05-18 20:57:45 +0200
e8f25ca9d0Added Series Info Capabilityglax2023-05-18 20:26:47 +0200
ab34ca2c45Field folderName in publication
glax
2023-05-18 19:54:40 +0200
3485eac88cMore appropriate name for chapter filename
glax
2023-05-18 19:51:26 +0200
943ce98f38Tasks are now stored separately in Hashset Created Dict<Publication, Chapter[]> _chapterCollection for added chapters.
glax
2023-05-18 19:25:46 +0200
039154dd53Split up into smaller Methods that can be used for task-creation
glax
2023-05-18 19:24:44 +0200
ada842957eAdded file extension to downloaded Images.
glax
2023-05-18 17:42:02 +0200
81f380dc3cRenamed fields to match private naming style. Fixed issue where _lastRequest in DownloadClient was not updated.
glax
2023-05-18 17:41:44 +0200
40242ee7cafixed wrong id-location when getting chapters
glax
2023-05-18 17:22:02 +0200
9eb53bb53aFixed null-Errors in json
glax
2023-05-18 17:21:22 +0200
9a01db710bFixed illegal characters in filenames Fixed logic for downloading images (separation between Connector and inherited classes)
glax
2023-05-18 17:21:06 +0200
93bb8ef6eeAdded delay functionality for rate-limits
glax
2023-05-18 17:18:41 +0200
b54ac730b7Added Image download and compression to archive to Connector.
glax
2023-05-18 16:42:00 +0200
c3cb4d6e08Add optional value to search for Manga instead of downloading all GetPublications(string = null)
glax
2023-05-18 16:41:14 +0200
b15e032038Add field downloadLocation to Connector to save archives.
glax
2023-05-18 16:40:11 +0200
73df8ad213Added functionality to DownloadChapter in Mangadex
glax
2023-05-18 16:21:54 +0200
d13a7c3e49Add field "url" to Chapter to know where to download.
glax
2023-05-18 16:21:21 +0200
317d1435f3Add Publication to DownloadChapter Method, to later correctly save images.
glax
2023-05-18 16:21:02 +0200
140aac8f87Added functionality to GetChapters.
glax
2023-05-18 16:04:03 +0200
71d09229daoffset is increased at start of loop to prevent multiple attempts at downloading same list.
glax
2023-05-18 16:03:27 +0200
6f128ea044Removed unnecessary fields and changed fieldTypes in Chapter.
glax
2023-05-18 16:03:00 +0200
7aeb6bcc2fAdded executable for testing.
glax
2023-05-18 15:49:08 +0200
8fde7f8885Added first Connector: MangaDex Can fetch all Mangas so far.
glax
2023-05-18 15:48:54 +0200
aa6d2d64bdChanged prototypes for GetPublications, GetChapters and DownloadChapter to return the value instead of using out.
glax
2023-05-18 15:47:48 +0200