Willy-JL
e64292d478
NFC: Initial ISO14443-4 PCB listener handling
2025-03-11 08:58:57 +00:00
Willy-JL
99b2762cd9
Fix sending error responses
2025-03-11 03:43:33 +00:00
Willy-JL
2e77e878de
Support larger NDEF messages
2025-03-10 11:01:46 +00:00
Willy-JL
d174fa9505
NFC: Implement Type 4 Tag rudimentary emulation
2025-03-10 11:00:15 +00:00
Willy-JL
fbc176eb84
NFC: Rudimentary iso14443_4a_listener_send_block() (no PCB handling) (OFW issue 4059)
2025-03-10 09:13:31 +00:00
Willy-JL
cfeddbf8b6
BitBuffer: Allow copy right/left on same instance
2025-03-10 09:06:08 +00:00
Willy-JL
b0690de06a
NFC: Expose iso14443_3a_listener functions (OFW issue 4059)
2025-03-10 09:05:05 +00:00
Willy-JL
4dce8790cc
Cleanup includes
2025-03-10 04:15:14 +00:00
Willy-JL
385e8b3b1c
Add more specific error types
2025-03-10 02:57:01 +00:00
Willy-JL
730f1b6ecf
Fix event struct passed to callbacks
2025-03-10 02:23:06 +00:00
Willy-JL
f760d97e62
Sort and add missing protocol mentions
2025-03-09 06:10:36 +00:00
Willy-JL
0beee0c6a7
Fix reading NLEN header in NDEF message
2025-03-06 02:52:02 +00:00
Willy-JL
aa38025977
NFC: Implement Type 4 Tag saving
2025-03-06 02:21:47 +00:00
Willy-JL
d5161f0806
Fix reading empty NDEF message
2025-03-06 01:40:46 +00:00
Willy-JL
358631ec86
NFC: Implement Type 4 Tag reading
2025-03-05 08:10:03 +00:00
Alexander Bays
c3bfebb6e6
GUI: Add marquee 'Text Scroll' option ( #363 )
...
* GUI: Add marquee 'Text Scroll' option
- Adds the tiny `Text Scroll` option under `MNTM > Interface > General` to either use the standard scroll, or a new marquee style back and forth on any scrollable text.
- `elements_scrollable_text_line_centered` renamed to `elements_scrollable_text_line_ex` to be more general. Has `bool marquee`.
* Unnecessary switch here
* Apply setting internally
* Revert a few usages
* Update changelog
* Last thing
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2025-03-02 04:50:56 +00:00
Alexander Bays
adc66d78da
Clock: 12 hour "midnight format" ( #341 )
...
* Clock: 12 hour midnight format
- References #317 and adds the options `12:XX` and `00:XX` in `Settings > System > Midnight Format` to display the preferred clock format past midnight on all clocks (Desktop, Main Menu MNTM style, Lock screen and Nightstand clock app). "12:30 AM" -> "00:30" OR "12:30".
* Fix: Move midnight format setting out of furi_rtc
- Also felt like the midnight format setting was too out of place in `MNTM > Interface` with the 5 other submenu entries, so I put it in Misc for now.
* clock app external
* Moved midnight format setting into new `Interface > General`
* Update applications/main/momentum_app/scenes/momentum_app_scene_interface_general.c
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2025-03-02 04:20:38 +00:00
Dmitry422
3c7d9e63fb
Start working on combining rgb_backlight and original_backlight.
2025-02-28 23:14:18 +07:00
Willy-JL
2f376edd7d
Merge remote-tracking branch 'ul/dev' into mntm-dev
2025-02-28 05:04:24 +00:00
Willy-JL
bd2ee18e48
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2025-02-28 02:03:45 +00:00
MX
0a924974c0
Merge remote-tracking branch 'OFW/dev' into dev
2025-02-25 00:08:57 +03:00
Zinong Li
145184f0f2
NFC: FeliCa Protocol Expose Read Block API and Allow Specifying Service ( #4074 )
...
* add one parameter to the rdbl and expose
* Bump api version and format sources
Co-authored-by: あく <alleteam@gmail.com >
2025-02-25 06:07:45 +09:00
Zinong Li
9f5e93bed8
LFRFID: Fix Detection Conflict Between Securakey and Noralsy Format ( #4125 )
...
* Securakey added parity check
* Format Sources
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-25 04:59:05 +09:00
MX
5b2582930f
classic poller fix early key reuse in dictionary attack state machine
...
by noproto
2025-02-24 21:40:21 +03:00
MX
b38d239eb8
Merge remote-tracking branch 'OFW/hedger/more-constness' into dev [ci skip]
2025-02-24 21:18:11 +03:00
MX
248341ac0a
merge ofw pr 4125
...
by zinongli
2025-02-24 20:57:43 +03:00
MX
dd2388e40d
discard wrong hollarms if bytesum is invalid
2025-02-24 10:57:27 +03:00
MX
0e8a0228be
add revers rb2 subghz protocol
2025-02-24 10:56:57 +03:00
MX
9f4b1aead7
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2025-02-23 18:35:22 +03:00
hedger
6c17b785ec
hal: made FuriHalI2cBusHandle static
2025-02-22 19:23:30 +00:00
hedger
251565e9d3
hal: made FuriHalSpiBusHandle static
2025-02-22 19:12:12 +00:00
hedger
7d000abfc4
mjs: more consts for token parser
2025-02-22 18:15:37 +00:00
hedger
b0835220ac
libs: stricter constness for saving RAM with .rodata section; fbt: sdk: fixed signature generation for nested const params
2025-02-22 16:05:56 +00:00
Anna Antonenko
ef024e8086
[FL-3958] Stdio API improvements ( #4110 )
...
* improve thread stdio callback signatures
* pipe stdout timeout
* update api symbols
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-22 08:11:27 +09:00
MX
aef8a97ab4
Merge remote-tracking branch 'OFW/dev' into dev
2025-02-20 18:40:54 +03:00
Willy-JL
30df72a835
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2025-02-20 04:20:28 +00:00
Astra
2817666eb9
[FL-3774] Fix 5V on GPIO ( #4103 )
...
* Move OTG controls to the power service
* Accessor: add missing power service import
* Power: add is_otg_enabled to info and properly handle OTG enable with VBUS voltage present
* Power: method naming
* Power: add backward compatibility with old-style use of furi_hal_power
* Scripts: lower MIN_GAP_PAGES to 1
* SubGhz: fix incorrect logging tag
* SubGhz: delegate OTG management to power service
* Power: fix condition race, various improvements
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-20 12:37:52 +09:00
MX
536ebe3efc
came atomo button hold simulation half cycle
2025-02-20 06:03:30 +03:00
MX
fa2af5a826
fix naming
2025-02-20 04:41:02 +03:00
MX
cd94db3b91
FIX GANG QI
2025-02-20 04:39:28 +03:00
MX
1e3100e26e
Merge remote-tracking branch 'OFW/dev' into dev
2025-02-20 04:22:42 +03:00
Justin Nesselrotte
3698fc8d02
Fixed repeat in subghz tx_from_file command ( #4099 )
...
* Fixed repeat in subghz tx_from_file command
* Fix PVS warnings
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 10:10:41 +09:00
Zinong Li
04fa7a9a7f
LFRFID: Noralsy Format/Brand ( #4090 )
...
* beta version
* Working. No parsing yet. No checksum yet.
* T5 config caveat
* parsings
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 09:36:39 +09:00
MX
486dc48a7a
Merge remote-tracking branch 'OFW/dev' into dev
2025-02-20 03:08:53 +03:00
Anna Antonenko
0f240c4dbc
[FL-3949] Universal IR signal selection ( #4085 )
...
* feat: universal ir signal selection
* fix: f18, format specifiers
* update labels with suggestions from the ui team
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-20 08:58:55 +09:00
Ryan Peel
1541c36b14
BadUSB: Mouse control ( #4004 )
...
* add usb hid mouse functions, add mouse functions to BadUsbHidApi
* add ble mouse functionality
* add hid_usb_mouse_release_all
* ducky mouse command skeleton
* implement mouse click functions
* corrected missing semicolon
* added mouse functionality
* corrected mouse scroll functionality
* mouse key functionality, removed mouse commands, supporting get_mouse_keycode function, added mouse buttons as Keys for HOLD function
* add mouse commands
* removed mouse middle click
* Format sources and fix bunch of mistakes in nfc and subghz
* added HID_MOUSE_NONE: added to help with better readability
* added script for mouse movement test
* Fix: hold and release, imrpove readability
* simplified the mouse demo/test
* Format sources
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 08:24:34 +09:00
Willy-JL
72281d9666
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2025-02-18 16:25:29 +00:00
MX
7e1dae67a3
remove from api [ci skip]
2025-02-13 20:24:24 +03:00
MX
dea16b7055
add missing api [ci skip]
2025-02-13 20:20:25 +03:00
MX
85cba9fd8d
Merge remote-tracking branch 'OFW/dev' into dev
2025-02-13 19:58:15 +03:00