Commit Graph

12998 Commits

Author SHA1 Message Date
Willy-JL
d8e7e171b7 Docs: Progress on JS documentation --nobuild 2024-03-19 06:01:54 +00:00
WillyJL
1a2c029ab6 Merge pull request #33 from oldip/feature/numpad-keybindings
Add numpad keybindings to improve non-US input methods
2024-03-19 04:48:01 +00:00
Willy-JL
f48848ca4d JS: Add BadUSB Alt+Numpad example 2024-03-19 04:45:54 +00:00
Willy-JL
1bf0d3ab9a JS: Improve badusb.altPrint() robustness 2024-03-19 04:41:12 +00:00
Willy-JL
385fe4b4e6 JS: Add header text to REPL interactive console 2024-03-19 01:55:21 +00:00
Willy-JL
4bd511c214 JS: Fix view dispatcher and header text bugs 2024-03-19 01:54:59 +00:00
Georgii Surkov
a0dc2b5cfc Fix DS1990 emulation 2024-03-18 20:59:35 +03:00
oldip
4d1678a99a Improve ALT+Numpad typing simulation with adjustable delay AND Testing Completed 2024-03-18 23:14:06 +08:00
oldip
88a080c168 Remove the delay 2024-03-18 22:33:19 +08:00
oldip
23033095b1 Correctly defined js_badusb_altPrint function 2024-03-18 22:22:45 +08:00
oldip
eff99a6015 orrectly defined js_badusb_altPrint function 2024-03-18 22:21:15 +08:00
oldip
879d654f70 Function to simulate typing text using ALT key + Numpad ASCII code without adding a newline at the end 2024-03-18 22:15:25 +08:00
oldip
4737c3af8c Function to simulate typing text using ALT key + Numpad ASCII code without adding a newline at the end 2024-03-18 22:14:51 +08:00
oldip
a5a9292aa1 less delay 2024-03-18 22:11:05 +08:00
oldip
dbb0408f99 Construct the numpad key name 2024-03-18 21:56:56 +08:00
oldip
97a5022129 simulating key presses by converting each character to its ASCII code and then inputting it using the ALT+numeric keypad sequence 2024-03-18 21:52:50 +08:00
oldip
1bee1c7749 modify delay to 200ms 2024-03-18 19:08:13 +08:00
oldip
e09b39fccd add delay 2024-03-18 18:59:48 +08:00
oldip
728ed4d11a rewrite the js_badusb_altPrintln function and fix the missing pointer 2024-03-18 18:45:59 +08:00
oldip
e4b72c003e rewrite js_badusb_altPrintln function 2024-03-18 18:35:12 +08:00
oldip
68746193a0 Fix dynamic construction of NUMPAD keycodes in altPrintln 2024-03-18 16:01:13 +08:00
oldip
fc3a1f28b2 Adjusting the altPrintln functionality to release the ALT key after each character 2024-03-18 15:52:51 +08:00
oldip
e790ffad3a Fix snprintf truncation issue in altPrintln 2024-03-18 15:19:35 +08:00
Willy-JL
bec49475cc Format --nobuild
I'm writing python like C now, help
2024-03-17 21:28:23 +00:00
Willy-JL
6ae098fa4e Asset packer bugfixes and improvements
- Ignore hidden files
- Fix .DS_Store
- Check known extensions
- Support precompiled anims
- Fix FBT integration
2024-03-17 21:19:13 +00:00
Willy-JL
03499243a3 JS: Allow pressing back in Submenu 2024-03-17 20:51:42 +00:00
Willy-JL
c2deba8e2c JS: Fix weird string corruptions and usages 2024-03-17 20:48:00 +00:00
Willy-JL
6b21783d76 JS: Add REPL interactive console 2024-03-17 06:56:18 +00:00
Willy-JL
9d83750a83 JS: Keyboard allow pressing back, add symbols, cleanup 2024-03-17 06:55:44 +00:00
Willy-JL
ff2aa9b105 JS: Fix to_string() with negative numbers 2024-03-17 06:55:09 +00:00
WillyJL
d63a07f603 JS: Add parse_int(), to_upper_case(), to_lower_case() (#17) 2024-03-17 06:54:15 +00:00
Willy-JL
7f07417676 Move to js_thread + improve parse_int 2024-03-17 06:19:46 +00:00
Willy-JL
19b5f35afb Remove string utilities already in MJS 2024-03-17 05:45:57 +00:00
Willy-JL
10a03e0cc1 Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into dev 2024-03-17 04:35:59 +00:00
WillyJL
6f9e50d7df Docs: Added WIP JS API Documentation (#38) 2024-03-17 02:23:46 +00:00
WillyJL
2fa4d1f85c Merge pull request #39 from Kuronons/dev
Uploading WD passport + Replacing Wrench profile picts assets (moods x3)
2024-03-17 02:22:35 +00:00
WillyJL
abff73dbee FindMyFlipper: Add Tile Support, Save Tag Type, Dynamic Data Length (#41) 2024-03-17 02:21:47 +00:00
Willy-JL
9ca8b9f55f Update assetpacks credits 2024-03-17 02:18:37 +00:00
Matthew
271fdf164f Add Tile Support, Save Tag Type, Dynamic Data Length 2024-03-16 20:50:09 -04:00
Kuronons
34dcecff60 Uploading WD passport + Replacing Wrench profile picts assets (moods x3) 2024-03-16 20:04:31 +01:00
freehuntx
256b9d3bdb Docs: Added JS API Documentation 2024-03-16 12:21:32 +01:00
Willy-JL
31fc6e03f1 Fix bt cli settings 2024-03-16 04:00:54 +00:00
Willy-JL
a19bcbc426 Revert "(Experimental) Format only as exFAT - 1.2kb DFU"
This reverts commit 3e6c8b09fd.
2024-03-16 03:47:44 +00:00
Willy-JL
197fef54e2 (Experimental) External CLI plugins -29kb DFU
Idea and plugin loader implementation by @akopachov, thanks!
All commands done except storage and rpc for latency reasons
2024-03-16 03:47:32 +00:00
Willy-JL
cdba35a15a comedy 2024-03-16 01:48:17 +00:00
Willy-JL
518bf96c4c Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-16 00:57:17 +00:00
Willy-JL
8c791a69f5 Add social preview asset 2024-03-16 00:57:04 +00:00
MX
7e9ecdf394 the real update 2024-03-16 02:56:55 +03:00
Willy-JL
edba5966ce Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-15 21:48:50 +00:00
Willy-JL
4f1ae6b726 Update apps
- BMI AirMouse better BT and remove pairing option
- UHF RFID UART refactor
- Wifi Marauder create html folder
2024-03-15 21:33:42 +00:00