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