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