Eng1n33r
062faa4a84
Merge branch 'DarkFlippers:dev' into dev
2023-09-04 23:19:53 +03:00
MX
1cafa9a46b
Fix naming var
2023-09-04 23:15:23 +03:00
MX
654b3245c2
fix module p2
2023-09-04 23:14:07 +03:00
MX
99eb10d6e7
fix module p1
2023-09-04 23:11:40 +03:00
Eng1n33r
e878ed7547
Merge branch 'DarkFlippers:dev' into dev
2023-09-04 22:52:42 +03:00
MMX
ac4177c248
Merge pull request #592 from DarkFlippers/subghz_remote_submodule
...
SubGHz Remote: submodule
2023-09-04 22:42:21 +03:00
MX
e6f9563bbc
Merge branch 'dev' into eng_dev
2023-09-04 22:40:50 +03:00
MX
2b383ebcee
Keyboard ok to toggle select all in cursor mode
...
by Willy-JL
2023-09-04 21:19:35 +03:00
Eng1n33r
cfc5caca63
Merge branch 'DarkFlippers:dev' into dev
2023-09-04 20:50:46 +03:00
MX
9c6e20356f
Merge branch 'ofw-dev' into dev
2023-09-04 16:47:08 +03:00
Sergey Gavrilov
0b806c2360
Storage: force mount ( #3033 )
...
* Storage: count opened files
* Storage: sd mount
* Storage: prompt to mount SD card if not mounted
* F18: update API
* F18: update API version
* Fix logger naming scheme
* Storage: storage_files_count -> storage_open_files_count
Co-authored-by: あく <alleteam@gmail.com>
2023-09-04 14:10:07 +09:00
Linn Dahlgren
ce89240f6f
[DOC] Remove defunct link in ReadMe.md ( #3036 )
2023-09-04 12:37:12 +09:00
Eng1n33r
686fab7296
Merge remote-tracking branch 'origin/dev' into dev
...
faac prg mode beta-2
2023-09-02 22:04:36 +03:00
MX
7d2deb5939
add some non working code
2023-09-02 21:45:51 +03:00
Eng1n33r
06a528f497
FAAC SLH prog mode [beta]
2023-09-02 19:00:45 +03:00
MX
265d2592e7
proper check
2023-09-02 16:26:19 +03:00
MX
72e6f5f59e
fix
2023-09-02 16:02:32 +03:00
MX
3898e6e71d
Fixes and de-kostilying
2023-09-02 16:00:24 +03:00
MX
17269a5386
Merge remote-tracking branch 'Eng1n33r/dev' into eng_dev
2023-09-02 15:59:51 +03:00
Eng1n33r
a2bcf67f7f
Merge remote-tracking branch 'DarkFlippers/dev' into dev
2023-09-02 15:22:21 +03:00
MX
bd2cfb55df
Merge branch 'dev' into eng_dev
2023-09-02 14:28:49 +03:00
MMX
0c7689831e
Merge pull request #594 from amec0e/dev
...
Updated Infrared Assets
2023-09-02 14:27:08 +03: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
amec0e
a8456208da
Update tv.ir
...
New additions
2023-09-01 22:36:42 +01:00
amec0e
7ecd5684cb
Update projectors.ir
...
New additions
2023-09-01 22:36:21 +01:00
amec0e
832d861b9d
Update fans.ir
...
New additions
2023-09-01 22:35:58 +01:00
amec0e
7a0c896626
Update audio.ir
...
New additions
2023-09-01 22:35:31 +01: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
Astra
e5fdb2e069
[FL-3314] Disconnect from BLE on protobuf error ( #2955 )
...
* Disconnect from BLE on protobuf error
* Set profile instead of disconnecting and add logging
Co-authored-by: あく <alleteam@gmail.com>
2023-09-01 13:54:12 +09:00
hedger
5eeb672dd4
github: workflow trigger optimizations ( #3030 )
2023-09-01 12:09:48 +09:00
suaveolent
d8d2b360cb
Add support for Mifare Classic 4k SAK 0x38 ATQA 0x02, 0x04, 0x08 ( #3009 )
...
Co-authored-by: suaveolent <suaveolent@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-09-01 11:22:29 +09:00
あく
7531e18020
Move roadmap link to readme ( #3014 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-09-01 06:00:40 +04:00
あく
f218c41d83
Undo some TODO ( #3024 )
...
* TODO FL-3497: impossible to fix with current memory allocator
* TODO FL-3497: removed, requires radically different settings approach
* TODO FL-3514: removed, yes we should
* TODO FL-3498: implemented, guarding view port access with mutex.
* TODO FL-3515: removed, questionable but ok
* TODO FL-3510: removed, comment added
* TODO FL-3500: refactored, store pin numbers in GpioPinRecord, fix gpio app crash caused by incorrect gpio_pins traversal.
* Format Sources
* TODO FL-3505: removed, mutex alone is not going to fix issue with WPAN architecture
* TODO FL-3506: removed, change ownership by copy is good
* TODO FL-3519: documentation and link to source added
* Lib: remove unneded total sum from comment in bq27220
---------
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-09-01 05:54:52 +04:00
Astra
7aa55ebc6c
[FL-3543] Check the filetype of the update manifest ( #3025 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-09-01 10:47:02 +09:00
Sergey Gavrilov
809418b9da
[FL-3563] StorageListRequest: size filter ( #3018 )
...
* Protobuf: size filter
* Update protobuf
* Scripts: types for fwflash.py
* RPC: handle fliter for StorageListRequest
* RPC: StorageListRequest tests for filtering
* Fix unit tests configuration
* Assets: sync protobuf with upstream
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-09-01 10:23:37 +09:00
Eng1n33r
b91f8d009e
Fix KL unknown mf cnt bug
2023-08-31 22:39:22 +03:00
Skorpionm
aa1c1fd905
[FL-3582] SubGhz: heap overflow text error ( #3021 )
2023-08-29 20:55:36 +09:00
gid9798
cb5c5c08f6
SubGHz Remote: submodule
2023-08-29 13:37:15 +03:00
Astra
c6be6f487a
[FL-3495] Remove the TODO for GPIO settings save/load ( #3015 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-08-29 13:39:34 +09:00
gornekich
5eb045e25f
nfc: add rfal wrong state error handling ( #3017 )
2023-08-29 13:31:40 +09:00
Eng1n33r
04b2771e3b
Merge branch 'DarkFlippers:dev' into dev
2023-08-28 13:23:07 +03:00
MX
5bd868665e
fix timer icons in ir remote
...
icons by @Svaarich
2023-08-28 05:50:32 +03:00
MX
46e74b3823
remake fix in ofw way
...
view_dispatcher will skip on _run and free will be called, then app will exit same as normal
2023-08-28 05:48:40 +03:00
Eng1n33r
a772408ee6
Good Monday
...
[SubGhz / RadioSettings] More flexible rolling counter rate;
Remove unused stuff & small UI revisal
2023-08-28 00:02:48 +03:00
DerSkythe
7b4d66f0f4
change: add another icon for a BinRAW receiver mode
2023-08-27 04:04:22 +04:00
MX
416a02fc5b
Merge branch 'ofw-dev' into dev
2023-08-27 02:43:56 +03:00
あく
cf74dd2599
Rfid: fix crash on broken key launch from archive ( #3012 )
2023-08-25 21:00:00 +04:00
Astra
66d26c16cd
[FL-3580] AC OFF button ( #3010 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-08-26 01:09:40 +09:00
hedger
c3aa151712
github: Check for todos ( #3011 )
2023-08-25 23:38:41 +09:00