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
hedger
d731918197
linter fixes
2024-02-20 02:21:49 +00:00
hedger
e143833ee1
battery_test_app: signature fixes
2024-02-20 02:19:44 +00:00
hedger
ee11aca464
accessor: unvolatiled stuff according to c++20
2024-02-20 02:13:38 +00:00
hedger
71e763d9b3
fbt: bumped c&cpp standard versions
2024-02-20 02:06:08 +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
99f20e49e8
Fix BLE name prefixes --nobuild
2024-02-19 14:29:11 +00:00
hedger
02a827da38
libs: added callback-connector to SDK
2024-02-19 09:35:01 +00:00
Willy-JL
c2fe7d8012
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-19 02:40:38 +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
MX
2d32ea68fe
hid app merge fixes
...
+ changes by Willy-JL
2024-02-19 04:33:36 +03:00
MX
66c60e65aa
Merge fixes
...
+ thanks @Willy-JL !
2024-02-19 03:52:35 +03:00
hedger
b15787053a
toolchain: v32
2024-02-18 22:35:23 +00:00
hedger
b38d2e8d84
Merge remote-tracking branch 'remotes/origin/dev' into hedger/toochain_29
...
# Conflicts:
# scripts/toolchain/fbtenv.sh
2024-02-18 22:34:12 +00:00
MX
9fcf3795ee
Merge branch 'ofw_dev' into blerefactr
2024-02-19 00:46:40 +03:00
amec0e
073902f83e
Update tv.ir
...
Changed duty_cycle to match ofw
2024-02-18 14:00:21 +00:00
amec0e
c7952d57d8
Update projectors.ir
...
changed duty_cycle to match ofw
2024-02-18 13:59:56 +00:00
amec0e
e114c01ce2
Update fans.ir
...
Changed duty_cycle to match ofw
2024-02-18 13:59:29 +00:00
amec0e
1e473e59f4
Update audio.ir
...
Changed duty_cycle to match ofw (though 0.33 works too)
2024-02-18 13:58:56 +00:00
amec0e
3e3250ea5f
Update ac.ir
...
Changed duty_cycle to match ofw (though 0.33 works too)
2024-02-18 13:58:14 +00:00
amec0e
a484e42d42
Update fans.ir
...
New additions to fans
2024-02-18 13:48:36 +00:00
amec0e
c2613c00f1
Update projectors.ir
...
New additions to projectors
2024-02-18 13:33:34 +00:00
amec0e
90e60560c7
Update ac.ir
...
New additions to ACs
2024-02-18 13:15:17 +00:00
amec0e
9edf2a7624
Update audio.ir
...
New additions to audio
2024-02-18 13:05:08 +00:00
amec0e
fb956e2427
Update tv.ir
...
New additions for tv.ir
2024-02-18 12:39:57 +00:00
Violet Shreve
4e1089ec49
Quote $FBT_TOOLCHAIN_PATH to avoid splitting ( #3459 )
2024-02-18 09:20:27 +00:00
Willy-JL
be6b01168b
Fix led blink on decode raw > signal info
2024-02-18 07:03:56 +00:00
Willy-JL
9dc8d397c6
Add back GAP security None support
2024-02-18 03:02: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
adc6652a34
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-18 00:50:28 +00:00
Astra
2c650b5bc7
[FL-3699] HID: Add confirmation dialogue to the remove pairing option ( #3263 )
...
* HID: Add confirmation dialogue to the un-pair option
* Initial refactor to use SceneManager
* Make PVS happy
* Fix the exit dialog
Co-authored-by: あく <alleteam@gmail.com >
2024-02-17 15:15:44 +07:00
Max Andreev
fcf3b50f69
Add notification sending ( #3449 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-02-17 14:32:32 +07:00
Maxwell Pray
88a3b4593d
Add IR codes for PLUS U5/V3-200R projector remote (controls PLUS U5-632h and PLUS U5-732h) ( #3453 )
...
* Add IR codes for PLUS U5/V3-200R projector to projector.ir.
* Add U5/V3-200R "freeze" and "cancel" IR codes.
* Remove pause and play IR codes for U5/V3-200R remote.
2024-02-17 14:26:58 +07: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