Willy-JL
f63f8b8398
Fix typo
2023-03-19 00:49:20 +00:00
Clara K
bd50d33cfc
ABOGADOOOO
2023-03-19 01:47:00 +01:00
Willy-JL
c3c4373539
Lockscreen improvements
2023-03-19 00:10:35 +00:00
MX
76d3f84a5e
Update WAV Player, 16 bit support
...
by @LTVA1, in current condition has some issues with rewind on 16bit files, but plays them without problems
2023-03-19 02:20:23 +03:00
Willy-JL
1eae24cf68
Animate lockscreen
2023-03-18 22:48:10 +00:00
Clara K
8621ade718
Making willy cope even harder
2023-03-18 21:48:31 +01:00
Clara K
671452f9d3
Add link to readme
2023-03-18 21:41:12 +01:00
Clara K
7de5b96f01
Create empty customization file
2023-03-18 21:40:37 +01:00
Clara K
671229cfef
Prepare for customization.md
...
Link will be added after its written
2023-03-18 21:39:02 +01:00
Willy-JL
ea596dc94d
Initial lockscreen redesign
2023-03-18 20:36:24 +00:00
MX
56c11c70b3
Fix minesweeper freeze bug, do some refactoring
2023-03-18 22:19:13 +03:00
dogtopus
43341980cc
Array use refactor
...
Move all arrays to allocating actual data rather than pointers to simplify construction and destruction. Also moved to M_EACH for iterating over arrays for less boilerplate code.
Also did some function renaming for extra clarity.
root_area is now a node type for simplified area traversal (coming soon).
2023-03-18 03:08:38 -03:00
MX
9e94b1fae0
Testing links
2023-03-18 06:05:22 +03:00
MX
682ac85e0a
Update docs
2023-03-18 04:19:53 +03:00
MX
9a93551a2d
Add ability to disable favourite app in desktop settings
...
And update changelog
2023-03-18 04:13:04 +03:00
MX
147a1c7aaa
iButton: Add DS1420 / Update changelog
2023-03-18 03:36:56 +03:00
Willy-JL
40e8cea0a2
Update fap loader name in fbt
2023-03-18 00:13:12 +00:00
Willy-JL
ed38c1fa68
Update animation manifests
2023-03-18 00:09:57 +00:00
Willy-JL
74c964183f
Dont keep compiled animations in repo
2023-03-17 23:59:41 +00:00
Willy-JL
09bc580497
Merge branch 'ul-dev' into xfw-dev
2023-03-17 23:52:05 +00:00
MX
58d4f3b531
OFW PR: 2493 - SD Driver: reinit sd card on error
...
No issues was found during my own testing and running sd benchmarks, sorry for rushing, I may miss something, usually I prefer to wait for official review
2023-03-18 02:50:05 +03:00
Willy-JL
b34a4f2468
Rename plugins to external
2023-03-17 22:50:23 +00:00
Willy-JL
b3c64d0428
Switch to barcode app with saving ( #165 )
2023-03-17 22:35:32 +00:00
Willy-JL
20dbf61d04
Add ir remote
2023-03-17 22:19:13 +00:00
Georgii Surkov
eb355d4a16
Fix a typo: right shift instead of greater than
2023-03-18 01:17:38 +03:00
MX
3444c5245e
Tertiary favourite app
2023-03-18 01:16:34 +03:00
Willy-JL
f64168183a
Fix subghz bypass logic
2023-03-17 21:49:18 +00:00
MX
9941457cdb
Fix issue #387
2023-03-17 22:51:59 +03:00
MX
54cefb7884
Merge branch 'fz-dev' into dev
2023-03-17 17:54:05 +03:00
Astra
7de7fa293b
Optimize trailing slash check ( #2503 )
...
* Optimize trailing slash check
2023-03-18 00:45:42 +10:00
MX
b0928fb3cd
Fix subghz external module power issues
2023-03-17 00:27:01 +03:00
Willy-JL
eb05478531
Scroll text in variable item list option names
2023-03-16 18:50:37 +00:00
MX
559b0e9b40
Small UI fixes
2023-03-16 21:24:09 +03:00
Willy-JL
679352dbbf
Hide GPIO tags from wii menu names
2023-03-16 18:22:00 +00:00
MX
67e7325f43
Update readme and changelog
2023-03-16 18:30:00 +03:00
Willy-JL
6580a03a49
Fix release tgz naming (for real)
2023-03-16 15:19:49 +00:00
MX
2cefc9aab0
Security+ 2.0 custom buttons
2023-03-16 18:14:39 +03:00
Willy-JL
55ca831a9d
Fix release tgz naming
2023-03-16 14:50:19 +00:00
MX
cda605f578
Merge branch 'fz-dev' into dev
2023-03-16 17:44:22 +03:00
Guido Giorgi
25fd3c3400
iButton: Add support for Dallas DS1971 v2 ( #2492 )
...
* iButton: Add DS1971 Support refactored for v2
* Fix requested by gsurkov
* Fix DALLAS_COMMON_CMD_* use, cusotm data field to Eeprom and COPY_SCRAPTCHPAD
* Fix Emulation + Memory Info + Docs
* Fix docs, strings, refactor code
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-03-16 23:12:43 +09:00
hedger
771c47f809
fbt: explicitly set dist suffix length, not depending on environment settings. See ( #2497 )
2023-03-16 22:46:18 +09:00
MX
3c3ac216dc
Remember if 5v was turned off, save its state
2023-03-16 16:03:22 +03:00
MX
5de507b0c8
Update changelog and readme
2023-03-16 15:19:51 +03:00
MX
bb9ac1389b
Remember last state for CC1101 external + other fixes
...
Reset to internal module if external is not found on all apps, not only in bruteforcer
2023-03-16 15:02:23 +03:00
MX
49378f0893
Merge branch 'fz-dev' into dev
2023-03-16 13:49:24 +03:00
Astra
6aa0c08f3a
[FL-3064] Skip the read when the card is not present ( #2494 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-03-16 18:06:11 +09:00
Astra
e90042368f
[FL-3156] Mark keys as not found when they couldn't auth successfully ( #2476 )
...
* Mark keys as not found when they couldn't auth successfully
* Improve logging and fix the reading bug
Co-authored-by: あく <alleteam@gmail.com >
2023-03-16 17:58:07 +09:00
Astra
9fbf327028
[FL-1799] Require the trailing slash for root paths ( #2486 )
...
* Require the trailing slash
* Fix the swapped storages
* Fix root paths
2023-03-16 17:28:50 +09:00
Willy-JL
16475b399c
Remove bundled files, only keep examples/demos
2023-03-16 00:54:00 +00:00
Willy-JL
8c5b18c7ef
Remove dolphin backup and restorer
2023-03-16 00:50:24 +00:00