reader: sync/async work
[fanfix.git] / TODO.md
... / ...
CommitLineData
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] Find some FR comics/manga websites
10 - [ ] Find more FR thingies
11- [ ] A GUI library
12 - [x] Make one
13 - [x] Make it run when no args passed
14 - [x] Fix the UI, it is ugly
15 - [x] Work on the UI thread is BAD
16 - [x] Allow export
17 - [x] Allow delete/refresh
18 - [x] Show a list of types
19 - [x] ..in the menu
20 - [x] ..as a screen view
21 - [x] options screen
22 - [x] support progress events
23 - [x] Real menus
24 - [ ] Store the long lists in [A-B], [BA-BB], ...
25- [ ] A TUI library
26 - [x] Choose an output (Jexer)
27 - [x] Implement it from --set-reader to the actual window
28 - [x] List the stories
29 - [x] Fix the UI layout
30 - [x] Status bar
31 - [x] Real menus
32 - [ ] Store the long lists in [A-B], [BA-BB], ...
33 - [x] Open a story in the reader and/or natively
34 - [ ] Update the screenshots
35 - [ ] Remember the current chapter and current read status of stories
36 - [ ] Support progress events
37 - [x] Add a properties pages
38 - [ ] Deal with comics (properties page + external launcher? jexer?)
39- [x] Network support
40 - [x] A server that can send the stories
41 - [x] A network implementation of the Library
42 - [x] Write access to the library
43 - [x] Access rights (a simple "key")
44 - [x] More tests, especially with the GUI
45 - [x] ..even more
46 - [x] support progress events
47- [x] Check if it can work on Android
48 - [x] First checks: it should work, but with changes
49 - [x] Adapt work on images :(
50 - [x] Partial/Conditional compilation
51 - [x] APK export
52- [ ] Android
53 - [x] Android support
54 - [x] Show current stories
55 - [x] Download new stories
56 - [ ] Sort stories by Source/Author
57 - [ ] Fix UI
58 - [ ] support progress events
59- [ ] Translations
60 - [x] i18n system in place
61 - [x] Make use of it in text
62 - [x] Make use of it in gui
63 - [ ] Make use of it in tui
64 - [ ] Use it for all user output
65 - [ ] French translation
66 - [x] French manual/readme
67- [x] Install a mechanism to handle stories import/export progress update
68 - [x] Progress system
69 - [x] in support classes (import)
70 - [x] in output classes (export)
71- [x] Version
72 - [x] Use a version number
73 - [x] Show it in UI
74 - [x] A check-update feature
75 - [x] ..translated
76- [ ] Improve GUI library
77 - [x] Allow lauching a custom application instead of Desktop.start
78 - [ ] Add the resume next to the cover icon if available (as an option)
79- [ ] Bugs
80 - [x] Fix "Redownload also reset the source"
81 - [ ] Fix "Redownload remote does not show the new item before restart of client app"
82 - [ ] Fix eHentai "content warning" access
83 - [ ] Fix the configuration system (for new or changed options, new or changed languages)
84 - [ ] remote import also download the file in cache, why?
85 - [x] import file in remote mode tries to import remote file!!
86 - [ ] import file does not find author in cbz with SUMMARY file
87 - [ ] import file:// creates a tmp without auto-deletion in /tmp/fanfic-...
88