Commit Graph

12013 Commits

Author SHA1 Message Date
Willy-JL
708af5b120 SubGHz: Show Geo info when GPS is disabled 2024-04-02 17:56:52 +01:00
WillyJL
0f5e7636d8 Merge pull request #67 from Next-Flip/fix-random
Explain RNG differences, Fix JS Math.random()
2024-04-02 17:06:58 +01:00
Willy-JL
c5dcea0a95 Format 2024-04-02 16:31:19 +01:00
Willy-JL
2e35332b23 JS: Fix Math.random()? 2024-04-02 16:22:17 +01:00
Willy-JL
2c7cb8a493 Explain RNG differences, add FURI_HAL_RANDOM_MAX 2024-04-02 16:21:39 +01:00
Willy-JL
b8b25b0c03 Sync apps
- FLizzer Tracker: Detune effect (by LTVA1)
2024-04-02 16:08:41 +01:00
Willy-JL
82a07888f5 Fix function prototypes after merge 2024-04-02 16:05:03 +01:00
Willy-JL
514171d0c5 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-02 15:36:43 +01:00
WillyJL
9ce999dccf Merge pull request #65 from Kuronons/dev
MNTM Pack - Adding NFC emulation & IR remote recording graphic assets
2024-04-02 15:34:37 +01:00
hedger
d32f195557 fbt: fixed missing FBT_FAP_DEBUG_ELF_ROOT to dist env (#3563) 2024-04-02 20:30:42 +09:00
hedger
096a26b07d fbt: added -Wstrict-prototypes for main firmware (#3557)
* fbt: added -Wstrict-prototypes for main firmware (excludes extapps)
* unit_tests: fixed declarations using strict prototypes
* furi_hal: ble: changed gap stop log level to debug

Co-authored-by: あく <alleteam@gmail.com>
2024-04-02 02:02:45 +09:00
Kuronons
9358bf26c5 MNTM Pack - Adding NFC emulation & IR remote recording graphic assets
Yap²
2024-04-01 18:59:50 +02:00
RebornedBrain
f426c44811 [FL-3801] Mifare Ultralight naming fix (#3551)
* Fixed some UI mismatches in plugin and nfc app
* Fixed nameing mismatches in mosgortrans_util
* Fix ultralight naming display
* Fix naming for Ultralight on read screen
* fbt: fixed regression with pvs-reports autoopen
* Revert st25tb_render.c

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: hedger <hedger@nanode.su>
2024-04-02 00:02:11 +09:00
WillyJL
9f71be6fef IR: Remember OTG state (#3549)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-01 22:42:47 +09:00
WillyJL
99445a6124 Merge pull request #64 from Kuronons/dev 2024-04-01 14:23:47 +01:00
Guacamolie
002e5cd9de Bad USB: fix crash when selecting a keyboard layout (#3555)
Commit 6de2934 (BadUSB: BLE, media keys, Fn/Globe key commands (#3403),
2024-03-25) changed the life-cycle of the bad_usb_script object, so that
the bad_usb_script is allocated when entering the work scene, and freed
when going to the config scene. It also made it so that the keyboard
layout always gets reloaded when entering the work scene.

The logic of the layout config scene, however, assumes that it still
needs to reload the keyboard layout after selecting it. The keyboard
layout data is stored within bad_usb_script however, which is NULL when
within the layout config scene.

The fix is simple. Since we are now reload the keyboard layout anyway
when entering the work scene, we can just remove this extra call.

Resolves: #3552
2024-04-01 21:49:51 +09:00
Kuronons
a13323ed07 Re-upload of setting pict
Devil... details...
2024-04-01 14:47:51 +02:00
Kuronons
adf8a2abd6 MNTM Pack - adding settings yappy pict
T_T
2024-04-01 14:25:39 +02:00
Kuronons
2be87f752d Re-uploading U2F assets
Devil hides in details XD
2024-04-01 11:19:35 +02:00
Kuronons
de82f2383b MNTM Pack - Adding U2F Yappy picts set
:P
2024-04-01 10:14:24 +02:00
Willy-JL
c633b0f33a Sync apps
- MFkey: Fix progress bar crash
- Flizzer Tracker: Fixes
2024-04-01 01:21:42 +01:00
WillyJL
1011ea9f04 Merge pull request #63 from Kuronons/dev
MNTM asset pack - Adding Yappy-modded BLE Pairing pict
2024-03-31 23:32:26 +01:00
Kuronons
e194af2d94 Adding BLE Pairing yappy pict - MNTM asset pack 2024-04-01 00:24:37 +02:00
WillyJL
32eab97801 Merge pull request #62 from zacharyweiss/dev
NFC MBTA CharlieCard parsing plugin
2024-03-31 15:34:49 +01:00
Zachary Weiss
91cb48e1ed Key B parse check, minor cleanup 2024-03-31 10:03:41 -04:00
Willy-JL
2f064a0f34 Follow date format convention
Thanks Leptopt1los!
2024-03-31 12:54:38 +01:00
Zachary Weiss
5a471e02eb Comment cruft cleanup, one edge case, TODO list 2024-03-31 02:50:55 -04:00
Zachary Weiss
270bd273db Fix lazy comment to make earlier version compile 2024-03-31 01:00:47 -04:00
Zachary Weiss
5be873fa19 NFC MBTA CharlieCard parsing plugin 2024-03-30 20:53:02 -04:00
Willy-JL
ef2c955995 SubGHz: Rework GPS as plugin, fix VGM (#5)
- Streamlined atomic init and deinit
- Load from plugin into RAM dynamically
- Don't attempt load if VGM / Expansion is connected
- Deduplicated some code, cleaned up some other bits
2024-03-30 03:38:59 +00:00
Willy-JL
dcb5c50351 BLE Spam: Fix LED indicator bugs 2024-03-29 22:33:29 +00: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
923eb5933e IR: Remember OTG state 2024-03-29 04:47:28 +00:00
Willy-JL
76d102a7da Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-29 04:25:05 +00:00
Willy-JL
cf2534ea5d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-29 04:17:01 +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
Kuronons
3084469d83 L1_Mods animation update : adding VGM visual (#3502)
* Update images
* Update meta.txt
* Reverting to MOD 9999

Co-authored-by: あく <alleteam@gmail.com>
2024-03-29 12:40:26 +09:00
Georgii Surkov
64bd2f9c84 [FL-3677, FL-3798] RFID Improvements (#3524)
* Update saved_info and read_success scenes
* Update EM4100 rendering
* Update HIDExt rendering
* Update Gallagher rendering
* Update HidProx rendering
* Update IOProx rendering
* Update H10301 rendering
* Update PAC/Stanley rendering
* Add strcasecmp() to API, better manufacturer/name handling
* Update Viking rendering
* Update FDX-A rendering
* Update Pyramid rendering
* Update Indala26 rendering
* Update Idteck rendering
* Update Keri rendering
* Update Nexwatch rendering
* Update Jablotron rendering
* Update Paradox rendering
* Truncate long Hex string on scene_read_suceess
* Fix formatting
* Update AWID rendering
* Update FDX-B rendering
* Tweak string formatting in various screens
* More read_success view tweaks
* Fix formatting
* Fix Pyramid brief rendering
* Reset saved key menu when going back
* Reset other menus on back where applicable
* Update confirmation scenes
* Update emulation scene
* Update delete scene
* Update raw read info screen
* Update raw read scene, fix crash
* Update raw read success scene
* Update write scene
* Always return to SceneSelectKey after saving
* Update SceneWriteSuccess and SceneDeleteSuccess
* Replace closing parens with dots
* FL-3798: Fix special formatting in text_box
* Simplify SceneReadSuccess
* Fix crash when having a trailing newline in text_box
* Bump API symbols version
* Make PVS happy
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
2024-03-29 12:32:43 +09:00
RebornedBrain
c353182353 [FL-3800, FL-3801] Fixed plugins and UI (#3543)
* Fixed some UI mismatches in plugin and nfc app
* Fixed nameing mismatches in mosgortrans_util
* Fix ultralight naming display

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-29 11:45:01 +09:00
hedger
538422e2a9 ufbt: fixes for generated vscode project (#3547)
Co-authored-by: あく <alleteam@gmail.com>
2024-03-29 10:47:43 +09:00
gornekich
74cda02368 [FL-3803] NFC: Fix mf desfire detect (#3548) 2024-03-29 10:32:15 +09:00
Willy-JL
d23047eb1c Update apps
- Flizzer Tracker: Qxx effect (set tracker engine rate) by LTVA1
2024-03-28 23:04:50 +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
WillyJL
fc004a62af Merge pull request #58 from Next-Flip/findmy-update
FindMy Add Ability to Show MAC
2024-03-28 21:55:54 +00:00
Willy-JL
0c3c6271cf This one too :) 2024-03-28 21:54:34 +00:00
Matthew
9f20389fc6 Fix FileCompat, Small fixes 2024-03-28 17:45:14 -04:00