Commit Graph

9080 Commits

Author SHA1 Message Date
Willy-JL
2e135f078e Remove holiday animations 2023-02-17 23:50:26 +00:00
Willy-JL
3e7c67ba4c Sort sfw anims like ofw 2023-02-17 23:49:31 +00:00
Willy-JL
3ed7caf27d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-02-17 23:47:39 +00:00
Willy-JL
462a0c8efc Cleaner settings implementation (proper defaults) 2023-02-17 23:30:28 +00:00
MX
80a64d8e1a Merge branch 'fz-dev' into dev 2023-02-17 21:55:32 +03:00
Max Andreev
c7fbc8323b Toolchain 20 rollback (#2410)
* Toolchain rollback
* Remove extra code
2023-02-18 01:06:48 +09:00
hedger
335f8b9aff fbt: FBT_QUIET option; docs on environment (#2403)
* fbt: added FBT_QUIET to suppress toolchain version output; docs: added info on fbt environment
* docs: typo fixes
* fbt: fix for FBT_QUIET handling on *nix
* Add FBT_VERBOSE flag
* Add export
* Fix export
* docs: updates for FBT_VERBOSE

Co-authored-by: DrunkBatya <drunkbatya.js@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-02-17 21:22:08 +09:00
Mathie
009c9b1b71 Update nfc_cli.c (#2402)
Modified the f to a capital F, looks cleaner.

Co-authored-by: あく <alleteam@gmail.com>
2023-02-17 20:43:06 +09:00
MX
ab515aeebb Merge branch 'fz-dev' into dev 2023-02-17 13:07:56 +03:00
Max Andreev
487d03eca4 Fix openssl path again (#2409)
* Temp fix openssl  cert path
* Moving fix from CI to fbtenv
* Fix openssl again
2023-02-17 18:59:08 +09:00
Max Andreev
32b74b968e Fix openssl cert path in fbtenv (#2408)
* Temp fix openssl  cert path
* Moving fix from CI to fbtenv
2023-02-17 18:16:53 +09:00
Ari Bytyqi
1e98361299 Fixed first start animation typo (#2384)
* fixed first start animation typo
* updated pixels. (bottom left corner was off by two pixels)

Co-authored-by: jbohack <joebohack@gmail.com>
2023-02-17 17:17:57 +09:00
MX
ee2f6581bb Merge remote-tracking branch 'origin/dev' into dev 2023-02-17 04:27:11 +03:00
MX
5b0f74bffa Add missing buttons into hid app, remove old app
Now its all in one app, compiles as two apps that will be placed in misc folder
2023-02-17 04:27:01 +03:00
MX
faac423772 Merge pull request #338 from Willy-JL/autolock-with-pin
Autolock with pin code
2023-02-17 03:40:15 +03:00
MX
aae37121d6 Bump Settings file version to 7, cuz struct is changed and requires upd
Settings are saved as binary struct dump, so if we make any change to struct, we need to bump a version since it will not be compatible with older file in any case
2023-02-17 03:36:34 +03:00
Willy-JL
8a8e5b3de0 Add desktop auto lock with pin setting 2023-02-16 23:28:51 +00:00
Willy-JL
660f97f241 Add desktop auto lock with pin setting 2023-02-16 23:21:35 +00:00
Willy-JL
387e9431f5 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into autolock-with-pin 2023-02-16 23:04:38 +00:00
MX
fd46bd1886 Update readme and docs 2023-02-17 00:14:16 +03:00
MX
883f67d6d1 Merge pull request #343 from p3ngu19z/dev
Improve Tetris fall speed algorithm
2023-02-17 00:00:13 +03:00
p3ngu19z
a52f64acfd Improve fall speed algorithm 2023-02-16 11:23:46 +02:00
Willy-JL
68353563ec Xtreme assets/settings boot process improvements 2023-02-16 05:49:16 +00:00
Willy-JL
c7e02a5faa Butthurt timer xfw app setting 2023-02-16 03:43:01 +00:00
Willy-JL
eccc467220 Remove unsued variable 2023-02-16 03:18:47 +00:00
Willy-JL
a887cb2fd6 Better xfw app save at exit system 2023-02-16 03:10:02 +00:00
Willy-JL
771cb137d6 Fix too long fav app setting label 2023-02-16 00:45:05 +00:00
Willy-JL
d801a46d1c Update install instructions 2023-02-15 22:08:58 +00:00
MX
4f4ccaa727 Merge pull request #340 from amec0e/dev
Updated infrared assets
2023-02-15 23:36:19 +03:00
MX
85f6ee2870 Merge branch 'fz-dev' into dev 2023-02-15 23:33:35 +03:00
MX
d81653461c sync anims 2023-02-15 23:33:30 +03:00
amec0e
55cfccafaf Updated tv.ir
New additions
2023-02-15 19:34:42 +00:00
amec0e
58e9acc19e Updated projectors.ir
Updated last checked
2023-02-15 19:34:14 +00:00
amec0e
6bcb9a60f7 Updated fans.ir
New additions
2023-02-15 19:33:43 +00:00
amec0e
5a02a51bd9 Updated audio.ir
new additions
2023-02-15 19:33:17 +00:00
amec0e
4aae197cf7 Updated ac.ir
new additions
2023-02-15 19:32:40 +00:00
Max Andreev
2fdebb639b [FL-3098] Up toolchain to version 20 (#2397)
* Up toolchain to 20
* Python reformat, add version info into fbtenv

Co-authored-by: あく <alleteam@gmail.com>
2023-02-16 01:56:25 +09:00
yocvito
bde3aa589b Fix: Flipper serial bt profile shown as 'Unknown' in bt settings + flipper app 2023-02-15 14:29:29 +01:00
yocvito
637918f0ac Reverse MAC address in DEBUG logs 2023-02-15 14:27:23 +01:00
Willy-JL
7fd5e72fca Better fix for fav apps 2023-02-15 11:45:54 +00:00
あく
25e8947282 Dolphin: drop holiday animation (#2398) 2023-02-15 20:05:08 +10:00
Willy-JL
945cb246a7 Fix favorite apps settings logic 2023-02-15 09:59:18 +00:00
Willy-JL
c7f2ac4214 Simpler desktop lock logic 2023-02-15 09:56:35 +00:00
Willy-JL
e299f3a4fb Update bt settings editors titles 2023-02-15 09:55:53 +00:00
Willy-JL
34f0aced2f Autolock with pin code 2023-02-15 02:04:16 +00:00
Clara K
fea3336e22 godspeed (#134) 2023-02-14 10:17:42 +01:00
VerstreuteSeele
737314c762 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-14 10:16:15 +01:00
Clara K
f3817d50aa V41 Release Candidate Changes (#130) 2023-02-14 09:45:26 +01:00
VerstreuteSeele
508d046dfe V41 Release Candidate Changes 2023-02-14 09:41:17 +01:00
VerstreuteSeele
a718f1a43c V41 Release pending 2023-02-14 09:37:17 +01:00