Commit Graph

12998 Commits

Author SHA1 Message Date
gornekich
ba0051967c mf plus: remove unused code 2024-05-29 17:01:14 +01:00
gornekich
6ccbc16e74 mf plus: code clean up 2024-05-29 16:53:12 +01:00
Willy-JL
70db616c04 Archive: New info page with md5 hash mntm-004 2024-05-29 07:50:53 +01:00
Willy-JL
506729123a Some app fixes
- SubGHz Playlist: Fix region lock crash, show when send fails (by Willy-JL)
- Quac!: Fix SubGHz protocols and crash (by Willy-JL)
- IFTTT Btn: Fix memleaks and wrong free's (by Willy-JL)
2024-05-29 05:00:24 +01:00
Willy-JL
f34dbf4fc1 Main Menu: Fix crash with DEBUG=1 with custom apps 2024-05-29 03:11:06 +01:00
Willy-JL
fe502c0f9f Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild
# Conflicts:
#	applications/settings/desktop_settings/scenes/desktop_settings_scene_favorite.c
#	applications/settings/desktop_settings/scenes/desktop_settings_scene_quick_apps_direction_menu.c
2024-05-28 23:43:55 +01:00
gornekich
8cdb8aafac Merge branch 'dev' into astra/3746-mfp-detect 2024-05-28 17:11:43 +01:00
Konstantin Volkov
f309844ee0 [FL-3797] Favorite apps navigation fix and text fixes (#3670)
* fixed navigation in dummy mode, fixed wording for button presses and menus
* suppress PVS warnings

Co-authored-by: doomwastaken <k.volkov@flipperdevices.com>
2024-05-28 12:57:03 +01:00
Willy-JL
958020a4b5 Full sha in devbuild links --nobuild 2024-05-28 06:16:38 +01:00
Willy-JL
4931b5b2f7 NFC: Fix Mifare DESFire reading 2024-05-28 05:51:07 +01:00
Willy-JL
1f1c05d81a Remove redundant extra API 2024-05-28 05:03:20 +01:00
Willy-JL
c957951a46 Update apps
- Pokemon Trading: Gen II support, new sprites, fixes and improvements (by kbembedded)
2024-05-28 04:14:59 +01:00
Willy-JL
bc857f8390 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-05-28 04:00:39 +01:00
Leptopt1los
a6139b01ce Electra non-initialized encoded epilogue on render fix (#3666) 2024-05-27 12:31:26 +01:00
Willy-JL
d241758f5e Fix animation sizes crash 2024-05-27 05:55:05 +01:00
Willy-JL
169ffcac56 Revert ancient fix that's not needed anymore 2024-05-27 05:24:11 +01:00
Willy-JL
63fbdc4e59 MNTM: Fix version title alignment 2024-05-26 10:07:48 +01:00
Willy-JL
d467c3820a Update changelog 2024-05-26 09:26:17 +01:00
Willy-JL
17a4fe5106 GUI: Some text and UI fixes 2024-05-26 09:21:05 +01:00
Willy-JL
546a329b34 Fix manifest --nobuild 2024-05-26 07:56:27 +01:00
Willy-JL
3358ee63bb Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild 2024-05-26 07:54:07 +01:00
Willy-JL
dc209ab43c Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild 2024-05-26 07:45:13 +01:00
Willy-JL
1c32a0c99b Update apps --nobuild
- Added Tone Generator (by GEMISIS)
- Countdown Timer: Fixes and improvements (by puppable & 0w0mewo)
- Reversi: Algorithm improvements (by achistyakov)
2024-05-26 07:44:35 +01:00
MX
7ac189aa2a fix link [ci skip] 2024-05-25 00:58:53 +03:00
MX
f18f1f54e0 upd changelog [ci skip] 2024-05-25 00:57:26 +03:00
MX
83d85ec0e2 upd changelog 2024-05-25 00:24:44 +03:00
MX
3ab0a26e1d update changelog 2024-05-25 00:03:56 +03:00
SG
e31fbb061a SubGHz: fix memory corrupt in read raw view [ci skip] 2024-05-24 23:19:02 +03:00
Methodius
ba8dd58dee electra non-initialized encoded epilogue on render fix 2024-05-24 21:37:17 +03:00
MX
e8cbce6e1d Merge remote-tracking branch 'OFW/dev' into dev [ci skip] 2024-05-24 20:25:40 +03:00
gornekich
ab2fcaf4ab [FL-3829] NFC App: fix changing UID (#3663)
* nfc app: fix changing uid on each byte change
* nfc app: remove unused code
2024-05-23 13:46:00 +01:00
Willy-JL
7fc115a038 Update apps
- FlipBIP: Minor UI cleanup (by xtruan)
- Seader: Some memory leak fixes (by bettse)
2024-05-23 01:56:27 +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
MX
8a58fc1ca7 Merge remote-tracking branch 'OFW/dev' into dev 2024-05-23 00:33:57 +03:00
hedger
807bec14b1 Replaced obsolete-format delay (#3660) 2024-05-22 19:13:28 +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
gornekich
11070c9e5e Text Box: fix displaying text with end text focus (#3658)
* text box: fix reset text offset state after initial text iteration
* debug: add tests for text box view debug app
* hal: flash: removed redundant #else

Co-authored-by: hedger <hedger@nanode.su>
2024-05-22 18:14:33 +01:00
Astra
060a488ae9 ATQA byte swap fix 2024-05-22 19:55:12 +09:00
Astra
d3d483e60f Fix incorrect comparison 2024-05-22 19:10:26 +09:00
Astra
514fd244fa Fix atqa detection 2024-05-22 18:29:57 +09:00
Willy-JL
05497ef41f Seader: Fix for TLSF allocator crashes 2024-05-22 06:50:42 +01:00
gornekich
a95742694c text box: fix reset text offset state after initial text iteration 2024-05-22 04:06:44 +01:00
Astra
c8a779da3f Review changes and extra logging 2024-05-21 19:30:05 +09:00
Willy-JL
26bfaf9817 Merge fixes 2024-05-21 04:56:21 +01:00
Willy-JL
d9f55d110d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-05-21 04:56:03 +01:00
MX
6a91588f52 Merge remote-tracking branch 'OFW/dev' into dev 2024-05-21 01:34:05 +03:00
あく
e0797131ec FuriHal: add flash ops stats, workaround bug in SHCI_C2_SetSystemClock (#3657)
* FuriHal: add flash ops stats, workaround bug in SHCI_C2_SetSystemClock
* hal: flash: added FLASH_OP_DEBUG to enable latency measurement

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-05-20 19:17:01 +01:00
hedger
9e42e00ead Icons: compression fixes & larger dimension support (#3564)
* toolbox, gui: fixes for compressed icon handling
* ufbt: fixes for generated vscode project
* scripts: increased max dimensions for image converter
* icon type changes
* linter fixes; api sync
* gui: docs fix
* toolbox: fixed potential decoder buffer overflow
* minor cleanup
* fbt: sdk: suppressed deprecation warnings in API table
* toolbox: compress: added unit tests
   vscode: now installs resources for unit_tests
   unit_tests: now loads subghz region data
* toolbox: compress: review fixes, pt 1
* compress: now passes decoder buffer size as constructor argument; auto-resize decoder buffer; crash on failed icon decompression
* PVS fixes
* pvs fixes, pt2
* doxygen fixes
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* UnitTests: move all tests into plugins, brakes testing
* UnitTests: add plugin API and update plugin entrypoints
* UniTests: Test runner that works with plugins
* fbt: extra filtering for extapps to include in build
* UnitTests: filter tests by name
* loader: restored API table for unit_test build config
* Add various missing symbols to API table
* UnitTest: fail on plugin load error
* UnitTests: cleanup plugin api and reporting
* unit_tests: composite resolver
* UnitTests: remove unused declaration
* unit_tests, nfc: moved mock nfc implementation to libnfc
* unit_tests: api: removed redundant #define
* toolbox: compress: removed size_hint for icons; triggering furi_check on oversized icons
* gui: icon, icon_animation: removed size hit APIs
* Format Sources. Cleanup code.
* loader: refuse to start .fal as app
* toolbox: compress: fixed memory corruption in operations with small destination buffer; added unit tests for that case
* unit_tests: proper test skipping; better selective test interface
* unit_tests: moved 'loading' logging to proper location

Co-authored-by: あく <alleteam@gmail.com>
2024-05-20 18:23:47 +01:00
gornekich
d638b9b1a4 Merge branch 'dev' into astra/3746-mfp-detect 2024-05-20 16:23:54 +01:00
gornekich
d5339f8270 [FL-3816] Text Box rework (#3642)
* text box: rework text box to use less memory
* text box: optimize lines iteration
* text box: fix back scrolling
* text box: add end focus support
* text box: allocate index buffer on stack instead of heap
* text box: fix index decrement
* apps: add text box debug app
* debug: rework text box view app with view stack
* debug app: rename text_box_test app to text_box_element_test
* text box: rework text box module
* debug: update text box view test
* text box: fix end focus initial offset
* debug: fix memory leak in text box view test app

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-05-20 16:13:20 +01:00