1afa3df316
Cleanup build warnings, ReShaper, Dictionary
2023-07-30 17:25:04 +02:00
d83aa1ef5b
deprecated
2023-07-30 17:11:11 +02:00
16238c590b
Remove UpdateLibrariesTask
2023-07-29 18:20:41 +02:00
9f38dc3b6a
Revert "Remove UpdateLibrariesTask"
...
This reverts commit de14ff0b75
.
2023-07-29 18:18:02 +02:00
de14ff0b75
Remove UpdateLibrariesTask
2023-07-28 10:41:20 +02:00
fa69f4488f
Removed UpdateLibraryTask (deprecated).
...
Libraries will be updated on new Chapters downloaded.
Added Migrator, for future file-changes
2023-07-20 18:15:14 +02:00
9af5c1603e
Using HttpStatusCode to signify Task-Success
...
When DownloadChapterTask returns notfound, do not retry.
2023-06-20 15:46:54 +02:00
e883277400
Renamed DownloadNewChaptersTask to MonitorPublicationTask
...
Added TrangaTask.Clone() method
Rewrote TrangaTask.progress for the billionth+1 time.
Removed Increment and DecrementProgress methods
Removed TrangaTask.ReplaceFailedChildTask method
Changed return type of TrangaTask.ExecuteTask to bool, signifying success.
Added Failed Execution state to TrangaTask
Replaced taskManager failed-task logic
Removed TaskManager bulky AddTask and DeleteTask methods
Removed TaskManager bulky Constructor
2023-06-20 14:57:44 +02:00
36f7cbd3e9
Better way of handling progress, and childProgress.
...
More reliable taskFinishTime
2023-06-11 17:04:33 +02:00
1c94625840
Added CancellationToken to TrangaTask #14
2023-06-10 14:27:09 +02:00
bd189984a9
Rewrote entire Task-Structure:
...
TrangaTask now only contains essentials, derived classes contain specific information such as connectorName, publication, chapter, etc.
Removed taskQueue system, instead all tasks are kept in _allTasks.
Progress is being tracked in TrangaTask resolves #36 resolves #32
Added new TrangaTask: DownloadChapter to download single chapters. #35
Fixed duplicate file-access when writing settings.
2023-06-05 00:38:07 +02:00
5d98295c59
#33 Preparation:
...
TrangaSettings now stores Hashset of LibraryManagers
2023-06-03 15:17:08 +02:00