Commit Graph

9080 Commits

Author SHA1 Message Date
Sergey Gavrilov
31c0346adc [FL-976] Removing lambdas (#1849)
* Removing lambdas...
* Wake the fk up, Gordon! We have a citadel to burn!
* Here comes the Nihilanth
* Lambda documentation

Co-authored-by: あく <alleteam@gmail.com>
2022-10-09 02:38:29 +09:00
Der Skythe
9ba7e625ca Merge branch 'Eng1n33r:dev' into subbrute-rev3 2022-10-08 21:00:31 +04:00
Sergey Gavrilov
981f7ff8b0 Elf loader: do not load .ARM.* sections (#1850)
* Elf loader: do not load .ARM sections
* Fix section name
2022-10-09 00:51:51 +09:00
SG
c38c42906f Elf loader: do not load .ARM sections 2022-10-08 17:50:26 +03:00
MX
7c8eacb168 Merge branch 'fz-dev' into dev 2022-10-08 15:14:15 +03:00
あく
c13929330e Gui: fix memory leak in file browser module (#1848) 2022-10-08 19:57:53 +09:00
Yukai Li
88ca267466 music_player: Return to browser instead of exiting on back button (#1846)
* music_player: Return to browser instead of exiting on back button
* music_player: Fix number and dots extraction
2022-10-08 19:13:26 +09:00
DerSkythe
1adf76d54d Revert application.fam 2022-10-08 02:25:22 +04:00
DerSkythe
7ec4cb4b7a Fix compile errors 2022-10-08 02:24:19 +04:00
MX
aedde45de8 Merge pull request #92 from an4tur0r/feature/arkanoid_speed
Feature: allow to set ball speed in Arkanoid
2022-10-08 00:20:14 +03:00
MX
184b467f62 add nfc feature back, bug seems to be fixed 2022-10-08 00:03:06 +03:00
DerSkythe
0c5146e047 Merge branch 'dev-master' into subbrute-rev3 2022-10-08 00:42:57 +04:00
an4tur0r
221ac1ed3b allow to set ball speed in Arkanoid 2022-10-07 23:09:17 +03:00
MX
464c725a48 fix debug logs 2022-10-07 23:05:00 +03:00
MX
3e538a8ade bump ver 2022-10-07 22:51:34 +03:00
MX
ae76f45339 sub brute fixes 2022-10-07 22:13:45 +03:00
Yukai Li
8028b68439 music_player: Fix number and dots extraction 2022-10-07 13:11:28 -06:00
Yukai Li
a80c0b1b46 music_player: Return to browser instead of exiting on back button 2022-10-07 12:52:38 -06:00
MX
4cb585e4b9 fix subghz display bug 2022-10-07 21:34:01 +03:00
MX
16ea8dc568 Merge branch 'fz-dev' into dev 2022-10-07 21:11:40 +03:00
MX
4c9d62a33f adapt plugins to furi stream, fix printf formats 2022-10-07 21:05:16 +03:00
Sergey Gavrilov
d10e16ca3c Snake game: nokia 6110-like sound (#1844)
* Snake game: nokia 6110-like sound
* Snake game: blocking sound notifications
* SnakeGame: flush notification queue with backlight enforce block

Co-authored-by: あく <alleteam@gmail.com>
2022-10-08 02:27:32 +09:00
Sergey Gavrilov
37b5e58a60 More correct elf loader (#1839)
* ELF File: more robust section loader
* ELF File: faster and smaller preinit, init and fini arrays handling
* ELF File: load sections on preload stage
* ELF File: naming
* Furi: fix use after free in thread join

Co-authored-by: あく <alleteam@gmail.com>
2022-10-08 02:06:29 +09:00
MX
b4b3c182c5 fixes for new printf and furistream 2022-10-07 18:32:58 +03:00
MX
bdd052937b Merge branch 'fz-dev' into dev 2022-10-07 17:24:20 +03:00
Nikolay Minaylov
1a1f711897 Signal Generator app: UI update (#1829)
* Signal Generator: UI update
* icons renamed

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-07 22:58:36 +09:00
Sergey Gavrilov
4000f0cac5 [FL-2870] Printf function attributes (#1841)
* Furi strings: printf attribute
* Logs: printf attribute
* Plugins: adapt
* Plugins: accommodate
* Unit tests: accommodate

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 22:35:15 +09:00
Nikolay Minaylov
1f742b611a [FL-2651, FL-2863] App name in CLI loader command, RFID data edit fix #1835
Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 21:46:58 +09:00
Sergey Gavrilov
38a82a1907 [FL-2839] Furi stream buffer (#1834)
* Core: stream buffer
* stream buffer: API and usage
* stream buffer: documentation
* stream buffer: more documentation
* Furi: fix spelling

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-07 21:27:11 +09:00
Yukai Li
b5859acf9c nfc: Move set default MFUL password
This way it can be edited if needed instead of reentered
2022-10-07 02:18:13 -06:00
Yukai Li
5aadfcd20a nfc: Add unlock options to loaded MFUL menu 2022-10-07 01:43:23 -06:00
Yukai Li
0f68025d94 nfc: Remove unnecessary include 2022-10-07 01:43:09 -06:00
RogueMaster
10a8964372 Update ReadMe.md 2022-10-07 03:16:37 -04:00
RogueMaster
0b9af10a09 Merge branch 'ofwdev' into 420 2022-10-07 03:15:12 -04:00
RogueMaster
36294f320a Update ReadMe.md 2022-10-07 03:14:10 -04:00
RogueMaster
6208620636 totp 2022-10-07 03:12:19 -04:00
Yukai Li
6c135eebf7 nfc: Display PWD and PACK in MFUL info if available 2022-10-07 01:11:27 -06:00
Yukai Li
b839566f3e nfc: Fix MFUL auth success usage, remove unused variable 2022-10-07 01:11:03 -06:00
RogueMaster
599fe8c703 Update minesweeper.c 2022-10-07 03:05:14 -04:00
RogueMaster
3cd01b03e9 furi_string_free 2022-10-07 03:00:38 -04:00
Yukai Li
2e93c6268e nfc: Fill in MFUL has_auth when loading file 2022-10-07 00:59:13 -06:00
RogueMaster
8186b84251 Update namechangersrv.c 2022-10-07 02:58:43 -04:00
Yukai Li
f1b2327b8a nfc: Be explicit about using manual auth method when using auto unlock 2022-10-07 00:58:05 -06:00
Yukai Li
1c2e35d930 nfc: Fix MFUL auth counter loading 2022-10-07 00:57:32 -06:00
Max Andreev
d1843c0094 Disable PVS-Studio license check (#1840) 2022-10-07 16:56:19 +10:00
RogueMaster
5adc1bee6b Update namechangersrv.c 2022-10-07 02:43:38 -04:00
RogueMaster
4f5dd24489 Update namechangersrv.c 2022-10-07 02:42:15 -04:00
RogueMaster
ac387f51cc ugh 2022-10-07 02:40:45 -04:00
RogueMaster
f18ae0927d Update namechangersrv.c 2022-10-07 02:35:44 -04:00
RogueMaster
e750e1e740 Update ReadMe.md 2022-10-07 02:33:53 -04:00