Commit Graph

6665 Commits

Author SHA1 Message Date
Willy-JL
e229367780 Archive: Support viewing Disk Images with Virtual Mount 2024-02-20 06:14:49 +00:00
Willy-JL
39bd3f4e6d Move Mass Storage app to firmware repo 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
375239341e Archive: Keep clipboard between browser tabs 2024-02-20 06:14:49 +00:00
Willy-JL
bcc78a5c38 JS: Create disk image with usbdisk.createImage("/ext/file", 123) 2024-02-20 03:43:28 +00:00
Willy-JL
28c5ad20cc MassStorage: Delete new image on fail, not "already exists" 2024-02-20 03:42:28 +00:00
Willy-JL
ee890df1a6 MassStorage: Format new images to exFAT automatically 2024-02-20 03:18:20 +00:00
Willy-JL
fab29dbc6f Storage: New Virtual Mount API for FATFS disk images 2024-02-20 03:17:54 +00:00
Willy-JL
49a9b1f2b2 Correct FatFs drive path (prep for logical volumes) 2024-02-20 00:50:28 +00:00
Willy-JL
d49e5d1fbe Small code fix in storage 2024-02-19 20:51:47 +00:00
Willy-JL
46fba20097 Update totp and picopass 2024-02-19 19:10:12 +00:00
Willy-JL
d9d09866b0 Fix build 2024-02-19 02:40:29 +00:00
Willy-JL
8455a62fb9 Fix BLE Spam issues with new API 2024-02-19 02:32:36 +00:00
Willy-JL
be6b01168b Fix led blink on decode raw > signal info 2024-02-18 07:03:56 +00:00
Willy-JL
2ba5ab7b78 Temp add IR univ "missing" in Unleashed (see desc)
In unleashed many are taken from raw and parsed
For this reason, these are added at the end
If they are "duplicate" parsed/raw its at the end, no big deal
But atleast missing ones are added now
2024-02-18 02:38:50 +00:00
Willy-JL
98edb562bd No exit confirm pls 2024-02-18 01:53:08 +00:00
Willy-JL
dd3e7688ca Hid app refactor to match ofw 2024-02-18 01:44:54 +00:00
Willy-JL
ee66b6e1c9 Fix VGM Air Mouse 2024-02-17 06:45:28 +00:00
Willy-JL
ceae2bb04a Merge branch 'ble-refactor' into xfw-dev 2024-02-17 06:32:25 +00:00
Willy-JL
895627d1cd oops 2024-02-17 06:32:01 +00:00
Willy-JL
0690071258 BLE Refactor other apps 2024-02-17 06:30:16 +00:00
Willy-JL
b0bfeacd69 Fix BT Remote 2024-02-17 04:50:19 +00:00
Willy-JL
14e96fce32 Refactor BadKB app structure 2024-02-17 04:34:14 +00:00
Willy-JL
79baf13224 BadKB BLE refactor 2024-02-17 03:14:43 +00:00
Willy-JL
3ea5178495 Format --nobuild 2024-02-16 23:19:41 +00:00
Willy-JL
19f429b2d2 Add VideoGameModule apps 2024-02-16 23:13:12 +00:00
Willy-JL
ef3cfea721 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-16 12:53:07 +00:00
hedger
60a9d7e6cf ble: profile rework (#3272)
* ble: profile rework, initial
* apps: hid: fix for pairing cleanup
* app: hid: select transport based on #define
* fixing PVS warnings
* ble: serial service: fixed uid naming
* bt service: on-demand dialog init; ble profiles: docs; battery svc: proper update
* Added shci_cmd_resp_wait/shci_cmd_resp_release impl with semaphore
* app: hid: separated transport code
* ble: fixed service init order for serial svc; moved hardfault check to ble_glue
* cli: ps: added thread prio to output, fixed heap display
* ble_glue: naming changes; separate thread for event processing;
* furi: added runtime stats; cli: added cpu% to `ps`
* cli: fixed thread time calculation
* furi: added getter for thread priority
* fixing pvs warnings
* hid profile: fixed naming
* more naming fixes
* hal: ble init small cleanup
* cleanup & draft beacon api
* f18: api sync
* apps: moved example_custom_font from debug to examples
* BLE extra beacon demo app
* naming fix
* UI fixes for demo app (wip)
* desktop, ble svc: added statusbar icon for beacon
* minor cleanup
* Minor cleanup & naming fixes
* api sync
* Removed stale header
* hal: added FURI_BLE_EXTRA_LOG for extra logging; comments & code cleanup
* naming & macro fixes
* quick fixes from review
* Eliminated stock svc_ctl
* cli: ps: removed runtime stats
* minor include fixes
* (void)
* naming fixes
* More naming fixes
* fbt: always build all libs
* fbt: explicitly globbing libs; dist: logging SDK path
* scripts: fixed lib path precedence
* hal: bt: profiles: naming changes, support for passing params to a profile; include cleanup
* ble: hid: added parameter processing for profile template
* api sync
* BLE HID: long name trim
* Removed unused check
* desktop: updated beacon status icon; ble: hid: cleaner device name management
* desktop: updated status icon

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: nminaylov <nm29719@gmail.com>
2024-02-16 14:20:45 +07:00
Willy-JL
7288499d13 Js BadUSB add quit() function to switch with UsbDisk 2024-02-16 05:34:32 +00:00
Willy-JL
9ab629da35 Fix JS default path 2024-02-16 05:22:36 +00:00
Willy-JL
9a7ee41ee1 JS unlock BadUSB automatically 2024-02-16 05:22:19 +00:00
Willy-JL
ea30dbe2fb Add JS UsbDisk support (like Mass Storage) 2024-02-16 05:22:10 +00:00
Willy-JL
9708016f49 Format 2024-02-16 00:46:31 +00:00
Willy-JL
9656fa319e DateTime lib refactor fixes 2024-02-16 00:39:47 +00:00
Willy-JL
2b8db657e4 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2024-02-15 22:57:06 +00:00
Willy-JL
fe0ff08c52 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-15 22:48:18 +00:00
Methodius
698d0b4b49 emv parser day dd->-- 2024-02-16 01:26:31 +09:00
Methodius
f7742c692d Merge remote-tracking branch 'upstream/dev' into emv-fixes 2024-02-16 01:20:51 +09:00
Methodius
4d73794100 emv parser day ??->dd 2024-02-16 00:47:03 +09:00
Methodius
913659325b build fixed. finally, datetime 2024-02-16 00:32:30 +09:00
Methodius
7b01a33b3f read transactions fail on some cards fixed 2024-02-15 21:53:06 +09:00
MX
597d295743 merge fixes [ci skip]
parsers will be fixed after
2024-02-15 14:08:10 +03:00
MX
62edabe9dd Merge branch 'ofw_dev' into dev 2024-02-15 13:56:57 +03:00
Nikolay Minaylov
c3c54f672c Archive: fixed Apps tab ext filter (#3450)
Co-authored-by: あく <alleteam@gmail.com>
2024-02-15 10:53:34 +07:00
Leptopt1los
feb45f6645 FuriHalRtc refactor: new datetime lib (#3386)
* datetimelib created
* datetimelib unit tests added
* firmware fixes to new datetimelib
* typo fix
* merge artifacts fixed, datetimelib renamed to datetime

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-02-15 10:44:41 +07:00
Willy-JL
a4387de6cb (Experimental) Allow CPU Sleep in setting menus 2024-02-15 02:04:36 +00:00
Willy-JL
ca5f3bb09a Support InsomniaSafe flag in extapps (fix mA) 2024-02-15 02:03:06 +00:00
Willy-JL
4ec530c912 Revert "Keep power settings internal (fix wrong mA) +5kb DFU :("
This reverts commit 5bd168c24b.
2024-02-15 01:19:38 +00:00
Willy-JL
16d821142d Revert "Battery Info > About from FAP -1.4kb DFU"
This reverts commit 20d898a0e0.
2024-02-15 01:19:28 +00:00
Willy-JL
8977c9972c Merge branch 'emv-fixes' of https://github.com/wosk/unleashed-firmware into xfw-dev 2024-02-15 00:05:01 +00:00