1
0
Commit Graph

74 Commits

Author SHA1 Message Date
NiLuJe
59daa28dcf Added TLFi example for selection menu substitution
Co-authored-by: Patrick Gaskin <patrick@pgaskin.net>
2020-12-03 13:21:37 -05:00
Patrick Gaskin
df652ee98a Implemented selection menu location for 4.20.14622+ (closes #93) (#94)
* New selection and selection_search menu locations.
* Argument transformation for selection menu items.
2020-12-03 13:18:51 -05:00
Patrick Gaskin
91dbf2a713 Tested on 4.25.15875 2020-11-10 21:02:25 -05:00
Patrick Gaskin
23e4cca6bf Tested on 4.24.15676 2020-10-02 11:27:59 -04:00
Patrick Gaskin
4207cd5995 Tested on 4.24.15672 2020-09-24 18:42:06 -04:00
Patrick Gaskin
c2d26181b9 Added link to new website in documentation 2020-09-04 00:25:54 -04:00
Patrick Gaskin
8ada23e16d Implemented experimental:menu_main_15505_label option (closes #88) (#91) 2020-08-28 14:26:12 -04:00
Patrick Gaskin
851ac584b2 Implemented experimental options (closes #87) (#90) 2020-08-28 12:44:15 -04:00
Patrick Gaskin
04aa20bf9b Updated last tested version in docs 2020-08-27 01:58:23 -04:00
Patrick Gaskin
6a23d1c12e Added hook to add a main menu button to the bottom tab bar in 4.23.15505+ (closes #78) (#85) 2020-08-11 20:14:34 -04:00
Patrick Gaskin
a70d09dd9e Updated actions for compatibility with 4.23.15505 (closes #79) (#83)
- Updated documentation for nickel_orientation action.
- Updated documentation for nickel_browser action.
- Updated nickel_open:library:* action.
- Updated nickel_misc:home action.
- Updated symbol tests for 4.23.15505.
2020-08-11 19:57:12 -04:00
Patrick Gaskin
da4b55e4e1 Made nickel_open:library:library identical to library2 (#79) (#81) (#82)
Also removed library2 from docs.
2020-08-11 19:04:20 -04:00
Patrick Gaskin
92e5813a77 Removed outdated info from documentation
"You will need to reboot to see any changes." is irrelevant since afa1012cf7.
2020-08-10 18:02:05 -04:00
Patrick Gaskin
39b19654fc Implemented auto_usb_gadget for nickel_setting (closes #76) (#77) 2020-08-09 21:26:39 -04:00
Patrick Gaskin
65fbea2c49 Updated version in docs 2020-08-05 21:20:43 -04:00
Patrick Gaskin
300f11ddad Implemented nickel_orientation action (closes #67) (#70) 2020-08-05 19:31:39 -04:00
Patrick Gaskin
afa1012cf7 Moved nickel_misc:rescan_books_full example to the library menu 2020-08-05 01:27:38 -04:00
Patrick Gaskin
141333c402 Implemented library menu location (closes #72) (#75) 2020-08-05 01:25:51 -04:00
Patrick Gaskin
6afc98d5c7 Added some examples for the browser menu 2020-08-05 01:01:27 -04:00
Patrick Gaskin
8fb56eacdd Implemented browser menu location (closes #71) (#74) 2020-08-05 00:54:35 -04:00
Patrick Gaskin
d25dbc8d6f Fixed typo in nickel_setting documentation 2020-08-04 14:48:13 -04:00
Patrick Gaskin
1d61ddf16b Implemented power:sleep action (closes #69) 2020-08-04 11:36:02 -04:00
Patrick Gaskin
e7646a6502 Added information about using NM with other software (#65) 2020-08-03 16:21:02 -04:00
Patrick Gaskin
905c1bcd18 Added note about the documentation file being replaced (#65) 2020-08-03 16:03:32 -04:00
Patrick Gaskin
7a372616bf Added NM_CONFIG_DIR option to the Makefile (closes #68)
This should not be used in most cases, as it will break compatibility with
existing mods which depend on adding a config to NM. This option is meant as a
better option than find/replace for people who do private builds of NM for
themselves and want to change the config dir.

It will also affect the path used for installing the documentation and shown in
the default menu item.
2020-08-03 15:59:28 -04:00
Patrick Gaskin
80409bf294 Added note about embedding NM to the docs 2020-07-27 11:29:22 -04:00
Patrick Gaskin
a9ad448a35 Updated tested firmware versions in docs 2020-07-08 14:40:28 -04:00
Patrick Gaskin
d530970ba6 Improved wording of documentation 2020-07-03 13:44:46 -04:00
Patrick Gaskin
ec8c685e1f Fixed outdated example in docs 2020-07-02 14:13:18 -04:00
Patrick Gaskin
cb2caff551 Improved extensibility of nickel_setting, split browser stuff into nickel_browser action (closes #59) (#60)
* Split browser actions from nickel_extra into nickel_browser

* Improved extensibility of nickel_setting action

Instead of nickel_setting:<setting> for toggling a setting and
nickel_setting:<setting>:<bool> for setting it explicitly, use
nickel_setting:<action>:<setting>.
2020-07-02 00:25:00 -04:00
Patrick Gaskin
af95f6464b Implemented option to set values for nickel_setting:* explicitly (closes #51) (#52) 2020-06-20 15:13:45 -04:00
Patrick Gaskin
7de21b827c Switched to new method for nickel_extras:web_browser and implemented url/css options (closes #49) (#50)
* Switched to new method for nickel_extras:web_browser.
* Added support for fw versions less than 4.11.11911 for nickel_extras:web_browser action.
* Added modal, URL, and CSS options to nickel_extras:web_browser.
2020-06-20 15:08:12 -04:00
Patrick Gaskin
1001be39aa Fixed documentation for nickel_wifi action 2020-06-16 19:38:41 -04:00
Patrick Gaskin
87aafe5899 Implemented nickel_wifi action (closes #25) (#46) 2020-06-16 19:12:21 -04:00
Patrick Gaskin
7f52a8165e Implemented nickel_misc:home action (closes #39) (#44) 2020-06-15 16:12:14 -04:00
Patrick Gaskin
2b40ede252 Fixed small grammatical error in docs 2020-06-15 16:08:07 -04:00
Patrick Gaskin
174b6e3130 Implemented nickel_open action (closes #26) (#38) 2020-06-08 18:42:25 -04:00
Patrick Gaskin
980703ca94 Added Telnet toggle example 2020-05-25 19:07:08 -04:00
Patrick Gaskin
88adf88880 Implemented skip action (closes #31) (#32) 2020-05-25 17:17:27 -04:00
Patrick Gaskin
fdc3ec4f50 Renamed chain to chain_success (breaking) (closes #33) (#36) 2020-05-25 17:15:14 -04:00
NiLuJe
ae787f1270 Implemented kfmon generator (closes #39) (#35) 2020-05-25 17:14:48 -04:00
Patrick Gaskin
c4ab0154bc Implemented menu item generators (closes #4) (#28)
* Implemented menu item generators (closes #4)
* Initialized sz to -1 for nm_generator_do
* Cleaned up extra semicolon in config.c
* Fixed typo in generator size check
2020-05-25 06:57:59 -04:00
Patrick Gaskin
043dfb37e6 Implemented quiet option for cmd_output (fixes #9) (#21) 2020-05-13 11:38:05 -04:00
Patrick Gaskin
bf03f9e22b Implemented conditional actions (closes #11) (#20) 2020-05-13 11:37:35 -04:00
Patrick Gaskin
5a20edc661 Fixed typo in docs 2020-05-07 23:34:26 -04:00
Patrick Gaskin
84ba4a495d Added examples for starting Telnet/FTP
Unlike dev mode, you can choose to start one or the other. Also, the FTP
server serves the entire KOBOeReader partition, not just .kobo. This will not
conflict with dev mode.

Also added examples for showing the current IP and importing books.
2020-05-07 23:21:33 -04:00
Patrick Gaskin
e0647af1ef Updated action compatibility (#15) 2020-05-07 17:48:44 -04:00
Patrick Gaskin
e5a3635117 Implemented quiet option for cmd_spawn (closes #12) 2020-05-07 15:31:26 -04:00
Patrick Gaskin
b323a54758 Implemented power:shutdown and power:reboot actions (closes #14) 2020-05-07 10:44:52 -04:00
Bastien Dejean
a5e5e06ade Fixed the argument in the Sketch Pad example (#8) 2020-05-04 11:25:01 -04:00