Update TODO.md
[fanfix.git] / TODO.md
CommitLineData
10ccd649
NR
1My current planning for Fanfix (but not everything appears on this list):
2- [ ] Support new websites
3 - [x] YiffStar
4 - [ ] [Two Kinds](http://twokinds.keenspot.com/)
5 - [ ] [Slightly damned](http://www.sdamned.com/)
6 - [x] New API on FimFiction.net (faster)
7 - [ ] Others? Any ideas? I'm open for requests
8 - [x] [e-Hentai](https://e-hentai.org/) requested
9- [x] A GUI library
10 - [x] Make one
11 - [x] Make it run when no args passed
12 - [x] Fix the UI, it is ugly
13 - [x] Work on the UI thread is BAD
14 - [x] Allow export
15 - [x] Allow delete/refresh
16 - [x] Show a list of types
17 - [x] ..in the menu
18 - [x] ..as a screen view
19 - [x] options screen
20- [ ] A TUI library
21 - [x] Choose an output (Jexer)
22 - [x] Implement it from --set-reader to the actual window
23 - [x] List the stories
24 - [ ] Fix the UI layout
25 - [x] Status bar
26 - [ ] Real menus
27 - [x] Open a story in the reader and/or natively
28 - [ ] Update the screenshots
29 - [ ] Remember the current chapter and current read status of stories
30- [ ] Network support
31 - [x] A server that can send the stories
32 - [x] A network implementation of the Library
33 - [x] Write access to the library
34 - [x] Access rights (a simple "key")
35 - [x] More tests, especially with the GUI
36 - [ ] ..even more
37- [x] Check if it can work on Android
38 - [x] First checks: it should work, but with changes
39 - [x] Adapt work on images :(
40 - [x] Partial/Conditional compilation
41 - [x] APK export
42- [ ] Android
43 - [x] Android support
44 - [x] Show current stories
45 - [x] Download new stories
46 - [ ] Sort stories by Source/Author
47 - [ ] Fix UI
48- [ ] Translations
49 - [x] i18n system in place
50 - [x] Make use of it
51 - [ ] Use it for all user output
52 - [ ] French translation
53 - [x] French manual/readme
54- [x] Allow lauching a custom application instead of Desktop.start
55- [ ] Install a mechanism to handle stories import/export progress update
56 - [x] Progress system
57 - [x] in support classes (import)
58 - [x] in output classes (export)
59 - [x] CLI usage of such
60 - [x] GUI usage of such
61 - [ ] TUI usage of such
62 - [ ] Android usage of such
63- [x] Version
64 - [x] Use a version number
65 - [x] Show it in UI
66 - [x] A check-update feature
67 - [x] ..translated
7f67ebfc 68- [ ] Add the resume next to the cover icon if available (as an option)
10ccd649
NR
69- [ ] Bugs
70 - [x] Fix "Redownload also reset the source"
71 - [ ] Fix eHentai "content warning" access
72 - [ ] Fix the configuration system (for new or changed options, new or changed languages)
7f67ebfc
NR
73 - [ ] remote import also download the file in cache, why?
74 - [ ] import file in remote mode tries to import remote file!!
75 - [ ] import file does not find author in cbz with SUMMARY file
76 - [ ] import file:// creates a tmp without auto-deletion in /tmp/fanfic-...
77