Commit Graph

12476 Commits

Author SHA1 Message Date
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
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
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
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
Willy-JL
8378773d16 Add to changelog 2024-05-20 04:53:06 +01:00
Willy-JL
e57bf55dc8 Show "unplug usb cable" even when locked 2024-05-20 04:47:48 +01:00
Willy-JL
e6abb96596 Format 2024-05-19 22:25:01 +01:00
Willy-JL
e20c9bdebc Sync apps 2024-05-19 22:21:36 +01:00
Willy-JL
e750d5509d Add NFC Playlist, MealPager, GPIO Badge, Ethernet W5500 2024-05-19 22:14:39 +01:00
Willy-JL
02291d9d3b Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-05-19 03:49:20 +01:00
MX
e909818f65 fix stealth jiggler icon with ble 2024-05-19 04:53:30 +03:00
MMX
e4ed15ba23 Merge pull request #753 from Willy-JL/hid-app-merge-fix
Hid app merge fix
2024-05-19 04:50:29 +03:00
Willy-JL
8d71b40a43 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-05-19 02:49:10 +01:00
MX
8275140fe6 rename 2024-05-19 03:57:19 +03:00
MX
4f6c98dc0d move js examples to examples subfolder 2024-05-19 03:56:22 +03:00
MX
21abcb56fd merge ofw dev missing parts 2024-05-19 03:54:21 +03:00
MX
fb6070f29d Merge remote-tracking branch 'OFW/dev' into dev 2024-05-19 03:45:07 +03:00
WillyJL
de4b086083 Fix calling both view_free_model() and view_free() (#3655) 2024-05-18 19:40:01 +01:00
Willy-JL
0f18ef1853 Fix build and format 2024-05-18 11:27:50 +01:00
Willy-JL
4f43dd52b0 Add Quac!, MALVEKE apps, Pokemon Trading 2024-05-18 11:25:22 +01:00