unleashed-firmware/lib/subghz
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
..
blocks Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
devices Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
protocols Fix DIP decoding for Linear Delta-3 (#3528) 2024-03-25 18:24:57 +09:00
environment.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
environment.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
receiver.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
receiver.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
registry.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
registry.h [FL-3331] SubGhz: add subghz_protocol_registry external API (#2712) 2023-06-06 23:13:41 +04:00
SConscript Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
subghz_file_encoder_worker.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_file_encoder_worker.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
subghz_keystore.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_keystore.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_protocol_registry.h Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
subghz_setting.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_setting.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
subghz_tx_rx_worker.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_tx_rx_worker.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_worker.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_worker.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
transmitter.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
transmitter.h [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) 2023-03-04 00:09:13 +09:00
types.h Add File Naming setting for more detailed naming (#3002) 2023-09-01 14:57:49 +09:00