From afdeb312e676fb51d63af17e24eb527ff8e66000 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:24:36 +0000 Subject: [PATCH] Update apps --nobuild - FlipSocial: Bug fixes (by jblanked) - FlipWiFi: Bug fixes (by jblanked) - KeyCopier: Support for formats AR4, M1, AM7, Y2, Y11, S22, NA25, CO88, LW4, LW5, NA12, RU45, H75, B102, Y159, KA14, YM63, SFIC, RV (by HonestLocksmith) - Picopass: Save SR as legacy from saved menu (by bettse) - Pokemon Trade Tool: Bug fixes (by kbembedded) - uPython: Optimized speaker note constants to save space (by ofabel) - WebCrawler: New BROWSE option to read HTML pages, many bugfixes (by jblanked) --- CHANGELOG.md | 13 +++++++------ SConstruct | 2 +- applications/external | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abbc22ff..4908abc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,17 +31,18 @@ - ESP Flasher: Add c3 and c6 to s3 option (by @jaylikesbunda), update Marauder bins to 1.1.0 (by @justcallmekoko) - FlipBIP: Refactor to make adding coins easier (by @xtruan) - FlipLibrary: Wikipedia, dog facts, random quotes, weather, asset price, predictions, trivia, advice, uuid and many more, bug fixes (by @jblanked), holidays, improvements to connectivity and progress (by @jamisonderek) - - FlipSocial: Improved authentication, loading screens, memory fixes, bio and friend counts, new feed screen with posted time, search users and contacts, home announcements and notifications, private feed option, endless feed (by @jblanked), RPC_KEYBOARD support (by @jamisonderek) + - FlipSocial: Improved authentication, loading screens, many bug fixes, bio and friend counts, new feed screen with posted time, search users and contacts, home announcements and notifications, private feed option, endless feed (by @jblanked), RPC_KEYBOARD support (by @jamisonderek) - FlipStore: Many bugfixes, support downloading ESP32 and VGM firmwares and Github repos, allow deleting apps, memory fixes, update Marauder, use Flipper catalog API (by @jblanked), more improvements (by @jamisonderek) - FlipTrader: Improved progress display, added connectivity check on startup (by @jamisonderek) - FlipWeather: Stability improvements (by @jblanked), improved progress display, added connectivity check on startup (by @jamisonderek) - - FlipWiFi: Improve error handling, update scan loading and parsing, fix crash when saving networks manually, max 100 network scan, add some fast commands (by @jblanked), add connectivity check on startup (by @jamisonderek) + - FlipWiFi: Improve error handling, update scan loading and parsing, many bug/crash fixes, max 100 network scan, add some fast commands (by @jblanked), add connectivity check on startup (by @jamisonderek) + - KeyCopier: Support for formats AR4, M1, AM7, Y2, Y11, S22, NA25, CO88, LW4, LW5, NA12, RU45, H75, B102, Y159, KA14, YM63, SFIC, RV (by @HonestLocksmith) - Oscilloscope: Add simple spectrum analyser and basic software scaling support (by @anfractuosity) - - Picopass: Handle write key retry when a different card is presented (by @bettse) - - Pokemon Trade Tool: Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface (by @kbembedded) + - Picopass: Handle write key retry when a different card is presented, save SR as legacy from saved menu (by @bettse) + - Pokemon Trade Tool: Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface, bug fixes (by @kbembedded) - Snake 2.0: Progress saving, endless mode, game timer, fruit positioning bugfixes (by @Willzvul) - - uPython: Enabled extra functions for the `random` module (by @ofabel) - - WebCrawler: Improved progress display, added connectivity check on startup (by @jamisonderek) + - uPython: Enabled extra functions for the `random` module, optimized speaker note constants to save space (by @ofabel) + - WebCrawler: New BROWSE option to read HTML pages, many bugfixes (by @jblanked), improved progress display, added connectivity check on startup (by @jamisonderek) - WiFi Marauder: AirTag Spoof, flipper blespam, sniff airtag and flipper, list airtag (by @0xchocolate) - UL: NFC Magic: Added possibility to write 7b MFC to Gen1 tags (by @mishamyte) - UL: Unitemp: Fixed handling of hPa units (by @shininghero) diff --git a/SConstruct b/SConstruct index 7f9fef8ba..335bdde3c 100644 --- a/SConstruct +++ b/SConstruct @@ -347,7 +347,7 @@ black_base_args = [ "--include", '"(\\.scons|\\.py|SConscript|SConstruct|\\.fam)$"', "--exclude", - '"(mp_flipper/flipperzero/random\\.py)$"', + '"(mp_flipper/(flipperzero|docs)/.*\\.py)$"', ] distenv.PhonyTarget( diff --git a/applications/external b/applications/external index 15f866270..760e4ac1f 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit 15f866270c6d57290a67bdd3d59957a117b3c38f +Subproject commit 760e4ac1f68201c41c2cb4ac0810d092eeda6ba8