Commit Graph

385 Commits

Author SHA1 Message Date
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
MX
d573cc06da js modules updates
by Willy-JL and Sil333033
2024-03-15 07:09:16 +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
oldip
5095338341 Add numpad keybindings to improve non-US input methods 2024-03-14 09:34:22 +08:00
Willy-JL
66dc7e9aa9 JS: Add storage.append() 2024-03-12 06:15:09 +00:00
Willy-JL
7246e7235b JS: Fix some edge cases with GPIO module
- disable expansion to avoid conflicts
- fix pin counts when iterating
- check validity of pull and mode names
2024-03-12 06:03:48 +00:00
Sil333033
d947fa749a JS: added GPIO module 2024-03-11 20:58:14 +01:00
Matthew
400351dad3 change naming scheme and print save directory (#21) 2024-03-10 20:00:57 -04:00
Matthew
ef586a7f3d change naming scheme and print save directory 2024-03-10 19:59:05 -04:00
MX
c9434492b8 Various changes, in expansion, rgb, js
by Willy-JL , Spooks4576 , Sil333033 , HaxSam
2024-03-11 00:37:29 +03:00
Matthew
0316260280 add support for OFW - declare reverse_mac 2024-03-10 16:23:14 -04:00
Spooks
8e97587c68 Made String Functions Global 2024-03-10 13:20:42 -06:00
Spooks
19f5f42d5f Merge branch 'Next-Flip:dev' into dev 2024-03-10 11:46:15 -06:00
Willy-JL
1577bbc766 FindMy: Make import screen clearer 2024-03-10 16:38:19 +00:00
Willy-JL
a5ae1397d9 FindMy: Resume at system boot if enabled 2024-03-09 19:42:12 +00:00
WillyJL
e39576ebbd Merge pull request #18 from Next-Flip/findmyflipper
Findmyflipper - Merge fixes to dev
2024-03-09 05:57:46 +00:00
Willy-JL
52d3fe9b38 FindMy: Add docs from app repo
Co-authored-by: MatthewKuKanich <mkukanichgmu@gmail.com>
2024-03-09 05:54:52 +00:00
Willy-JL
b253bede42 FindMy: Fix imported text position 2024-03-09 05:51:48 +00:00
Willy-JL
0baa796e33 FindMy: Add import from nRF Connect .txt file 2024-03-09 05:51:22 +00:00
Willy-JL
74c6440a27 Format 2024-03-09 05:09:48 +00:00
Willy-JL
fca5da1c42 Revert "Update findmy.c - ignore changable byte"
This reverts commit edf013eacd.
2024-03-09 05:04:37 +00:00
Willy-JL
ef338d15db Merge branch 'findmyflipper' of https://github.com/Next-Flip/Momentum-Firmware into findmyflipper 2024-03-09 05:04:15 +00:00
Willy-JL
cd837576ea FindMy: Add OpenHaystack import from .keys file 2024-03-09 05:04:09 +00:00
Willy-JL
448033c802 FindMy: Fix key generation script 2024-03-09 04:20:04 +00:00
Willy-JL
d23f64d693 FindMy: Add generate keys script 2024-03-09 04:19:50 +00:00
Matthew
edf013eacd Update findmy.c - ignore changable byte 2024-03-08 21:39:22 -05:00
Willy-JL
f4ef9e50fb FindMy: Fix build 2024-03-08 22:35:24 +00:00
Spooks
e677556661 Merge branch 'Next-Flip:dev' into dev 2024-03-08 14:42:45 -07:00
Willy-JL
61b35e07ff FindMy: Simpler beacon state sync 2024-03-08 21:41:57 +00:00
Willy-JL
5d45d6abb8 FindMy: Save and load state from file 2024-03-08 21:35:59 +00:00
Willy-JL
435c35cee9 Improve beacon state handling 2024-03-08 20:56:39 +00:00
Willy-JL
7c48c6164a FindMy: Refactors and improvements
- state handled reparately, decoupled from app
- better apple/samsung/unknown parsing and handling
- improve error handling
- add url to manifest + up stack size just in case
2024-03-08 20:53:00 +00:00
Willy-JL
09af215e75 Oops 2024-03-08 19:10:08 +00:00
Willy-JL
a8d18fa02a Cleanup default packet template and fix comments 2024-03-08 19:04:47 +00:00
Willy-JL
1941da7fd6 Format + cleanup 2024-03-08 18:59:13 +00:00
Willy-JL
aa15ee6fbc FindMy: Disable beacon correctly at exit, not in config 2024-03-08 18:55:29 +00:00
MatthewKuKanich
2a105e4266 fix placeholders and beacon stop on exit 2024-03-08 13:37:55 -05:00
MatthewKuKanich
13fe7b3bfc Add FindMy Flipper to system apps 2024-03-08 13:10:14 -05:00
Spooks
5fff187ff5 Merge branch 'Next-Flip:dev' into dev 2024-03-07 16:38:35 -07:00
Spooks
cb04c86fb2 String Util Library + ParseInt Function 2024-03-07 16:38:06 -07:00
Willy-JL
a143074296 Oops 2024-03-07 21:46:06 +00:00