From 0b9d632363e58e8e7c401a566511cb705f75f03d Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:03:55 +0300 Subject: [PATCH 1/2] Misc improvements --- .../subghz/scenes/subghz_scene_decode_raw.c | 2 +- applications/plugins/hid_app/application.fam | 22 +++++++++---------- firmware/targets/f7/api_symbols.csv | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/applications/main/subghz/scenes/subghz_scene_decode_raw.c b/applications/main/subghz/scenes/subghz_scene_decode_raw.c index ccfb40820..7ce5a8b3a 100644 --- a/applications/main/subghz/scenes/subghz_scene_decode_raw.c +++ b/applications/main/subghz/scenes/subghz_scene_decode_raw.c @@ -137,7 +137,7 @@ bool subghz_scene_decode_raw_next(SubGhz* subghz) { subghz->decode_raw_state = SubGhzDecodeRawStateLoaded; subghz->state_notifications = SubGhzNotificationStateIDLE; - subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "100%"); + subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "Done!"); return false; // No more samples available } } diff --git a/applications/plugins/hid_app/application.fam b/applications/plugins/hid_app/application.fam index b8c13e353..54448d841 100644 --- a/applications/plugins/hid_app/application.fam +++ b/applications/plugins/hid_app/application.fam @@ -1,14 +1,14 @@ -App( - appid="hid_usb", - name="USB Remote", - apptype=FlipperAppType.PLUGIN, - entry_point="hid_usb_app", - stack_size=1 * 1024, - fap_category="Tools", - fap_icon="hid_usb_10px.png", - fap_icon_assets="assets", - fap_icon_assets_symbol="hid", -) +#App( +# appid="hid_usb", +# name="USB Remote", +# apptype=FlipperAppType.PLUGIN, +# entry_point="hid_usb_app", +# stack_size=1 * 1024, +# fap_category="Tools", +# fap_icon="hid_usb_10px.png", +# fap_icon_assets="assets", +# fap_icon_assets_symbol="hid", +#) App( diff --git a/firmware/targets/f7/api_symbols.csv b/firmware/targets/f7/api_symbols.csv index 21df8107e..97fae6676 100644 --- a/firmware/targets/f7/api_symbols.csv +++ b/firmware/targets/f7/api_symbols.csv @@ -1,5 +1,5 @@ entry,status,name,type,params -Version,+,8.1,, +Version,+,8.11,, Header,+,applications/services/bt/bt_service/bt.h,, Header,+,applications/services/cli/cli.h,, Header,+,applications/services/cli/cli_vcp.h,, From 0ed290161d466a06ce1aea16c5432af06f437b84 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:34:14 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0757f653b..40c3e60b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ ### New changes +* Extra [apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps) update required! Please download using link below, API version changed to 8.x (details below) * SubGHz: Fix counter can go higher than 16bits in protocols - Keeloq, SL, Came Atomo, Nice Flor S * SubGHz -> Plugin: WS - Add protocol Auriol HG0601A (by @LY2NEO) [(Details)](https://github.com/DarkFlippers/unleashed-firmware/issues/184) * NFC -> PR: Assets - mf classic dict update - Possible keys for Omsk transport cards (by @vadrozh | PR #181) * BadUSB -> PR: Keyboard layouts: Slovenian (si) / Croatian (hr), Bosnian (ba) (Latin, Bosnia and Herzegovina) (by @StellarStoic | PR #187) * Plugins: Update Temperature Sensor Plugin - HTU2xD, SHT2x, SI702x, SI700x, SI701x, AM2320 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) * Plugins: Update HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipper-zero-hex-viewer) +* OFW: SubGhz: fix RAW "Send never ends +* OFW: Allow "Detect reader" for unsaved card +* OFW: Blocking USB driver API +* OFW: Unified Info API, App Error, Data Xchange (breaking change in API, API version was bumped to 8.x - OFW) +* OFW: Improve file name filtering +* OFW: SubGhz: fix duration pricenton protocol +* OFW: Gui: better navigation in file browser dialog +* OFW: Nfc: NTAG password auto capture (and other password-related changes) +* OFW: NFC: Accept non-parsed apps in Mifare DESFire. +* OFW: NFC: Fix MIFARE DESfire info action to open app menu #### [🎲 Download latest extra apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps)