Commit Graph

9940 Commits

Author SHA1 Message Date
Willy-JL
cd301b4045 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild 2023-09-04 23:36:06 +02: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
Willy-JL
557943a185 Apple ble fix airtags (hermes still buggy) 2023-09-04 22:11:56 +02:00
MX
99eb10d6e7 fix module p1 2023-09-04 23:11:40 +03:00
Willy-JL
c27c8bb34e New ble spam interface, add infos, fix payloads 2023-09-04 22:00:46 +02:00
MMX
ac4177c248 Merge pull request #592 from DarkFlippers/subghz_remote_submodule
SubGHz Remote: submodule
2023-09-04 22:42:21 +03:00
MX
2b383ebcee Keyboard ok to toggle select all in cursor mode
by Willy-JL
2023-09-04 21:19:35 +03:00
Willy-JL
557afcbc89 Refactor some names in continuity lib 2023-09-04 16:22:38 +02:00
Willy-JL
8613fab275 Remove iClass tag from PicoPass (consistency) 2023-09-04 16:15:38 +02: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
Willy-JL
1c19c6e929 Remove broken spams, move interesting ones first 2023-09-04 05:22:30 +02:00
Willy-JL
8444cdb353 Actual apple ble spam (+pair, continuity lib) 2023-09-04 04:59:19 +02:00
Willy-JL
5d3eb575fc Improve custom bt adv data 2023-09-04 04:51:45 +02:00
Willy-JL
2b0bc5d91e Refactor adv struct in apple ble spam app --nobuild 2023-09-03 18:33:53 +02:00
Willy-JL
bf41740b8f Add Apple BLE Spam app 2023-09-03 16:58:52 +02:00
Willy-JL
77c4ebbe8c Fix missing pixel in ble disconnected icon 2023-09-03 15:46:53 +02:00
Willy-JL
87124a1d2c Custom BT adv data API 2023-09-03 01:40:30 +02:00
Willy-JL
8f3a8ad730 Keyboard ok to toggle select all in cursor mode --nobuild 2023-09-03 01:16:51 +02:00
Willy-JL
3433fc6f95 Fix nfc and fuzzer dynamic naming 2023-09-03 00:15:43 +02:00
Willy-JL
2742b2faf8 Dynamic default ibutton naming 2023-09-02 23:48:12 +02:00
Willy-JL
113c895d9a Dynamic default rfid naming 2023-09-02 23:42:20 +02:00
Willy-JL
8443fc53f2 Dynamic default nfc naming 2023-09-02 22:18:42 +02:00
Willy-JL
6caf8a6432 Final file naming tweaks 2023-09-02 18:27:40 +02:00
Willy-JL
c30f8a5e89 Change naming scheme setting name 2023-09-02 18:24:53 +02:00
Willy-JL
756215457e Detailed (timestamp) naming by default 2023-09-02 17:17:05 +02:00
Willy-JL
111a9da5ef Fix build 2023-09-02 17:16:42 +02:00
Willy-JL
58355994ec Port new naming scheme to apps 2023-09-02 17:16:21 +02: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
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
Willy-JL
ea8cbfc84a BadKB add script elapsed/runtime timer (#335) 2023-09-01 23:28:29 +02: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
Willy-JL
25434b8fb7 Merge branch 'main' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev --nobuild 2023-09-01 03:45:55 +02:00
Willy-JL
abbc6f15a1 Enter bootloader with dualboot switch --nobuild 2023-09-01 03:43:46 +02:00
Willy-JL
bccd7a3e4a Change dual boot text 2023-09-01 03:43:14 +02:00
Willy-JL
f12e557408 Dev Pro/ Wroom dual boot broky :angy: 2023-09-01 03:42:56 +02:00