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 |
|
Willy-JL
|
31fc6e03f1
|
Fix bt cli settings
|
2024-03-16 04:00:54 +00:00 |
|
Willy-JL
|
197fef54e2
|
(Experimental) External CLI plugins -29kb DFU
Idea and plugin loader implementation by @akopachov, thanks!
All commands done except storage and rpc for latency reasons
|
2024-03-16 03:47:32 +00:00 |
|
Willy-JL
|
4f1ae6b726
|
Update apps
- BMI AirMouse better BT and remove pairing option
- UHF RFID UART refactor
- Wifi Marauder create html folder
|
2024-03-15 21:33:42 +00:00 |
|
Willy-JL
|
0f821fa273
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
|
2024-03-15 03:07:16 +00:00 |
|
Willy-JL
|
29aa61afd1
|
Marauder: Save correctly as pcap for scripts
|
2024-03-15 02:48:00 +00:00 |
|
Willy-JL
|
05d23da736
|
Marauder: Save Wardrive and EvilPortal dumps to Flipper SD
|
2024-03-15 02:36:29 +00:00 |
|
Willy-JL
|
7823180b31
|
BLE Spam: Fix crash and custom names via file
|
2024-03-15 01:28:44 +00:00 |
|
MX
|
17dd089b5a
|
sync scenes
|
2024-03-15 04:27:37 +03:00 |
|
MX
|
d7711d729f
|
Merge branch 'slix_test' into dev
|
2024-03-15 04:08:43 +03:00 |
|
MX
|
375eb55d33
|
Merge remote-tracking branch 'OFW/gsurkov/infrared_miscellany' into dev
|
2024-03-15 04:08:39 +03:00 |
|
MX
|
c5bf29cb8c
|
Merge remote-tracking branch 'OFW/ktq/ac_contrib' into slix_test
|
2024-03-15 04:04:18 +03:00 |
|
Willy-JL
|
5b1002e433
|
JS: Add dialog.pickFile()
|
2024-03-14 02:29:48 +00:00 |
|
Willy-JL
|
f6bccccfa3
|
BadKB: Decouple from Momentum Settings
|
2024-03-14 01:44:39 +00:00 |
|
Willy-JL
|
430f4668f8
|
BadKB: Improve settings loading logic
|
2024-03-14 01:42:03 +00:00 |
|
Willy-JL
|
e69a6c06ef
|
Move back to "badusb" folder for compatibility
|
2024-03-14 00:37:24 +00:00 |
|
Georgii Surkov
|
2aa85347ee
|
Fix logical error in documentation
|
2024-03-13 12:28:08 +03:00 |
|
Willy-JL
|
3587cef7c2
|
Update yappy invaders
|
2024-03-13 00:33:59 +00:00 |
|
Willy-JL
|
b4abdf3b21
|
Format --nobuild
|
2024-03-12 21:50:38 +00:00 |
|
Willy-JL
|
84a2ebf66a
|
Sync apps (Add Yappy Invaders + app updates)
- Added Yappy Invaders
- Barcode App interface improvements
- Camera Suite: Refactor and remove wifi camera for now
- TOTP Fixes
- Geiger Fixes
|
2024-03-12 20:24:08 +00:00 |
|
Georgii Surkov
|
75432346de
|
Improve documentation
|
2024-03-12 19:54:45 +03:00 |
|
Georgii Surkov
|
98c328f93f
|
FL-3790: fix laggy TextInput by not adding it into a ViewStack
|
2024-03-12 19:45:22 +03:00 |
|
Georgii Surkov
|
3f7a070397
|
FL-3767: remove TODO, no changes necessary
|
2024-03-12 16:18:48 +03:00 |
|
Georgii Surkov
|
b27066b508
|
FL-3523: remove TODO, no changes necessary
|
2024-03-12 16:14:21 +03:00 |
|
Georgii Surkov
|
5cfc773b7b
|
FL-3496: do not hardcode universal library names in CLI
|
2024-03-12 15:09:35 +03: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 |
|
Willy-JL
|
1679cfcce4
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
|
2024-03-12 05:25:55 +00:00 |
|
Willy-JL
|
3ade3f0fdd
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
|
2024-03-12 05:24:03 +00:00 |
|
Anna Prosvetova
|
2da05bfa6c
|
Infrared: Add Fujitsu ASYG24KMTB
|
2024-03-12 00:24:29 +01:00 |
|
Sil333033
|
d947fa749a
|
JS: added GPIO module
|
2024-03-11 20:58:14 +01:00 |
|
MX
|
9050a242e6
|
Merge branch 'ofw_dev' into dev
|
2024-03-11 21:10:01 +03:00 |
|
Georgii Surkov
|
022fccf0d7
|
[FL-3783] Asynchronous Infrared remote manipulation (#3503)
* Introduce ConcurrentRunner, load universal and regular remotes concurrently
* Perform all lengthy operations in a ConcurrentRunner
* Fix python formatting
* Clean up code
* Add usage warning
* Remove ConcurrentRunner, use a plain FuriThread instead
* Load remotes asynchronously in RPC mode as well
* Reorder code for clarity
* Clean up, use thread return code to report errors
* Improve wording
* Fix logical error
|
2024-03-12 02:35:51 +09:00 |
|
あく
|
adbe4d44f4
|
DateTime: fix missing weekday in datetime_timestamp_to_datetime conversion (#3508)
|
2024-03-11 17:09:39 +04: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 |
|
HaxSam
|
72d7ffe811
|
Merge pull request #20 from Next-Flip/matthewsbranch
add support for OFW - declare reverse_mac
|
2024-03-11 00:58:34 +01:00 |
|
MMX
|
2f5be8f695
|
Merge pull request #719 from amec0e/dev
Update ac.ir
|
2024-03-11 02:51:28 +03:00 |
|
MX
|
7b09a22a5c
|
fix bipki [ci skip]
|
2024-03-11 02:37:37 +03:00 |
|
MX
|
c9434492b8
|
Various changes, in expansion, rgb, js
by Willy-JL , Spooks4576 , Sil333033 , HaxSam
|
2024-03-11 00:37:29 +03:00 |
|
Methodius
|
1bd56fb190
|
bip parser refactor
|
2024-03-11 00:24:55 +03:00 |
|
MX
|
25d4c4f829
|
upd subremote
|
2024-03-10 23:56:23 +03:00 |
|
MX
|
58cd56a439
|
Merge branch 'ofw_dev' into dev p1
|
2024-03-10 23:35:44 +03:00 |
|
Willy-JL
|
5b15568bbb
|
Fix backwards compatibility with MenuAppList 0
|
2024-03-10 20:27:47 +00:00 |
|
Matthew
|
0316260280
|
add support for OFW - declare reverse_mac
|
2024-03-10 16:23:14 -04:00 |
|
Willy-JL
|
1577bbc766
|
FindMy: Make import screen clearer
|
2024-03-10 16:38:19 +00:00 |
|
Willy-JL
|
d0b32f1124
|
New build system
|
2024-03-10 10:17:59 +00:00 |
|
HaxSam
|
a2018ff365
|
sync apps
|
2024-03-10 01:38:29 +01:00 |
|
Willy-JL
|
1274bd84ac
|
VGM: Add rainbow option to settings menu
|
2024-03-09 23:24:04 +00:00 |
|