MX
ab323c53a6
back
2023-06-29 14:12:47 +03:00
MX
052a55fe96
testing2
2023-06-29 13:52:15 +03:00
MX
3aa44d9e44
testing
2023-06-29 13:11:45 +03:00
AloneLiberty
e5ae3e22b3
NFC: Fix key invalidation logic ( #2782 )
...
* NFC: Fix key invalidation logic
* NFC: Fix crash in CLI with empty response
* Fix incorrect key conversions
* Proper call to nfc_util
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: Astra <me@astrra.space >
2023-06-29 17:24:13 +09:00
MX
293e01b800
update chaneglog
2023-06-29 06:39:52 +03:00
MX
259979a76a
fix issue with None app used in favourites
...
User desktop settings will be reset to defaults
2023-06-29 05:51:14 +03:00
MX
380734f804
Allow api mismatch bypass again :C
...
for those who explicitly doesn't update their manually installed apps and want to ignore warnings and issues caused by using outdated apps
2023-06-29 05:38:44 +03:00
Willy-JL
d547ef7bcc
Fix desktop settings resetting without PIN set
2023-06-29 04:24:19 +02:00
Willy-JL
b68dc9087a
Desktop new full keybind system + fix settng logic
2023-06-29 04:22:29 +02:00
Willy-JL
0c3a8a3ca1
Fix scroll acceleration wrap-around
2023-06-29 03:39:09 +02:00
MX
5e2d01f159
Update OFW PR 2782
2023-06-29 04:37:39 +03:00
MX
b0988e4d86
Merge branch 'ofw-dev' into dev
2023-06-29 04:22:51 +03:00
Willy-JL
788b395be2
Format
2023-06-29 02:06:34 +02:00
Willy-JL
bc8ba13427
Remove apps screenshots
2023-06-29 02:04:18 +02:00
Willy-JL
8f37a6a79d
Asset packs in FAPs + cleanup unused icons
2023-06-29 02:03:32 +02:00
g3gg0.de
c10c45616d
SLIX2 emulation support / practical use for Dymo printers ( #2783 )
...
* improve digital_signal for longer packets, also clean up code
* added SLIX2 specific features like signature and unknown keys (for issue #2781 ), added WRITE_PASSWORD handling
* fix NfcV AFI selection
* when NFCV_CMD_READ_MULTI_BLOCK reads beyond memory end, return the maximum possible block's content
* added SLIX2 reading
* fix NXP SYSTEMINFO response check size
* capture the first received password if none was set before
* clear stored data before reading SLIX details renamed slix2_dump functions to slix2_read
* display card block size values as decimal
Co-authored-by: あく <alleteam@gmail.com >
2023-06-29 02:44:34 +09:00
Dmitry Zinin
d1c27b6457
Keynote with vertical layout ( #2794 )
...
cherry pick from:
* https://github.com/DarkFlippers/unleashed-firmware/pull/428/files
* https://github.com/DarkFlippers/unleashed-firmware/pull/524/files
Co-authored-by:
* MX <10697207+xMasterX@users.noreply.github.com >
* gid9798 <30450294+gid9798@users.noreply.github.com >
Co-authored-by: MX <10697207+xMasterX@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-06-29 01:49:28 +09:00
AloneLiberty
feebf2cd77
NFC: Improvements to NFC Magic app ( #2760 )
...
Ability to write gen1b tags (ignore 0x43)
Ability to write gen1 7 byte UID tags
Fix detection of non magic cards
Co-authored-by: あく <alleteam@gmail.com >
2023-06-29 01:35:25 +09:00
Patrick Kilter
dcf105994b
Added Power Button for an unknown Sharp Model ( #2787 )
...
Tested by me, i just asked if I can get the remote. Tested with the universal remote before and thought you would like to add the button data
Co-authored-by: あく <alleteam@gmail.com >
2023-06-29 01:17:56 +09:00
minchogaydarov
a595231d25
Add Mitsubishi MSZ-AP25VGK universal ac remote ( #2800 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-06-29 00:54:42 +09:00
Astra
bf975ad786
Fix roll-over in file browser and archive ( #2811 )
2023-06-28 20:46:42 +09:00
Félix Legrelle
6f1c46e11d
Fix fr-FR-mac keylayout ( #2809 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-06-28 18:36:40 +09:00
MMX
ee96e34767
Fix furi_hal_bus related crashes in plugins ( #2799 )
...
* Fix furi_hal_bus issues in plugins
* Rework pwm is running check
* ApiSymbols: update and sync targets
Co-authored-by: あく <alleteam@gmail.com >
2023-06-28 18:25:07 +09:00
Skorpionm
e52fdcf109
[FL-3388] NFC/RFID detector ( #2795 )
...
* Field_Validation: add driver fild_validation_rfid
* Field_Validation: add fild_validation_nfc
* Field_Presence: added field validation functions to furi_hal_nfc
* Field_Presence: added field validation functions to furi_hal_rfid
* Field_Presence: add "NFC/RFID detector" app
* Field_Presence: fix GUI "NFC/RFID detector"
* NFC/RFID detector: add auto turn on backlight when field is detected
* NFC/RFID detector: fix syntax errors
* ApiSymbols: fix incorrect name
* FuriHal: filed detect naming
* FieldDetector: fix grammar
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-28 18:05:48 +09:00
Sergey Gavrilov
645a7c5989
[FL-3386] Fast FAP Loader ( #2790 )
...
* FBT: build and add FastFAP(tm) sections
* Elf file: fast loading fap files. Really fast, like x15 times faster.
* fastfap.py: cleanup unused imports
* Toolchain: 23 version
* Elf File: remove log messages
* Scripts: fix file permissions
* FBT: explicit interpreter for fastfap invocation
Co-authored-by: あく <alleteam@gmail.com >
2023-06-28 17:19:10 +09:00
Sergey Gavrilov
92c1bb83bf
LF-RFID debug: make it work ( #2793 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-06-28 16:30:59 +09:00
Konstantin Volkov
e680cf59b6
Actions: unit_test and updater timeouts ( #2807 )
...
* added some extra timeouts, fixed duration of units run command and minor logging changes. No list_ports yet needed
* increased timeouts
* make pvs happy
---------
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
2023-06-28 06:47:13 +10:00
Willy-JL
3cbf932bd1
Move clock setting to statusbar section of xfw app
2023-06-27 21:35:50 +02:00
Willy-JL
f780b832ad
Ddesktop service and events cleanup
2023-06-27 19:57:31 +02:00
Willy-JL
3ff34c1de7
Update favorite apps logic
2023-06-27 18:13:18 +02:00
Willy-JL
1c0daf5d5d
Desktop settings menu code cleanup
2023-06-27 18:03:06 +02:00
Willy-JL
4e6e8ece07
Remove usb mass storage for now
2023-06-27 17:54:40 +02:00
Willy-JL
1d7feabffb
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-27 17:45:45 +02:00
PpHd
0a5508a8a1
Fix M*LIB usage ( #2762 )
...
* Fix M*LIB usage
* Fix oplist definition of SubGhzFrequencyAnalyzerLogItem
* Fix oplist definition of M_CSTR_DUP_OPLIST
* Remove dependency of furi_string_utf8_decode to the internal definition of string_unicode_t
* Replace obsolete macro M_IF_DEFAULT1 to M_DEFAULT_ARGS
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-06-27 19:50:09 +09:00
Petr Portnov | PROgrm_JARvis
75354ec5ba
fix: make dialog_file_browser_set_basic_options initialize all fields ( #2756 )
...
* fix: make `dialog_file_browser_set_basic_options` initialize all fields
* fix(GH-2756): use alternative test for `test_dialog_file_browser_set_basic_options_should_init_all_fields`
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-27 18:46:04 +09:00
Astra
168fa72d53
[FL-3373] Scroll acceleration ( #2784 )
...
* Support for scroll acceleration
* Revert keyboard acceleration
* Add scroll acceleration to the text box
* Remove redundant code from the file manager input handler
* Archive: slightly better scrolling
* Gui,Archive: final version of accelerated scrolling
Co-authored-by: あく <alleteam@gmail.com >
2023-06-27 18:22:35 +09:00
Willy-JL
c5ec72692c
Better ios demo badkb script
2023-06-26 17:21:44 +01:00
Willy-JL
a1ddb58020
Merge branch 'zlo/fast-fap-tm-loader' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-26 17:15:18 +01:00
Nikita Vostokov
0b68487519
Fix cursor hiding after delete and exit from exit dialog
2023-06-26 15:01:38 +03:00
Nikita Vostokov
3d1ef1aae3
Disable subghz item scrolling
...
* Show time on receive new signal also
2023-06-26 14:48:57 +03:00
Sergey Gavrilov
4b94cf578b
Merge branch 'dev' into zlo/fast-fap-tm-loader
2023-06-26 13:08:02 +03:00
Willy-JL
15bac5e02a
Fix archive selection index issues after refresh
2023-06-26 03:05:46 +01:00
Willy-JL
1da113c353
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-26 01:13:44 +01:00
Willy-JL
afb6770f92
Format
2023-06-26 01:05:31 +01:00
Willy-JL
b57f912102
Add back favorite timeouts
2023-06-26 01:05:02 +01:00
Willy-JL
24c73c9460
Add back API mismatch ignore dialog
2023-06-26 00:54:53 +01:00
Willy-JL
5a38c821ef
Add back app names translation for RPC
2023-06-26 00:21:14 +01:00
Willy-JL
cc5bb03b86
Add back extmainapps
2023-06-26 00:17:26 +01:00
Willy-JL
64ecdc0c45
Format
2023-06-25 23:53:43 +01:00
Willy-JL
ef0203f778
Add back loader_show_settings
2023-06-25 23:53:11 +01:00