From 887ef4cfd41794d5cc8641f540a003f8c5622e1d Mon Sep 17 00:00:00 2001 From: Felisp Date: Wed, 6 Nov 2024 01:57:59 +0100 Subject: [PATCH] Add list of planned features --- features.org | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 features.org diff --git a/features.org b/features.org new file mode 100644 index 0000000..fd19a01 --- /dev/null +++ b/features.org @@ -0,0 +1,26 @@ +- [ ] Most important features [0%] + - [ ] Navigation stack with loaded items and urls + - Capture the back key + - Add buttons to go back & forth + - Figure out a way to exit with back arrow + - Maybe go with back arrow until the begginging of navigation stack and then double click? + - [ ] [[https://github.com/llfbandit/app_links/blob/master/doc/README_android.md][Register to handle]] ~gopher://~ protocol + - [ ] Line wrap togglable for text files and menus + - [ ] Menu should be nonwrapping by default + - [ ] Add option to wrap only filenames and not info items as they may be just decoration + - [ ] Fix line reading from socket + - [ ] Bookmarks + - [ ] Picture view with option to save to file + - [ ] Binary file screen with option to save to file + - [ ] Option to "Open in app" for all files that we don't know how to handle (pdf, exec binaries, sound files) + - [ ] Homepage or custom homepage + - [ ] Working user input +- [ ] Nice to haves + - [ ] Icon + - [ ] Preferences for navigation stack depth (both loaded & url stacks) + - [ ] Preferences for + - [ ] color scheme + - [ ] font -seperate for ASCII art and plain text files + - [ ] font size + - [ ] Separate gopher lib back to library +