Commit Graph

10621 Commits

Author SHA1 Message Date
Sil333033
fd6d947d7f Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev 2023-11-20 21:20:19 +01:00
Willy-JL
8700b7ebc1 Fix evil portal log hang and crash 2023-11-20 20:18:27 +00:00
Sil333033
630d2f7c2a GPS app matchunit --nobuild 2023-11-20 21:17:40 +01:00
Sil333033
b3883e712a 5V is always on when USB is plugged --nobuild 2023-11-20 21:16:26 +01:00
Willy-JL
ffd61fa56f Fix console disable on evil portal uart 2023-11-20 20:06:09 +00:00
Willy-JL
5160c70608 Fix html set delay 2023-11-20 19:41:51 +00:00
Sil333033
23c40f397a Save Infrared GPIO settings 2023-11-20 20:38:30 +01:00
assasinfil
00b1018e9e Fixed validating 2023-11-20 20:46:51 +03:00
assasinfil
9c92338ddf Added social card parser 2023-11-20 19:11:30 +03:00
assasinfil
8188b63522 cleanup 2023-11-20 18:43:23 +03:00
assasinfil
0e172b67eb Layout 1c4 fix 2023-11-20 18:22:17 +03:00
assasinfil
156948ec58 All code added to parser 2023-11-20 17:42:19 +03:00
Methodius
bbdda5a3d7 trying to fix previous fix of timestamp_to_datetime() 2023-11-20 22:19:29 +09:00
Methodius
51a2e638ed trying to fix timestamp_to_datetime() 2023-11-20 22:14:49 +09:00
assasinfil
ffd9d3c218 Added msk transport parser 2023-11-20 14:10:50 +03:00
Willy-JL
ca6846fa3d forgot this oops --nobuild 2023-11-20 05:54:18 +00:00
Willy-JL
15a9a9c011 Fix some evil portal timings 2023-11-20 05:46:17 +00:00
Willy-JL
949fcfa40d Clear previous SSID's when setting up marauder EP 2023-11-20 04:57:35 +00:00
Willy-JL
f5405ce98b Update ESP Quick Flash, no more Evil Portal bin! 2023-11-20 04:54:31 +00:00
Willy-JL
c9b1e9f6b7 Support Marauder CLI in Evil Portal app
THANKS @0xchocolate for implementing this!
2023-11-20 04:50:02 +00:00
Willy-JL
82cdab831f Evil portal fix zero terminated ap name 2023-11-20 03:38:21 +00:00
Willy-JL
e22fa80abe Update from apps repo 2023-11-20 00:50:53 +00:00
Willy-JL
91368a4538 Format 2023-11-19 23:42:25 +00:00
Willy-JL
2b71789692 Fix build 2023-11-19 23:41:33 +00:00
Willy-JL
3b898ece92 Update system apps 2023-11-19 23:18:47 +00:00
Willy-JL
2c8a2006c1 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
# Conflicts:
#	.ci_files/rgb.patch
#	.drone.yml
2023-11-19 23:16:39 +00:00
Sil333033
35f6c032b9 Update NMEA app support deepsleep --nobuild
also reworked the render cb to show the changed handlings by the user
2023-11-19 17:25:05 +01:00
Sil333033
8903b3350f "you wanna format? i closed already"
- willy 1s after push
2023-11-18 23:44:32 +01:00
Willy-JL
d1a1fe18ce Support asset packs in uhf rfid 2023-11-18 22:40:55 +00:00
Sil333033
675382d548 Added UHF RFID app 2023-11-18 23:37:23 +01:00
WillyJL
362b20478d fix(animation-manager): fix only 1 valid anim showing fallback (#455) 2023-11-17 23:57:16 +00:00
Willy-JL
4e79f22fee Simplify and speedup the fallback anim fix 2023-11-17 23:54:08 +00:00
WillyJL
582a9a2d6b Added 25 Devices (#456) --nobuild 2023-11-17 17:36:07 +00:00
Mr. Proxy
1d14f7eb61 Added 25 Devices
Currently at 531 Device! 
All Genuine devices that exist on FaistPair are added!
2023-11-17 12:32:03 +01:00
thomas
72aa64d03c fix(animation-manager): avoid animation is set correctly if fallback is enabled and the user has only one or less available animation 2023-11-17 10:10:50 +01:00
MX
9513ff5307 fix rgb patch 2023-11-17 02:43:47 +03:00
MX
12e736b283 fix ci, temp workaround for manifest 2023-11-17 02:35:27 +03:00
MX
a64c9534e2 Merge branch 'ofw_dev' into dev 2023-11-17 02:20:27 +03:00
Willy-JL
d74fa7bf52 17 more apps done, 14 to go 2023-11-16 05:14:05 +00:00
Willy-JL
6fe1238a64 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-new-app-system 2023-11-16 04:29:05 +00:00
Willy-JL
80bff5ade8 Allow resources for faps with firmware 2023-11-16 03:04:21 +00:00
Willy-JL
09c6cf168e Merge and improve new storage rename/move 2023-11-16 03:03:41 +00:00
Willy-JL
a4d01d5d88 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-11-16 02:19:28 +00:00
Sergey Gavrilov
4b3e8aba29 [FL-3664] 64k does not enough (#3216)
* Unit tests: add "exists" to furi_record tests
* Unit tests: mu_warn, storage 64k test
* Storage: read/write over 64k
* Unit tests: moar tests for storage r/w for >64k cases
* Apps, libs: replace uint16_t with size_t on storage r/w operations
* Unit tests: better data pattern, subghz: warning if transmission is prohibited

Co-authored-by: あく <alleteam@gmail.com>
2023-11-16 01:39:27 +09:00
hedger
98d5718ec9 fbt: improvements (#3217)
* fbt: changed cdefines & lib handling for external apps; added extra checks for app manifest fields; moved around AppsC generator
* fbt: commandline fixes for spaces in paths
* fbt: fixed stringification for FAP_VERSION
* fbt: Removed excessive quoting for gdb
* docs: update for cdefines; fbt: typo fix
* fbt: enforcing at least 2 components in app version=

Co-authored-by: あく <alleteam@gmail.com>
2023-11-16 01:27:35 +09:00
あく
457aa5331f Various Fixes for 0.95 (#3215)
* FuriHal: retry gauge/charger initialization
* FuriHal: lower logging level for flash known errata
* FuriHal: graceful fail if subghz chip is not working
* Furi: issue stop command even if timer is not active, document timer behavior
2023-11-15 20:11:05 +04:00
Flipper Zelebro
a61b5d4b4c Add Mastercode SubGHz Protocol (#3187)
* Add Mastercode SubGHz Protocol
* Add 2 valid raw files and cleanup code
* Add tests to the two Raw Files
* Remove extra test & delete comments
* Fixes pulse length and shows correct Key

Co-authored-by: FlipperZelebro <flipperzelebro [at] gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-11-15 18:04:45 +09:00
Georgii Surkov
ba074068b0 [FL-3662] Do not remove file when renaming to itself (#3193)
* Do not allow overwriting a file with dir and support renaming file to itself
* Fix operator precedence error
* Add support for storage-specific path equivalence checks
* Fix typo
* Fix updater compilation
* Update Doxygen comments in storage.h

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-11-15 17:56:13 +09:00
Georgii Surkov
615a147973 [FL-3608] Fix iButton crash on missing file (#3210)
Co-authored-by: あく <alleteam@gmail.com>
2023-11-15 17:45:41 +09:00
gornekich
c00776ca22 [FL-3666] NFC API improvements (#3214)
* drivers: expose st25r3916 driver API
* nfc poller: add start with custom callback
* mf classic: rework sync API with poller custom start
* mf ultralight: rework sync API with poller custom start
* iso14443_3a poller: remove unused col res state
* nfc: rework nfc poller custom start
* mf ultralight: rename sync API
* mf classic: rename sync API
* iso14443-3a: rename sync API
* nfc: remove async prefix in internal functions
* nfc: expose internal API
* nfc: fix sync api include and docs
* targets: fix f18 build
* nfc: rework NfcGenericEventEx type
* nfc poller: add documentation
* iso14443-3a poller: add documentation
* felica poller: add documentation
* iso14443_3b poller: add documentation
* so14443_4a poller: add documentation
* iso14443_4b poller: add documentation
* iso15693 poller: add documentation
* slix poller: add documentation
* mf desfire poller: add documentation
* mf ultralight poller: fix API and add documentation
* mf classic poller: add documentation

Co-authored-by: あく <alleteam@gmail.com>
2023-11-15 17:32:45 +09:00