Willy-JL
|
1ceaeb5690
|
Support Cross Remote in Favorites/Archive
|
2025-03-01 03:01:58 +00:00 |
|
Willy-JL
|
02e00498a1
|
BadKB: Rename code to BadUSB for easier merges
Still called BadKB for display name and appid
|
2025-02-28 00:06:57 +00:00 |
|
Willy-JL
|
ba74e953c4
|
JS: C define to move JS runner to flash (still external for now)
|
2024-10-18 02:56:06 +01:00 |
|
Willy-JL
|
02f7207d28
|
Merge remote-tracking branch 'ofw/dev' into mntm-dev
|
2024-07-15 22:18:35 +01:00 |
|
hedger
|
ffa3996a5e
|
[FL-3867] Code formatting update (#3765)
* clang-format: AllowShortEnumsOnASingleLine: false
* clang-format: InsertNewlineAtEOF: true
* clang-format: Standard: c++20
* clang-format: AlignConsecutiveBitFields
* clang-format: AlignConsecutiveMacros
* clang-format: RemoveParentheses: ReturnStatement
* clang-format: RemoveSemicolon: true
* Restored RemoveParentheses: Leave, retained general changes for it
* formatting: fixed logging TAGs
* Formatting update for dev
Co-authored-by: あく <alleteam@gmail.com>
|
2024-07-15 13:38:49 +09:00 |
|
Willy-JL
|
23da827361
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
|
2024-06-04 03:03:23 +01:00 |
|
hedger
|
03196fa110
|
cleanup of various warnings from clangd (#3682)
* cleanup of various warnings from clangs
* lfrfid_debug: cast fixes
* subghz: binraw: round->roundf
* furi: thread: updated internal stack size variable to size_t
* github: fail faster on unsuccessful build
* unit_tests: double trouble
|
2024-06-03 14:43:23 +01:00 |
|
Willy-JL
|
a9991b167b
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
|
2024-05-23 01:10:07 +01:00 |
|
あく
|
8ba938cec1
|
[FL-3775] Archive: fix condition race on exit (#3659)
* Archive: fix condition race on exit
* Format sources and remove debug logging
---------
Co-authored-by: hedger <hedger@users.noreply.github.com>
|
2024-05-22 21:35:59 +04:00 |
|
Zachary Weiss
|
0e8806c6c6
|
Archive: Favorite .mag files (#110)
* Impl mag file favoriting, add icon
* Revert API ver
* No weird formatting
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com>
|
2024-04-30 03:35:19 +01:00 |
|
Zachary Weiss
|
30414e864b
|
Impl basic favorite ability for WAVs
Namely just for the sake of favorite-ing the cart lock/unlock. Requires changes to WAV player ext fap, as to be PR'd from the Momentum-Apps repo.
|
2024-04-17 00:19:03 -04:00 |
|
Willy-JL
|
4c80a50cbe
|
Apps: Use OFW main app names, shorten in display
|
2024-03-09 08:36:54 +00:00 |
|
Silent
|
5e47048369
|
Archive: Fix item focus after aborting the Delete operation (#3475)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
|
2024-03-05 12:03:46 +09:00 |
|
Willy-JL
|
e229367780
|
Archive: Support viewing Disk Images with Virtual Mount
|
2024-02-20 06:14:49 +00:00 |
|
Willy-JL
|
b58bcac1a2
|
Archive: Open .img in Mass Storage app
|
2024-02-20 06:14:49 +00:00 |
|
Willy-JL
|
88d51a31f0
|
-8kb DFU, why wasn't this done to beging with?
|
2024-02-12 20:41:52 +00:00 |
|
Willy-JL
|
4027db5156
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
|
2024-02-12 16:43:26 +00:00 |
|
Nikolay Minaylov
|
0154018363
|
[FL-3579, FL-3601, FL-3714] JavaScript runner (#3286)
* FBT: cdefines to env, libs order
* API: strtod, modf, itoa, calloc
* Apps: elk js
* Apps: mjs
* JS: scripts as assets
* mjs: composite resolver
* mjs: stack trace
* ELK JS example removed
* MJS thread, MJS lib modified to support script interruption
* JS console UI
* Module system, BadUSB bindings rework
* JS notifications, simple dialog, BadUSB demo
* Custom dialogs, dialog demo
* MJS as system library, some dirty hacks to make it compile
* Plugin-based js modules
* js_uart(BadUART) module
* js_uart: support for byte array arguments
* Script icon and various fixes
* File browser: multiple extensions filter, running js scripts from app loader
* Running js scripts from archive browser
* JS Runner as system app
* Example scripts moved to /ext/apps/Scripts
* JS bytecode listing generation
* MJS builtin printf cleanup
* JS examples cleanup
* mbedtls version fix
* Unused lib cleanup
* Making PVS happy & TODOs cleanup
* TODOs cleanup #2
* MJS: initial typed arrays support
* JS: fix mem leak in uart destructor
Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
|
2024-02-12 15:54:32 +07:00 |
|
Willy-JL
|
177d813e9d
|
Keybind fix hang on loader app error
|
2023-08-10 02:05:18 +02:00 |
|
Willy-JL
|
04f724a52c
|
Add run_with_default_app(), run files in right app
|
2023-08-10 01:44:33 +02:00 |
|
Willy-JL
|
c5700767b6
|
Archive show decide between binary and text viewer
|
2023-08-10 01:08:16 +02:00 |
|
Willy-JL
|
5de2f8d201
|
Archive fix folder favorites
|
2023-07-16 23:51:01 +01:00 |
|
Willy-JL
|
caa1bc9253
|
Archive merge menus, change buttons, cleanup code
|
2023-07-16 03:40:15 +02:00 |
|
Willy-JL
|
fb91f09bda
|
Fix IR Remote fap path for archive
|
2023-07-14 21:21:46 +02:00 |
|
Sergey Gavrilov
|
9b2d80d6b7
|
[FL-3400] External menu apps (#2849)
* FBT, applications: add MENUEXTERNAL app type
* FBT, uFBT: build MENUEXTERNAL as EXTERNAL app
* Loader menu: show external menu apps
* LFRFID: move to sd card
* FBT: always build External Applications list
* Archive: look for external apps path
* Infrared: move to sd card
* Apps: add "start" apps
* iButton: move to sd card
* BadUSB: move to sd card
* External apps: update icons
* GPIO: move to sd card
* Loader: look for external apps path
* U2F: move to sd
* SubGHz: move to sd
* Apps: "on_start" metapackage
* NFC: move to sd
* Sync f7 and f18
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
|
2023-07-10 12:03:41 +04:00 |
|
Willy-JL
|
9ad02943a6
|
Fix favorite move callback
|
2023-07-04 17:21:07 +02:00 |
|
Willy-JL
|
5cc3fc99ee
|
Support adding search button to favorites
|
2023-07-04 00:44:19 +02:00 |
|
Willy-JL
|
761ea80454
|
Archive: New tab for searching files
|
2023-07-03 22:31:54 +02:00 |
|
Willy-JL
|
0ccdc60921
|
Support remote and playlist files in archive
|
2023-07-03 02:40:26 +02:00 |
|
Willy-JL
|
a05bdfe788
|
Only use favorite timeout where supported
|
2023-07-02 23:08:58 +02:00 |
|
Willy-JL
|
15bac5e02a
|
Fix archive selection index issues after refresh
|
2023-06-26 03:05:46 +01:00 |
|
Willy-JL
|
b57f912102
|
Add back favorite timeouts
|
2023-06-26 01:05:02 +01:00 |
|
Willy-JL
|
ab8295848e
|
Fixes
|
2023-06-25 21:45:21 +01:00 |
|
Willy-JL
|
1a0f51bd25
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
|
2023-06-25 20:57:33 +01:00 |
|
Sergey Gavrilov
|
761a14e6e2
|
[FL-2837][FL-3270] Loader refaptoring: second encounter (#2779)
* Core: rename internal FlipperApplication to FlipperInternalApplication
* FAP Loader: move load_name_and_icon to flipper_application library
* Loader menu: rework api
* View holder: move to gui service
* Loader: simple "loading" worker
* Loader: applications dialog
* Loader: fapping
* Update f18 api
* Apps: remove fap_loader
* Libs, flipper application: store args, rename thread allocation
* Loader: error handling
* Apps: use loader error handling
* Loader: documentation
* FBT: accomodate loader
* Loader: do not raise gui error if loader is locked
* Archive: accomodate loader
* Loader: fix loading message
* Flipper: drop some old dolphin legacy
* Loader: generalize error construction
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
|
2023-06-23 21:01:40 +09:00 |
|
Willy-JL
|
0d15bebb69
|
Archive file menu improvements
|
2023-06-19 16:29:19 +01:00 |
|
Willy-JL
|
b63fe76a71
|
Properly hide favs tab when no favs are set
|
2023-06-04 18:54:39 +01:00 |
|
Willy-JL
|
92f54c45ff
|
Use rename or move where appropriate
|
2023-05-26 22:21:32 +01:00 |
|
Willy-JL
|
405a6f76db
|
Archive go brrr
|
2023-05-22 14:10:12 +01:00 |
|
Willy-JL
|
8a5782ab9e
|
Format
|
2023-05-02 03:44:29 +01:00 |
|
Willy-JL
|
01a3385369
|
Add favorite timeout setting
|
2023-05-02 03:39:50 +01:00 |
|
Willy-JL
|
a0d6c6e63c
|
Allow setting folders as favorites in archive
|
2023-04-23 18:43:58 +01:00 |
|
Willy-JL
|
28593fbc43
|
Shorter app names (prep for wii ui)
|
2023-03-14 22:09:06 +00:00 |
|
Willy-JL
|
f3bb068fd7
|
Rename bad usb to bad kb
|
2023-02-03 17:43:59 +00:00 |
|
VerstreuteSeele
|
a026ab37bd
|
Who tf wrote this, and why? | Biggest stability update ever
Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
|
2023-01-06 01:45:02 +01:00 |
|
RogueMaster
|
c361305a10
|
Merge branch 'UNLEASHED' into 420
|
2022-12-26 16:14:07 -05:00 |
|
MX
|
6d368c3e3a
|
Merge branch 'fz-dev' into dev
|
2022-12-26 22:42:21 +03:00 |
|
Georgii Surkov
|
8582670a34
|
[FL-2811] Fix PVS-Studio warnings (#2142)
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
|
2022-12-26 21:13:30 +09:00 |
|
MX
|
f3553deb16
|
Merge branch 'fz-dev' into dev
|
2022-12-21 12:32:21 +03:00 |
|
RogueMaster
|
b32ae83436
|
Merge branch 'ofwdev' into 420
|
2022-12-20 10:14:17 -05:00 |
|