WillyJL
b0963b4e1c
Merge remote-tracking branch 'ul/dev' into mntm-dev
2025-07-31 19:40:48 +02:00
Louis D
115734373b
feat: add variation of 'Add Manually' menu with manual value selection for all entries
2025-07-24 14:56:00 +02:00
WillyJL
bf749b6021
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2025-05-08 06:20:38 +01:00
MX
6c798a5d4b
fix subghz rename scene bug (or hidden feature)
2025-05-06 13:13:16 +03:00
Willy-JL
2b5b6543d6
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2024-09-07 19:14:22 +02:00
Silent
8672a1d94c
Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat ( #3866 )
...
strlcpy doesn't zero the buffer and ensures null termination,
just like snprintf
strlcat is already used by mjs and it's a safe alternative to strcat,
so it should be OK to expose to apps
2024-09-07 17:16:56 +01:00
MX
726cb770d0
formatting
2024-07-15 20:02:45 +03:00
MX
ef29ed149d
better subghz settings and more anim unload fixes
...
by Willy-JL
2024-04-05 06:36:35 +03:00
Willy-JL
2b8db657e4
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2024-02-15 22:57:06 +00:00
MX
597d295743
merge fixes [ci skip]
...
parsers will be fixed after
2024-02-15 14:08:10 +03:00
Leptopt1los
feb45f6645
FuriHalRtc refactor: new datetime lib ( #3386 )
...
* datetimelib created
* datetimelib unit tests added
* firmware fixes to new datetimelib
* typo fix
* merge artifacts fixed, datetimelib renamed to datetime
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-02-15 10:44:41 +07:00
MX
16b8fa4715
Subghz save files with receive time [ci skip]
...
+ merge better scene_save_name code (removing kostily)
some modifications to original code was made to keep previous formats
original implementation by Willy-JL
Source:
a1c7dc5eaa
7e7509d481 (diff-1708ba08196de5331f4b4c3d8e13162e78d5edb33e1308c1b4cc09975264151e)
2024-01-28 06:45:33 +03:00
Willy-JL
a1c7dc5eaa
Subghz filename with time of receive not save
2024-01-24 02:23:07 +00:00
Willy-JL
e545942e00
SubGhz use system filename gen with proto names
2024-01-24 01:40:05 +00:00
Skorpionm
48e4de1213
[FL-3743] SubGhz: UI update ( #3352 )
...
* [FL-3743]SubGhz: screen refactoring
* SubGhz: fix syntax
* SubGhz: gui
* SubGhz: add animation icon ant in read_info scene
* SubGhz: up speed animation icon
Co-authored-by: あく <alleteam@gmail.com >
2024-01-14 13:58:29 +09:00
Willy-JL
02a50dda1f
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-09-08 04:11:19 +02:00
MX
45fd5ef9d8
Subghz fix path reset on save name exit
2023-09-05 19:28:47 +03:00
MX
0eb06ba2b7
Actually working progmode, new add manually options + bonus fixes
2023-09-05 05:31:03 +03:00
Willy-JL
6d8ef70f28
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-09-02 16:55:24 +02:00
MX
ec9df8711a
fmt + fix subrem
2023-09-02 14:26:32 +03:00
MX
15c480b68a
Merge branch 'ofw-dev' into dev
2023-09-02 13:33:32 +03:00
Max
52b5966262
Add File Naming setting for more detailed naming ( #3002 )
...
* added filename mode setting
* added furi_flag checks for when filename_mode is set
* changed naming for ibutton, lfrfid and subghz
* requested changes from PR
* Lib: gather all naming bits and pieces under name generator module. Properly bump api version. FuriHal: fix RTC flag enum.
* PR requested changes
* bug fix for arg type
* added functionality for other application scenes
* Lib: cleanup name generator API, simplify usage. Sync API symbols.
* Lib: proper size type in name_generator. Cleanup.
* FuriHal: cleanup rtc api usage across firmware
Co-authored-by: あく <alleteam@gmail.com >
2023-09-01 14:57:49 +09:00
Willy-JL
f03cac5bdb
Fix subghz merge
2023-07-14 00:03:56 +02:00
Skorpionm
8c93695d01
[FL-3375] SubGhz: add CC1101 module external ( #2747 )
...
* SubGhz: add CC1101 Ext driver
* SubGhz: move TIM2 -> TIM17 use cc1101_ext
* FuriHal: SPI move channel DMA 3,4 -> 6.7
* Documentation: fix font
* SubGhz: add work with SubGhz devices by link to device
* SubGhz: add support switching external/internal cc1101 "subghz chat"
* SubGhz: add support switching external/internal cc1101 "subghz tx" and "subghz rx"
* SubGhz: add "Radio Settings" scene
* SubGhz: add icon
* SubGhz: add supported CC1101 external module in SubGhz app
* SubGhz: fix check frequency supported radio device
* SubGhz: fix clang-formatted
* Sughz: move dirver CC1101_Ext to lib , compile cmd ./fbt launch_app APPSRC=radio_device_cc1101_ext
* SubGhz: fix CLI
* SubGhz: fix PVS
* SubGhz: delete comments
* SubGhz: fix unit_test
* Format sources
* Update api symbols and drivers targets
* Drivers: find proper place for target option
* SubGhz: external device connected method naming
* Format sources
* SubGhz: fix module selection menu, when external is not connected
* SubGhz: fix furi_assert(device);
* SubGhz: fix split h and c
* SubGhz: furi_hal_subghz remove preset load function by name
* SubGhz: deleted comments
* Format Sources
* SubGhz: add some consts and fix unit tests
* Sync API Symbols
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-30 23:03:36 +09:00
gid9798
5eb677aa55
prt2
2023-06-18 20:25:40 +03:00
Willy-JL
4d2937c0ea
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-14 15:43:04 +01:00
MX
f22624399c
remove unneeded global var
2023-06-14 01:07:07 +03:00
Willy-JL
2ea3c837a2
And why tf are these buffers arbitrarily smaller??
2023-06-12 23:43:11 +01:00
Willy-JL
0506869b54
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-09 13:54:14 +01:00
MX
e9fc5f62a5
Merge branch 'ofw-dev' into dev
2023-06-09 14:13:11 +03:00
Sergey Gavrilov
0e4344a83c
Services: simplify api ( #2540 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-06-09 20:02:47 +09:00
gid9798
ec7e6a0ac1
Using scene manager functions in DecodeRAW
2023-05-11 13:22:02 +03:00
gid9798
85d44c5f6c
SubGhz: fix naming part 2 and 3
2023-05-09 21:54:56 +03:00
gid9798
8ae2cb1d32
SubGhz: refactoring
2023-05-09 18:24:25 +03:00
gid9798
07203f0989
SubGhz: refactoring
2023-05-09 15:11:54 +03:00
gid9798
b99d309feb
SubGhz: moving "txrx" entity to a separate file
2023-05-09 12:07:36 +03:00
MX
b0b9e507e7
SubGHz combine FuriString allocs
2023-05-05 03:51:16 +03:00
Skorpionm
d2ca67d261
[FL-3242] SubGhz: refactoring app ( #2554 )
...
* SubGhz: add SubGhzThresholdRssi
* SubGhz: remove direct reading of subghz-txrx-txrx_state
* SubGhz: remove direct reading subghz->txrx->hopper_state
* SubGhz: remove direct reading subghz->lock
* SubGhz: check load type file
* SubGhz: remove direct reading subghz->txrx->rx_key_state
* SubGhz: remove direct reading subghz->txrx->speaker_state
* SubGhz: refactoring subghz_scene_set_type.c
* SubGhz: moving "txrx" entity to a separate file
* SubGhz: show error tx start
* SubGhz: refactoring RPC
* SubGhz: value get optimizations
* SubGhz: fix name file
* SubGhz: add function description
* SubGhz: fix double back with a blocked transmission in this region and speacker, when a transmission is blocked in this region
* SubGhz: correct spelling
* SubGhz: better naming
* SubGhz: simplify includes
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-05-04 12:04:26 +09:00
gid9798
47ece05592
using scene_manager`s function
2023-04-22 19:47:33 +03:00
gid9798
b46d9e09eb
Revert "Fix add manually naming"
...
This reverts commit eb3a4bfa6e .
2023-04-22 17:42:41 +03:00
MX
eb3a4bfa6e
Fix add manually naming
2023-04-22 04:38:14 +03:00
MX
7747f45be3
Fix null pointer dereference
2023-04-21 07:51:37 +03:00
MX
f0e866cb56
Fix add manually naming
2023-04-21 07:38:01 +03:00
MX
1bb3ab8715
New option to save signal names with timestamps
2023-04-21 06:46:10 +03:00
MX
6d368c3e3a
Merge branch 'fz-dev' into dev
2022-12-26 22:42:21 +03:00
Georgii Surkov
8582670a34
[FL-2811] Fix PVS-Studio warnings ( #2142 )
...
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-12-26 21:13:30 +09:00
MX
1ce591a6c5
Partially fix strange issue with subghz decode raw
2022-12-01 03:18:41 +03:00
MX
4c0c70ff64
Merge branch 'fz-dev' into dev
2022-10-28 14:39:14 +03:00
Georgii Surkov
f11df49468
[FL-2828] Dolphin score update take 2 ( #1929 )
...
* Move DolphinDeedNfcRead
* Move DolphinDeedNfcReadSuccess
* Move DolphinDeedNfcSave
* Move DolphinDeedNfcDetectReader
* Move DolphinDeedNfcEmulate
* Count DolphinDeedNfcEmulate when launched from file browser
* Implement most of the score accounting for NFC
* Fully update Nfc icounter handling
* Move DolphinDeedSubGhzFrequencyAnalyzer
* Update the rest of icounter in SubGHz
* Adjust SubGHz icounter handling
* Adjust LFRFID icounter handling
* Adjust Infrared icounter handling
* Don't count renaming RFID tags as saving
* Don't count renaming SubGHz signals as saving
* Don't count renaming NFC tags as saving
* Adjust iButton icounter handling
* Minor code refactoring
* Correct formatting
* Account for emulating iButton keys from file manager/rpc
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 16:18:41 +09:00
MX
ed080ea5fc
fixed bug when mobile app was unable to send raw file
...
file name should not contain dots
2022-10-22 13:09:41 +03:00