-
Notifications
You must be signed in to change notification settings - Fork 3
/
TODO.txt
42 lines (32 loc) · 827 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
1.5:
- add java-beans for easier tracking of running downloads
- create DialogDownloader (swing/fx/?)
- queue downloads => no parallel dls
- json-configuration for console
1.6:
- fx-gui
- swing-gui
1.x:
- use java.util.concurrent.* package for more complex execution with progress-callbacks
- improve average filesize
- make jd-export faster
later:
- take a look at launch4j
- https://commons.apache.org/proper/commons-launcher/
---
1.4:
- build the web-based gui
- get some images with a "valid" copyright
- easy way to start and stop the server
- release it finally
1.3:
- fill manga.html after download
- update manga.html with better js
- optional: create html-file from downloaded pages
1.2:
- add documentation (readme)
- add javadoc
1.1:
- add multithreading
1.0:
- create working version from previous MD