Commit Graph

337 Commits

Author SHA1 Message Date
Willy-JL
54d2763177 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-05-16 21:47:58 +01:00
WillyJL
63403bbae2 JS: Add submenu module (#3601)
* JS: Add submenu module
* Using view_holder instead of view_dispatcher

Co-authored-by: nminaylov <nm29719@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-05-16 18:55:08 +01:00
Willy-JL
becefe9568 Format 2024-05-16 05:53:19 +01:00
Willy-JL
b628af1060 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild 2024-05-16 05:39:30 +01:00
MX
3005f6cd9a Hid app improvements
- Move new mouse jiggler into mouse jiggler stealth
- Set stealth jiggler max time default value to 4 min and min value to 1 min
- Various UI fixes
- Merge changes from OFW commit 11d7f53854

([FL-3770, FL-3680] HID App improvements and little extra (3518))
2024-05-15 19:08:10 +03:00
Willy-JL
e129d3edf9 Move some "system" apps to apps repo
Because:
- They aren't fundamental to firmware function
- They are not in firmware repo for other CFW either
- Easier to keep updated

Moved:
- Hex Viewer
- IR Remote
- Mass Storage
- Nightstand Clock
- SubGHz Playlist
- SubGHz Remote
- Text Viewer

HID app (USB/BT Remote) could be moved too, but UL and OFW have it here
Makes sense to keep HID app in FW repo for updating
FindMy Flipper integrates with firmware for startup, better kept in FW
2024-05-04 06:27:35 +01:00
Willy-JL
f04975f50d Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild 2024-05-04 03:41:44 +01:00
MX
887f6a20fc We already using furi random, cleanup unused parts, format code 2024-05-03 21:28:18 +03:00
MX
786dbfe0c3 Merge branch 'dev' into feature/random_mouse_jiggler 2024-05-03 21:09:21 +03:00
WillyJL
a83845aec4 Merge pull request #114 from Next-Flip/gzipped-resources
Updater: Gzipped resources (220% faster FW upload) + Updater improvements
2024-05-03 04:41:33 +01:00
Willy-JL
94a8ccc912 Updater: Show stage progress percentage 2024-05-03 03:35:56 +01:00
Willy-JL
046584ed83 Updater: Rebalance progressbar weights 2024-05-03 03:32:01 +01:00
Willy-JL
93edb9c6e8 Updater: Cleanup progress based on manifest stream 2024-05-03 03:31:45 +01:00
Willy-JL
593f3a9e9a Updater: Resources progress based on file size
Gzipped tar will take too long to count files, instead use position in tar archive
Need to find a workaround for estimating cleanup progress
2024-05-02 07:02:13 +01:00
Willy-JL
ff2bb16492 FindMy: Fix battery level edge cases (eg. at boot) and cleanup
- Generate config struct only when necessary
- Centralize last few things to use state values
- Uniform state apply and save process
- Simplify battery level handling
2024-05-02 06:46:06 +01:00
Willy-JL
73135acb8c Move JS examples to subfolder 2024-05-02 00:53:17 +01:00
Willy-JL
5a4bbbadf1 Format 2024-04-29 22:10:56 +01:00
Matthew
54472353ca Fix Tile Tag Saving & Rewind 2024-04-27 13:13:56 -04:00
Matthew
9e152179b0 Fix Tile Tag Saving 2024-04-27 12:51:05 -04:00
MX
3269f751cd js vgm module and widget fix
VGM js module by jamisonderek
Js fixes by jamisonderek
2024-04-23 12:24:07 +03:00
Willy-JL
a7a3ce8d4b JS: Add VGM module by @jamisonderek
Co-authored-by: Derek Jamison <jamisonderek@users.noreply.github.com>
2024-04-22 06:10:00 +01:00
gushmazuko
6cb9ad12f1 Enhance Random Interval and Movement Functionality 2024-04-21 02:14:46 +02:00
Derek Jamison
17646cab37 JS: Fix widget sometimes MemCrash on exit. 2024-04-19 18:14:21 -05:00
Matthew
5f260af443 small changes 2024-04-18 21:18:22 -04:00
Matthew
7a9e122635 Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into findmy-battery 2024-04-18 21:02:10 -04:00
Matthew
11357734e7 FindMy Flipper Battery Status Refactor, Unify State Sync 2024-04-19 01:42:34 +01:00
MX
b299604932 js fix badusb double free crash with quit()
by Willy-JL
2024-04-12 20:02:38 +03:00
Willy-JL
6c508779e2 JS: Fix badusb double free crash with quit() 2024-04-11 03:33:15 +01:00
MX
294df5d1d4 desktop animations unload apilock revert
+ js layout fix and lfrfid ui fix
by Willy-JL
2024-04-06 05:40:53 +03:00
Willy-JL
b8295a2dac JS: Fix default layout handling 2024-04-06 00:29:23 +01:00
Willy-JL
05745ac7a6 Oops (#75 #79) 2024-04-05 20:25:22 +01:00
Willy-JL
5f80b90a5a JS: Add storage copy() move() mkdir() 2024-04-05 06:56:50 +01:00
Willy-JL
309889e581 JS: Refactor storage to use array buffers 2024-04-05 06:46:34 +01:00
MX
6e4d32b941 js add badusb layout support
by Willy-JL
2024-04-05 08:01:53 +03:00
Willy-JL
d4cd06816c JS: Add badusb layout support 2024-04-05 05:33:43 +01:00
Matthew
d42111193a Update to latest README 2024-04-04 23:44:08 -04:00
Matthew
7509238069 im dummy 2024-04-04 23:33:24 -04:00
Matthew
35b243634d switcheroo battery defines 2024-04-04 23:25:35 -04:00
Matthew
5aa308ec50 Add Battery Reporting to FindMy 2024-04-04 23:11:43 -04:00
Willy-JL
2f06a01f64 JS: Fix storage.virtualQuit() not freeing file handle 2024-04-05 02:21:21 +01:00
MX
ec4b8b8f5e Various fixes
fixes by Willy-JL
nfc parser by zacharyweiss
js widget and path globals by jamisonderek
2024-04-05 01:25:03 +03:00
Willy-JL
2e35332b23 JS: Fix Math.random()? 2024-04-02 16:22:17 +01:00
Willy-JL
82a07888f5 Fix function prototypes after merge 2024-04-02 16:05:03 +01:00
Willy-JL
c00e88e8c0 Apps: IR: Reset to internal tx at exit 2024-03-29 22:22:41 +00:00
Willy-JL
dba42cc984 Apps: IR: Support new settings from OFW 2024-03-29 05:03:10 +00:00
Willy-JL
9fd3f70636 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-29 03:55:30 +00:00
WillyJL
d4e5885978 Merge pull request #56 from jamisonderek/js-widget
JS: Add widget module
2024-03-28 22:38:10 +00:00
Willy-JL
37e958e3ce Add missing record close 2024-03-28 22:31:53 +00:00
Willy-JL
58b8a13286 JS: Small improvements to widget example 2024-03-28 22:29:18 +00:00
Willy-JL
a1eeeb245f JS: Widget icons without path, just name 2024-03-28 22:28:52 +00:00