gornekich
5f9b300ab2
NFC: Mf Desfire fix reading big files ( #3616 )
...
* mf desfire: fix incorrect long files reading
* nfc app: trim record size for mf desfire render
* mf desfire: rework reading long record files
* mf desfire: more robust size check
Co-authored-by: あく <alleteam@gmail.com>
2024-05-14 13:34:27 +01:00
hakuyoku2011
a7715704f8
Infrared: Add Toshiba RAS-2518D ( #3635 )
...
* Infrared: Add Toshiba RAS-2518D
* Infrared: cleanup AC universal remote
Co-authored-by: あく <alleteam@gmail.com>
2024-05-14 13:15:30 +01:00
fatale69
98c51d13a1
vscode: config fixes ( #3587 )
...
* Update extensions.json
* vscode: fixed extensions config for clangd; updated paths for current toolchain location convention
---------
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: hedger <hedger@nanode.su>
2024-05-13 23:33:20 +04:00
あく
b9966a50d9
Ble: new connection parameters negotiation scheme ( #3644 )
...
* Ble: new connection parameters negotiation scheme
* Ble: finer connection parameters negotiation flow
* Ble: naming and grammar
* gap: typo fix & field init
---------
Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-05-13 21:54:59 +04:00
あく
9648da951a
FuriHal: move version init to early stage ( #3647 )
2024-05-13 21:32:28 +04:00
Samar Sunkaria
8ffee678c6
Add support for R_ARM_REL32 relocations. ( #3631 )
...
It is fairly straightforward to correctly resolve an R_ARM_REL32 relocation as described in
in the "Relocation types" section of ARM ELF Specification
(https://developer.arm.com/documentation/espc0003/1-0/?lang=en ). The documentation provides
the following formula:
```
S - P + A
```
where `S` is the value of the symbol (symAddr), `P` is the address of the place being
relocated (relAddr), and `A` is the addend (value extracted from the storage unit being
relocated, in this case).
I encountered the R_ARM_REL32 relocation type as part of my work for building apps written
in Swift for the Flipper Zero. I have manually tested that this relocation works correctly
by building and running multiple apps that depend on this relocation.
Co-authored-by: あく <alleteam@gmail.com>
2024-05-13 16:21:28 +01:00
WillyJL
e1cb69d046
Remove unused DolphinWait_61x59 icon ( #3645 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-05-13 16:11:46 +01:00
Astra
b60e6042a5
[FL-3813] Add the Akira animation ( #3636 )
...
* Add the Akira animation
* Dolphin: adjust weight for new animation
Co-authored-by: あく <alleteam@gmail.com>
2024-05-13 15:47:07 +01:00
MX
96db11a0d6
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-11 00:54:32 +03:00
あく
b12d43b765
Desktop: fix crash on autolock after restart in locked state ( #3643 )
...
* Desktop: fix crash on autolock after restart in locked state
* Desktop: switch to clock model to fix condition race in desktop lock.
2024-05-10 16:01:33 +01:00
MX
a89a67d103
fix naming
2024-05-03 23:04:58 +03:00
MX
9656331618
update changelogus
2024-05-03 22:31:56 +03:00
MMX
a8dcec0dad
Merge pull request #750 from DarkFlippers/electra
...
Electra intercom lfrfid protocol
2024-05-03 22:25:05 +03:00
Methodius
d73832a5dd
Merge remote-tracking branch 'origin/dev' into electra
2024-05-03 22:17:14 +03:00
MMX
a27aa0336a
Merge pull request #746 from gushmazuko/feature/random_mouse_jiggler
...
Enhance Random Interval and Movement Functionality in HID Mouse Jiggler for Improved Stealth and Human-Like Behavior
2024-05-03 22:04:55 +03:00
MX
887f6a20fc
We already using furi random, cleanup unused parts, format code
2024-05-03 21:28:18 +03:00
MX
786dbfe0c3
Merge branch 'dev' into feature/random_mouse_jiggler
2024-05-03 21:09:21 +03:00
MX
374e96bb7d
ibutton and lfrfid small ui improvements
2024-05-03 20:59:28 +03:00
MX
c9d23a9d1d
update changelog
2024-05-03 19:02:09 +03:00
MX
6bfa383cea
Revert "Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into dev"
...
This reverts commit 9b377e6f80
, reversing
changes made to 1736a8a7c2
.
2024-05-03 14:50:58 +03:00
Methodius
bf721d7a5f
Merge remote-tracking branch 'origin/dev' into electra
2024-05-01 21:12:14 +03:00
Methodius
7077d588c7
electra protocol rename. again
2024-05-01 21:12:06 +03:00
MX
75ece9b697
add temp fix since no proper fix exist at the moment
2024-05-01 19:07:57 +03:00
MX
a57dbe446e
update DS1420 for latest ibutton changes
2024-05-01 16:53:49 +03:00
MX
9b377e6f80
Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into dev
2024-05-01 16:49:53 +03:00
MX
1736a8a7c2
Merge remote-tracking branch 'OFW/dev' into dev
2024-04-30 22:31:39 +03:00
Astra
7414e6d4df
[FL-3817] iButton: fix crash when deleting some keys ( #3617 )
...
* iButton: fix crash when deleting some keys
* Fix cyfral crashes
* Better data formatting
* Remove void returns
2024-04-29 19:56:15 +09:00
MX
e7ef923729
Merge remote-tracking branch 'OFW/astra/3817-ibutton-crash' into dev
2024-04-27 15:09:25 +03:00
MX
c157ca9879
Merge remote-tracking branch 'OFW/gornek/desfire_long_files' into dev
2024-04-27 15:09:21 +03:00
MX
4965215c8d
Merge remote-tracking branch 'OFW/dev' into dev
2024-04-27 14:44:18 +03:00
Astra
379e8d2a6a
Fix cyfral crashes
2024-04-27 15:53:19 +09:00
Astra
42c69b076a
iButton: fix crash when deleting some keys
2024-04-26 19:07:51 +09:00
gornekich
d13017a7fe
Merge branch 'dev' into gornek/desfire_long_files
2024-04-25 20:13:20 +01:00
gornekich
0e3cbb4911
mf desfire: rework reading long record files
2024-04-25 20:01:32 +01:00
gornekich
f544aa8eb6
nfc app: trim record size for mf desfire render
2024-04-25 19:55:35 +01:00
gornekich
e5f9af3b43
mf desfire: fix incorrect long files reading
2024-04-25 18:13:52 +01:00
あく
43c4381820
[FL-3814] Desktop: cleanup error popups ( #3615 )
...
* Desktop: cleanup error popups, add missing factory keys notification
* Desktop: enclave warning wording
2024-04-25 08:39:38 +09:00
Astra
1559ee6293
[Fl-3809] Troika parser visual fixes ( #3614 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-04-24 21:47:40 +09:00
Astra
34abaa7e27
[FL-3815] Fix the retry/exit confirmation prompts in iButton ( #3613 )
2024-04-24 21:35:15 +09:00
MX
3108f07a4b
faac rc add button B
2024-04-23 15:04:20 +03:00
MX
c3b59a9dba
add todo
2024-04-23 14:54:56 +03:00
MX
3269f751cd
js vgm module and widget fix
...
VGM js module by jamisonderek
Js fixes by jamisonderek
2024-04-23 12:24:07 +03:00
Astra
2987a46322
Alloc takes no arguments
2024-04-23 11:00:37 +09:00
Astra
fb018ec170
Bump F18 API
2024-04-23 10:54:11 +09:00
Astra
85fc0a2dd3
Merge branch 'dev' into astra/3746-mfp-detect
2024-04-23 10:39:34 +09:00
Astra
83ff6fb8bf
Mifare Plus detection done
2024-04-22 21:09:06 +09:00
Methodius
70cdd26855
electra cleanup, protocol description added
2024-04-21 21:03:10 +03:00
Methodius
0a7e258c1a
Merge remote-tracking branch 'origin/dev' into electra
2024-04-21 12:31:55 +03:00
MX
f88a916ccc
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-04-21 11:42:57 +03:00
gushmazuko
6cb9ad12f1
Enhance Random Interval and Movement Functionality
2024-04-21 02:14:46 +02:00