Merge commit '712ddafb749aada41daab85c36ac12f657b2307e'
[fanfix.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index ff3396ba86fdf7730320c3af853a69c89d27750a..85f2deb3775573c0fe5f7160563a6c98efa484fa 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,16 @@
 My current planning for Fanfix (but not everything appears on this list):
+
 - [ ] Support new websites
   - [x] YiffStar
   - [ ] [Two Kinds](http://twokinds.keenspot.com/)
   - [ ] [Slightly damned](http://www.sdamned.com/)
   - [x] New API on FimFiction.net (faster)
+  - [x] Replace MangaFox which is causing issues all the time
   - [ ] Others? Any ideas? I'm open for requests
     - [x] [e-Hentai](https://e-hentai.org/) requested
-    - [ ] Find some FR comics/manga websites
+    - [x] Find some FR comics/manga websites
+    - [ ] Find more FR thingies
+- [ ] Support videos (anime)?
 - [x] A GUI library
   - [x] Make one
   - [x] Make it run when no args passed
@@ -19,6 +23,8 @@ My current planning for Fanfix (but not everything appears on this list):
     - [x] ..as a screen view
   - [x] options screen
   - [x] support progress events
+  - [x] Real menus
+    - [x] Store the long lists in [A-B], [BA-BB], ...
 - [ ] A TUI library
   - [x] Choose an output (Jexer)
   - [x] Implement it from --set-reader to the actual window
@@ -32,7 +38,20 @@ My current planning for Fanfix (but not everything appears on this list):
   - [ ] Remember the current chapter and current read status of stories
   - [ ] Support progress events
   - [x] Add a properties pages
-  - [ ] Deal with comics (properties page + external launcher? jexer?)
+  - [ ] Deal with comics
+    - [x] properties page
+    - [x] external launcher
+    - [ ] jexer sixels?
+- [ ] Move the GUI parts out of fanfix itself (see fanfix-swing)
+    - [x] Make new project: fanfix-swing
+    - [x] Fix the UI issues we had (UI thread)
+    - [x] Make it able to browse already downloaded stories
+    - [x] Make it able to download stories
+    - [ ] See what config options to use
+    - [ ] Import all previous menus end functions
+    - [ ] Feature parity with original GUI
+- [ ] Move the TUI parts out of fanfix itself
+    - [ ] Make new project
 - [x] Network support
   - [x] A server that can send the stories
   - [x] A network implementation of the Library
@@ -53,13 +72,14 @@ My current planning for Fanfix (but not everything appears on this list):
   - [ ] Sort stories by Source/Author
   - [ ] Fix UI
   - [ ] support progress events
+  - [x] give up and ask a friend...
 - [ ] Translations
   - [x] i18n system in place
   - [x] Make use of it in text
   - [x] Make use of it in gui
   - [ ] Make use of it in tui
   - [ ] Use it for all user output
-  - [ ] French translation
+  - [x] French translation
   - [x] French manual/readme
 - [x] Install a mechanism to handle stories import/export progress update
   - [x] Progress system
@@ -71,15 +91,16 @@ My current planning for Fanfix (but not everything appears on this list):
   - [x] A check-update feature
     - [x] ..translated
 - [ ] Improve GUI library
-    - [x] Allow lauching a custom application instead of Desktop.start
+    - [x] Allow launching a custom application instead of Desktop.start
     - [ ] Add the resume next to the cover icon if available (as an option)
+    - [ ] Add the resume in the Properties page (maybe a second tab?)
 - [ ] Bugs
     - [x] Fix "Redownload also reset the source"
-    - [ ] Fix "Redownload remote does not show the new item before restart of client app"
-    - [ ] Fix eHentai "content warning" access
+    - [x] Fix "Redownload remote does not show the new item before restart of client app"
+    - [x] Fix eHentai "content warning" access (see 455)
     - [ ] Fix the configuration system (for new or changed options, new or changed languages)
-    - [ ] remote import also download the file in cache, why?
+    - [x] remote import also download the file in cache, why?
     - [x] import file in remote mode tries to import remote file!!
     - [ ] import file does not find author in cbz with SUMMARY file
-    - [ ] import file:// creates a tmp without auto-deletion in /tmp/fanfic-...
+    - [x] import file:// creates a tmp without auto-deletion in /tmp/fanfic-...