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
|
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 |
|
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
|
abff73dbee
|
FindMyFlipper: Add Tile Support, Save Tag Type, Dynamic Data Length (#41)
|
2024-03-17 02:21:47 +00:00 |
|
Matthew
|
271fdf164f
|
Add Tile Support, Save Tag Type, Dynamic Data Length
|
2024-03-16 20:50:09 -04:00 |
|
Willy-JL
|
31fc6e03f1
|
Fix bt cli settings
|
2024-03-16 04:00:54 +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
|
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 |
|
MX
|
ce67472dc4
|
use non prefixed names for regular files with random name
|
2024-03-15 09:33:27 +03:00 |
|
MX
|
d573cc06da
|
js modules updates
by Willy-JL and Sil333033
|
2024-03-15 07:09:16 +03:00 |
|
Willy-JL
|
0f821fa273
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
|
2024-03-15 03:07:16 +00:00 |
|
Willy-JL
|
29aa61afd1
|
Marauder: Save correctly as pcap for scripts
|
2024-03-15 02:48:00 +00:00 |
|
Willy-JL
|
05d23da736
|
Marauder: Save Wardrive and EvilPortal dumps to Flipper SD
|
2024-03-15 02:36:29 +00:00 |
|
Willy-JL
|
7823180b31
|
BLE Spam: Fix crash and custom names via file
|
2024-03-15 01:28:44 +00:00 |
|
MX
|
17dd089b5a
|
sync scenes
|
2024-03-15 04:27:37 +03:00 |
|
MX
|
d7711d729f
|
Merge branch 'slix_test' into dev
|
2024-03-15 04:08:43 +03:00 |
|
MX
|
375eb55d33
|
Merge remote-tracking branch 'OFW/gsurkov/infrared_miscellany' into dev
|
2024-03-15 04:08:39 +03:00 |
|
MX
|
c5bf29cb8c
|
Merge remote-tracking branch 'OFW/ktq/ac_contrib' into slix_test
|
2024-03-15 04:04:18 +03:00 |
|
oldip
|
8e44322a15
|
Add altPrintln functionality for ALT+Numpad support
|
2024-03-14 10:53:22 +08:00 |
|
Willy-JL
|
5b1002e433
|
JS: Add dialog.pickFile()
|
2024-03-14 02:29:48 +00:00 |
|
Willy-JL
|
f6bccccfa3
|
BadKB: Decouple from Momentum Settings
|
2024-03-14 01:44:39 +00:00 |
|
Willy-JL
|
430f4668f8
|
BadKB: Improve settings loading logic
|
2024-03-14 01:42:03 +00:00 |
|
oldip
|
5095338341
|
Add numpad keybindings to improve non-US input methods
|
2024-03-14 09:34:22 +08:00 |
|
Willy-JL
|
e69a6c06ef
|
Move back to "badusb" folder for compatibility
|
2024-03-14 00:37:24 +00:00 |
|
Georgii Surkov
|
2aa85347ee
|
Fix logical error in documentation
|
2024-03-13 12:28:08 +03:00 |
|
Willy-JL
|
3587cef7c2
|
Update yappy invaders
|
2024-03-13 00:33:59 +00:00 |
|
Willy-JL
|
b4abdf3b21
|
Format --nobuild
|
2024-03-12 21:50:38 +00:00 |
|
Willy-JL
|
84a2ebf66a
|
Sync apps (Add Yappy Invaders + app updates)
- Added Yappy Invaders
- Barcode App interface improvements
- Camera Suite: Refactor and remove wifi camera for now
- TOTP Fixes
- Geiger Fixes
|
2024-03-12 20:24:08 +00:00 |
|
Georgii Surkov
|
75432346de
|
Improve documentation
|
2024-03-12 19:54:45 +03:00 |
|
Georgii Surkov
|
98c328f93f
|
FL-3790: fix laggy TextInput by not adding it into a ViewStack
|
2024-03-12 19:45:22 +03:00 |
|
Georgii Surkov
|
3f7a070397
|
FL-3767: remove TODO, no changes necessary
|
2024-03-12 16:18:48 +03:00 |
|
Georgii Surkov
|
b27066b508
|
FL-3523: remove TODO, no changes necessary
|
2024-03-12 16:14:21 +03:00 |
|
Georgii Surkov
|
5cfc773b7b
|
FL-3496: do not hardcode universal library names in CLI
|
2024-03-12 15:09:35 +03:00 |
|
Willy-JL
|
66dc7e9aa9
|
JS: Add storage.append()
|
2024-03-12 06:15:09 +00:00 |
|