forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 569
Gornek/2245 mifare classic emulation #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
RogueMaster
merged 5 commits into
RogueMaster:dev-MuddleBoxUnlocks
from
flipperdevices:gornek/2245_mifare_classic_emulation
May 18, 2022
Merged
Gornek/2245 mifare classic emulation #11
RogueMaster
merged 5 commits into
RogueMaster:dev-MuddleBoxUnlocks
from
flipperdevices:gornek/2245_mifare_classic_emulation
May 18, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
at-manos
pushed a commit
to at-manos/flipperzero-firmware-wPlugins
that referenced
this pull request
May 29, 2022
Removed duplication from readme
RogueMaster
pushed a commit
that referenced
this pull request
Apr 15, 2023
RogueMaster
pushed a commit
that referenced
this pull request
Oct 31, 2023
Update README to include Software Installation instructions.
RogueMaster
pushed a commit
that referenced
this pull request
Oct 31, 2023
RogueMaster
pushed a commit
that referenced
this pull request
Oct 31, 2023
* Initial implementation of #11
RogueMaster
pushed a commit
that referenced
this pull request
Nov 1, 2023
RogueMaster
pushed a commit
that referenced
this pull request
Nov 1, 2023
RogueMaster
pushed a commit
that referenced
this pull request
Nov 17, 2023
Merge pull request #10 from leedave/main
RogueMaster
pushed a commit
that referenced
this pull request
Dec 2, 2023
3758a8d upd gps 9cb005d add automatic 5v power in gps app dbd100e update gps uart 25662db fixing some big bugs 07e9c82 combine 1 d5df4d8 move base pack here REVERT: ecd900b Clean up changing baud rate logic. REVERT: bdff18e Properly initialize gps_uart struct members. REVERT: 565e93b Merge pull request #24 from dl9sec/main REVERT: cc8b253 Update README.md REVERT: e3cd903 Remove unnecessary enum identifier. REVERT: 5c70f6e Add include guard to constants.h. REVERT: 7112bef Update module compatibility information. Closes #21. REVERT: ec77166 Merge pull request #23 from ezod/4800baud REVERT: fb7946f Add 4800 baud rate. Closes #20. REVERT: a27b41c Merge pull request #22 from ezod/mph REVERT: d875fb5 Add setting for speed display in miles per hour. Closes #19. REVERT: 88e7324 Add uFBT build instructions. Closes #15. REVERT: aa8a4b7 Remove YMMV warning about NEO-6M. REVERT: 734e2c4 Add Royaltek RBT-2100LP to supported module list. REVERT: 0a86422 Add installation instructions. REVERT: dc3aa4f Ignore .clang-format autogenerated by ufbt. REVERT: b36bc47 Remove unused sdk-index-url context. REVERT: 7a45a4f Add build status badge. REVERT: 96f0f59 Add GitHub action to build FAPs for dev and release SDK. REVERT: 3972929 Add missing parenthesis. REVERT: 53c610a Fix link on issue reference. REVERT: e9317fc Add note about NEO-6M not working for some people. REVERT: f433916 Add usage section to README for new interactions. Closes #11. REVERT: 47b3e0a Remove contributing section, as it is no longer relevant. REVERT: d28dfe9 Merge pull request #10 from xMasterX/ul-updates REVERT: a9c1301 Delete minmea.h REVERT: e21c132 Delete minmea.c REVERT: 53aa016 Import minmea as a submodule and add FAP library definition. REVERT: 6147cb9 Ignore .vscode from uFBT. REVERT: 841db2d Set default baud rate to 9600. REVERT: 6128470 Merge branch 'main' into ul-updates REVERT: f6fa1e7 Apply ./fbt format (excluding third-party sources). REVERT: 606389c Add all current updates REVERT: aaea283 Add comments to serial readline loop. REVERT: 5b74829 Add support for GLL NMEA sentence. REVERT: 397a8f1 Improve context object pointer handling. REVERT: 3334056 Update mutex to new API. REVERT: e7bf036 Add link to Lab401 tutorial video by RocketGod. Closes #4. REVERT: dc9fa7a Add note about PRs for compatible module list. REVERT: b73b3c6 Remove binary from source tree; to be added to GitHub release. REVERT: d400dc6 Change app category to GPIO. REVERT: 0a524e6 Add u-blox NEO-6M to compatible module list. REVERT: e8bdc1a Add list of confirmed compatible modules. REVERT: 4ab2114 FAP: API version 11.5. REVERT: e22f4fc FAP: API version 10.1. REVERT: 502ff34 FAP: API version 7.5. REVERT: 5e08103 FAP: API version 7.2. REVERT: 123583a Add default handler to input even switch statement. REVERT: 03d8ffe Add contributing section to README. REVERT: f5dbde5 Initialize time fields to zero. REVERT: f088296 Scale down wiring diagram. REVERT: c507855 Add wiring diagram. REVERT: 4f1ed02 Expand build instructions. REVERT: 27b213d Add UI image. REVERT: 60f86ae Add color-coded LED blinks on successful NMEA message parse. REVERT: b9269b4 Improve UI layout. REVERT: 87de232 Add time fields to GPS status struct. REVERT: 1014b5d Add several more GPS fields to status struct and display. REVERT: f30f219 Code style formatting overhaul. REVERT: 47fadfc Update UART code to use new stream buffer API. Closes #1. REVERT: 75940c7 Update README with new FAP target. REVERT: 58fa5b9 Rename main app source file. REVERT: b3cd0e7 Update application manifest and add icon. REVERT: 8aff5d2 Move sources to root of repository. REVERT: 6e654f9 Mention and link minmea in README. REVERT: c4909c6 Create README. REVERT: fe98f61 Import and FAP conversion of GPS plugin from flipperzero-firmware fork. Does not build yet as stream_buffer.h API is not yet available for FAP. REVERT: 2feee6c Initial commit git-subtree-dir: gps_nmea git-subtree-split: 3758a8d
RogueMaster
pushed a commit
that referenced
this pull request
Dec 2, 2023
d136006 move base pack here REVERT: 99bd509 Picopass, music player version bump (#28) REVERT: 1cce06c Music player, picopass: assets integration (#23) REVERT: fca2fde Clock, music player, snake game from firmware repo (#19) REVERT: 19cc230 Mass storage: deadlock fix (#22) REVERT: b108d7a add Auriol-AHFL protocol (#17) REVERT: 64625d3 Mass storage 1.1 (#18) REVERT: f3d0a51 .gitignore add (#16) REVERT: a012a03 Added fap_version field to all apps (#15) REVERT: 7d7a283 [FL-3475] Fix markdown for descriptions (#14) REVERT: f3c49ed Add descriptions for all the faps (#13) REVERT: d8c1593 Added build workflow (#11) REVERT: f15e0f8 Add codewoners and PR template REVERT: 4670a88 Fixes failure to read picopass cards immediately after emulating. (#10) REVERT: fdb9b1c Merge pull request #9 from bettse/custom_key REVERT: e5b76f8 Picopass: key change to custom elite key REVERT: d625492 Merge pull request #7 from bettse/write_fail REVERT: 20468a8 Manifest cleanup REVERT: e445072 Added app descriptions (#8) REVERT: 9df58b6 bugfix REVERT: 2fd255d Picopass: Properly indicate write success/failure REVERT: 6300982 Merge pull request #3 from nvx/feature/picopass_emulation REVERT: 586836b Screenshots for app catalog (#6) REVERT: c20e110 nfc_magic: fix icon dependency (#5) REVERT: 5f39e01 Removed clock, music player, snake game (#4) REVERT: ed0823c [FL-3432] USB storage app (#1) REVERT: cc70ae9 Add picopass emulation REVERT: 7d55581 Prepare nfc_rfid for fap catalog (#2) REVERT: 881d9be Move apps from flipperzero firmware into separate repository git-subtree-dir: music_player git-subtree-split: d136006
RogueMaster
pushed a commit
that referenced
this pull request
Dec 2, 2023
b408703 fix catalog versions 2f006ba bump version e4d9959 Update apps 7bfa94d bump versions 5cee3bd fix cnt down timer & update pomodoro 793f8fa categories part 1 63f561c more manifestos, xbox controller and videopoker ufbt fixes a7b41b1 Add Screenshots 0a1b42c API 31 / unzip sources REVERT: d329978 feat: on-demand contextual chatting (#211) REVERT: 52cc11a feat: display stats (#97) REVERT: ddda80f ci(build): fix missing deed method (#198) REVERT: 2f2962d feat: long cycle (#42) (#45) REVERT: 925ebc6 feat: animated stage background (#39)(#32) REVERT: 70e3a71 refactor: modules structure (#11) REVERT: fa63582 feat: add happiness management (#10) REVERT: 57b1487 update images art REVERT: 621c6fd complete MVP REVERT: b3f442d add timer stage toggl REVERT: f49e172 add build infrastructure git-subtree-dir: pomodoro git-subtree-split: b408703
RogueMaster
pushed a commit
that referenced
this pull request
Dec 2, 2023
5cae0ac16 upd wifi marauder ae2e1bb1b marauder upd 5c4769e04 Update marauder 4012e8820 update wifi marauder fa28efb48 do not reset 5v if it was enabled in gpio 036682383 move base pack here REVERT: b13649bf0 Update version in application.fam REVERT: a5e79bb55 Add Swiftpair Spam, Evilportal sethtml, and LS command (#36) REVERT: 28c978eed Update version for incoming PR merge REVERT: 218f8c04d Update changelog.md for app catalog REVERT: bc43c3770 Update app version in application.fam REVERT: 49c72f19e Add commands for BT wardriving and Sour Apple (#33) REVERT: e92624d59 Update version for incoming PR merge REVERT: 95f51c16a Update app version in application.fam REVERT: 77f872c0a Update changelog.md for app catalog REVERT: 6fdafd773 Add GPS and Wardrive commands (#29) REVERT: 5bde942c0 Update version for incoming PR merge REVERT: 21423f037 added an option to hop all channels on sniffpmkid. fixed a bug on custom command (#26) REVERT: 4ecee57ee Update version for incoming PR merge REVERT: 7f8c59fb6 Update changelog.md for app catalog REVERT: c1a2fb73c Update fap version in application.fam REVERT: 8abcf42ea Update ReadMe.md REVERT: ef7d1d42b Add LED and Evil Portal commands (#25) REVERT: a62c15d0c Remove esp flasher, increment version for incoming changes REVERT: b437850ec Add screenshots to readme and in-app ESP flasher deprecation warning REVERT: a2a5aa597 ESP32 flasher: Add other flash options, support ESP32-S3, lockout exit button when flashing REVERT: 4a19bc172 Update ReadMe.md (#23) REVERT: 55d639171 Update ReadMe.md REVERT: fe739e5a0 Implement in-app ESP32 flasher REVERT: 9881e20fa Merge pull request #22 from francis2054/patch-1 REVERT: b4dd6b5f3 Update ReadMe.md REVERT: ed241e5c2 Update ReadMe.md REVERT: bd41136e9 Update ReadMe.md REVERT: 209689bbe Update README.md for app catalog REVERT: da5dd984f Fix formatting (a single space out of place :o) REVERT: 3089e3845 Add required files for app catalog REVERT: 3b3aca2dc Merge pull request #19 from xMasterX/fix_crash REVERT: 360d1dfa0 Fix crashes when reopening app REVERT: 757517b74 Lowercase appid to fix ufbt parsing issue REVERT: 5d02a2178 Update ReadMe.md REVERT: 4424c4661 Add unleashed SDK sources to build.yml REVERT: 661270e96 Update ReadMe.md REVERT: 4f9008a9a Update build.yml REVERT: c359f82f1 Copy changes from unleashed, increment version to v0.4.0 REVERT: 7292008ff Update ReadMe.md REVERT: c5e72fce4 Refactor for ufbt REVERT: 6018223da Merge pull request #17 from justcallmekoko/feature_wifi_marauder_app REVERT: 8202a6143 Fix indent REVERT: 147a8c6ce Add signal monitor command REVERT: c19d1740a oops, forgot to add file to last commit REVERT: 3168097b6 Add sniffpmkid submenu to support new options REVERT: 7241f9801 Merge branch 'dev' of github.com:0xchocolate/flipperzero-firmware-with-wifi-marauder-companion into feature_wifi_marauder_app REVERT: 9dedcd07b api: added lib/nfc/protocols/nfc_util.h (#2674) REVERT: 341cd5e86 [FL-3312] fix PIN retry count reset on reboot (#2671) REVERT: 8d1f5b04b [FL-3317] fbt: allow strings for fap_version field in app manifests (#2672) REVERT: c496962f9 fix typo in FuriHalDebuging.md (#2667) REVERT: aa8a369e2 Rpc: add desktop service. Desktop: refactor locking routine. (#2665) REVERT: 9862876f0 SubGHz: Fix typos (#2661) REVERT: 9914aa40b [FL-3302] Part 2 of hooking C2 IPC (#2662) REVERT: eebc6241b [FL-3302] ble: attempt to handle hardfaulted c2 (#2653) REVERT: d5403a089 Add Mfkey32 application (#2517) REVERT: e1c6e78b2 added DigitalSequence and PulseReader (#2070) REVERT: f57f0efc4 Debug: revert cortex debug to lxml and drop DWT (#2651) REVERT: 241b4ef6e [FL-3299] furi_crash: added C2 status; added fw-version gdb command (#2638) REVERT: 268b88be0 [FL-3285] Removed STM32CubeWB module (#2608) REVERT: 538f96f0a [FL-3300] API version in UI (#2649) REVERT: f7dd77795 ufbt: deploying sample ufbt automation for new apps; added `source "ufbt -s env"` for toolchain access (#2648) REVERT: 954780ed2 Fix storage.py exist_dir logic (#2639) REVERT: 914129a0d [FL-3289] Various Furi/FuriHal bug fixes and improvements (#2637) REVERT: a7d1ec03e [FL-3270] Loader refactoring, part 1 (#2593) REVERT: d2ca67d26 [FL-3242] SubGhz: refactoring app (#2554) REVERT: 71e85ac36 Add HID mouse auto-clicker. (#2627) REVERT: c3ececcf9 [FL-3174] Dolphin builder in ufbt; minor ufbt/fbt improvements (#2601) REVERT: 015ab4a02 [#2591] BadUSB: command parser fix (#2607) REVERT: 59386f9fa WS: add protocol "Wendox W6726" (#2604) REVERT: dfbacd1a4 [#2612] Remove spaces in CSN(#2616) REVERT: c5b460b41 [FL-3260] Added API version to device info (#2611) REVERT: 5c09bc5b2 Gui: relax some asserts in view (#2623) REVERT: 23c946ef5 Move gauge calibration to separate header, add f18 calibration (#2622) REVERT: 238005890 [FL-3294] Fix TERMINFO on Linux systems (#2630) REVERT: 7dd720a58 Increment version REVERT: 4b5812709 Merge branch 'flipperdevices:dev' into feature_wifi_marauder_app REVERT: 1a8580793 Merge pull request #11 from tcpassos/feature_wifi_marauder_app REVERT: e42aec68c Disable ci/cd on release* branches (#2624) REVERT: 408edb3e9 Keep HSI16 working in stop mode. (#2621) REVERT: 0ec8fc4c5 FuriHal: use proper divider for core2 when transition to sleep, remove extra stop mode transition checks, cleanup code. Furi: proper assert and check messages. (#2615) REVERT: d70ba2b74 [FL-3286] Don't reboot on crash in debug builds (#2613) REVERT: a7902aade Update wifi_marauder_app.c REVERT: 55be632c2 Memory reuse by views already created REVERT: 6b7ddbd8e Fixed allocation problem in beaconlist stage REVERT: 181c33eea Refactored loading of script stages menus REVERT: 1ef70c0bb [FL-3280] cubewb: downgraded to v1.15.0 (#2605) REVERT: 7c3c2c3cc Removed sample scripts REVERT: 1385a71e4 Added submenu to configure script settings REVERT: 4d015a110 [FL-3271] cubewb: updated to v1.16.0 (#2595) REVERT: f51523675 Update wifi_marauder_script_executor.c REVERT: b01b0988c Fixed null pointer on beacon list stage REVERT: 590404e0a Added possibility to clear select stage filters REVERT: 6be9d4f87 Interface improvements REVERT: 0ebe7a8a5 Fixed bug that does not allow adding new stages after deleting the last one from the list REVERT: 875786306 Added support for exec and delay stages in automation script REVERT: 343a22a7b Created script maintenance REVERT: 393250366 [FL-3243] github: testing SDK with ufbt action (#2581) REVERT: e0fa2e7b1 [FL-3089] Raw RFID documentation (#2592) REVERT: 74fe003f8 [FL-3171] Introduce stealth mode and auto-selective lock (#2576) REVERT: 2c7eb53ca [FL-2505] Active RPC session icon (#2583) REVERT: f68c3b2a6 [FL-3264] Various stop mode fixes (#2584) REVERT: 72a00a74b Added support for the rest of the stages for script file generation REVERT: 9a6a06f43 Update wifi_marauder_script.c REVERT: 32d64610d Create a function for writing a script file from an object REVERT: 04c16750d Added support for structuring stages in an array REVERT: a86e8964b Do not change settings that are not informed in the JSON REVERT: dcda91727 Adjusted the script's select stage to allow applying filters REVERT: de02a0a25 [#2589] Correctly aborts when correct key is found (#2590) REVERT: 6c0126695 Crash fixes REVERT: 57b712616 Added support for beacon ap stage in automation script REVERT: 09f97d63e Added support for sniff (raw|deauth|esp|pwn) stages in automation script REVERT: 8da2c9bb1 Added support for probe attack stage in automation script REVERT: 5113f9e04 Added support for EnableLED and SavePCAP settings REVERT: 37fb330b3 [FL-3226] Deep Sleep Idle (#2569) REVERT: 4a9f89354 Added support for sniff beacon stage in automation script REVERT: 6d0a3abf9 Creates a new PCAP file to store the captures during script execution if there is any sniff stage REVERT: 5c7b3ca9e Added support for sniff pmkid stage in automation script REVERT: 5d7bdca83 FuriHal: pwr pulls for some pins (#2579) REVERT: 0834bfccf Added support for deauth stage in automation script REVERT: 33e8bae78 Bugfix: ISP Programmer and SubGhz (#2574) REVERT: bdb039de6 Implemented script repetition according to repeat parameter REVERT: 5c5452cfc Scene created for the selection of scripts REVERT: f54f11c4c Added support for select stage in automation script REVERT: 80ec4d172 Added support for scan stage in automation script REVERT: 7b41b1228 Prepared for parsing a json with the automation script. Implemented support for beacon list REVERT: 7ac7b7088 [FL-3241] NFC disable EMV support (#2571) REVERT: b9ccb274a ufbt: project & debugging updates (#2572) REVERT: 6cc5f30c8 Fix gpio state isp programmer (#2567) REVERT: 89161a7a1 scripts: sconsdist: added stub file artifact for older ufbt (#2568) REVERT: 0d8518d31 [FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565) REVERT: d1ad92421 [AVR_ISP]: add AVR ISP Programmer FAP (#2475) REVERT: b4ceb55fd [FL-2524] Graphics cleanup and icon rotation (#2561) REVERT: a91d31983 [FL-3162] Moved ufbt to fbt codebase (#2520) REVERT: 8a021ae48 [FL-3224] SD Driver: do not cache sd status. (#2560) REVERT: 2a26680ac Furi: more gpio checks in HAL (#2549) REVERT: 4c488bd97 Fixing parsing troika number (#2536) REVERT: 494002505 WS: fix protocol TX141TH-BV2 (#2559) REVERT: efc52ab46 BdUSBadded WAIT_FOR_BUTTON_PRESS functionality (#2544) REVERT: f98ac4c48 Add more detail to saved info screen (#2548) REVERT: f192ccce2 FatFS: use rtc for timestamping (#2555) REVERT: ae3a3d633 RPC: increase max message size (#2543) REVERT: 0161d49d8 Elite progress (#2481) REVERT: 8b2dfea92 Improved thread lifecycle (#2534) REVERT: 3617ad33e View Model: recursive mutex (#2532) REVERT: 27341fc19 Fix typo in fbt.md (#2539) REVERT: ae9659d32 [FL-3193] Additional checks before invalidating the key (#2533) REVERT: 9dc7e0427 Create files before sending command so that buffer doesn't fill up too fast, show last saved log when starting up log viewer REVERT: d4354b8ac Cleanup to finish log viewer, increase stack size to accommodate REVERT: a0cd3b6f1 Fixup log viewer for case where session is not saving logs REVERT: f7d0eedf4 Change how page count is displayed on log viewer, update version so I don't forget later REVERT: 5ac257644 Implement log viewer to read logs from filesystem REVERT: 54a229bae Separate pcaps and logs into their own folders REVERT: 4580ae868 Increase rx buf size...no more packet drops? REVERT: 3cf2ec786 Implement saving logs, rest of settings prompts REVERT: bf287ad6a Add SettingsInit widget, get view/scene logic down + ./fbt format REVERT: c45075c4b Merge branch 'flipperdevices:dev' into feature_wifi_marauder_app REVERT: fad24efdf [FL-3188] Fix crash when emulating a DSGeneric key (#2530) REVERT: 9a14699aa Fix relative links in .md files (#2528) REVERT: 7bf0a4786 [FL-3152] Screen streaming improvements (#2498) REVERT: 8b224ecb1 [FL-3179] 1-Wire Overdrive Mode (#2522) REVERT: 1f236ede0 [#2501] Disable UART IRQs by default (#2523) REVERT: 973287b09 Github: wipe workspace before checkout (#2527) REVERT: acc32f66e Github: force cleanup tree on decontaminate (#2526) REVERT: 204b50381 Correct FAP default upload path in AppsOnSDCard.md (#2524) REVERT: 6089e9210 BadUSB: implement boot protocol (#2496) REVERT: ce50b09b2 Remove hmac_sha256 from public API (#2519) REVERT: bf70f4b71 NFC: Fixed writing gen1a magic tags with invalid BCC (#2511) REVERT: fd8607398 Github: unshallow on decontamination (#2521) REVERT: 0444a80f1 [FL-3134] BadUSB: Script interpreter refactoring (#2485) REVERT: 445a1aa7b SubGhz: fix Incorrect comparison in subghz_setting_get_hopper_frequency (#2518) REVERT: 0917494a8 [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) REVERT: 1d91a572c [FL-3182] Fix typos in iButton (#2506) REVERT: 60ac2e988 [FL-3161] Improved debugging experience for external apps (#2507) REVERT: f7024cff7 SD Driver: reinit sd card on error (#2493) REVERT: 6ec62f48f [FL-3180] OTP programmer: return exit code based on error type (#2504) REVERT: 7de7fa293 Optimize trailing slash check (#2503) REVERT: 25fd3c340 iButton: Add support for Dallas DS1971 v2 (#2492) REVERT: 771c47f80 fbt: explicitly set dist suffix length, not depending on environment settings. See (#2497) REVERT: 6aa0c08f3 [FL-3064] Skip the read when the card is not present (#2494) REVERT: e90042368 [FL-3156] Mark keys as not found when they couldn't auth successfully (#2476) REVERT: 9fbf32702 [FL-1799] Require the trailing slash for root paths (#2486) REVERT: 36659937d Move from applications/plugins to applications/external so it can compile...WTF REVERT: e1cf1e7d8 Merge branch 'feature_wifi_marauder_app' of github.com:0xchocolate/flipperzero-firmware-with-wifi-marauder-companion into feature_wifi_marauder_app REVERT: b5e00cb97 Merge pull request #7 from tcpassos/feature_wifi_marauder_app REVERT: ce2e15d46 Merge branch 'flipperdevices:dev' into feature_wifi_marauder_app REVERT: d8385b7f9 gh: use shallow clones whenever possible (#2491) REVERT: c27d4d78f Fix auto-capitalization in the keyboard when the text box is empty. (#2483) REVERT: a69ae9387 Add new nfc apdu cli command (#2482) REVERT: e22668e19 Picopass standard KDF dictionary (#2478) REVERT: 3a242e5fc SubGhz: bugfix unable to send, new generated secplus_v2 protocol (#2488) REVERT: d12f76dac Nfc: fixes for latest PVS-studio 7.23 (#2490) REVERT: ccaa3864d Dolphin: new spring animation, weight adjust, drop winter animation. (#2489) REVERT: 53435579b [FL-3097] fbt, faploader: minimal app module implementation (#2420) REVERT: 4bd3dca16 Fbt: fix broken resource deployment (#2477) REVERT: 0190a161b NFC: Fix 0 block write possibility in Mifare Classic emulation (#2474) REVERT: 5b05aeea8 [#1989] updated parser and added stringln, hold and release (#2448) REVERT: 780da7d4d Upside down / left handed orientation support (#2462) REVERT: 4fd043398 Embed assets in elf file (#2466) REVERT: 50ef5deef [FL-3118] Dumb mode menu freeze fix (#2456) REVERT: 5be15152e PicoPass: auth cleanup (#2470) REVERT: 90958a6d2 More UI fixes and improvements (#2419) REVERT: eb5dae1cd NFC: Support reading Mifare Classic key B from sector trailer, reading sector with B key where A key can't read block, Nfc Magic app not using NFC folder by default (in file select) (#2437) REVERT: 981930673 [Fl-3147] Remove ValueMutex (#2467) REVERT: eefca9f49 Support reseting iCx cards (#2451) REVERT: 9dd1fb64b Fixed picopass load save file overrun (#2464) REVERT: c0e0403b4 Fix SD card CID parsing (#2463) REVERT: aa8460295 Update v0.3.2 for API 17 REVERT: 4ab832cc4 github: check API versions for all targets to match on gh build (#2459) REVERT: 5361104a0 Merge branch 'dev' of github.com:0xchocolate/flipperzero-firmware-with-wifi-marauder-companion into feature_wifi_marauder_app REVERT: 5d4057f72 Archive browser: update path on dir leave (#2455) REVERT: 0b7d20525 Update clock_app.c (#2446) REVERT: 72ca6b25e [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) REVERT: 6cc5119c6 [FL-3117] Infrared: Fix hangups on repeated button press (#2441) REVERT: 42d27d04f [FL-3127] Fix navigation on unsupported card types (#2440) REVERT: fed4c2892 Fixed typo in fbt.md (#2452) REVERT: 24f084d28 Fixed music player path for dummy mode (#2454) REVERT: 806428efe [FL-3070] iButton system and app refactoring (#2388) REVERT: 4359e2eaa [FL-3103] New pin reset splashscreen (#2405) REVERT: 777a4d109 [FL-3055] Getter for application data path (#2181) REVERT: 2467ac603 Fixed bus fault issue that sometimes occurred when allocating memory for capture file REVERT: 63888e989 Moved pcap file manipulation functions to appropriate source code REVERT: 84f736102 Update wifi_marauder_scene_console_output.c REVERT: 5b4234a64 Switched to using second serial channel to receive packets REVERT: 9ae58f546 [FL-3116, FL-3136] BadUSB UI fixes (#2439) REVERT: e6d1bcc42 Plugins: move to designated categories (#2438) REVERT: 478390de1 Drivers: remove excessive check in bq25896 and make PVS happy (#2436) REVERT: b05491216 F8, F18: bump API symbols version (#2435) REVERT: 09edf66a2 FuriHal, Power, UnitTests: fix, rename battery charging voltage limit API (#2228) REVERT: 1d55aee39 Fix incorrect type choise condition in image compressor (#2434) REVERT: 3efb7d405 Updater: handle storage errors when removing files, fix folder remove routine, prevent unused services from starting (#2432) REVERT: 0c06e5483 [FL-3105] Unify power info, power debug, and device_info into one info command (#2393) REVERT: 9bda3e62e SD Cache: moved to diskio layer, invalidation in case of error (#2428) REVERT: 12c1ec37a Fix PVS warnings (#2430) REVERT: 03f889962 Picopass: factory key support, app rename and move to NFC category, minor code cleanup (#2417) REVERT: eaf965c66 BadUsb: STRINGDELAY feature, worker signal handling refactoring (#2269) REVERT: e999c3574 Grammar fix in CLI (#2390) REVERT: 203adabc4 Update update.py (#2426) REVERT: 82ad44a86 changed updater and unit benches (#2427) REVERT: 0fcad0e25 Now a file is created for each capture with its respective prefix REVERT: 0c93f312e Saving Pcap file using internal flipper zero storage REVERT: f9d8c6899 Preparation for using external storage REVERT: 663eb6cd6 Display Mifare Classic data in NFC app (#2389) REVERT: 0a3ff7f85 Show RSSI in Weather Station app (#2395) REVERT: b15c4afea [FL-3122] Re-init NFC when starting the worker (#2399) REVERT: 738e0df4f Delete rwfiletest.bin on exit SDcard benchmark (#2415) REVERT: 3de6ae07b [FL-2974] Up toolchain version to 21 (#2416) REVERT: 78afaab7e IR Universal Audio Remote: Add Grundig CMS 5000 (#2414) REVERT: c7fbc8323 Toolchain 20 rollback (#2410) REVERT: 335f8b9af fbt: FBT_QUIET option; docs on environment (#2403) REVERT: 009c9b1b7 Update nfc_cli.c (#2402) REVERT: 487d03eca Fix openssl path again (#2409) REVERT: 32b74b968 Fix openssl cert path in fbtenv (#2408) REVERT: 1e9836129 Fixed first start animation typo (#2384) REVERT: 2fdebb639 [FL-3098] Up toolchain to version 20 (#2397) REVERT: 25e894728 Dolphin: drop holiday animation (#2398) REVERT: 253bedbc9 Update v0.3.1 for API 14 REVERT: 527d6497d Merge branch 'dev' of github.com:0xchocolate/flipperzero-firmware-with-wifi-marauder-companion into feature_wifi_marauder_app REVERT: bc06d407f [FL-3113] BadUSB: disable CDC mode, USB mode switch fix (#2394) REVERT: d0c6c3402 Updater visual fixes (#2391) REVERT: 5a730e3ad [FL-3107] Fix Cyfral & Metakom emulation (#2392) REVERT: 628f089c4 Mark debug app as debug not external (#2387) REVERT: 3eacb0c71 Fixed typo in nfc_magic_scene_wrong_card.c (#2382) REVERT: 67c2d1cf6 Migrating CI/CD to Linode S3 (#2380) REVERT: 82c730b6b SubGhz: fix cc1101_read_fifo func (#2379) REVERT: 4265057ee feat: add missing `const` qualifiers (#2233) REVERT: 163be139e SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322) REVERT: 71871949e Picopass: show elite key used from dictionary (#2119) REVERT: d7ecc95de Firmware fixes and improvements for flashing via blackmagic (#2321) REVERT: a00508763 fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377) REVERT: 8f2f2d810 Move CSN space to revent overflow (#2232) REVERT: db1a8f801 [FL-3099] SubGhz: add protocol KingGates Stylo4k (#2368) REVERT: 39841bd5a Universal Projector Remote (#2343) REVERT: bf4d00a7d [FL-3100] SubGhz: add protocol Nice One (#2358) REVERT: 31259d530 [FL-3091] SubGhz: add protocol Alutech at-4n (#2352) REVERT: 0afc4a898 [FL-3092] SubGhz: add DOOYA protocol (#2178) REVERT: 8288a08eb SubGhz: add protocol "Linear Delta-3" (#2239) REVERT: b1f581239 BadUSB: Keyboard Layouts (#2256) REVERT: 99253a0e2 [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300) REVERT: cee9b640b Update Missing SD Card icon from PR 2373 (#2376) REVERT: 20f98050f Github: disable f18 build (#2375) REVERT: 00076deec SCons: do not include backup files in build (#2221) REVERT: 23ecc186c Custom font set function (#2261) REVERT: 111c7557b Fix minor UI inconsistencies and bugs (#2361) REVERT: 7a3a1aaf0 [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) REVERT: e3d473bf4 [FL-2435] SD over SPI improvements (#2204) REVERT: 224d0aefe [FL-2733] multitarget support for fbt (#2209) REVERT: 1eda91336 [FL-3075] Pin Reset (#2367) REVERT: d035872cf nfc: Add mifare classic value block commands (#2317) REVERT: 1ff5843ee battery info temperature shown in C or F based on settings (#2360) REVERT: 147f42a2b Add Daikin FTXM20M & Mitsubishi SRK63HE (#2349) REVERT: 79d45c97f AleX83Xpert/add f keys to keyboard layout (#2362) REVERT: 6e179bda1 Script that can find programmer and flash firmware via it. (#2193) REVERT: 9f279ac87 [FL-2744] SPI Mem Manager C port (#1860) REVERT: 52680fd14 FreeRTOS: update to 10.5.1 (#2353) REVERT: 46fb86265 NFC: fix creating MF Classic tags from "Add Manually" menu (BCC calulation and ATQA/SAK writing) (#2342) REVERT: 01a9854f8 Documentation: add BadUSB GUI-CTRL #2347 REVERT: d9be81588 Print card CID in storage info (#2227) REVERT: 7f3ebcd11 Changed bench target, stlink serial and added error for testing the run (#2275) REVERT: 5db7fdf98 Add support for `GUI-CTRL` in bad_usb (#2315) REVERT: b1496ee9b Furi: getter for current thread stdout write callback (#2344) REVERT: a8e5f2250 LF-RFID: add CRC calculation to paradox protocol (#2299) REVERT: e12958d40 [FL-3082] WS: add protocol LaCrosse-TX (TFA Dostmann) (#2292) REVERT: 55054fc1a Assets: correct MicroSD card pinout in service animations (#2323) REVERT: f5fe0ff69 Furi: make `furi_is_irq_context` public (#2276) REVERT: d93ed003f Change camelCase to PascalCase in code style (#2329) REVERT: 24a23e5dc debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) REVERT: 126a9efd0 NFC: change from int8_t to uint8_t (#2302) REVERT: eee5c3540 NFC: add MIFARE MINI support (#2307) REVERT: 4dc4d34d0 emv: parse track1&2 equivalent data (#2332) REVERT: 8fc834090 nfc: Fix sector reads when one block is unreadable for MIFARE Classic (#2296) REVERT: 5134f44c0 nfc: Fix crash when using debug PCAP trace (#2338) REVERT: 709fa633f ELF-loader: wait for notification to complete on app exit (#2335) REVERT: a0814aab3 [FL-3081] fbt: removed DEBUG_TOOLS & FAP_EXAMPLES flags (#2291) REVERT: 341610b8a [FL-3080] fbt: PVS support (#2286) REVERT: 9e1a6a6d2 relocate R_ARM_CALL (#2305) REVERT: 073fb3861 Add the ability to turn pages in infrared (#2271) REVERT: 75e9de12b [FL-3078] Per protocol signal repeat count (#2293) REVERT: ad9d746a2 BadUSB backspace/delete fix (#2288) REVERT: 20621da8a Fix typos in source code (#2285) REVERT: d2df35a35 fbt: add `fap_deploy` target to build and copy all .fap apps to flipper (#2146) REVERT: 8d2143add Fix various issues reported on github (#2280) REVERT: b7046b217 Change broken BadUSB link to Hak5 duckyscript quick reference webpage (#2270) REVERT: 2c450bd83 Show region information in sub-GHz app (#2249) REVERT: c24bea6b0 Documentation: edit texts, markdown linting (#2226) REVERT: fa223a4f4 ReadMe: edit text, move Links to the end (#2219) REVERT: 5e74622b2 [FL-3072] Add the sleigh ride animation (#2224) REVERT: 9740dd8c7 Fix typos in source code (#2258) REVERT: 41c43f480 Various improvements: Toolbox, Updater and Unit Tests. (#2250) REVERT: b8dd75884 Add Dyson Purifier Hot+Cool support to IR AC Library (#2252) REVERT: 72dc8e95d Add .kateconfig and .kateproject to .gitignore (#2237) REVERT: 95f8895b4 Add float_tools to SDK api (#2225) REVERT: 06cf1bb86 Gui: change data ownership model in submenu, own text by default (#2217) REVERT: b11b9f1b3 Gui: Direct Draw API (#2215) REVERT: 26e5527a9 Mifare dictionary attack performance improvements. (#2173) REVERT: ea054423b [FL-3074] SubGhz: CAME 12 bit encoder fix guard time (#2210) REVERT: d58b9f3fe Fix MFC bruteforce progress bar (#2203) REVERT: 4accce93c Update KeyCombo.md (#2213) REVERT: 27ee0f73f Fixing various typos in readme files #2208 REVERT: 3108dc7c8 Splitting units and updater benches (#2165) REVERT: 90573fbee Picopass read bug fixes: (#2201) REVERT: d7735a1ef Drop brewfile, drop makefile, update readme and documentation (#2205) REVERT: 727f04374 OpenOCD scripts (#2101) REVERT: ded7e727d [FL-3060] New MFC Bruteforce animation (#2190) REVERT: 08eb666f7 [FL-3000] File browser: Empty folder label (#2188) REVERT: 1390f10a6 [FL-3068] SubGhz: add Holtek_ht12x protocol (#2187) REVERT: f43b76efc [FL-3021] USB/BLE HID Remote icon fix (#2179) REVERT: 8a279758f Fix quoted error for macOS bad-usb (#2155) REVERT: 4e347b207 Fix amap on forks (#2200) REVERT: 1c926cf8a Trigger amap from another repo (#2171) REVERT: 9192520c7 Modules: locking view model (#2189) REVERT: a34fbf697 [FL-3056] Prevent merging of PRs if there are warnings from PVS-studio (#2176) REVERT: 8582670a3 [FL-2811] Fix PVS-Studio warnings (#2142) REVERT: ad3bff0b6 Update ac.ir (#2184) REVERT: c2cb14834 [FL-3062] Fix unit tests (#2180) REVERT: 8b0c619f1 Add missing commands and options (scansta and -c, targeted deauth, EnableLED setting) REVERT: f07fa8f76 Merge remote-tracking branch 'origin/dev' into feature_wifi_marauder_app REVERT: b0970953b [FL-3067] WeatherStation: fix incorrect history index increment (#2186) REVERT: dff73dfd3 [FL-3037, FL-3038, FL-3039] File format docs: RFID, iButton, BadUSB (#2177) REVERT: 2f96fad7c [FL-3026] Documentation: subghz file formats (#2175) REVERT: 10580b511 Add Edifier R1850DB signals to audio.ir (#2168) REVERT: 566e80abf [FL-3063] SubGhz: fix start navigation (#2183) REVERT: 7ff941465 Update CODEOWNERS (#2170) REVERT: 279662355 Add VIZIO signals to tv.ir (#2167) REVERT: 5856746fc iButton: fixed notification on successful read (#2169) REVERT: c34ae66b6 [FL-3041] IR format docs (#2162) REVERT: e0d716647 [FL-3053] Archive browser delete fix (#2163) REVERT: a9c2b4d6a Desktop: dummy mode improvements. Fixes: correct scrolling text, correct AM/PM in Clock. (#2160) REVERT: 797eab892 SubGhz: fix Hormann HSM (#2158) REVERT: 4cee550cc [FL-2809] Rework BLE key storage (#2154) REVERT: e7107e39f Gui: scrollable long file names in FileBrowser and Archive Browser (#2159) REVERT: 028663618 [FL-3036] Add NFC file format documentation (#2156) REVERT: 2bdc34274 Clock v1 (#1750) REVERT: fa87216a1 [FL-2970] Untangle NFC_APP_FOLDER from nfc_device (#2124) REVERT: a81a5ca57 [FL-3052] WS: add choice fahrenheit/celsius (#2149) REVERT: 84ba2690a GitHub: update unit_tests workflow steps to always re-flash device (#2150) REVERT: 361ca8b75 Rollback new amap workflow (#2152) REVERT: ef7052fba Fix new amap workflow (#2151) REVERT: 5d18b189e Run map file analyser through repository dispatch (#2148) REVERT: 36e15a135 Doom/Unit_tests flashing proper firmware (#2133) REVERT: 94453d910 [FL-3046] Notification: fix recursive speaker acquire #2147 REVERT: f10e82c64 [FL-3024] Locale settings (#2137) REVERT: 2dea6969f [FL-3040] Audio support for SubGhz (#2131) REVERT: 3681a5478 [FL-3044] Dolphin: add new animation REVERT: b5e7bb333 [FL-3043] SubGhz: add SMC5326, UNILARM protocol (#2138) REVERT: 1dc79fddf Added support for IDTECK cards (#2134) REVERT: 327df4a81 [FL-3034] WS: fix protocol and add new (#2116) REVERT: 1fa4c646e VSCode: add task 'Serial console' and group task with sequence calling (#2121) REVERT: 1c1261386 Prevent hacking related backgrounds from being displayed in dummy mode. (#2107) REVERT: d541f142c Add Mouse Jiggler to HID Remote (#2113) REVERT: 87fb852bc Weather Station: Fix display of temps lower than -9 (#2120) REVERT: 6ff437ad1 Dictionary stuff: iClass keys (#2118) REVERT: 27921e42f Github: fix unit tests workflow (#2117) REVERT: 2954ec6d9 [FL-3025] IR button overflow fix (#2115) REVERT: 31a9a3f5f SubGHz: Improve signal text visibility in history (#2111) REVERT: 01e24f683 WS: Show received signal age (#2087) REVERT: 9d728a1c6 Check FL ticket in PR name after merge (#2076) REVERT: 7fb1af07b [FL- 3014] Untangle NFC from Unit Tests (#2106) REVERT: b85f533a2 VCP session close fix (#2108) REVERT: df808be8d [FL-3003] Fix logical error in storage script (#2105) REVERT: 5c3a5cd8f FuriHal, Power, UnitTests: battery charging voltage limit API (#2063) REVERT: 6a470a464 [FL-3002] SubGhz: add RPC error (#2097) REVERT: c535b8f4c [FL-3017], [FL-3018] Change NFC emulation screens (#2102) REVERT: 2daf39018 [FL-3001] File browser base folder (#2091) REVERT: 741ad34b2 WS: Oregon2 - add support for temp sensor RTHN129 (#2088) REVERT: e42dda7cf UART echo: fix race conditions causing null pointer dereference (#2092) REVERT: 9a21dae29 [FL-3008], [FL-2734], [FL-2766], [FL-2898] NFC bug fixes (#2098) REVERT: c43ec414b FuriHal: add i2c unit tests (#2089) REVERT: cbc5e3fa9 IR TV Universal: Toshiba TV (#2084) REVERT: 2b06b41ff Dolphin: new animation L2_Wake_up_128x64 (#2099) REVERT: e40376bc6 NFC: fix NTAG203 info scene #2078 REVERT: df8fae1eb Merge remote-tracking branch 'origin/dev' into feature_wifi_marauder_app REVERT: 79fbaf262 SubGhz: unit_test modification of text files to one frequency and modulation (#2066) REVERT: 4070eeb1c USB HID: fix key name #2065 REVERT: 7f67445c8 U2F HID descriptor fix (#2073) REVERT: eb3a8734f Fix crash in iButton notifications routine (#2074) REVERT: 2a6a3a1bf [FL-2955], [FL-2953] SubGhz: fix RAW "Send never ends" (#1979) REVERT: 0ab14c37c fbt: add missing Force flag when moving toolchain from temp path (#2044) REVERT: b70395eba Allow "Detect reader" for unsaved card (#2045) REVERT: 297f185ef Blocking USB driver API (#2009) REVERT: 0261dc307 [FL-2957] Unified Info API, App Error, Data Xchange (#1998) REVERT: 849afc879 [FL-2998] IR TV Universal Remote refactor and docs (#2052) REVERT: c535ce9b7 [FL-2997] Improve file name filtering #2047 REVERT: 84f9af3e7 SubGhz: fix duration pricenton protocol (#2054) REVERT: 97e8da7a7 Weather Station: Add protocol - Auriol HG0601A (#2056) REVERT: 769c53b6d [FL-2977] Gui: better navigation in file browser dialog (#2014) REVERT: 6b47bc1af Nfc: NTAG password auto capture (and other password-related changes) (#1843) REVERT: 1b3156521 NFC: Accept non-parsed apps in Mifare DESFire. (#2041) REVERT: a82c3ccc2 NFC: Fix MIFARE DESfire info action to open app menu (#2058) REVERT: e121e6a28 Fix for spelling (#2051) REVERT: 03140e434 Bluetooth Remote to HID Remote (#2039) REVERT: ffa6249b6 [FL-2985] Fix U2F HID vulnerability #2042 REVERT: 51d478489 Infrared: Add Olimpia Splendid AC (#2038) REVERT: 9bb0dbaa3 SubGhz: frequency analyzer. 2dbi desensitization, rssi averaging to reduce jitter, new rssi indicators in log_mode, GUI fix (#2020) REVERT: 1c8451fad Fix typos in subghz_cli.c (#2030) REVERT: 669822cdd Fix typos in various outputs (#2032) REVERT: 4f3ef83c7 Docs: fix typos (#2016) REVERT: c511c67e7 Core: thread allocation shortcut (#2007) REVERT: b9c483fbf [FL-2975] WS: add protocol GT-WT02 (#2001) REVERT: 00fcd9cfc [FL-2976] SubGhz: add protocol "Ansonic" (#2000) REVERT: cf5b87f82 SubGhz: add protocol Nice_Flo 20bit (#1983) REVERT: 0400dc71a Fix intermittent crash caused by race condition REVERT: b74f0d65e Fetch updates from unleashed (for Marauder builds with BT hardware support) REVERT: 50522cdca fbt: more fixes for windows environment #2011 REVERT: 06d1736e7 Path handling fixes in toolchain download #2010 REVERT: fc07a8e0b BadUSB and Archive fixes (#2005) REVERT: 0695a5fdd fbt: lint fixes (#2008) REVERT: 467018722 iButton: Fix header "Saved!" message stays on other screens (#2003) REVERT: 4ad02e660 [FL-2975] Bug fixes and improvements: Furi, Input, Cli (#2004) REVERT: 2d059223c [FL-2961] SubGhz: properly handle storage loss (#1990) REVERT: e0bf95ca3 Fixed typos (#1999) REVERT: 004eb4fa9 Force card types in extra actions (#1961) REVERT: c8d8ca656 NFC Unit tests part 1.1 (#1927) REVERT: 911ca98df corr: bad path for furi core (#1975) REVERT: 2e562cfe9 Rpc: increase stack size, fix stack overflow (#1997) REVERT: 095ca540e fbt: 'target' field for apps; lib debugging support (#1995) REVERT: 38dd5a195 NFC: fix crash on MFC read (#1993) REVERT: ade05db71 Furi: show thread allocation balance for child threads (#1992) REVERT: b20d3b4d8 [FL-2956] Initial unit test docs (#1984) REVERT: 74903ebe6 Add Acurite 609TXC protocol to weather station (#1987) REVERT: c9eac1b27 Update toolchain to version 19. Update codeowners. Fix amap analyze. (#1986) REVERT: 48caa99d2 DAP-Link: show error if usb is locked (#1982) REVERT: 613da128f fbt: compile_db fixes (#1981) REVERT: cf08fb6ce infrared: add Kaseikyo IR protocol (#1965) REVERT: a311017a4 WS: fix show negative temperature (#1980) REVERT: 7aa75ef07 fbt: fix for launch_app (#1978) REVERT: 1f68e579d Code cleanup: srand, PVS warnings (#1974) REVERT: d26076bb3 fbt: fixes for ufbt pt3 (#1970) REVERT: da6e477d1 NFC magic cards support (#1966) REVERT: c17becd81 SubGhz: fix incorrect response in rpc mode. Code cleanup. (#1964) REVERT: c1a7770e9 Storage: tree timestamps (#1971) REVERT: cdc04e942 Dolphin: add L1_Mods_128x64 animation (#1973) REVERT: 588207511 subghz: add analyzer frequency logs (#1914) REVERT: 58f65dffa Run Bad USB immediately after connection (#1955) REVERT: 2216cbc7c BadUSB scrolllock typo fix (#1968) REVERT: d34ccb38c [FL-2940] WS: add protocol Ambient_Weather (#1960) REVERT: b92b394a5 Handle storage full error (#1958) REVERT: c7ced731c fixed job name, renamed compile step id (#1952) REVERT: c478a222a fbt fixes for mfbt pt2 (#1951) REVERT: fbc8e8ede Gui: refactor buttons remapping (#1949) REVERT: 0c5815fd2 Furi: raise bkpt only if debug session initiated, add debug support for release builds (#1957) REVERT: 41de5f3c5 fbt: more fixes for windows environment #2011 REVERT: b56fed477 Path handling fixes in toolchain download #2010 REVERT: 73441af9c BadUSB and Archive fixes (#2005) REVERT: f9730bcaf fbt: lint fixes (#2008) REVERT: 3c7a4eeae iButton: Fix header "Saved!" message stays on other screens (#2003) REVERT: 90cefe7c7 [FL-2975] Bug fixes and improvements: Furi, Input, Cli (#2004) REVERT: 721ab717d [FL-2961] SubGhz: properly handle storage loss (#1990) REVERT: aec36e704 Fixed typos (#1999) REVERT: e7c4b40db Force card types in extra actions (#1961) REVERT: 820afd2ae NFC Unit tests part 1.1 (#1927) REVERT: a66e8d9ac corr: bad path for furi core (#1975) REVERT: f94e8f4ac Rpc: increase stack size, fix stack overflow (#1997) REVERT: a959fa32b fbt: 'target' field for apps; lib debugging support (#1995) REVERT: 3985b456c NFC: fix crash on MFC read (#1993) REVERT: c89e5e11a Furi: show thread allocation balance for child threads (#1992) REVERT: 9f0aef330 [FL-2956] Initial unit test docs (#1984) REVERT: 328d049b6 Add Acurite 609TXC protocol to weather station (#1987) REVERT: ce294c3b1 Update toolchain to version 19. Update codeowners. Fix amap analyze. (#1986) REVERT: 4d1121349 DAP-Link: show error if usb is locked (#1982) REVERT: 2d6c2886a fbt: compile_db fixes (#1981) REVERT: aa2ecbe80 infrared: add Kaseikyo IR protocol (#1965) REVERT: 65005e71d WS: fix show negative temperature (#1980) REVERT: 0a86ad43c fbt: fix for launch_app (#1978) REVERT: e8913f2e3 Code cleanup: srand, PVS warnings (#1974) REVERT: 04e50c9f8 fbt: fixes for ufbt pt3 (#1970) REVERT: bf8fd71c0 NFC magic cards support (#1966) REVERT: 3bd74b7f0 SubGhz: fix incorrect response in rpc mode. Code cleanup. (#1964) REVERT: d68ac50ef Storage: tree timestamps (#1971) REVERT: e3ea5bca7 Dolphin: add L1_Mods_128x64 animation (#1973) REVERT: 60d125e72 subghz: add analyzer frequency logs (#1914) REVERT: eee90c6c4 Run Bad USB immediately after connection (#1955) REVERT: 95182b266 BadUSB scrolllock typo fix (#1968) REVERT: 0652830c5 [FL-2940] WS: add protocol Ambient_Weather (#1960) REVERT: c417d467f Handle storage full error (#1958) REVERT: a09d0a8bd fixed job name, renamed compile step id (#1952) REVERT: ebc2b6637 fbt fixes for mfbt pt2 (#1951) REVERT: abfa804ae Gui: refactor buttons remapping (#1949) REVERT: 104a1998a Furi: raise bkpt only if debug session initiated, add debug support for release builds (#1957) REVERT: 6c9950502 Update ReadMe.md REVERT: 48261fb78 Add version to help message for release tracking REVERT: f9fab049b Add sniffprobe and sniffraw REVERT: f29be380c Merge remote-tracking branch 'origin/dev' into feature_wifi_marauder_app REVERT: 2450cb325 Fetch updates from unleashed to build as FAP REVERT: 1e09e8935 Fix formatting with ./fbt format REVERT: 416ec0a8f Move to plugins directory to make syncing changes easier REVERT: 85d341104 Update ac.ir (#1945) REVERT: d5f791b1f [FL-2911] IR Universal Audio Remote (#1942) REVERT: 93a6e17ce [FL-2933] Mf Classic initial write, update, detect reader (#1941) REVERT: 09b622d4a UnitTests: removed all continue-on-error lines (#1946) REVERT: 4b921803c fbt: fixes for ufbt compat (#1940) REVERT: 9cd0592aa SubGhz: add keeloq potocol JCM_Tech (#1939) REVERT: 343430563 [FL-2937] Remove resources from API to prevent frequent API version increase (#1935) REVERT: 492f14756 [FL-2887] actions unit tests runner (#1920) REVERT: be3ee9f2f Oregon2 additional sensors defines (#1933) REVERT: 26f852839 WS: fix Acurite-606TX protocol (#1938) REVERT: f11df4946 [FL-2828] Dolphin score update take 2 (#1929) REVERT: 8b7a52b97 fbt: fixed linter paths (#1930) REVERT: aff99a72e SubGhz: fix variable types and CC1101 GPIO initialization optimization (#1931) REVERT: ebaa84b0c Support for setting all screen orientations (#1928) REVERT: a8edb41ea fbt, docs: typo fixes; vscode: fixed deprecated target names (#1926) REVERT: 5c8df66b7 [FL-2927] SubGhz: add RAW Read threshold rssi (#1911) REVERT: 378bf0506 [FL-2934] WS: add protocol Acurite 592TXR (#1916) REVERT: 406d830fb Oregon2 extra (#1924) REVERT: 7d2d2b3dd [FL-2932] TikTok: reset cursor after enter and reconnect #1921 REVERT: d530238fa CI: Update web updater domain (#1919) REVERT: 30f10dce8 Fix a typo in the factory reset screen "setting" -> "settings" #1917 REVERT: 0adad3241 fbt fixes pt4 (#1899) REVERT: 984d89c6d Furi: smaller crash routine (#1912) REVERT: 912d180df Merge remote-tracking branch 'origin/dev' into feature_wifi_marauder_app REVERT: d8fbaba7a Move Oregon2 to Weather Station FAP (#1910) REVERT: f8af0c150 [FL-2892] Gui: update statusbar attention icon and better crash handling (#1908) REVERT: c1bb10a69 [FL-2920] WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2 (#1898) REVERT: 33892ebfb [FL-2818] FuriHal: add FuriHalCortexTimer, use it for i2c bus timeouts (#1900) REVERT: f56c94922 CMSIS DAP/DAP Link Debugger (#1897) REVERT: 42df7aa04 Fix FuriString oplist (init move) (#1894) REVERT: 9a9abd59e [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) REVERT: 79c304062 fbt: fixed dependency issues with SDK definition file (#1893) REVERT: 72713d6f4 Allow pins 0 and 1 as RTS/DTR for USB UART Bridge (#1864) REVERT: 56f760aa0 Picopass: Read Elite (#1888) REVERT: 68009c623 [FL-2919] SubGhz: CAME Wrong number of bits in key (add protocol Airforce) (#1890) REVERT: 02c27becb [FL-2912] Forced RAW receive option for Infrared CLI #1891 REVERT: 4942bd210 scripts: fixed c2 bundle format (#1889) REVERT: f61a8fda5 Feature/infrared add remote to cli (#1856) REVERT: 5e35e51c5 [FL-2907] Remove the back button from MFC keys list #1878 REVERT: dfbe21e72 NFC fixes part 3 (#1885) REVERT: e7aaf3dbb Enable all `view_` methods in SDK (#1884) REVERT: 8ec5527ae fbt: fix for cincludes in app's private library definition (#1882) REVERT: f06930e4a Desktop: fix fap in settings (#1877) REVERT: 865baed0b Fix FileNotFoundError in ./fbt flash_usb (#1876) REVERT: f81999ea4 Fix number of dolphin_apps (#1874) REVERT: ead9f134f [FL-2623] Add BLE disconnect request #1686 REVERT: 9ff29d12b Fix typo in fap loader logging (#1875) REVERT: d5b239595 Desktop: Set external apps as favorites (#1816) REVERT: 55f8beef9 [FL-2876] MFC Improvements Part 2/2 (#1868) REVERT: e46e6f8ee Update title for web updater (#1872) REVERT: 8fdee1e46 Scripts: simpler tar format (#1871) REVERT: 50dc2d738 36-bit AWID (L11601 Lenel) (#1838) REVERT: ede3bac79 Badusb: show script errors on screen (#1506) REVERT: eb4ff3c0f [FL-2832] fbt: more fixes & improvements (#1854) REVERT: afff1adf8 [FL-2882] BLE tiktok controller (#1859) REVERT: 92a738bf7 Dolphin: add L1_Painting animation (#1863) REVERT: b3d952332 Github actions on kubernetes runners (#1861) REVERT: 2552278a3 [FL-2883] NFC: bank card rework reading (#1858) REVERT: 04f5ad83f [FL-2828] Dolphin score points update #1809 REVERT: 906124b09 [FL-2886] SubGhz: fix text overlap in read (#1853) REVERT: 3fd30a913 docs: update on FAP build process (#1852) REVERT: a1ede0a2f BadUSB: add SYSRQ keys (#1460) REVERT: 31c0346ad [FL-976] Removing lambdas (#1849) REVERT: 981f7ff8b Elf loader: do not load .ARM.* sections (#1850) REVERT: c13929330 Gui: fix memory leak in file browser module (#1848) REVERT: 88ca26746 music_player: Return to browser instead of exiting on back button (#1846) REVERT: d10e16ca3 Snake game: nokia 6110-like sound (#1844) REVERT: 37b5e58a6 More correct elf loader (#1839) REVERT: 1a1f71189 Signal Generator app: UI update (#1829) REVERT: 4000f0cac [FL-2870] Printf function attributes (#1841) REVERT: 1f742b611 [FL-2651, FL-2863] App name in CLI loader command, RFID data edit fix #1835 REVERT: 38a82a190 [FL-2839] Furi stream buffer (#1834) REVERT: d1843c009 Disable PVS-Studio license check (#1840) REVERT: 3367bc6f6 Documentation: AppManifests.md typo fix (#1836) REVERT: eaa3adf98 [FL-2868] Remove string_push_uint64 (#1832) REVERT: dde18cd34 Add exit label to keyboard connection screen (#1830) REVERT: 72b3d7f41 [FL-2620] Infrared error message (#1827) REVERT: 19cb469e4 [FL-2877] Don't turn off the backlight on MFC dict attack #1826 REVERT: 01f7a3e5b [FL-2874] Remove bank card uid emulation (#1823) REVERT: 6dde5586a [FL-2803] Mifare Classic read improvements Part 1 (#1822) REVERT: 5de2c32c8 [FL-2864] NFC update detect reader (#1820) REVERT: 69b9c54b2 Update ac.ir: add Daichi model DA25AVQS1-W (#1819) REVERT: e3a5df595 CLI: log command argument (#1817) REVERT: d07c2dbe5 ".fap" extention in file browser and archive tab (#1812) REVERT: 11681d8ee [FL-2866, FL-2865] SubGhz: add frequency analyzer history (#1810) REVERT: 061f53cd3 [FL-2849] SubGhz: read RAW auto generation of names (#1772) REVERT: 61189c3c8 [FL-2847] FFF trailing space fix (#1811) REVERT: 9bf11d9fd [FL-2859,2838] fbt: improvements for FAPs (#1813) REVERT: a69e150e2 [FL-2812] RFID: write fix for some protocols #1828 REVERT: f16cdd147 fix: typo badusb demo windows (#1824) REVERT: 4bf29827f M*LIB: non-inlined strings, FuriString primitive (#1795) REVERT: 0f9ea925d UnitTests: fix thread join test (#1808) REVERT: 836de3df1 [FL-2825] iButton GUI fixes (#1805) REVERT: c92217a10 Thread: Clear TLS after thread stop (#1807) REVERT: 76d38e832 fbt: reproducible manifest builds & improvements (#1801) REVERT: aba20b6af Furi Thread: fixed furi_thread_join, check if thread has not been started (#1803) REVERT: bcfb12bf2 Keyboard: show Uppercase keys when replacing content (#1548) REVERT: 5883e134d Furi Thread: don't use thread pointer after FuriThreadStateStopped callback (#1799) REVERT: f8b532f06 [FL-2831] Resources cleanup in updater (#1796) REVERT: e25b42418 Typos fix in some strings/comments #1794 REVERT: 4241ad24a [FL-2797] Signal Generator app (#1793) REVERT: 12a6290e9 [FL-2853] Reorganise Universal A/C library (#1792) REVERT: e6e1e7fe1 Add formatting to DESfire data dump (#1784) REVERT: 5bb7cabea Applications loader: do not use view dispatcher queue #1788 REVERT: f20106281 Add Hisense A/C IR signals.. (#1773) REVERT: 9f501034c Power: Also ask charger if charge done (#1378) REVERT: 3e3a16776 [FL-2852] Update Universal Remote documentation (#1786) REVERT: efb09380b [FL-2836] Fast flash programming mode (#1782) REVERT: a6b98ccbb Preliminary Rust support (#1781) REVERT: 2a2078d9b Text input overwrite max size template (#1687) REVERT: f86eada29 Remove unused headers (#1751) REVERT: bc777b2ef SubGhz: fix config menu (#1748) REVERT: e6d22ed14 ELF-Loader: C++ plugin support, loader overhaul. (#1744) REVERT: 7e2008095 Bump protobuf from 3.20.1 to 3.20.2 in /scripts (#1774) REVERT: 92e440c77 Core: simplify record container (#1776) REVERT: eadd7801a fbt: exclude user site-packages directory from sys.path (#1778) REVERT: 6d2b0a3b6 Update ReadMe.md (#1766) REVERT: 3846852f2 NFC Fix Mifare Classic (#1769) REVERT: 17d01f5c2 [FL-2848] Universal Remote fix (#1770) REVERT: e70121e20 [FL-2843] NFC fixes (#1764) REVERT: 432ff41d6 [FL-2844] desktop: removing slideshow file when leaving slideshow view (#1762) REVERT: 3360f818a Subghz: Adding checks for get_upload functions (#1704) REVERT: 066da4080 [FL-2792] AC Universal Remote (#1725) REVERT: f5ff6438d NFC user dict list, delete, and de-duplication. (#1533) REVERT: 9f3b80e60 Add new card parsers (#1503) REVERT: d003db040 SubGhz: Oregon v2.1 decoder (#1678) REVERT: c7cd5721e Picopass: detect and show SE / SIO (#1701) REVERT: fb476c29e RFID: fix read info screen (#1723) REVERT: d80329b32 [FL-2815, FL-2821] Dummy mode (#1739) REVERT: 3d3c42275 [FL-2674] Show error popup when NFC chip is not init/disconnected (#1722) REVERT: ed385594a faploader: more subsystem headers in API table (#1742) REVERT: 787df44c7 [FL-2800] Fix Mifare Classic 4K reading of the last 8 sectors (#1712) REVERT: 9f47003e4 Move app to main directory (after upstream refactor) REVERT: 60bce7b8d [FL-2780] NFC Notifications fix (#1731) REVERT: 8b05bd110 [FL-2814] SubGhz: fix display information in the file if the frequency is not available for transmission in the given region (#1724) REVERT: a6052be0f Charging icon update fix (#1733) REVERT: 007a3d295 [FL-2819] updater: fixed failing backups on /int with empty files in it #1735 REVERT: 28beff1ab Fbt: fixed gdb-py path for MacOS, docs: spelling fixes, codeowners (#1736) REVERT: 9269c2dfe Merge branch 'dev' of github.com:0xchocolate/flipperzero-firmware-with-wifi-marauder-companion into feature_wifi_marauder_app REVERT: b9a766d90 [FL-2627] Flipper applications: SDK, build and debug system (#1387) REVERT: 0f6f9ad52 [FL-2753] RFID app port to plain C (#1710) REVERT: e9ab58177 SubGhz: fix decoder kelooq (#1719) REVERT: b62096fb9 [FL-2645, FL-2810] SubGhz: handle missing key in cryptostore. Lib: lower default display contrast. (#1717) REVERT: ff33bc6ae Furi: wait for timer wind down in destructor (#1716) REVERT: d1c79a83d New toolchain 15 (#1709) REVERT: 3a767c9c0 [FL-2794] Lib: update LFS to v2.5.0, lower update free page limit (#1706) REVERT: b7a6d1818 Fix CI/CD in tags #1703 REVERT: 8d8481b17 fix buffer overflow in mifar ul load (#1697) REVERT: 97b27261d fbt: fbtenv_chck_many_source, fix typos + grep logic (#1699) REVERT: 1853359d7 [FL-2759], [FL-2766] NFC collect params for mfkey32 attack (#1643) REVERT: ed2c607dd [FL-2776] IR CLI Decode Command (#1692) REVERT: bd54c2b34 Fix CI/CD (#1698) REVERT: 53aa5c71a Amap workflow, "toolchain improvements" (#1685) REVERT: a3932cfa6 [FL-2787] SubGhz: add protocol Clemsa, fix decoder BETT (#1696) REVERT: 1d787e6da Add support for Keri tags (#1689) REVERT: 10b0a611c Add support for Gallagher tags (#1680) REVERT: 0ee4573a6 SubGhz: add protocol Intertechno_V3 (#1622) REVERT: 311b60f81 [FL-2771] SubGhz: add protocol Prastel #1674 REVERT: e7a5d19f9 [FL-2778] SubGhz: fix CLI "subghz tx" (#1681) REVERT: 8e9043003 Picopass write (#1658) REVERT: e4c6158d6 Update comment in SConstruct (#1684) REVERT: 4fcb90928 ST25TB type is not handled (#1679) REVERT: 5e2a90c6f [FL-2773] Fix crash after cancelling Learn New Remote #1675 REVERT: 7f00c3e66 Merge branch 'flipperdevices:dev' into feature_wifi_marauder_app REVERT: d76ba2065 Add support for Pyramid tags (#1676) REVERT: 611b7e15e Remove execute permissions from *.c and *.h files (#1651) REVERT: 274f17ed5 Add support for Viking tags (#1668) REVERT: f09c5889d Add support for Jablotron tags (#1657) REVERT: 39f936ce1 Add support for Paradox tags (#1655) REVERT: 1350dcaf6 Add support for PAC/Stanley tags (#1648) REVERT: ffa3ff5e7 Remove obsolete info from docs (#1672) REVERT: 689da1534 workflows and fbtenv improovements (#1661) REVERT: 1a4a6d462 [FL-2769] SubGhz: out debug data to external pin #1665 REVERT: 99a7d06f7 Speedup SD card & enlarge your RAM. (#1649) REVERT: ab4bb55d0 nfc: Change furi_assert to furi_crash for default switch cases (#1662) REVERT: ce7b94379 [FL-2764] SubGhz: fix CAME, Chamberlain potocol (#1650) REVERT: 7e20df7e9 LFRFID RC fixes (#1652) REVERT: 7c54fcf60 fix fbtenv.sh under zsh (#1645) REVERT: b0daa601a [FL-2727, FL-2749] New icon in BLE remote app #1644 REVERT: 9bfb641d3 [FL-2529][FL-1628] New LF-RFID subsystem (#1601) REVERT: f92127c0a Picopass load/info/delete (#1562) REVERT: ddd5d5a53 fix Amap reports outside pull-request (#1642) REVERT: a7a9c3803 Amap and PVS Studio reports in CI/CD (#1526) REVERT: 57328761c [FL-2757] SubGhz: add protocol Magellen (#1633) REVERT: 9317ded1a [FL-2749] New power off screen #1637 REVERT: 8992f8ac3 Fix mifare ultralight/ntag unlock #1624 REVERT: 9829145d8 fbt: fixed include paths; added PVS-Studio configuration (#1615) REVERT: 5b4e732fa [FL-2737] Dolphin level thresholds update #1610 REVERT: df4755bc0 [FL-2727] BLE Remote UI fixes #1609 REVERT: 84e2e321b RPC: more asserts and checks (#1606) REVERT: 4e1470cef slideshow.py: add return code on error (#1636) REVERT: cfc0383b9 Archive: dont start browser worker on favourites tab (#1628) REVERT: 0a6d775fa Github: Update CODEOWNERS (#1631) REVERT: fdb181b15 Fix BT Remote 'stay' button on first launch bug (#1626) REVERT: 2a452063c [FL-2747, FL-2745] Browser worker fix, Device Info screen update #1620 REVERT: 2e993b0a5 [FL-2748] disabled automatic poweroff for single-frame slideshows #1621 REVERT: e243a0e0e Add MFC 1/4K 4/7bUID to "Add Manually" (#1584) REVERT: 9b1384246 Fix typos in subghz (#1588) REVERT: c964099c8 Increment U2F counter before authentication (#1595) REVERT: 831da59ed Fix U2F counter endianness (#1592) REVERT: 6c268ec58 U2F: counter file migration (#1604) REVERT: 560ea5f99 [FL-2714] New NFC info screens (#1605) REVERT: 6742f8181 Format with ./fbt format, as suggested by @xMasterX REVERT: beb29a56d Fix textbox hanging bug, refactor REVERT: bfe023086 Merge branch 'flipperdevices:dev' into feature_wifi_marauder_app REVERT: 101011331 Fix back button to allow exiting app :) REVERT: a2f4413e5 Squashed merge from dev REVERT: 3de1c2878 Add more help messages and Settings command REVERT: b6f6b8c7f Add help messages, reword some menu items REVERT: 225524d9b Add toggled args, remember selected options REVERT: 71be59b7b Sending commands works with new UI REVERT: 41ae15dd1 Adding to proof of concept UI REVERT: b3d7583f9 SubGhz: update notification messages (#1602) REVERT: 21f153ad7 Trying out new UI option - commands not functional REVERT: e1ffb4ac4 fbt: support for LOADER_AUTOSTART; post-build size stats (#1594) REVERT: 9e452d2b2 [FL-2735] IR green LED fix (#1591) REVERT: 1655366ef [FL-2728] Fix Null Pointer Dereference errors in IR #1583 REVERT: c846bca28 FuriHal: do not enable LSECSS if BORRST is active (#1590) REVERT: 6ee2c1585 FuriHal,About,Desktop: show provisioned region (#1589) REVERT: 1db763204 fbt: clear PYTHONPATH in env setup (#1585) REVERT: e0b184c05 Scripts: add new region to otp generator (#1582) REVERT: a5a79c5da [FL-2705] RPC APP fixes #1568 REVERT: 36b8dfe65 [FL-2729] SubGhz: fix bett decoder (#1573) REVERT: aab8ce5e3 Skip empty lines in favorites.txt (#1571) REVERT: 874eb46c9 rpc: fixed missing read blocks (#1581) REVERT: a39111ade [FL-2723] SubGhz: add protocol Honeywell_WDB / Doorbell (#1560) REVERT: 79d9731ea fix: typo badusb demo windows (#1579) REVERT: ba0502ae1 SubGhz: show region provisioning message (#1580) REVERT: fae392d84 [FL-2677] SubGhz: region provisioning (#1574) REVERT: add2497a1 rpc: additional verification of message data (#1576) REVERT: bc519747d Squashed commit of the following: REVERT: 1d50a5981 [FL-2059] Storage fixes for handling empty files (#1563) REVERT: 01eb92db0 Mifare Classic emulation fixes (#1566) REVERT: ca23d0c20 fix building updater package (#1564) REVERT: a7316e782 Added support for Samsung TVs using address 07. (#1509) REVERT: 416cce9ff [FL-2718, FL-2719] SubGhz: add protocol BERNER / ELKA / TEDSEN / TELETASTER / Doitrand / Marantec / Phoenix V2 (static mode) / Phox (static mode), fix Princeton (#1516) REVERT: 81b404aaf Add ability to type a space with the input keyboard by long-pressing "_" (#1550) REVERT: 173c94156 NFC: Add Skylanders support (#1553) REVERT: f3d7d7dba Extend random name generator (#1551) REVERT: 67a9753f7 Add a Mifare Classic info screen to parser output (#1504) REVERT: 9ffcc52ad Mifare Ultralight authentication (#1365) REVERT: d147190d6 [FL-2717] Fix unexpected behaviour when opening a remote from outside (#1538) REVERT: 55b4ff8e0 Documentation: fixed outdated naming (#1518) REVERT: 040558c8f PicoPass: Fix Card Detection Visuals (#1511) REVERT: 8a370d70d [FL-2700] Fix IR hangup with short signals (#1535) REVERT: 4460010e7 Archive: fix null dereference #1531 (#1532) REVERT: 4c499d904 Fix directory name in lib readme (#1528) REVERT: 3ee93e1a8 nfc: make dict attack more interactive (#1462) REVERT: 284c56718 NFC: Edit UID feature (#1513) REVERT: 135fbd294 [FL-2693] RW buffered streams (#1523) REVERT: 649959758 vscode: initial development configuration (#1520) REVERT: 51f5641c5 FIX: Fixed inconsistencies between texts (#1496) REVERT: bc34689ed Make printf great again (#1438) REVERT: eed429689 MPU Hal (#1492) REVERT: 4a6477aaa Core, logs: removed tag concatenation (#1524) REVERT: 93a4b9c4a [FL-2649] Drop Docker in CI/CD (#1412) REVERT: a1637e921 fbt fixes & improvements (#1490) REVERT: 1e732830e ci: check for uncommited changes after build (#1461) REVERT: 01afb289c [FL-2713] Buffered file streams fix (#1515) REVERT: f9745b414 [FL-2705] App RPC Bug Fixes and redesign (#1491) REVERT: f9386b264 Assets: unused assets removed (#1514) REVERT: 4da6eba39 [FL-2706, FL-2709] SubGhz: checking saved key files for length (#1485) REVERT: 84550d587 [FL-2654] Updater: retrying pre-boot SD card mount multiple times (#1402) REVERT: 712a48b5d Fix typo in subghz (#1467) REVERT: 4c39dcbe0 ☦️ Rpc: fix backup commands responses (#1502) REVERT: c40e8811d [FL-2701], [FL-2702], [FL-2699] NFC fixes (#1478) REVERT: b6e52e979 Infrared.c: Dont Close GUI 2 times (#1477) REVERT: c77720606 NFC: fix navigation from menu scenes #1459 REVERT: 80a7de807 updater: fixed dolphin level not being migrated (#1458) REVERT: 9c59bcd77 [FL-2605] NFC new design (#1364) REVERT: ec19c11db [FL-2669] SubGhz: add support for loading custom presets (#1398) REVERT: ed7db336c [FL-2684, FL-2685] bugfix subghz (#1446) REVERT: 3fa5e18c5 [FL-2692, FL-2604, FL-2632] New first start sequence (#1456) REVERT: 056446dfe [FL-2675] /int space reservation (#1448) REVERT: 52a83fc92 [FL-2688] Fix incorrect remote renaming behaviour #1455 REVERT: 05b816429 Minor grammar and typo fix (#1454) REVERT: e03b102af Fix git submodules update called anyways (#1450) REVERT: 27b698f08 fbt: Fixed build for users with space in username (#1437) REVERT: d085af31c Fixing a typo in Bug Report Issue Template (#1449) REVERT: cd77b93f2 Picopass: dump full card, extract some details (#1408) REVERT: f8e0ec42c nfc: NTAG203 support (#1383) REVERT: 30820b83b [FL-2464, FL-2466] RFID, ibutton text fix #1413 REVERT: ac60d1808 fixing typos, satus -> status (#1422) REVERT: d80edba89 RPC App: state message and GUI update (#1423) REVERT: f1cb95655 Port over Issue templates to new YML format (#1433) REVERT: f5d6a8084 [FL-2668] GUI message screens update #1428 REVERT: 3ee592cae Fix SubGHz chat immediately closing #1440 REVERT: c22d66590 [FL-2682] Allow spaces in file names #1444 REVERT: 6f72ac71a Add View Log menu actions to see output of last command REVERT: b105a121e Fix os flags -> furi flags after merging from dev REVERT: 55ecf32b9 Squashed commit of the following: REVERT: 20d2d04d1 Set app icon to infrared for now REVERT: 727772716 Fix buffer crash, optimize REVERT: 105b573f7 Add text input and console focus REVERT: dfa74ffff Fix rx packet drops, optimize rx REVERT: 8a38125e9 Fix app/uart startup REVERT: 62f3c577c Release UART when exiting REVERT: 4e25574d6 Basic command shortcuts and rx console output view REVERT: 1633d3cf6 UART tx is working\! Now to handle rx and rest of menu REVERT: f7f349ad9 wifi_marauder_app: Top level menu works\! REVERT: 7c49f604f Fix toolchain typos (#1435) REVERT: 253b98c8f Added condition to cli "log" command to end if serial terminal is disconnected. (#1425) REVERT: 16e598b2c [FL-2655, FL-2650] Buffered file streams (#1424) REVERT: ec57dd310 fbt: Respect SOURCE_DATE_EPOCH when setting build date (#1421) REVERT: e3c7201a2 Furi: core refactoring and CMSIS removal part 2 (#1410) REVERT: f9c2287ea Update ReadMe.md (#1409) REVERT: 73711c75e Update bad_usb_script.c to fix incorrect ALT key const #1406 REVERT: e7c3da1da [FL-2658, FL-2657] SubGhz: add new protocol (IronLogic, Comunello, Sommer(fsk476), Normstahl, KEY, EcoStar, Gibidi, Mutancode) (#1404) REVERT: 7741a1924 Better crash handling (#1397) REVERT: 80629de01 [FL-2601] Move Infrared unit test data to assets (#1396) REVERT: 877c5c812 [FL-1962, FL-2464, FL-2465, FL-2466, FL-2560, FL-2637, FL-2595] Ibutton, Infrared, LfRFID GUI fixes (#1392) REVERT: edc6ca0c8 Log MFC nonces for use with mfkey32v2 (#1390) REVERT: c29ab5001 Calculate picopass CRC dynamically (#1389) REVERT: 6ac1ed2aa IR: increase raw timings amount (#1388) REVERT: 975ee0c00 Change # to ! for the inverted text example (#1395) REVERT: 2caa5c306 [FL-2633] Move files from /int to /ext on SD mount #1384 REVERT: fd498bdfc [FL-2554] Embedded arm-none-eabi toolchain (#1351) REVERT: dbf1d9f33 Add a FORCE=1 checker for flash (#1386) REVERT: f707aa92b nfc: fix exit after emulation (#1385) REVERT: 222394d3e added gui-shift command to ducky script (#1381) REVERT: 41bd1fb9a Save picopass as picopass or, for 26bit, as lfrfid (#1380) REVERT: f46ae5a70 Namespace loclass library (#1379) REVERT: 6b3625f46 Bluetooth Remote Additions (#1330) REVERT: c72b67851 SubGh: fix a race condition (#1376) REVERT: e17dae2d0 [FL-2612, FL-2618, FL-2619, FL-2622] CLI, threads, notifications, archive fixes (#1354) REVERT: ece142a66 Fix buffer overflow in mifare classic lib #1374 REVERT: e147b2cee Added Javacard Emulated mifare classic 1K compatibility (#1369) REVERT: 8af219868 Iclass UI (#1366) REVERT: 34d97ebb4 fbt: compile_commands fixes & better `latest` directory handling (#1368) REVERT: c49db35ee storage: lfs fingerprint wasn't updated when both geometry changed & factory reset was requested, resulting in second re-format on next boot (#1372) REVERT: 05b7b7f2d plugins: snake: simplification in direction calculation (#1361) REVERT: 43fd2e443 fbt: added support for FBT_NO_SYNC environment variable to skip submodule update at start (#1363) REVERT: 6b6ea4480 fbt: initial blackmagic support (#1362) REVERT: 793501d62 Add GPIO control through RPC (#1282) REVERT: c495677eb FuriHal: RTC recovery routine and ext3v3 enabled on start (#1357) REVERT: b95cd2df1 [FL-2578] Updater fixes related to /int handling (#1359) REVERT: 4a1695ba1 [FL-2589] RPC App control commands (#1350) REVERT: 0e78f3840 nfc: On-device tag generator (#1319) REVERT: ffd6eda36 Add iClass keys to source (#1360) REVERT: fea2bfa82 [FL-2610] SubGhz: add keypad lock SubGhz -> Read (#1343) REVERT: 09ec3832c Improved PR build comment (#1348) REVERT: 5769595e6 NFC emulation software tunning (#1341) REVERT: 1975868ed PicoPass / iClass (#1298) REVERT: b3767d143 fbt: fixes (#1352) REVERT: 8632c77d6 1342 add mifare infineon (#1346) REVERT: 8b988e2b1 fbt: updater over USB (#1344) REVERT: e6f18cc32 fbt: building `core` with respect for debug flag (#1347) REVERT: 6d38740a4 SubGhz: fix protocol scher_khan (#1323) REVERT: f3b1475ed [FL-2052] New build system based on scons (#1269) REVERT: c79fb6190 SubGhz: add protocol PowerSmart / SolarSmart Roller Shutters (#1335) REVERT: 0b8331656 [FL-2603] Infrared: exit app properly if ran from outside the launcher (#1340) REVERT: 9868a65c1 [FL-2602] Infrared: Fix crash when messing with SD card (#1339) REVERT: 556af0b82 nfc: NTAG21x complete emulation (#1313) REVERT: 88facf20c nfc: DESFire fixes (#1334) REVERT: 92f763e55 [FL-2548] Infrared: show error if no SD card/databases (#1337) REVERT: eb31fed0e [FL-2556] Update complete screen (#1332) REVERT: 4b02a404b [FL-2588] RPC storage: Ignore incorrect file names #1318 REVERT: dab1313a3 SubGhz: frequency analyzer combined frequency detection method (#1321) REVERT: f060d005f [FL-2511] Updater: fixed long update descriptions overlapping UI elements #1327 REVERT: a8acfcabb [FL-2568] Infrared C port (#1326) REVERT: 839e52ac3 [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) REVERT: 7618c8ba6 Change "cad" to "card" (#1320) REVERT: adffe20bc SubGhz: bugfix 0.60.0 (#1317) REVERT: fb4d4011f SubGhz: allow refill attempt at the end of transmission (#1314) REVERT: b2132b2ec Nfc: async pcap worker (#1315) REVERT: fb8c8ae21 Fix typos in macOS Bad USB demo (#1316) REVERT: cc861dd92 Desktop: poweroff timer and 5 seconds delay and other improvements (#1312) REVERT: 47acf2480 HW LED blink integration (#1310) REVERT: d876f1019 nfc: don't store pcap for mifare classic emulation (#1309) REVERT: d378ca6fd desktop: prompt to power off on back button long press (#1279) REVERT: b3186e29e Desktop: Secondary favorite app (#1307) REVERT: e0005d533 [FL-2534] Correct scene navigation UX in storage app #1308 REVERT: 761de0050 Fix CLI storage read (#1305) REVERT: f5ab37ac9 Cli: cleanup gpio commands (#1306) REVERT: 936a2f64b [FL-2580] FuriHal: add more supported radio stacks (#1301) REVERT: 2bd4efd04 More GPIO control through CLI (#1271) REVERT: 9c9f66a30 nfc: add debug PCAP output, refactor Mifare DESFire following #1095 (#1294) REVERT: d5df4027d SubGhz: fix resetting the set frequency when retuning (#1300) REVERT: cfb1a0d01 Hardware LED blinking (#1303) REVERT: 41cf42123 [FL-2565] Archive: switch to browser worker #1295 REVERT: 8b5443695 [FL-2564]SubGhz: 0.59.0-rc bugfixes (#1292) REVERT: 40e3df997 iButton, RFID: rc-59 fixes (#1291) REVERT: b625e8442 SubGhz: Add Chamberlain 7-Code, Chamberlain 8-Code, Chamberlain 9-Code (#1288) REVERT: 2c4b2b877 Fixing typo across many files (#1287) REVERT: 66dbb6894 SubGhz: support 310 MHz and fix (#1262) REVERT: 69d90d5b0 nfc device: fix nfc cards save (#1277) REVERT: 67fbefbe6 SubGhz: Сreating and delivering Security+ 2.0 (#1273) REVERT: 5c45250dd SubGhz: Сreating and delivering Security+ 1.0 (#1268) REVERT: 79920a352 [FL-2491] File browser GUI module (#1237) REVERT: 533f12af1 Change "FuriHalNfc Current state" trace to only log on change of state #1272 REVERT: 0d5d4c868 RFC: NTAG I2C support (#1227) REVERT: 4b45746b8 Fix MiFare DESFire GetKeySettings response parsing (#1267) REVERT: d31578508 [FL-2245] Introduce Mifare Classic Emulation (#1242) REVERT: 2017baac4 [FL-2441] BLE add Power state, fix double connection (#1238) REVERT: f90c9320d bt: Fix race condition when disconnect during TX (#1260) REVERT: eb83b0f02 (Typo) Conrol=>Control (#1266) REVERT: ca5c0d2d5 Adding FIDO U2F to aid.nfc (#1251) REVERT: 5f7ee1b36 Add instruction for missing deps. (#1265) REVERT: 0b0ca597e Rework NFC EMV response parsing. Split TLV and tags per EMV spec. (#1257) REVERT: 522420ec7 RFID: add support for Kantech IOProx cards (#1261) REVERT: 8a81b79e0 Infrared: fix RAW parsing in cli. Remove dead sources. (#1255) REVERT: 8d737133f FL-2534: change button text in format dialog and fix incorrect dialog_ex behavior when text is not set (#1253) REVERT: e8de94ca0 Drop libs rtc (#1248) REVERT: 9c3f465af [FL-2537, FL-2539, FL-2534, FL-2534, FL-2525]: UI and UX improvements (#1246) REVERT: 513d09805 Fix cli session open on pin unlock (#1245) REVERT: d38dba4a2 SubGhz: refactoring frequency analyzer and MegaCode display changes (#1221) REVERT: f6384116a Github: update runner config (#1236) REVERT: e46af576f Preserve dotted timing on subseqent loops (#1231) REVERT: b72a09442 MusicPlayer: set default volume in worker thread to 1.0f and fix issue with leaking memory (#1224) REVERT: 5de72e75d Compile commands generator (#1223) REVERT: 85a129b89 [FL-2528] Fix iButton crash on successful emulation #1220 REVERT: 9a11d3996 SubGhz: fix Princeton false positive on GateTx receive (#1218) REVERT: 6cc30f405 [FL-2521] Added OTA-related docs (#1219) REVERT: a5bb417fd SubGhz: fix holtek protocol (#1217) REVERT: 7f8d82bd9 Updated lib/libusb_stm32 to match upstream (#1216) REVERT: b4125f1f9 Fix for issue #1019, HardFault on certain types of credit/bank cards. (#1211) REVERT: 597ee5b93 [FL-2527] Updater: Migrating to new manifest path convention (#1213) REVERT: dfdc33b07 SubGhz: add protocol Holtek (#1214) REVERT: 206865615 SubGhz: add unit_test firefly, megacode, security+ 1.0, security+ 2.0 (#1209) REVERT: 94d7a714b Fix typo in nfc_device ("depricated") #1212 REVERT: fac4391af [FL-2499] Folders rename fix (#1190) REVERT: f04d0eea9 SubGhz: add protocol MegaCode (#1204) REVERT: 23cff2a7d [FL-2526] SubGhz: fixed receiver list scrolling #1207 REVERT: 51efe8b80 [FL-2500] Change shadows direction and refactor status bar drawing code (#1200) REVERT: 5171a6ad1 [FL-2514] Port iButton application to C (#1198) REVERT: 37bd0d546 [FL-2517, FL-2518, FL-2523] Updater UI overhaul (#1196) REVERT: 4d6b17076 [FL-2520] FW build with -Wextra (#1185) REVERT: 1ca98170d SubGhz: add protocol Security+ 1.0 (#1197) REVERT: f5175e138 Music player rework (#1189) REVERT: 0c85b8887 [FL-2512] Archive favourites fixes (#1195) REVERT: c5c0d2e8b SubGhz: Add protocol Security+ 2.0 (#1193) REVERT: f4a205142 SubGhz: bug fixes (#1192) REVERT: 7017fa4f9 [FL-2515] Keep backlight on for updater ops (#1184) REVERT: 01434265f [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) REVERT: 73477ccee SubGhz add protocol Firefly (#1183) REVERT: 0eac917f9 [FL-2163] CLI: Se…
RogueMaster
pushed a commit
that referenced
this pull request
Feb 9, 2024
…ns/checkout-4 build(deps): bump actions/checkout from 3 to 4
RogueMaster
pushed a commit
that referenced
this pull request
Mar 11, 2024
Implementing auto build of faps
RogueMaster
pushed a commit
that referenced
this pull request
Apr 16, 2024
RogueMaster
added a commit
that referenced
this pull request
May 14, 2024
0283eaee669 Format 4dc9e472384 Merge pull request #8 from leedave/feature/cross_remote 3074e48081b Add cross_remote from https://github.com/leedave/flipper-zero-cross-remote 01eb2c1 Merge pull request #16 from leedave/feature/fix_0.100.3 642afe4 Fix for crash on exit in 0.100.3 4d4962f Merge pull request #14 from leedave/feature/subghz_encoded 7f17cb6 ufbt format 925d739 Update Readmes, added version to info screen 34a5851 Settings & Storage for SubGhz Timing 6cf5fb9 Encoded Subghz works with standard 500ms setup 8520f4c Merge pull request #12 from leedave/feature/catalog_sdk_upd 8fc794f ufbt format 3087d4b Fixed initial crash after creation of chain with Subghz element 2b2adc2 Merge pull request #11 from leedave/feature/catalog_sdk_upd 99ae845 Changed subghz_protocol_registry source 09de2e5 Changed subghz_protocol_registry source 3a3a767 Changed subghz_protocol_registry source 5c100bf Changed subghz_protocol_registry source bb92af0 sdk headers test 3 c2b122a sdk headers test 2 c24026f Update to help build detect icons that were already there instead of using from Firmware d92d744 sdk headers test 1 275accc ufbt format 47aea2c Merge pull request #9 from leedave/feature/ir_ind_timer d5256ed Added IR Timing feature 2383b0f Added int keyboard dd546b5 UI Menu to set IR Time ff25784 Merge pull request #8 from leedave/feature/subghz_like_meal_pager 32041e2 Linting b64e36d Fixed bug where crash occurs after deleting an item 14db43d Stabilized save and run, still a crash left after deleting items 28bbaaa Removed not needed settings Sound/Haptic 06608e8 Does what everything it should, but still crashes a lot 644227f Callback after subghz. Waiting still not correct 97c98a8 First time IR and SG work together, but still very unstable 098497c Included library for Subghz signal f8b524d Aligned format for IR and pause timing cdeb124 Fixes for new timer in IR commands a523e11 New save format 36c07d0 RAM fix for SG remote 76ecb27 Cleared out old SubGhz module cb639c1 refactor cross remote item methods bc56826 refactor xremote_cross_remote methods, fixed RAM leak 56d7a9d Storage of subghz filename abcfdf3 Restored SG animation 8bdfcaa reactivating subghz menu (no actions yet) bb5e131 Merge pull request #6 from leedave/feature/ir_timing d760cb5 Fix for mem leak b7c9e37 Merge pull request #4 from leedave/feature/ir_timing 3a1bba7 bumped version f896686 Merge pull request #2 from leedave/feature/ir_timing 12cd62d Added IR Timing Feature ae626bd Version Bump 5eb59ec Updated changelog 6fbd30c removed builds c6f71ae CLANG Formatting 83d453a Moved to new repo, updated for compatibility to 0.95.0-RC git-subtree-dir: applications/external git-subtree-split: 0283eaee669ce171ffad820b5ea1bbab4d87abb9
RogueMaster
added a commit
that referenced
this pull request
May 19, 2024
08e6a50866 Format 7b24042e85 Merge slots from https://github.com/xMasterX/all-the-plugins d8cb256caa Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading 4b91e13622 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins 17dea5554c Merge nfc_magic from https://github.com/xMasterX/all-the-plugins 4a454cb4c4 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins 56b24f9dd0 Merge magspoof from https://github.com/xMasterX/all-the-plugins b09549dc5d Merge flashlight from https://github.com/xMasterX/flipper-flashlight b33e3560e1 Merge flashlight from https://github.com/xMasterX/all-the-plugins 72eab00ca6 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins 41db75d2f6 Fix merge a693d1ff49 Add meal_pager from https://github.com/leedave/flipper-zero-meal-pager 9658164b62 Second remote 2009bd0984 Add meal_pager from https://github.com/xMasterX/all-the-plugins 1fe90b927b Name and category cd42027fa8 Add gpio_badge from https://github.com/jamisonderek/flipper-zero-tutorials 570e72f162 Fix merge 1fd5c5f07f Add ethernet from https://github.com/arag0re/fz-eth-troubleshooter 3ff6c509a0 Second remote 3b1516865a Add ethernet from https://github.com/karasevia/finik_eth 88bdddb870 NFC Playlist: Fix incorrect free ebd64efef0 Format 3692a195a8 Fix merge e7d36eec06 Add nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist fc8831a879 Second remote b8a913d598 Add nfc_playlist from https://github.com/xMasterX/all-the-plugins 32645c883c Fix merge 259f455807 Add quac from https://github.com/xMasterX/all-the-plugins 0758879dc5 Second remote eafa11373c Fix merge 25e8645ba7 Add pokemon_trading from https://github.com/xMasterX/all-the-plugins e702df53f9 Second remote 205dd0380a upd version and readme 4e93f13 upd readme f8734c2 sync with alltheapps 6f51e81eed add flashlight connections picture 30bd363ae6 add quac app a7ec92bb76 upd nfc magic d733ca3bd0 merge memory management fixes for nested e484c13a0a upd pokemon trade ae9996cfaa upd slots bc4c80a1c5 upd magspoof 287664c89a upd mousejacker e676b1ecd3 upd coundown timer 530fc9f Merge pull request #22 from acegoal07/dev bdec676 Adds new skip error setting b9fd9dc Merge pull request #36 from Willy-JL/fix-double-free-crash 4066eb5 Fix double free crash at app exit on TLSF 8d0e6d3 New rename 4eecf4c Revert "Update nfc_playlist_scene_file_rename.c" 1e5c189821 backported ported and added kostily and velosipedy 041e17f fix metronome crash 3f7302e move back to working apps 9bcd76d upd vb migrate app 2b20fc9 upd mfkey 80af529 upd colorguess 5597c36 upd picopass 6923d54 add links to binary sources a3e4906 update espflasher 91b7fb2 upd hex viewer a15380b upd magspoof 85e9525 fix unitemp icon 4db8b6b upd subbrute 3c7fdd3 upd readme 91093d3 upd blespam 9257a40 fix pocsag version and about 576174a upd magspoof 66ef95b update unitemp d63e2da update findmy 352969b upd readme 3d35b48 Revert "testing unpacked assets" a26e26c add error handle in switch e025802 upd findmyflipper 5ab0b9e remove app dcd0f61 upd readme 568a4c9 testing unpacked assets 0556b0a upd gps nmea 91a93bd fix picopass plugin path c294d2b update magspoof 4425c28 update totp 838813b oops fd25990 upd seader ad8745d upd picopass 79759af Update nfc_playlist_scene_file_rename.c 801ed11 Update nfc_playlist_scene_playlist_select.c ccfe2de upd readme 8ccf444 upd version nfc magic e112358 fix uart terminal 42df96c upd picopass 570cb8b upd flizzertracker 4341a56 upd findmyflipper 7f50b71 sync nfc magic gen4 9c98d45 upd blespam a80208f upd badkb 67d8655 Moved stored variable 42381d1 Merge pull request #21 from acegoal07/dev 6a6bf77 Update README.md e8c40d8 Merge pull request #20 from acegoal07/dev 9bdc60a Update README.md d9cb04b Update nfc_playlist_scene_name_new_file.c 2481c5e Merge pull request #19 from acegoal07/Momentum_Support c1a5bee Update nfc_playlist_scene_emulation.c cda4499 Just some small tweaks c1eecf4 Update README.md 50bcedf Improvments 88a32ff bump version e5c07d3 fix typo, fix difference with ofw f0a0914 Overhaul b586b00 Merge pull request #18 from acegoal07/new_scene_manager cd66660 Further cut backs 8ad052b new scene manager 328cefa fixes spelling mistake b95887d update readme 86b0e95 remove duplicated app (local player only) 76ce61972f fix missing frees 17a48b4 fix missing frees 86dd162 Create playlist 16d6509 Update README.md 340a3d5 Add items to playlists 42e436c small UI fix ada95eb Adds view playlist content 0e31325 update readme 7802de5 upd ble spam 7b685bf nfc magic sync with gen4 bf06a6f upd picopass ec33779 Cut down 1f56464 playlist select tweaks fa1d26f Update settings.c 32e27c9 Update settings.c e5d93c8 Update emulation.c 7c6ad46 Merge pull request #17 from acegoal07/main 294fc6a Merge pull request #16 from acegoal07/dev 11c121a Merge branch 'main' into dev 93cb03f Quality of life 5dcdf94 Merge pull request #27 from leedave/feature/fix_0.100.3 7813bcf Fix for crash on exit in 0.100.3 a7df03f fix icon 288ecd1 bump versions c8e11f2 upd readme 5eaa423 upd wch_swio_flasher 3348951 return missing part f746977 no gen4 ? :( 19b0f83 upd weather station 9b98911 upd findmyflipper 2b9d505 upd badkb fb49d09 upd flizzertracker ddef3d2 upd blespam 999dc95 ir apps add support for new settings 9313050 upd mfkey 7fd5152 formatting 2f513b0 Major Improvements a6f6996 Update main_menu.c c237b91 Update README.md 646e30a Update application.fam 276fabe Merge pull request #15 from acegoal07/main 12aa3dd Merge pull request #14 from acegoal07/dev fdcdd56 Adds back debugging + Adds folder exist check 4b245e1 Merge pull request #13 from acegoal07/main f45826d Merge pull request #12 from acegoal07/dev 990adc1 Merge pull request #26 from leedave/feature/ufbt_update 6b5b5ad Update for compilation on ufbt or cfw 86596b3 fixes for latest api 30309ab upd readme fa85291 Fix for firmware API improvements de11574 Merge pull request #92 from noproto/dev d58b555 Update MFKey to version 2.1 8f812c3 oops 6e9c797 "fix" adding spi sensors unitemp 47d5101 update nfc magic 317d576 fix unitemp UI being not updated if app started from favourites 626123b fix UI df3cbe9 fix newline 5dd3520 upd readme 7f07604 nfc magic fixes merge 90edac5 update ci aff265d Merge pull request #89 from noproto/dev 11f0c1f upd readme 2a30138 revert gen2(not ready for release yet) 6f19c6d Fix UART deinit issues in multiple apps 7172669 Fix view alloc/free 7b4b27b Replace Mfkey32 with MFKey 8245889 upd readme c8a5d83 nfc magic updates 9b3ef0d remove duplicate 844cdc4 use previous path a5e9150 use status led properly via notifications ef52585 update dcf77 sync 26fcf9d upd readme d453cfe upd airmouse 61bbee6 update xremote 83d7bdd update seader 9461329 upd uhf rfid f242900 upd wifi marauder app 26ad6d8 upd findmy flipper 05f4814 upd readme 0885def upd wifi marauder companion c810e25 upd esp flasher bins ca26d68 sync badkb f37d0d5 upd blespam 3c15091 upd atomic dice 2c5ff59 upd geiger counter app cc5ecab upd camera suite f5c4d9d fix duplicate 30378bc sync airmouse ead0694 upd barcode gen ab2ba32 upd totp c9ea186 upd findmy readme 5a354dd Update Version number in app b9b9e89 Merge pull request #25 from leedave/feature/fixes_0.99.1 b27b217 Fix for compile errors under 0.99.1 2dc4331 Fix for compile errors under 0.99.1 a8dc713 bump versions bd432cd fix typo 9f9f020 what?!? 4f43fde revert part f147cc7 some fixes 81d75dd upd readme d27c8fc update findmy f357174 upd bt kodi remote 1380811 add findmyflipper 1e6a122 add 2nd dcf77 clock sync app d56472e add air labyrinth game 455f94b upd nfcmaker ebda850 upd blespam 8bafb1c upd espflash ver bc063f2 upd air arkanoid efc1c53 upd avr isp e8505a8 upd picopass da7101b upd airmous ver a7c86b6 upd seader ce1e291c50 Update fapping.yaml a72282af52 Update fapping.yaml 78187d09b1 Update fapping.yaml 0ca32231ed Update fapping.yaml 689a139819 Update fapping.yaml 121497fded Update fapping.yaml 1213e51128 Update fapping.yaml c2f6ca50d7 Update eth_save_process.c ae56737692 Update fapping.yaml 00b2435dd1 Update fapping.yaml ae5bb12421 Update fapping.yaml dc77a10407 Update fapping.yaml 0ed8d3312d Update fapping.yaml 55264f4d2d Update fapping.yaml 157f334332 Update fapping.yaml b1efae18ac Merge branch 'master' of https://github.com/arag0re/fz-eth-helper b02c0fa976 cleanup 045fc88a54 Update fapping.yaml 6aa6d94587 Create fapping.yaml a3f0fd50af removed big u8g2 lib and only added the needed stuff into eth_view_process.h 0c1e9a5f1c updated file location of screenshots to not hinder builds 9b57fe9 Removes error screen and fixes rename bad0821 upd readme 1dd4978102 add nfc playlist b066300 add nfc playlist 94e5cbb upd blespam ee439dd add pc monitor app 5464006 upd totp 8b99bc6 upd seader 957b673 update bf9314c Worker update aaa7858 Adds error light 5971c2a Update file_exists_error.h bf749c6 Update file_exists_error.c 38e733a Rename error screen 623192432c Merge branch 'karasevia:main' into master de95b93 add screenshots c7b67bd compile error fix c626381 Merge pull request #11 from acegoal07/dev 45118d4 Version Bump + Formatting bb251e1 Update emulation.c caaa6e1 Crash fix 62238cc Update emulation.c e666ec3 revert of the revert 4bc5176 upd readme 892dc02 to base pack c6459fe upd readme ed1f34c fix cicd fe71187 update vgm tool 09f1688 Revert "upd nfc magic" 287ac5c update wifi marauder app 49f4228 Make is so the nfc data can be cleared bfbf7d5 Update README.md 0f10921 fix for new c version 45798c6 fix badge b3af2b2 upd readme 367bec3 fix for new c/cpp versions 256b734 upd vgm manifest move to gpio e38c736 upd blespam aca6de0 upd picopass 94ec628 upd totp 3d5cbb3 replace badbt with badkb 5ebd692 Merge pull request #10 from acegoal07/main 5040683 Merge pull request #9 from acegoal07/dev fe37f03 Merge branch 'main' into dev b578ea0 Formatting f036552 Revert "Hide error setting" de776b3 Update emulation.c c142e67 move for now a534b79 upd airmouse 0c46ae9 upd airmouseofw 79de917 triggerble updates fb12c36 upd blespam 8a687a8 totp updates a7f3699 fix 8f34ad7 upd readme 574c479 upd nfc magic d8becee datetime fixes 8e34246 more fixes 74944b1 totp fixes 3d80280 upd readme 834c914 upd submodules 2fca679 add new ofw apps for new module d87bc7d upd readme a55a6b6 upd air mouse b5b85fb upd esp flasher 84d2025 upd evil portal 9fb7fcecd7 Fixes for gcc12 7d8eb6d Fixes for gcc12 708e25a fixes for mifare fuzzer f6b603e8b1 Workaround for furi_hal_gpio_add_int_callback conflict with expansion 99f6bc2 Workaround for furi_hal_gpio_add_int_callback conflict with expansion f43f8c3 upd totp ea84dfd upd readme 8104610 add new game d6398e6 upd blespam 9dc271e update nfc maker a937495 upd picopass 6e49d82 bump ver 2bc295a150 upd meal pager 90e6ce0 upd meal pager 5999573 Hide error setting 42ce380 Moving settings df60e6e Format 3f42ba6 Formatting e2af6cc Merge pull request #8 from acegoal07/dev d852cc8 version + readme 5765690 No playlist 4e1dc64 Update text_input.c be7ffc0 Merge pull request #24 from leedave/feature/cfw_cleanup 460d7c8 Version 1.3 8c94d96 Rename improvements 4d6aeeb Update emulation.c 0107074 Rename playlist 1 9154d45 Rename playlist c18aa25b97 temp fix for meal pager af7d2cf temp fix for meal pager 75629d3 Edit playlist fe62eab readmefixes f76165d fix! no more bugs please 8706168 update readme f44ede8 add mfc_editor app 37833bb upd readme c5a37d8 bump d298d17 upd airmouse 49f0ffd upd picopass e71aa91 bump versions for catalog apps 0875b3c fix uart related plugins to disable expansion protocol 679b99e07e upd mealpager 7c8d72c upd mealpager 9c1f2d8 upd readme 4940105 upd esp flasher fea8ac6 upd version e8ac70f upd seader d50f8b7 upd minesweeper a3015b0 upd picopass 9844072 change ci node 9b81ac6 Merge pull request #23 from leedave/feature/cfw_cleanup a42e22d Cleanups for better support in CFW 392f66c493 added README.md 4d6e727dc6 renamed stuff to eth_troubleshooter dbdbb1e fixed some typos and fixed a ui bug where it flipped the hex-chars of the mac ee08c7c make stuff work 57a0d14 fix duplicated apps, wrong folder in ci 4c1bdae oops 89c9dde more fixes 141de86 upd readme 7f288e4 fix seader e30bbdb upd weatherstation 648dce0 upd picopass cb94234 upd seader b31a49a fix hidfiletransfer 940c260 upd readme 8f510d6 update led tester f0fabb6 upload new multiki 3660138 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024 b00abe1 uhfrfid merge 5b4cd59 merge fixes pt2 ed94779 readme upd aacb85a rename espflasher 509478f espflasher version by Willy-JL 822dfe6 merge fixes pt1 9699914 Update emulation.c 28c4893 Update issue templates 25919b0 upd readme e9f02f2 upd uhfrfid 4c4ee80 sync readme 5005521 rename conflicting funcs 51f62b2 remove unused icon e3ec858 upd readme d8b5be8 trying 83 c5a4ffe Update nfc_playlist.h 36b2187 numlock support in mousejackers 978271b upd minesweeper 0af2b82 Update nfc_playlist.c a6bb802 Delete catalog directory 2144e72 Update nfc_playlist.h 590288e upd readme aae0279 Merge pull request #38 from Kondenko/mifare_fuzzer_card_emulation 2e518f0 upd readme d69e2cb add new apps 0144591 replace minesweeper with redux version 16e2482 upd hangmangame b0c71a1cb9 add free's in case of return 96cb4c0 add free's in case of return 4511ead7fd upd meal pager 3ccfd66 upd meal pager 8148d34 upd nupogodi 5d6fe16 update totp 5d86ba6 update picopass c61f86f add missing furi_string_free a6ddbef Update nfc_playlist.c df5a44e Check fix 9721102 upd nfcmaker 84a8a0c Catalog 9ed8bef Update emulation.c cde30bb fix includes to allow usage with ufbt 45c8a02 Create chanelog.md 866c7c0 Assets update c17baa9 Update file_select.c 055fb31 Update README.md c1dd710 Update README and TODO a540e69 Blink the LED while emulating cards fb02471 Add card emulation logic 54f8154 Add .gitignore fe4c1d7 Update README.md 1035a10 Optimisation 663a985 Merge pull request #22 from leedave/feature/stationSet 284498d Added limitations to first/last pager/station 42049b3 Merge pull request #21 from leedave/feature/stationSet 9d8cc15 Fix Memory Leak a627f9a Added new UI to define stations/pagers range 99c9556 Optimisation 0b96ee3 upd readme e1c72bb Struggling with null pointers in int_input form d8fc459 fix missing icon usage 11a23ce continue work on number input b861e0e Merge pull request #7 from acegoal07/file-select 8e94168 version bump 17b1eb6 Tweaks 5736a4d upd readme cbeb65c upd weatherstation 6cc3a52854 upd mealpager dda9b40 upd mealpager dab2bfa Initial add of file selector 6f038da Started on UI for Station Id d866416 Merge pull request #20 from leedave/feature/td174 e2e3c2e Added support for TD174 b6dcd49 Solved issue with different Frequency on TD174 01e8273 Merge pull request #19 from leedave/feature/td165 810bec7 Added support for TD165 31dbb69 upd ci 9875821 upd readme 78b2d3a upd seader 35d7166 move to firmware repo 52784f7 upd readme c32ae53 add lic 7a3e7b8 add new app, apply fixes 9382de4cc0 add new apps 2ffce83 add new apps 9bb8658 upd progcalc 91e6e2e upd picopass 0ed0713 add new app 0e9c7a5 Update FUNDING.yml 85a94f8 Merge pull request #18 from leedave/feature/repeats ca16f0c Version update 771a649 Added signal repeat feature cc0c618 Merge pull request #17 from leedave/feature/linting f179b0d Finished linting and reducing manifest and includes a0794b1 formatting/linting 908eb0b Merge pull request #16 from leedave/feature/td157 48684e7 Support for TD157 65b7247 Moved common functions b058080 Create FUNDING.yml ae0b74b Update README.md c4abdfa Merge pull request #6 from acegoal07/Settings 82ed1da Update emulation.c 22fb491 Update settings.c 50bf4fc Merge pull request #15 from leedave/feature/subghz_updates d42c5ce Shifted assets out of root 524fc2e Merge pull request #14 from leedave/feature/subghz_updates 36d024a Display when data is being generated and when it is being sent 782ee25 Merge pull request #13 from leedave/feature/subghz_updates c687b9d Fix for wrong blinking settings 441d7b2 Merge pull request #12 from leedave/feature/subghz_updates 6be3d60 Updates for interrupted transmission 11bbcfb Merge pull request #11 from leedave/feature/subghz_updates 215b772 updated readme c03560b Merge pull request #10 from leedave/feature/subghz_updates ba29d9a Set defailt last station to lower number to prevent memory crash 1aaffe0 Merge pull request #9 from leedave/feature/subghz_updates effec4e Cleanup root e6689e7 Merge pull request #8 from leedave/feature/subghz_updates 31f62b8 Can finally send, correctly control LEDs and return to menu when done 3ea8078 Merge pull request #7 from leedave/feature/subghz_updates 238a5b3 Stop Programm if cannot open tmp file 7ce4cfe upd readme d848829 add new apps e575513 upd counter 8f2b917 fix icons 41620b9 upd readme 47a502b Merge pull request #36 from Leptopt1los/dev 1316afb NFC Magic: application.fam minor fixes 77d8de9 NFC Magic: Incorrect total blocks usage fix from (#102)[flipperdevices/flipperzero-good-faps#102] cc246d5 NFC Magic: gui fixes, code cleanup 5803cfe upd wavplayer 5fefacb upd ublox 50bab0a upd progcalc 86023e9 Settings view 25a1afe NFC Magic: GetCFG renamed to GetCfg ac41bc5 NFC Magic fixes: new back button event handlers, cleanup 0b7aebd NFC Magic update to 1.5 e4c6137 upd readme 9f90187 Adds Icon 1d550e4 Update README.md 940f7de Merge pull request #5 from acegoal07/Early-Stop-2 ee965b6 Final push 86dde6c Formatting d2620fa State d8a7c3e Update emulation.c e1543db Tweaks 9a9d87e add new app 8350da6 Merge pull request #34 from Mr-Proxy-source/patch-1 e2f9998 Merge branch 'Early-Stop' into Early-Stop-2 506cca0 Added new devices 44df993 upd readme b4d94b1 upd picopass ea43c22 Led indicator 3d39d1c upd readme e92de59 upd readme 30b09d8 upd spi mem d4815da240 fix missing lib and wrong appid 374a2b7 fix missing lib and wrong appid 7dca89a Settings changes a9ae66c Stop early db1b36e upd readme f720fbb727 upd pokemon trading 7c6052b upd pokemon trading e4dc07f upd picopass 378630d upd picopass 0e320c6 upd picopass bbf4ed1 upd picopass 7c40674 sync nfc magic f444e8c upd motion mouse ea69e74 add new app f8c5826 add videoplayer lic d541476 upd video player 35865a9 upd hangman game ab51889 upd seader 2da78ea upd wifi marauder 6fb4f14 upd subbrute 85b58f3 Update emulation.h df9aa70 Update nfc_playlist_worker.c 8b2e4cf Update README.md f3fcc1d Refactoring ee805ea Split scenes db2900a Update README.md b2d6812 Update nfc_playlist_worker.c e95aafa Update nfc_playlist.c 881391a Menu tweaks 816c0d9 Update README.md 2dc8f38 Merge pull request #2 from acegoal07/New-UI 9330ae6 New UI Update 3f596c1 Merge pull request #33 from hryamzik/hid_app_ptt 19e4eb1 upd readme 5c6bec8 upd wifi marauder 2ead2ef fix readme b2498d2 add new app 40f2c0e upd picopass 6512b39 upd blespam 5f807c4 Emulating improvements 103bf81 PTT: fixed 'raise hand' for zoom on mac b837101 Update README.md f69b9ea Merge pull request #1 from acegoal07/Timeout-Improvements 3412037 Merge branch 'main' into Timeout-Improvements d09861f Update README.md 0d7fc57 Update nfc_playlist.c 4e8be3d Update README.md 7bb227c Update README.md 12a6e35 Update README.md 5ddd829 Update README.md ea5693d Adds new timeout 4728659 Fix timeout 17c86f7 Fixes UI b925047 return 5px movements to mouse jiggler 590c023 upd readme 721936e upd picopass 4cfd1cd Adds UI 127faac Update application.fam 57a7086 Update README.md a27df3d Worker Added! 3ecb84a Update README.md 6a34f2b Name changes eea3cb3 Merge branch 'main' of https://github.com/acegoal07/FlipperZero_NFC_Playlist 318dc9c Add code 6aa95d7 Update README.md 6594489 Initial commit cafb07c upd readme d70f146 upd nfc magic 25a1579 upd hangmangame 8a35240 update blespam 7e9cfca Merge pull request #6 from leedave/feature/subghz_updates c934ddd searching for error with tmp file being open d270d69 Merge pull request #5 from leedave/feature/subghz_updates 49cfa7f Seems to be sending, but doesn't close nicely 1b45037 Merge pull request #4 from leedave/feature/subghz_updates 52f1e75 Debugging SubGhz RXTX 03cd4ba Merge pull request #3 from leedave/feature/subghz_updates 7b5b0a2 Removal of obsolete logs 3ee5280 upd seader 3659155 upd hangmangame 374a9f9 upd readme 785be88 upd nfc magic c470295 upd picopass b55c5ff format 544d20b Working on TX 4c22643 upd wiegand e8cec59 upd readme 390b301 upd hex viewer a2f906f upd readme ec3e655 upd picopass aa7fcb7 upd hangmangame 0a2f3ea upd ublox 199ce67 uart terminal add missing uart deinit f108761 upd blespam 7e6a9fa add some missing frees for subghz playlist ca7b211 rework esubghz chat to use mbedtls 84c97f6 rework atomic dice roller to use mbedtls and fix otg bc91d51 upd readme 3a74df4 Merge pull request #2 from leedave/feature/adding_subghz d2a81e2 hotfix c0e2fcc upd readme c5f4426 upd blespam efeac36 upd readme and uart term co-authors 7364830 bump versions for catalog 1010eda Added LED Effects for compile & subghz bdb10b6 Merge pull request #32 from rnadyrshin/hex-mode 6fac013 Added SubGhz classes without features 21a95de Merge pull request #1 from leedave/freature/refactor_includes 41a408c Refactoring Includes 8f4d942 Now generates tmp.sub file for transmission 2212ab0 readme fix c365e77 Hex mode & bug fixes 0916cc1 upd readme 42e9c7f upd blespam ddf2f1c upd blespam d2610f2 upd readme 8d57666 upd readme 2986d78 upd blespam c593c54 Initial Commit a750fd5 upd evilportal fd7cdae restore usb app icon 21ba455 Merge pull request #31 from hryamzik/ptt 07c08b3 PTT: added webex 41c4dc0 PTT: added google hangouts 8ccdbfc PTT: added slack and signal bdd526c PTT: help text fix 7dab4d9 PTT: improved disconnect notification 34610b4 PTT: added menu, new apps and improved controls e027d10 upd readme a54596f upd nfc magic 7949334 upd picopass c0bf8c3 upd spi mem 36d2e9c upd seader cbac196 upd hangmangame scripts 67158a3 upd espflasher 3a90d16 upd blespam be7c52c update readme and move app to working apps 4421edb13d upd pokemon trading 81c2264c1f pokemon trading update (refactor PR) 24fde89639 upd pokemons d4d5a81 fix compile errors 19f7020 fix dhcp 58bd123 ping work 7ca5218532 Update README.md 05c0b58 add statici[ 6696e166f3 Add "binary counter" effect f563e450c6 Update screenshot f01fdb58bd Version 1.1 (more effects) dc7bde3 app fixes 3a0272a31d update banner image 78ead920aa Add .flipc pictures ef82521f8d GPIO Badge v1.0 b90babf save success ping TODO: normalize code 73b16f9 cool dhcp work 6e8ba51 dhcp work d5516e3 add normal module check a1b1d88 fix ptr error f9d3091 fix bugs 1e75210 first connection to w5500 fa03054 add eth_log 36de235 add power indicator to view 4a70e3c log 8d00470 add log 17386d9 save all configs 2e60d50 add save mac to file 0f3117d move app icon 096c0ba evp_printf, dinamic strings count dbd1112 delete old structures 772839f gui changes f284f3ed74 move apps a4c8bd2 gui fixes 84dca5b add ping process 4c645f7 gui fixes 0234554 add static menu c217027 add mac adress redactor 688a8af new screens add 1f050d4 fix memory 1a7afc6 new gui iteration 4d0e1d2 gui changes 4500353 add power consumption monitor c0684d7 it's alive 9f7c8c6 move to lib c5d2b83 save a5b5bf2 add W5500 driver f2ff7e9 add new ethernet icon 20e16d7 change naming de62fef Amperka example git-subtree-dir: applications/external git-subtree-split: 08e6a50866e1b336e3eceedca1c6dceda509262f
RogueMaster
added a commit
that referenced
this pull request
May 31, 2024
1fb63f0d97c SubGHz Playlist: Fix crash with region lock ae55aa3176b SubGHz Playlist: Show item play fail, some UI fixes a442bf147c6 Ethernet: Same appid for compatibility f245471ff7a Quac!: Fix SubGHz protocols and crash (#11) 3cad714758c IFTTT: Fix memleaks and wrong free's (#10) 8706bacad2f Remove redundant extra API 7b65d07fbab Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading 47eb81ffd3f Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper 282237f Merge pull request #24 from kbembedded/main 16a33e8 application.fam: Update for 2.0 a76f760 Update dependabot.yml 719d3d1 Create dependabot.yml 333894f images: update images used in app catalog 8dd4699 README_catalog: update app catalog README with latest 1f86352 README: update with latest features 678bfdd changelog: update with 2.0 changes 833f02e pokemon_pins: note MALVEKE pinout as <= rev 2.5 22ce90b pokemon_data: update for new sprite sizes a32c6f1 sprites: custom sprites 9c62035 sprites: add custom sprites 1c88c1a trade: turn on backlight with each byte received over EXT 9359890 trade: do dolphin deed after a completed trade 7e5b99c assets: add surprised pika for exit conf d2c52ab gblink: bump to v0.61 33d56d9 gitignore: ignore dist/ folder 691746f README/es: Fix typo 2d12faf pokemon_data: remove MALVEKE check a982886 patch_list: Add party_sz to main pokemon data struct e0581ec pokemon: support gen ii trades 57dac60 char_encode: add hyphen character support git-subtree-dir: applications/external git-subtree-split: 1fb63f0d97cce732d8dadf869d1ee89aa32efcf0
RogueMaster
pushed a commit
that referenced
this pull request
Jul 22, 2024
Sokoban: make each level completion a dolphin_deed()
RogueMaster
added a commit
that referenced
this pull request
Aug 22, 2024
bc95043570 Backup subtree cache when adding new remote 2c022b2645 Merge chess from https://github.com/xtruan/flipper-chess f51f43b96c Keep notifications on screen 9808f011f8 Merge bulk update subtree scripts bc2116cd85 Ensure we are on a clean branch and workdir 576c05cf11 Merge fixes and format 37951f1c2e Add ethernet from https://github.com/xMasterX/all-the-plugins 13facd9cd3 Add new remote for ethernet 153b17d30d Add new remotes to top e516374ecc Format f1ba0216b5 Add pc_monitor from https://github.com/xMasterX/all-the-plugins e5315fea28 Add new remote for pc_monitor 85a815cc08 Format 50f174825a Add t5577_raw_writer from https://github.com/xMasterX/all-the-plugins 3a92abc2fb Add new remote for t5577_raw_writer e7f3242184 Automatically add multiple subtree remotes 2ca1b7d78c Merge fixes 7ad0e6f0c5 Add key_copier from https://github.com/xMasterX/all-the-plugins 1e88ce3514 Add fmf_to_sub from https://github.com/xMasterX/all-the-plugins 44adb5baa5 Add second remotes cbd776a271 Format 72cf7d6f16 Add fmf_to_sub from https://github.com/jamisonderek/flipper-zero-tutorials 69077096bc Add key_copier from https://github.com/zinongli/KeyCopier 96cc2da fix: update catalog: e5ee452 fix: bump app version 8c82df3 fix: bump version, gfx update 01d5618966 Format and remove view_dispatcher_enable_queue() 22527c9319 Merge xremote from https://github.com/xMasterX/all-the-plugins 9d9d263977 Merge wiiec from https://github.com/xMasterX/all-the-plugins 9b51383a9d Merge wifi_marauder_companion from https://github.com/xMasterX/all-the-plugins 79c4bd8adc Merge wifi_deauther from https://github.com/xMasterX/all-the-plugins ac733e990e Merge video_game_module_tool from https://github.com/xMasterX/all-the-plugins 8dbc41c152 Merge vgm_air_mouse from https://github.com/xMasterX/all-the-plugins 82165ef111 Merge usb_consumer_control from https://github.com/xMasterX/all-the-plugins f763799ef7 Merge unitemp from https://github.com/xMasterX/all-the-plugins 4086d1495a Merge uhf_rfid from https://github.com/xMasterX/all-the-plugins 67ef4ee0c0 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins a1691fe864 Merge totp from https://github.com/xMasterX/all-the-plugins 51e73df592 Merge tone_gen from https://github.com/xMasterX/all-the-plugins c2f4e55fe1 Merge text_viewer from https://github.com/xMasterX/all-the-plugins dfe6960e17 Merge text2sam from https://github.com/xMasterX/all-the-plugins 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 7f215d2556 Merge t5577_multiwriter from https://github.com/xMasterX/all-the-plugins 796a91c875 Merge subghz_remote from https://github.com/DarkFlippers/SubGHz_Remote 5965197c72 Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute 7424e86f39 Merge spi_mem_manager from https://github.com/xMasterX/all-the-plugins 513b3b4214 Merge signal_generator from https://github.com/xMasterX/all-the-plugins 31f9cfb31e Merge seader from https://github.com/xMasterX/all-the-plugins 9a44c4d1b6 Merge rootoflife from https://github.com/xMasterX/all-the-plugins 40e1c3bb43 Merge rolling_flaws from https://github.com/xMasterX/all-the-plugins 3504b75008 Merge quac from https://github.com/xMasterX/all-the-plugins 086d83e505 Merge protoview from https://github.com/xMasterX/all-the-plugins a7649798c0 Merge pomodoro from https://github.com/xMasterX/all-the-plugins e26598b02e Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading 14df626d46 Merge pokemon_trading from https://github.com/xMasterX/all-the-plugins 212de64c8b Merge picopass from https://github.com/xMasterX/all-the-plugins a54304c73a Merge oscilloscope from https://github.com/anfractuosity/flipperscope 3f2fa0eaa2 Merge oscilloscope from https://github.com/xMasterX/all-the-plugins b8255d0ee8 Merge nfc_rfid_detector from https://github.com/xMasterX/all-the-plugins 72e61b1dff Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist 5076222dce Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins 99ad8968cd Merge nfc_magic from https://github.com/xMasterX/all-the-plugins 6c751afc8b Merge multi_fuzzer from https://github.com/DarkFlippers/Multi_Fuzzer 032820355c Merge minesweeper from https://github.com/xMasterX/all-the-plugins bb301f781e Merge mifare_nested from https://github.com/xMasterX/all-the-plugins 6d23cd54e2 Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins 22336bb1f8 Merge mfc_editor from https://github.com/xMasterX/all-the-plugins cf28c0cc31 Merge meal_pager from https://github.com/xMasterX/all-the-plugins d0e278db83 Merge mass_storage from https://github.com/xMasterX/all-the-plugins 23bcc294bd Merge magspoof from https://github.com/xMasterX/all-the-plugins a5a822cde0 Merge lightmeter from https://github.com/xMasterX/all-the-plugins a60f432633 Merge ifttt from https://github.com/xMasterX/all-the-plugins 7ab02692ba Merge hex_viewer from https://github.com/xMasterX/all-the-plugins a358a8e8ba Merge gpio_reader_b from https://github.com/xMasterX/all-the-plugins dc26dcc587 Merge flipbip from https://github.com/xMasterX/all-the-plugins 019d14c657 Merge evil_portal from https://github.com/xMasterX/all-the-plugins e4105b45b5 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins f6ea1e18c3 Merge esp_flasher from https://github.com/xMasterX/all-the-plugins 27c6649785 Merge dtmf_dolphin from https://github.com/xMasterX/all-the-plugins 9322c53d63 Merge dap_link from https://github.com/xMasterX/all-the-plugins f6faa6237b Merge color_guess from https://github.com/xMasterX/all-the-plugins 166f882a4a Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins 47e1d44fb8 Merge chess from https://github.com/xMasterX/all-the-plugins 646003f27e Merge camera_suite from https://github.com/xMasterX/all-the-plugins 4b56b62f60 Merge caesarcipher from https://github.com/xMasterX/all-the-plugins a668438f74 Merge barcode_gen from https://github.com/xMasterX/all-the-plugins 7017643c30 Merge avr_isp from https://github.com/xMasterX/all-the-plugins d2279c3b85 Merge airmouse from https://github.com/xMasterX/all-the-plugins f85d288515 fix missing include 9204ceb Merge pull request #36 from acegoal07/dev a87831bedd Fixes for -Wundef f2ea13cebd Fixes for -Wundef 89fc133263 Fixes for -Wundef c381c57de7 Fixes for -Wundef 56e3d02c9e Fixes for -Wundef 2f2254edf6 Fixes for -Wundef 7e6687f72b Fixes for -Wundef 6905aebe4c Fixes for -Wundef 9dc90e6 ifdef fixes a0f31bf5f9 remove deprecated view_dispatcher_enable_queue 693a58358e remove deprecated view_dispatcher_enable_queue b925eb9854 remove deprecated view_dispatcher_enable_queue 0c58c1b8cd remove deprecated view_dispatcher_enable_queue bb1573b84f remove deprecated view_dispatcher_enable_queue b2e057c317 remove deprecated view_dispatcher_enable_queue 09b92aee53 remove deprecated view_dispatcher_enable_queue ad15811ea5 remove deprecated view_dispatcher_enable_queue 95f937530f remove deprecated view_dispatcher_enable_queue 6126b26b19 remove deprecated view_dispatcher_enable_queue 74fe37f01c remove deprecated view_dispatcher_enable_queue 0d15180236 remove deprecated view_dispatcher_enable_queue 9b456f7ebc remove deprecated view_dispatcher_enable_queue eb3e0cfdbc remove deprecated view_dispatcher_enable_queue f34510dc74 remove deprecated view_dispatcher_enable_queue 814aaee3f8 remove deprecated view_dispatcher_enable_queue f25566e984 remove deprecated view_dispatcher_enable_queue 21f2b300c8 remove deprecated view_dispatcher_enable_queue 7cc8191aaa remove deprecated view_dispatcher_enable_queue 1499c2b991 remove deprecated view_dispatcher_enable_queue 82c0a86937 remove deprecated view_dispatcher_enable_queue 834bfd01fa remove deprecated view_dispatcher_enable_queue fda02ef65f remove deprecated view_dispatcher_enable_queue 362f4f6b55 remove deprecated view_dispatcher_enable_queue 1534997f56 remove deprecated view_dispatcher_enable_queue 6906e9ce48 remove deprecated view_dispatcher_enable_queue 61aedc7108 remove deprecated view_dispatcher_enable_queue 9414168776 remove deprecated view_dispatcher_enable_queue 2c5795bd7f remove deprecated view_dispatcher_enable_queue bff31905b2 remove deprecated view_dispatcher_enable_queue 3c5e7f0aee remove deprecated view_dispatcher_enable_queue 95be7340ba remove deprecated view_dispatcher_enable_queue 32c6337dc4 remove deprecated view_dispatcher_enable_queue 10139df9c8 remove deprecated view_dispatcher_enable_queue aa7b2b329e remove deprecated view_dispatcher_enable_queue 78bb8b414f remove deprecated view_dispatcher_enable_queue c323835b8c remove deprecated view_dispatcher_enable_queue f565e82e8c remove deprecated view_dispatcher_enable_queue 2cac868f37 remove deprecated view_dispatcher_enable_queue c3a983bdba remove deprecated view_dispatcher_enable_queue 20401e5b62 remove deprecated view_dispatcher_enable_queue 417147138a remove deprecated view_dispatcher_enable_queue ad6eb74efc remove deprecated view_dispatcher_enable_queue fb4ed391cf remove deprecated view_dispatcher_enable_queue 5a2b0c932c remove deprecated view_dispatcher_enable_queue ad1ccfbe77 remove deprecated view_dispatcher_enable_queue 6dfa2fce22 remove deprecated view_dispatcher_enable_queue bcf8db2203 remove deprecated view_dispatcher_enable_queue 4ab5e35d39 remove deprecated view_dispatcher_enable_queue f509ecdfa4 remove deprecated view_dispatcher_enable_queue 29096f4a1a remove deprecated view_dispatcher_enable_queue 38acf7cc85 remove deprecated view_dispatcher_enable_queue b12e856296 remove deprecated view_dispatcher_enable_queue 7d3589d remove deprecated 35877b4 remove deprecated 36625f2565 add 2 more apps 9da76fcb1e add 2 more apps 14ef58217e add t5577 raw writer 0145a6eba8 upd esp flasher b631376 remove deprecated f562947275 upd seader 45395bc if defined fixes 18199fc switch stop bliking place adb4fce added LED and write success vibration 3478751 Update changelog and readme 7608db8 Bump version 79223c2 Make sure define is present 2740da9697 Improved timing of notes b2d282f Update nfc_playlist_scene_emulation.c 7955b1a Update README.md 324ddc5 Merge branch 'main' of https://github.com/zinongli/KeyCopier 01d7cf3 get ready for app store 0a5e541 Create CHANGELOG.md f2bd9e0 Merge branch 'main' of https://github.com/zinongli/KeyCopier caf43df get ready for release 284f46e Update README.md 9d5e04d elbow and clean up 57b7747 Save and Load total rework 743baec Update README.md 9057c3b Update README.md 9972536 Merge pull request #78 from derskythe/master a51ad78 Merge pull request #11 from derskythe/fix/readme d1f0642 Merge branch 'master' into fix/readme d590c9d Merge pull request #10 from derskythe/fix/ci 803a047 Update subbrute_worker.c c47a5cc Update pr-build.yaml e2d9194 Update README.md def1d0f Merge pull request #76 from derskythe/feat/refactor 37436c7 Create pr-build.yaml abeb8b1 changelog: add 2.1 info 7cc7c15 application.fam: bump to 2.1 b971440 remove unused images 672d4a3 Clean up stale links b6dba30 trade: Add ability to reset connection state 17dc0b7 patch_list: move to main codebase, rename, cleanup fcaa48f scenes: rework scene management 509d02c README_es: Removed, unable to maintain aca6bdf attribute: combine calculated attributes to single file eafd365 pokerus: Separate out accessor functions from scene 2f9f536 pokemon_shiny: Split out attribute handling, does not belong in scene 5eebf2d pokemon_gender: Split out accessor functions from scene e95af71 unown: relocated this to toplevel, not scene specific 4fae7bf scenes: move files to include folder 8a0c348 scenes: Cleanup/refactor 717f383 mass move of files dbcea5f 更新 README.md 96fd8e8 Update README.md 3dd943f Update CHANGELOG.md 271aad4 Update README.md 14195f9 Rename CHANGLOG.md to CHANGELOG.md 18e6cd6 Update application.fam b26d3e2 Revert "update appid" ea77606 update appid 84c8b5b added screenshots 428cd43 Create CHANGLOG.md a306dd9 version num 1f69277 Update Tag_1.t5577 f45ec20 Merge pull request #11 from zinongli/dev bb0e799 Fix User Block Num bug 43a3f5d 更新 README.md 72ef61b save works fine c2464cc74b Fix for fast notes/pauses dbde212019 readme - backtick not allowed 776855044e Add screenshots 0872b564ba fmf_to_sub v1.0 1485b56 Update README.md 5f90b41 Update README.md ce06869 Update README.md 0bbfa2e Merge pull request #10 from zinongli/stock_funcitons 944a788 use FlipperFormat struct for saving and loading ec4a738 Merge pull request #35 from acegoal07/dev 8d64cd1 Update nfc_playlist_scene_emulation.c 9381730 storage_simply_mkdir added 458b1f4 deleted unused backlight setting 7d7cecb delete unused variables 0f3110e format and minor changes 2f2ec4b Merge branch 'main' of https://github.com/zinongli/T5577_Raw_Writer 4b3fe38 format 0ff31da Update and rename Build Flipper Application Package.yml to ufbt.yaml ac48985 Create Build Flipper Application Package.yml 48825ea Update README.md cef627b Use system icon e479621 Merge pull request #5 from xtruan/main f419191 ci: add ufbt build bd387d3 更新 README.md 3e9a452 Update README.md 5a6028a Update README.md f4ac2c8 Update .DS_Store 3422427 saving function initial implementation 13eaf99 graphic major updates and various improvements de2f803 graphic improvements 9eae988 deleted unused asset 389553a update app icon a00f961 Update README.md 58acfbb add instructions and introductions fa392c4 Update README.md b17dd99 Update README.md 75c0492 Update README.md 2bf23db updated README, improved graphics 6fd7fac feat: Some refactoring to clean-up the code d44ca32 Update app.c 3f323a0 more debug on graphic 9558085 Update README.md e93265e implemented MACS 8eef325 implemented changing key formats c0cf671 roughly works as of now c48e7b0 Initial commit 4f722fd09f add eth tester for W5500 module 450aae07dc add pc monitor app git-subtree-dir: applications/external git-subtree-split: bc950435708613fc7db37468022762f8083bfcfc
RogueMaster
pushed a commit
that referenced
this pull request
Sep 3, 2024
…charyweiss/flipper-app-catalog-action-1.2
RogueMaster
pushed a commit
that referenced
this pull request
Sep 9, 2024
Add Import All for IR files
RogueMaster
added a commit
that referenced
this pull request
Oct 21, 2024
b907dbf7a3 Add debug tool to mount drive. d929b41ea6 Update badusbdemo for MNTM-008 48ee1bbba0 Update ADC example for MNTM-008 5eb8b97cee Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 039a8186b7 Archive old JavaScript files. 9adc9ff9ca Merge pull request #32 from Einstein2150/main 060dde6846 Updated to compile with latest firmware. 2b09689495 Fix deprecated warining 94c5e6587c Updated UART demo. Read w/o delims. f45e6f5c48 #37 - use clearText api e6debaf388 Update for latest API + fix hang bug 55db5662ec bitbang for sk9822 LEDs ae42dc8f84 Add running variable, repaint every message. 9c3127ecf5 remove fap_assets entry. 7bab3a86cd Update for timer demo. f3b8ae012f Update for best practices a1358a5642 Add lucky example e88a6bee81 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 0dac47fc2f ATtiny85 files e97b313aa2 Update README.md 2ebf199ad4 Simplify app using the LFRFIDReader library efb1269e02 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials e071459744 Update API. Thanks Addison for bug report! bd21796c03 Remove HTML from readme 60147e9aa9 move backtick 7520aba1a5 remove _v3 from appid fdf1984c7c Updates for app store 09ed9f6bd6 Improved timing of notes 3ee4fdfec9 DAC code (needs readme) 1c097bbe7c Fix for fast notes/pauses 34095cf003 readme - backtick not allowed 1eda2bfaba Add screenshots f97d1b8d84 fmf_to_sub v1.0 c07fbbe530 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials b714ac51f4 JavaScript BigBanging SPI MAX7219 942748870b ChatGPT training for JavaScript c9c8ecdb95 JavaScript ADC demo. e3053c4d0d Update with protocol format 307ac450ed LFRFID FSK GEO DEMO e6acfb405f InstaFob fcf242ac47 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials bbd40cb103 Initial check-in for T5577 0420e698ee Update Light_on.sub for Matthew's house 546f5f048b Add more pre-build FAL files 3c5019697d Add note about creating .sub files 3f74c682b1 JS: Flipboard 6b9195fb42 Prebuilt files for momentum and official. c70c4fb65e JS: vgm_sensor tutorial 6b1cc1013e Update README.md fe2480db16 Updated comments 63154ff02d JS: BadUSB Readme df144e1753 Delete MP3 file from repo. 1a7616538f Automated JavaScript BadUSB demo 9006626231 Update cookie clicker with updated Bluetooth API. 9c944be2e6 Speaker ffi example de3e8f323d Intro JS ca9efc0342 API change requires DateTime. 89f34981b4 Update readme with Fine Tuning directions. 00e2574c5a Fix crash when no VGM. Use void* context (support more input scenarios). 05e629786a IMU Controller 6f17e6eb48 Low frequency RFID spreadsheet db6b5e4f1a Merge pull request #31 from Willy-JL/air-labyrinth-fixes 4c228ffddf Air Labyrinth: Use PYTHON3 var 36d68f0ebc Update README.md b17c15ac07 AirLabyrinth: Fix sprites on windows (still precompiled tho) d27edb92fe AirLabyrinth: Fix for gcc12 toolchain d5c329739a Merge pull request #28 from kitsunehunter/auto_reader_power a54146a4af Update readme 9e839e1a79 Update readme 4e33c80125 Add the fxbm asset e4ac198717 Make assets pre-built 119f4f244e Update readme with v0.1 game image. f6d509a409 Updated readme 28eb2041c2 Air Labyrinth v0.1 53eed82f55 capturing my notes on security1.0/2.0 fdb828016a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 31ef491bd9 Latest OFW needs this file instead (thanks Prophet) 0662157ca6 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main b995a55ef3 Genie Recorder v3 eb39e8bc4a Xtreme/RM now contain the auto-detect patch! 2184839b43 Key 0001 and 0002 using "Protocol: Genie" 95d939cd2a badusb example commands 8792cccfcb delete unused file 809ff21416 A couple of badusb test scripts 393b4febc1 bug fix: free resource dca8b03b8a clarify this is viewport 97a19a32f6 Updated readme d617a8503a Update readme 2b940d644f Link to YouTube video - Update README.md 50141c9e74 Update directions for CFW 84e7a70362 automatically supply GPIO power when using read functions to turn on reader 6d812948f3 fix issue #27 - PushPull if connected to GND (reported by llgarrido) 7e4d4a06cb Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 8241069354 IR Blaster auto-detect patch for Offical Firmware a012ec78e0 Version 1.9 - fix first LED "laggy" issue (reported by Z3BRO). fe3bb3b354 Use logic LOW when not sending data. 9ec25ed0b4 Reduce to 512 LEDS (out of mem) on some FW. cafdbcc001 Improvements for ws2812b_tester app 216c15dd77 Fix version on application.fam. Refactor code for COUNT_OF. 774b228856 v1.7: blanking signal. Reset remaining leds. 6b817ad23e v1.6: Add support for 1000 LEDS, Add "dirty" support to remove update flicker. 606abe7887 Ver1.3: (w35, w36, PACS_ fields, filename) 46a0d76f52 Update readme 49204805cf Merge pull request #18 from kitsunehunter/main 2808278087 Merge pull request #1 from kitsunehunter/Add_Wiegand_Formats_and_Decoding 6e1ced7e8b verbose output off to get to decoded data faster 812c50b41f Add version in About screen. 4abe084717 Reverse direction so single LED goes in RGBW order. e517031c7c Add LED Speed option b875cb8103 iOS17. :) 145067632f Update iOS18 instructions + stop timer on BACK button. 2739089114 Update WS2812B with .flipcorg data 04480cbbe3 WS2812B Tester 447e7ec040 documentation 4db81a96bd edit H10301 decoder to display FC and CN first for consistancy 5004306d9d edit file naming struct for readibility d9f9ccae08 edit log file encoding for wiegand_load compatibility d43bc66305 rename RAW_Data to PACS_Binary 742bfc1559 add pm3 command for single step encoding 54785fe8d9 modify log file to provide PACS binary string only for downgrades 07c286642b add decoding formats C10005 and C1k35s ddb07eaeee Fix bug found by Slackware! 6934ea564d SPI demo w/W25Q32 chip 3d0aed8283 Updated skeleton app 27a50ac914 Update readme 32b40d268a Fix off-by-one bug. Stop clicking when all found. 87df63a3e9 YIKES! BUG COULD HURT YOUR FLIPPER? 5d92a3c39b Add NULL check, just to be safe. 1d10fa2019 Script to make keys.txt into fix.GNE file 88992639c6 Genie v2 - supports custom protocol handler 0f7ab59050 Update readme with warning about fast-forwarding. 45d8c3d723 Add a few genie sub files (no python required). 0c8570244c bug #14: Update x10 remote with latest 7376e5a6e7 Flipper Zero modulation samples 367a8ff09e Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 4202990995 genie_recorder 1.3 (no private API) 09b0eed345 Update README.md 12560931d5 Update README.md 4eeafe3357 Thread demo (PWM example) 7595c42fdc Update README.md 1cc4506a6b Add version info. 1569680800 Updated readme and about text. b6482bfdfd Issue reported by RogueMaster (api_symbols.csv) 90644e11b2 Edit script to allow for multiple numbers. c0159c6920 Created genie.py for generating a RAW .SUB file 3e463b17b6 Remove crashing bug. 1044c0bf8c Fix crashing bug -- can't append 1000s of times? 54c1f4fd13 Genie GIRUD-1T fec280d3a5 Genie recorder 88db25b8de remove random_name API call 7e8bdc0559 v1.1 - Add scan code (needs refactor) 384d618485 Fix typo. :) 1b454277c8 v1.5 (L/R count, OK=flush+CLOSED, signal=vibrate) 46f987a00e Update readme 356f49365b Add support for W48 (H2004064) 7d18e75287 Also increment fap_version 31fbce8209 bug fixes (see changelog) 99e76d6214 update comment. 1b5dfecf20 update .fam file. d99a059a01 Fix huge delay on Transmit Signal. be6e4ba9ed Add ver info to readme. Add note about Xtreme DEV. 6ac133d820 Add version to FAP DESC as well. 936221cded Added versioning 61e8fb3d70 Add .flipcorg meta data. 109cbd7b4e Add description and YouTube link 6b0fe23993 Latest updated based on video c28bf80713 Add Keeloq diagram aa89a121c4 Added "Test attack" diagram b44ff0786c Update contact info c0241ed223 Rolling-Flaws (KeeLoq rolling code teacher) 26104939ab Signal send demo - Aug 22, 2023 session 568f74348f Add skeleton_app for jump starting FZ apps! 68714ad1c5 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials a13cfb712b Update subghz_demo - latest firmware changes. 6921a26905 Update README.md 4d1d89a791 Add Discord info f370cff1a7 Add "binary counter" effect e5df7c5e5b Update screenshot 961294756e Version 1.1 (more effects) 593b7dd948 update banner image b5238d6a6f Add .flipc pictures 6e06cd4550 GPIO Badge v1.0 8dfd5a598a Send princeton signals 37252b745b Merge pull request #13 from LionZXY/catalog/full_description 06a5c43621 Add full description af269d5c3f Remove doc images e9022c7eb0 Example of basic_scenes split across files. 4beca0ce95 Add screenshots 00480d1fc8 v1.3 - Echo signals a few times d931817ae5 Updated README 0112d1cbfe Add license to RPS game 8c3b4e66b2 version 1.2 of RPS 4bf3a47358 Build with: ufbt update --channel=release b84221eb3c BACK at "play again" should broadcast quit. a9915dc092 Update RPS for latest API changes 8a782817c7 r15ch13 contribution 3f9554fb07 Add comment about GpioModeAnalog 5c5333e55e Add blink PWM example ecbb5c037b kilohm https://physics.nist.gov/cuu/pdf/sp811.pdf d536cf1101 Update per bunni feedback a0eff12f17 UART demo, making UART read easier. 4c304ac075 Add Blink LED example 7a0540971e SHTC3 app to print id. 1d8134f778 appid must be lowercase in latest firmware 435aad3ecf #3 - update signal for serialize/deserialize 885c465b44 #8 - Add decimal values to id & facility. bd1b14bb01 Add x,y,m values to instructions. 052f4f8679 fix initialization. add speed. 6fad46cfb2 dev 30.1 RM no longer has DEED macro d1816692ce 30.x requires [a-z0-9_] for app id 5741fcc57c Added config screen d922892bea #11 wrong spot - Make click location configurable. 554e36a4f2 Delete plugins/basic_scenes/docs directory bee1c4c67c Delete basic_scenes.png d02135a37a Delete basic_scenes.c 2e6174b0d6 Delete application.fam c7d1b4177d Update README.md 2fb10c8b1f Move Basic_scenes under UI folder 0672ab0b77 ViewDispatcher example 808e0772c2 Simple ViewPort demo - Hello World d0733985b0 Update README.md 833b1d2a04 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials f1c4a190e6 Add MOSFET support to Wiegand app. bf381dd765 Update README.md 89b590090e Added link to Visual Guide to FZ GUI Components. 2e17693d87 typo d5e63fda45 Marauder readme a7c155e88d Add security topic to readme. 0466503c64 Remove debug spew 8b86b58e88 Move into secret_ssid + README file. 0230baa7e8 Allow acting as ATT wifi. a829cb7620 Improve comments 25500ab2db Improved SSID encode/scan. d2740d37e8 Improve comments. 80e445b094 Fix bug + add commented test code. 6ad7d9e2b0 Add scan.ps1 script f7f6e2a17e fix issue #7 - invoke view_dispatcher_remove_view bfd76eac24 Merge pull request #6 from Brodan/main f500d4b577 fix basic_scenes tutorial cleanup function and update readme accordingly d71c9ee7cd Update README -- deprecated tutorial. 195a8a9265 issues #4 - Wrong pins for I2C 505926825e Add UNUSED to functions 30c9d6d186 Minor updates 257f048fde Update readme to fix typos 3c53683796 Change category to Bluetooth to align with Roguemaster FW naming e6d61aa22c Initial check-in for hid_cookie 3a1a0c19ab Updated flipc.org files e8339970c1 add fap_icon_assets_symbol to FAM file bc1e3e541a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main f4703885d4 Fix paths for non-windows systems. 54122eacc3 Updated readme a49aeb3536 Add prebuilt for Release 0.80.1 ffdd292550 RPS play again signal from remote user. a5ca0c1976 Viewport code example. ff73bde3f5 Updated .gitignore 3a312faca8 Add reader and clips to electronics. 74322c1400 Add wiegand to the tutorials readme. 0860e09785 Add install directions for Wiegand. 25caf3752c Initial Wiegand application e9b37d5b50 Cookie Clicker over bluetooth! 10fee7301b Add link to YouTube series tutorial. 78dfd1bf2e Integrate Karol's feedback on README.md file. 9dd831b58d Renamed image. 84aeb858b7 Improvements to basic scenes tutorial. fe0490a5a3 Initial draft of Basic Scenes tutorial 2b41dcff2f Update with archived releases 96db4ad485 Update links to direct raw files 029804873a update readme df12e82738 v1.0 RPS for RC-0.80.0 official fw d93e358bb6 v1.0 RPS for V0.79.1 official fw 13736cdccd Relaxed timing. Update readme. c6a176d94a fix freq not available bug w/join w/o games. 2fa4067702 Do not require sync clicking. 1540853283 Play again prompt at end of game. b96047cd7b Update social info for existing player. 3d1fff533f Support subghz chat messages. dfe9b6371e Breaking change - Update protocol. a97e6df1d9 Host exit removes game from list. a5cc35db5b fix some remote games not added to list. e7b49ae7b2 Use constants for enter/backspace. 6f43c5bc7b Move social type to separate line. 228f46fea9 Make "edit contact info" first choice. bf0b8063a7 save/load social preferences. 2ca12eb770 Code cleanup 7d87a22b10 RPS - Allow configuring social info. c88d5dbf3a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main efe95a10de Added sample messages to readme 0fb6fb32d1 Initial code for i2c_demo 418c419171 Initial check-in for scenes demo. f11f6a86b1 initial checkin for knob_component 97b7900a99 Remove game when another Flipper does a join. fda2fbcdbb Show past games. 615e307bf5 Save game results w/contact info to SD card. 3e5acab130 Free sender name. c683a15a5f Host ACKs the join request. 74f931e1f6 Added main menu + join feature. 272a7bc594 Links tool - help me build tutorials w/various fw 72b1d89078 Add vibro on move. Song on game end. b8db448de7 furi_hal_subghz_is_tx_allowed not in all fw. 8f0c94c1a5 furi_hal_subghz_is_tx_allowed(..) not in all fw. 69f7ee770d Reformat document with VSCode. 9d123a5963 issue #2 - unused var gives errors in latest SDK b6fef49575 Mesmic Mx2125 Dual-Axis Accelerometer 91da549b6a Demo of GPIO interrupt 4c450f8f9f Error-prone script: convert SUB RAW into CSV! dd93de7dbf Test to see if BACKSPACE and DELETE keys work. ba5a8c6749 The usb id triggers rekordbox fw update. 5c613a19db Youtube: GPIO pull-up/down resistors f376b55dec Update youtube entries 043013c8c1 Fix my second NRF24L01 to be named correctly. 4475b64c5e Update descriptions 541cf81a61 Update youtube index 5cb69ccedd Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main ee8e6c9d32 Added first draft of "pins" project d53407d42b Add electronic tools - iron and logic analyzer 31c9be7ef7 Improved accuracy for hc_sr04 ultrasonic device! 2d35562eeb Copy of original hc_sr04 code 53e18600aa Control 7-segment display with Flipper Zero 668fd49fe3 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main 681c379419 Basic application with custom canvas draw. ad34f24762 7-segment link e565593360 Add link to resistors. 093511c7e7 Add section for wires. 08e9dd6b40 7-segment youtube link 2df8a0766d Add links to electronics videos 1a941f5749 Add links for electronic parts 1d364099a6 Update readme with new youtube video link d0df56c65d Update README for subghz samples 9783c9fb53 Update readme. 1a7a71e7f1 Add subghz readme files f23c54ac4f Page with links to YouTube videos 4a881a0f6f Updated application.fam file 7c09c11f9b update readme dd608f6d8e Add images to rock paper scissors game. 58ccc2ef0b More game states + helper methods ca5515c8b9 Initial version of rock paper scissors. 4a63e040e8 Add X10 remote samples 43fade6f5f Update readme to have correct png filename ceaac67386 Updated quantum-fire - filenames&protocol capture. 084bd051e9 Chevy HHR 2006 lock/unlock 8928073d1a Merge pull request #1 from jamisonderek/add-subghz-rx-tx-worker 560788869d Add subghz code + bug fixes. 85a02ebaa9 code with only logging 0e1bc2f6e9 add missing break statements + logging. b3a68e3743 Bug fixes 6bcde7fd08 Add subghz_demo application. 7cf67362f8 Update appid casing to align with other apps. a8a2c5376d Add gpio_polling_demo tutorial b20142a928 Add subghz-samples-quantum-fire to readme. 38c2673899 Quantum-fire fireworks subghz sample recordings. 9c7d138868 Add screen capture images for x10. 56f18ef376 Add another link to firmware-updating tutorial. 8af5eb6834 Update README.md with link to firmware-updating. 8a04b0bbb8 Initial tutorial for firmware-updating. de30222da1 Update README.md with links to source files. 65721becff Add initial subghz-protocol-x10-decoder project b8972e54fd Initial commit REVERT: e32be2d5fd SubGHz Bruteforcer: Fix one/two byte text REVERT: 92aed8ff2d ESP Flasher: Update Marauder bins to v1.0.0 REVERT: 228d566302 BLE Spam: Can use 20ms again with LFS gone REVERT: 2a023e8d47 Add support links REVERT: fa9648df8e Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer REVERT: c9c23b9191 Merge esp_flasher from https://github.com/0xchocolate/flipperzero-esp-flasher REVERT: f425ad34ee Merge pull request #9 from zinongli/revert-8-patch-1 REVERT: e11cc4947b Fix fap build (#28) REVERT: 4ded47a932 Revert "Update t5577_writer.c" REVERT: b65288e391 Revert "Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer" REVERT: c443619d77 Format REVERT: 072d1b264e Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer REVERT: 021c7ab097 Merge flipbip from https://github.com/xtruan/FlipBIP REVERT: caf58eb3ff Merge chess from https://github.com/xtruan/flipper-chess REVERT: 5710cd8249 fix: bump build version, fix warnings REVERT: 1eae49b977 fix: warning fixes REVERT: f602636779 fix: test imports REVERT: de098b00e7 fix: bump version REVERT: 5f07eee566 Merge pull request #8 from Moon-Byeong-heui/patch-1 REVERT: e2962d9619 Fixes for `-Wundef` REVERT: 6230b6bf30 Merge totp from https://github.com/akopachov/flipper-zero_authenticator REVERT: 7d80fbcab7 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer REVERT: a059814356 Merge seader from https://github.com/bettse/seader REVERT: a8e7da3aa9 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist REVERT: 29e2887c24 Merge pull request #34 from acegoal07/dev REVERT: 27f9aa4132 Update README.md REVERT: 981c7de774 new file extension check + error messages REVERT: 8ff87126d4 Update t5577_writer.c REVERT: 6a35952f5c Update README.md REVERT: 1a4f688327 Update README.md REVERT: e33073a7cc 更新 README.md REVERT: 1aa4e213eb Update README.md REVERT: b2a4846376 refactor: Xtreme FW is dead REVERT: fa5371f8f8 Create LICENSE REVERT: ddf8a8906b exclude a little more from asn1c command REVERT: cf3d31663b commands for getting size of symbols REVERT: 7a7f74be1a T5577 Raw Writer: Use system icon REVERT: c3b24c90bb Format REVERT: 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer REVERT: 38502d5459 Merge seader from https://github.com/xMasterX/all-the-plugins REVERT: e41dcd8e0e Merge seader from https://github.com/bettse/seader REVERT: dc8494512d Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode REVERT: a730651ba2 Merge branch 'main' of https://github.com/zinongli/T5577_Raw_Writer REVERT: a154ac8ebe update about screen REVERT: 5a14b8f85a Revert "why not allowing changes to block 0" REVERT: d337057b9d Update README.md REVERT: 374c5a68d8 Merge branch 'main' of https://github.com/zinongli/T5577_Raw_Writer REVERT: c7d8ec0b84 why not allowing changes to block 0 REVERT: 51ee3efbd0 Merge pull request #7 from zinongli/config_rework REVERT: c0cc9861f9 fixed issue. add/edit manually live REVERT: 6a752e9da9 byte input functioning but can't be saved yet REVERT: 13279fb2ed restart add manually. views added. REVERT: 47e743809d clean up and update comments REVERT: 55538afde4 clean ups REVERT: cbb366c07a clean ups REVERT: 88aef3b60a Update README.md REVERT: 1fb14cc891 Update README.md REVERT: b8f459c787 Merge pull request #5 from zinongli/popup REVERT: 6222b01fc2 minot calculation debug REVERT: e2db89be85 Merge pull request #3 from zinongli/popup REVERT: e0f9031173 success screen added REVERT: c1ea848c11 Merge pull request #2 from zinongli/popup REVERT: 7a9ab7d7e5 Writing ends after 3 second. Config memory loss fixed. REVERT: d86debe07c fix REVERT: e0d2ee8564 upd seader REVERT: 33b687f6c3 writing gui REVERT: 58c9b45615 update to firmware 0.104.0 REVERT: f054082f8d example file REVERT: 28fd381593 uncreative fap icon REVERT: 9e95c2c9cc Update app name REVERT: 4157699205 branch managing REVERT: e69c75a3f8 initial REVERT: df8738a798 Initial commit REVERT: 21223f1055 Remove unrolling in loclass to save space in memory REVERT: 3adb8d0cb4 Remove redundant setting of credential type REVERT: 227c6b84da Improve debug logging REVERT: 16fa7cdd0c Check for SeaderPollerEventTypeFail REVERT: b28f155ee9 typo REVERT: 493c7031cf Merge pull request #21 from bettse/apdu_runner REVERT: 60020378c0 dry up sam_present call to save ui state REVERT: 5643b321e6 reudce SeaderUartTxWorker stack REVERT: 8b65648c00 APDURunner REVERT: b5c45a9349 more use of malloc REVERT: 0d677d5bea use malloc for seader_send_apdu REVERT: 4aaef3d76a Dry up seader_send_t1 and use malloc REVERT: 61724f9958 Move display array into function using it REVERT: e58f5ef812 upd seader REVERT: 3361e70f8f Merge pull request #20 from bettse/t_1 REVERT: 6d33a43ab5 Format REVERT: 667b20d74d Merge seader from https://github.com/bettse/seader REVERT: 1e702c94a5 Merge seader from https://github.com/xMasterX/all-the-plugins REVERT: 99598b0922 Merge quac from https://github.com/xMasterX/all-the-plugins REVERT: 8f8480e612 Temp disable MTP app for release REVERT: a19b63dcb6 bump version REVERT: 29f36f5d26 T=1 support REVERT: 766e9ada27 2 byte length in ccid REVERT: 9d3a7e89d5 mv GET_RESPONSE REVERT: df7bb05b82 Fix small memory leak switching back to ASN free REVERT: 69c85f1d85 Set poller to null after free REVERT: 3b721d37b8 move calloc after size check REVERT: ace1455918 Change seader_send_apdu to use seader param instead of seader_uart REVERT: 82300adb33 convert more methods to use seader param instead of seader_uart REVERT: 236332be71 pull seader_worker changes from T=1 branch REVERT: b98f39d473 Update seader_ccid_SetParameters arguements REVERT: 3b1e7215e8 0.104.0 format REVERT: 7e72e5f52e convert seader_send_nfc_rx to use seader param REVERT: b0597f975a Change seader_parse_nfc_off to accept seader parameter REVERT: e5b4647cf8 pull LRC file from branch REVERT: 7239664de1 Increase thread memory for uart REVERT: 77ab28fbcc Increase rx buffer size REVERT: 8270d5117f upd seader REVERT: 7bba8524b6 upd quac REVERT: 8bc84893fa Format REVERT: 4d53723255 Merge totp from https://github.com/xMasterX/all-the-plugins REVERT: 6b7d599429 Merge seader from https://github.com/bettse/seader REVERT: 5e93a08c49 Merge seader from https://github.com/xMasterX/all-the-plugins REVERT: e60c8ae08a Merge quac from https://github.com/rdefeo/quac REVERT: 193e4352db Change seader_worker_process_sam_message sig REVERT: fa1f959095 upd totp REVERT: 72d8238425 upd seader REVERT: 9bd2759b7b change ccid log prefix REVERT: b8d24a5bf6 Reduce SeaderUartWorker memory REVERT: 415169e797 Update CHANGELOG.md REVERT: 9b4fb7d430 update version to v0.6.2 REVERT: a7f3dfb897 Merge branch 'master' of github.com:rdefeo/quac REVERT: f848547c85 fixed IR Import when empty, add hint when empty REVERT: 66968917d5 MTP: Use system icons REVERT: 67af85443f Format REVERT: 61fdc0b6ab Add mtp from https://github.com/Alex4386/f0-mtp REVERT: e6d5a160ce Merge seader from https://github.com/bettse/seader REVERT: efe995273d Quac: Explain to hold right when emtpy REVERT: c36c0b5cc7 Quac: Fix IR import busfault when empty REVERT: c353bd84d6 Show type for MFC REVERT: 0aaaf5a5f4 change UI when card detected REVERT: 2882ea383d Validate LRC REVERT: 727eef07ae chore: clearly state issue REVERT: d63a35546f Merge totp from https://github.com/akopachov/flipper-zero_authenticator REVERT: 4670323397 Merge subghz_remote from https://github.com/DarkFlippers/SubGHz_Remote REVERT: b2c8bdb7dc Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps REVERT: e95edda112 Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake REVERT: fe2077c82e New formatting REVERT: 9ac3220fad Empty line after TAGs as per new formatting REVERT: 6ba386c09e run new fbt format REVERT: c60236f1e0 Update nfc_magic_scene_not_magic.c (#232) REVERT: 5f5c92c1a0 Merge pull request #345 from ciuzhienki/master REVERT: 49bc5c2a2b chore: Updated version REVERT: 9d43e7b83a feat: added support of multiple BT profiles (#238) REVERT: d2fd05e478 Merge quac from https://github.com/rdefeo/quac REVERT: 02269f50c2 Merge picopass from https://github.com/xMasterX/all-the-plugins REVERT: d03e4267fa Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake REVERT: fd615a8cd5 upd picopass REVERT: d8f9e07c9f Merge pull request #342 from xanthio/maintenance/dynamic-matrixing REVERT: e89dfc52ef Merge pull request #344 from xanthio/fix/multicore-tests REVERT: d8881dc023 Update README.md REVERT: 6072a9c81c Format for toolchain 37 REVERT: 469eca4e11 Merge wav_player from https://github.com/xMasterX/all-the-plugins REVERT: 5e947ecdaa Merge seader from https://github.com/xMasterX/all-the-plugins REVERT: dc34f58c12 Merge picopass from https://gitlab.com/bettse/picopass REVERT: 3f7aebd9ba Merge picopass from https://github.com/xMasterX/all-the-plugins REVERT: 10ed09ee6a Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins REVERT: d87313927a Merge nfc_magic from https://github.com/xMasterX/all-the-plugins REVERT: bd07d22609 Merge mfkey from https://github.com/xMasterX/all-the-plugins REVERT: c0bfb03cb2 Merge gps_nmea from https://github.com/ezod/flipperzero-gps REVERT: 7a8c64dfc9 Merge camera_suite from https://github.com/xMasterX/all-the-plugins REVERT: 27ff837944 upd nfc magic (merged PRs links in desc) REVERT: e635457da7 upd camera_suite REVERT: 39baed393f upd seader REVERT: fae741171f upd picopass REVERT: 55d55a15a3 upd nfcplaylist REVERT: 88c63699b8 upd mfkey REVERT: 6ef54afba6 Add numbering to NR-MAC parts REVERT: 6fd741bdd0 Hide info line when auth fails REVERT: 85010d1c4c Merge pull request #33 from diskfutility/patch-1 REVERT: 0cbe0421ee Format REVERT: e352a9e0b6 WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage REVERT: 0f51370211 Merge jetpack_joyride from https://github.com/timstrasser/flipper-jetpack-game REVERT: 985c4342fd Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite REVERT: 847f0f0b39 Bump version REVERT: a9ecea4075 Update changelog REVERT: 470c1f645b Fix up horizontal flip when camera is rotated 180 degrees REVERT: dcefdf1c79 Update in-app pinout guide, readme, and version. REVERT: 866901316b Merge pull request #4 from CookiePLMonster/master REVERT: ca74bc2b08 Updated to SDK 0.103 REVERT: 6b755858d3 WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage REVERT: 400bd29e10 This repo is back REVERT: fe9887c6a5 Update README.md REVERT: d93ea95f3c Merge quac from https://github.com/rdefeo/quac REVERT: 799b27e04f Merge picopass from https://gitlab.com/bettse/picopass REVERT: b477140d50 updated changelog REVERT: 401cd19d70 updating minor version REVERT: 4773c8e126 Fix icons REVERT: c664278101 ESubGHz Chat: Merge nfclegacy port by xMasterX REVERT: 4e880dfa7c Add firmware and app version to log REVERT: f82a5943df Revert "Merge geiger from https://github.com/nmrr/flipperzero-geigercounter" REVERT: 4049c794c8 Revert "Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller" REVERT: f0f16c481a Merge seader from https://github.com/bettse/seader REVERT: 1a7bde1ab8 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode REVERT: f651f7a4b0 Merge picopass from https://gitlab.com/bettse/picopass REVERT: d13eb7d89b Merge nfc_rfid_detector from https://github.com/flipperdevices/flipperzero-good-faps REVERT: 5b1bf1b4b3 Merge nfc_rfid_detector from https://github.com/xMasterX/all-the-plugins REVERT: fe76bafcd8 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist REVERT: 8a256b15f4 Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps REVERT: df861468ec Merge nfc_magic from https://github.com/xMasterX/all-the-plugins REVERT: 2f3a0e252f Merge mfkey from https://github.com/noproto/FlipperMfkey REVERT: 6eced5f538 Merge mfkey from https://github.com/xMasterX/all-the-plugins REVERT: 5758d591ce Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager REVERT: 27feab085b Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper REVERT: cc8e3308c1 Merge ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer REVERT: 7ccad50192 Merge geiger from https://github.com/nmrr/flipperzero-geigercounter REVERT: dd559f2894 Merge cross_remote from https://github.com/leedave/flipper-zero-cross-remote REVERT: edecb75a5b Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller REVERT: dbec9cce53 Merge airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid REVERT: f35ab2bc6a MFKey 2.7 REVERT: a80d4f530f Bump version to 2.2 REVERT: b109adfff3 Add version to log REVERT: 3d872e77d6 bug fix (again) REVERT: f5477fb66b bug fix (again) REVERT: 153864d2b4 Release driver version 2.0.1 REVERT: 1ebc3ed2ca updated README.md file with tag reference and mdelay description REVERT: 7c02559868 chore: `MTP_DEVICE_VERSION` REVERT: e7e54264ad bump application version REVERT: 64135f4d51 bump version REVERT: c93309ab3d fix minor typo REVERT: d60b4e8bb3 bump version REVERT: ae535f9c1e Handle SAM removal better REVERT: 7fe02d3632 upd rfid detector REVERT: 9d520fabdb upd mfkey REVERT: f327e1a7a0 Merge branch 'elite_keygen' into 'main' REVERT: e98eda59b4 Update README.md REVERT: 9abb109aab chore: move device configuration into "define" macro REVERT: 53734767f1 Add to readme REVERT: aa572f1dce Add elite keygen attack to UI REVERT: 99970363e6 Add VB6 RNG REVERT: ba349ffdd8 [FL-3862] Fix typos in the RFID detector app (#229) REVERT: 9d49cdf5ad Config cards REVERT: 560eaa8aa9 sort elite dict, remove a dup REVERT: 1c7699859c Fix: Update input cb func signature REVERT: 6c3d87d7da fix gen4 poller nfc magic REVERT: e8df6e2a0a Fix for new MfUltralightTypeOrigin naming REVERT: 5935b90a8b Merge pull request #31 from leedave/feature/update_0.103.1-rc REVERT: 75ed8c9130 Update for compatibility with 0.103.1-rc REVERT: 3128ca95ca Merge pull request #20 from leedave/feature/conflict_0.103.1-rc REVERT: c5d7979e7a Formatting REVERT: bfecd49b95 Code Updats for 0.103.1-rc REVERT: 34673d7caf NFC Magic: update app with latest API (#223) REVERT: 20bfacfc42 chore: enhanced debugging REVERT: 6c59ca5fec Update NOTES.md REVERT: 11acf7cd78 Update md_links.yml REVERT: 66731dbe3a Create md_links.yml REVERT: aa562cc751 Update README.md REVERT: 773e4bffd5 Merge pull request #32 from acegoal07/dev REVERT: 6c2ca1a11f Update nfc_playlist_scene_emulation.c REVERT: 1aafa3919a Merge pull request #31 from acegoal07/dev REVERT: a1526ac396 Update nfc_playlist_scene_emulation.c REVERT: 68747a66fe Merge pull request #30 from acegoal07/dev REVERT: 0ccb606151 New Icon REVERT: e8e0ea02ca docs: enjoy REVERT: 95ac73f322 Merge zombiez from https://github.com/xMasterX/all-the-plugins REVERT: 8c6a4084d8 Merge yatzee from https://github.com/xMasterX/all-the-plugins REVERT: 46910dd0d1 Merge wav_player from https://github.com/xMasterX/all-the-plugins REVERT: 32d3582cbd Merge videopoker from https://github.com/xMasterX/all-the-plugins REVERT: 4b21b4eb23 Merge unitemp from https://github.com/quen0n/unitemp-flipperzero REVERT: 3f923959d6 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins REVERT: b96951ef50 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins REVERT: bd16644ab7 Merge timelapse from https://github.com/theageoflove/flipperzero-zeitraffer REVERT: 17131b22f4 Merge timelapse from https://github.com/xMasterX/all-the-plugins REVERT: d9a964cda1 Merge tictactoe from https://github.com/xMasterX/all-the-plugins REVERT: 07fe9e2166 Merge text_viewer from https://github.com/xMasterX/all-the-plugins REVERT: a7540d61c0 Merge text2sam from https://github.com/xMasterX/all-the-plugins REVERT: 3b447f2de8 Merge tetris from https://github.com/xMasterX/all-the-plugins REVERT: e421ec4b01 Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins REVERT: 5c56445a4e Merge swd_probe from https://github.com/xMasterX/all-the-plugins REVERT: 5c28968527 Merge spectrum_analyzer from https://github.com/xMasterX/all-the-plugins REVERT: c88bb464d4 Merge snake_2 from https://github.com/xMasterX/all-the-plugins REVERT: 964d4160e3 Merge slots from https://github.com/xMasterX/all-the-plugins REVERT: 840e221a7a Merge sentry_safe from https://github.com/xMasterX/all-the-plugins REVERT: 09e1f838f9 Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins REVERT: 3dcd2f7b93 Merge rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins REVERT: df45fd5c49 Merge rootoflife from https://github.com/xMasterX/all-the-plugins REVERT: 1a5b5bf92f Merge reversi from https://github.com/xMasterX/all-the-plugins REVERT: 5c5cac6a20 Merge protoview from https://github.com/xMasterX/all-the-plugins REVERT: 212c1688e1 Merge pong from https://github.com/xMasterX/all-the-plugins REVERT: c0b55d9069 Merge pomodoro from https://github.com/xMasterX/all-the-plugins REVERT: 02348af21b Merge picopass from https://gitlab.com/bettse/picopass REVERT: 581c5205cf Merge picopass from https://github.com/xMasterX/all-the-plugins REVERT: 7cc3d20bf2 Merge passgen from https://github.com/xMasterX/all-the-plugins REVERT: 0a9884f276 Merge paint from https://github.com/xMasterX/all-the-plugins REVERT: 3f5c9dd690 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins REVERT: a62444fe00 Merge music_player from https://github.com/flipperdevices/flipperzero-good-faps REVERT: 4c8a2add22 Merge multi_fuzzer from https://github.com/DarkFlippers/Multi_Fuzzer REVERT: d3fa0fc854 Merge multi_converter from https://github.com/xMasterX/all-the-plugins REVERT: 26b1f9213f Merge morse_code from https://github.com/xMasterX/all-the-plugins REVERT: 88f348e13e Merge mifare_nested from https://github.com/xMasterX/all-the-plugins REVERT: 4bf3330175 Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins REVERT: eb3a7009e5 Merge metronome from https://github.com/xMasterX/all-the-plugins REVERT: ac120110e9 Merge meal_pager from https://github.com/xMasterX/all-the-plugins REVERT: 513fe8e3a1 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper REVERT: 7327df9078 Merge ir_scope from https://github.com/xMasterX/all-the-plugins REVERT: 6876e7e030 Merge hex_editor from https://github.com/xMasterX/all-the-plugins REVERT: b66a67a57d Merge heap_defence from https://github.com/xMasterX/all-the-plugins REVERT: 324384f292 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins REVERT: ea31fb23b9 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins REVERT: 954606b86f Merge geiger from https://github.com/xMasterX/all-the-plugins REVERT: 84c208e863 Merge game_of_life from https://github.com/xMasterX/all-the-plugins REVERT: fbc97907b4 Merge game15 from https://github.com/xMasterX/all-the-plugins REVERT: 2a517535bb Merge flappy_bird from https://github.com/xMasterX/all-the-plugins REVERT: 68a24b5675 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins REVERT: ff07fb32f8 Merge dtmf_dolphin from https://github.com/xMasterX/all-the-plugins REVERT: f4547e55e2 Merge doom from https://github.com/xMasterX/all-the-plugins REVERT: 7f0a86f0cf Merge counter from https://github.com/xMasterX/all-the-plugins REVERT: c3ec58242c Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins REVERT: 3ffae9b1f4 Merge calculator from https://github.com/xMasterX/all-the-plugins REVERT: 6a810a87a7 Merge caesarcipher from https://github.com/xMasterX/all-the-plugins REVERT: 56d94676c4 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins REVERT: 09a210988d Merge bpmtapper from https://github.com/xMasterX/all-the-plugins REVERT: 65026dc34e Merge bomberduck from https://github.com/xMasterX/all-the-plugins REVERT: 545fc1793f Merge barcode_gen from https://github.com/xMasterX/all-the-plugins REVERT: 7801583e55 Merge asteroids from https://github.com/xMasterX/all-the-plugins REVERT: 02e17637e2 Merge arkanoid from https://github.com/xMasterX/all-the-plugins REVERT: 4a0f46b916 Merge airmouse from https://github.com/ginkage/FlippAirMouse/ REVERT: 476b1e6e96 Merge 4inrow from https://github.com/xMasterX/all-the-plugins REVERT: 751d3614df Merge 2048 from https://github.com/xMasterX/all-the-plugins REVERT: 3dba39fb7d readme updates REVERT: ae4097ddd0 Improvements REVERT: 3b8a10c537 music_player: fix icon (#220) REVERT: b2cc1c3188 music_player: update api v.65.0 (#219) REVERT: ff023e9fe5 free properly REVERT: 395f6971dd fix barcode and nightstandclock REVERT: 54c0bee5e6 fix barcode and nightstandclock REVERT: 25647899dc redraw manually just in case REVERT: 8160312416 redraw manually just in case REVERT: 6d88124989 redraw manually just in case REVERT: df7d630baa redraw manually just in case REVERT: 85ba7c4e76 redraw manually just in case REVERT: 159d2d9363 fix icons REVERT: 37b490f81e fix icons REVERT: c5efd93f3e fix icons REVERT: 4d2208046a fix icons REVERT: 0b70fe9da6 fix icons REVERT: 8614854d40 fix icons REVERT: 5ec155d2d0 fix icons REVERT: 98a07685f8 bump versions for catalog REVERT: a12fe83a3d bump versions for catalog REVERT: 064f5c917a bump versions for catalog REVERT: 888760a6eb bump versions for catalog REVERT: 46a25c9a99 bump versions for catalog REVERT: 9480148fe7 bump versions for catalog REVERT: 85c97cedd2 bump versions for catalog REVERT: 4e470d657e bump versions for catalog REVERT: ed8a2172a5 bump versions for catalog REVERT: 0c242324ec bump versions for catalog REVERT: 780ea66fd6 bump versions for catalog REVERT: 04e2d67918 bump versions for catalog REVERT: cd73fd6591 bump versions for catalog REVERT: 9a79056432 bump versions for catalog REVERT: db1b20479f bump versions for catalog REVERT: 99b4ca8abd bump versions for catalog REVERT: 2629a89b5a bump versions for catalog REVERT: dfa6a00ae2 bump versions for catalog REVERT: cf2bcecd8f bump versions for catalog REVERT: 831c30e7ec bump versions for catalog REVERT: 1cf34a02af bump versions for catalog REVERT: 753d5e87e8 bump versions for catalog REVERT: a128abfc46 bump versions for catalog REVERT: 22773dd5fb bump versions for catalog REVERT: 27178f24af bump versions for catalog REVERT: 6e118d6351 bump versions for catalog REVERT: bb4b930c90 bump versions for catalog REVERT: 7d0551e6bf bump versions for catalog REVERT: 82a62de1cb bump versions for catalog REVERT: 75187bca10 bump versions for catalog REVERT: aa1a784196 bump versions for catalog REVERT: 5ead19f039 bump versions for catalog REVERT: b69782a703 bump versions for catalog REVERT: 7b6ad38214 bump versions for catalog REVERT: 3097866176 bump versions for catalog REVERT: ba125ba96a bump versions for catalog REVERT: 9b69fd2650 bump versions for catalog REVERT: 72d1202d2b bump versions for catalog REVERT: a0ebaa40e8 bump versions for catalog REVERT: d15c46cbdd bump versions for catalog REVERT: 0e73e6defe bump versions for catalog REVERT: 3ead308d2c bump versions for catalog REVERT: a7027fb677 bump versions for catalog REVERT: fcdac3ec69 bump versions for catalog REVERT: 09f1108a29 bump versions for catalog REVERT: 11a20f1c4e bump versions for catalog REVERT: 64dd1b4b0f bump versions for catalog REVERT: 9c053b5473 bump versions for catalog REVERT: 864553ff77 bump versions for catalog REVERT: 22f14bc791 bump versions for catalog REVERT: 4e0f2a6efd bump versions for catalog REVERT: 61d040accb bump versions for catalog REVERT: a7769b1d6f bump versions for catalog REVERT: 20dcb663bc Compatibility to API 65.0 REVERT: 6200aa1757 Compatibility to SDK 65.0 f7 REVERT: 2ecfcd857d limit TD to fix crash and bump version REVERT: 21eb0fbb31 Replace 'Elite Dict Attack' with 'Read' in instrunctions REVERT: 6da212763a free up some space in mifare nested too REVERT: 1c11c09507 free some memory in esubghz chat REVERT: 50d56159c6 Update CHANGELOG.md REVERT: 8f99cf97d2 Merge pull request #37 from jamisonderek/master REVERT: de97ad1436 Fix return values REVERT: a69929f346 Fix duplicate defines REVERT: 2c332a9636 fix reuse of define REVERT: 556f7830d5 upd picopass REVERT: 852769ef72 Update README.md REVERT: 3b83638df7 Update README.md REVERT: 62fb6ed463 v1.5 (build on 102.3) REVERT: 27de47368e Update README.md REVERT: e6120e52e7 Update changelog REVERT: b1f62c97de Fix RAM size output of stm32_get_memory_info REVERT: f723e6f700 Update README.md REVERT: 473c89298a Update README.md REVERT: 2b9504a675 docs: line feed REVERT: 31055cdaa1 docs: note REVERT: fb85463a23 chore: slow:tm: REVERT: fd89918927 chore: properly implement recursive deletion REVERT: 894455d0d3 chore: prevent memory leak on exit REVERT: 4b6edc8a66 feat: allow deleting directories REVERT: daa10635dc docs: add streaming support REVERT: f60d3a9a53 docs: add large file transfer support REVERT: 85a19dea72 feat: `send_mtp_response_stream` now works. REVERT: 426aeafff1 chore: implement `send_mtp_response_stream` REVERT: 976cb43c41 Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake REVERT: 33e2f7009c Fix bulk update for subdirs REVERT: e0b5fee942 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin REVERT: 5755285fdc Merge picopass from https://gitlab.com/bettse/picopass REVERT: 2eb2c36aeb chore: reimplement streaming GetObject REVERT: e6d5856e15 bump plugin REVERT: bbc0157341 more acknowledgement line breaks REVERT: 6f2d8520a3 bump plugin REVERT: dde6192486 Add H10302, fix H10304 REVERT: 10bad06f67 bump plugin REVERT: 5e2e8b25d2 clang-format REVERT: aa476ad225 H10304 REVERT: aae801448d Fix the typo that made the test not creating executable for second core REVERT: 2557bd6a2e find CMSIS only for family under test REVERT: 03d6c9fe49 docs: add explanation that it is youtube link REVERT: e1086bb79f docs: update landing page REVERT: e9f0420ecf docs: add youtube REVERT: 56b39f8e24 docs: add UCS-2 Windows Unicode rant REVERT: 033b86a29e chore: UCS-2 REVERT: 4dccca2528 docs: update to match with current features REVERT: c9bc43a1ef feat: allow deleting apps REVERT: a15f66c028 Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading REVERT: 531c6d4f67 Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins REVERT: c6655ffc11 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins REVERT: 35f8af15f8 Merge gps_nmea from https://github.com/ezod/flipperzero-gps REVERT: d371767d60 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins REVERT: 79751e5913 Merge airmouse from https://github.com/xMasterX/all-the-plugins REVERT: 4e04a13d9a Merge branch 'main' of https://github.com/Alex4386/f0-mtp REVERT: 960d5140b4 feat: implement basic SendObjectInfo REVERT: 24769ce8e3 Update FUNDING.yml REVERT: 7603594658 Update nfc_playlist_scene_emulation.c REVERT: 6123d66185 chore: add license REVERT: 6d5238e1fd docs: add image REVERT: ade62e9166 docs: update docs REVERT: b7ef842c39 docs: update docs REVERT: c5b34ec5ac feat: implement mtp REVERT: 00587b4061 feat: basic mtp REVERT: e384834f4a Merge pull request #32 from AEtherC0r3/add_m10q-5883 REVERT: f6cf995e68 Add M10Q-5883 to the list of tested modules REVERT: 783fd93617 upd nfc playlist REVERT: bfc2840c78 upd airmouse REVERT: 1b4c21b68c fix build REVERT: 6e0b27b3ed fix build REVERT: d6e56cf65b Airmouse: Update name for LSM6DSO REVERT: 56ac7d818f Fix nfclegacy REVERT: 797864056e Format REVERT: cd4879a178 Add airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid REVERT: a369e5ecf1 Add airmouse/lib/lsm6dso-api from https://github.com/STMicroelectronics/stm32-lsm6dso REVERT: 4f3c5f303b Add airmouse/lib/bmi160-api from https://github.com/boschsensortec/BMI160_SensorAPI REVERT: 1a63f9260f Submodules REVERT: 4d953ae718 Merge timelapse from https://github.com/xMasterX/all-the-plugins REVERT: dd67e14042 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins REVERT: d8cd9248c9 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist REVERT: d6c633d9c6 Fix merge REVERT: 31c8d467b2 Merge zombiez from https://github.com/xMasterX/all-the-plugins REVERT: 211f931025 Merge wiiec from https://github.com/xMasterX/all-the-plugins REVERT: 41992e4dc8 Merge wifi_scanner from https://github.com/xMasterX/all-the-plugins REVERT: 824e458de0 Merge videopoker from https://github.com/xMasterX/all-the-plugins REVERT: cf56337b20 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins REVERT: cfb26b3b62 Merge totp from https://github.com/xMasterX/all-the-plugins REVERT: fad2bd459d Merge tictactoe from https://github.com/xMasterX/all-the-plugins REVERT: 70139865ee Merge tetris from https://github.com/xMasterX/all-the-plugins REVERT: 9f0ea5d9af Merge tanks from https://github.com/xMasterX/all-the-plugins REVERT: 21fccf6fba Merge tama_p1 from https://github.com/xMasterX/all-the-plugins REVERT: 651261b912 Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins REVERT: e29261eb57 Merge subghz_playlist from https://github.com/xMasterX/all-the-plugins REVERT: 9c3a426970 Merge solitaire from https://github.com/xMasterX/all-the-plugins REVERT: 585ec84172 Merge snake_2 from https://github.com/xMasterX/all-the-plugins REVERT: 033e9e1030 Merge slots from https://github.com/xMasterX/all-the-plugins REVERT: 4188ee9b00 Merge sentry_safe from https://github.com/xMasterX/all-the-plugins REVERT: a0bb541547 Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins REVERT: c25a108c5d Merge rootoflife from https://github.com/xMasterX/all-the-plugins REVERT: e0361baa6b Merge rc2014_coleco from https://github.com/xMasterX/all-the-plugins REVERT: 97b5a2d29e Merge quac from https://github.com/rdefeo/quac REVERT: 1ba815bc8e Merge quac from https://github.com/xMasterX/all-the-plugins REVERT: 2c8406fd98 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode REVERT: fc30e1249f Merge qrcode from https://github.com/xMasterX/all-the-plugins REVERT: 29359baebe Merge picopass from https://github.com/xMasterX/all-the-plugins REVERT: d72b7c7e8d Merge passgen from https://github.com/xMasterX/all-the-plugins REVERT: 58b0e1bb6a Merge nrf24sniff from https://github.com/xMasterX/all-the-plugins REVERT: 932728cd43 Merge nrf24scan from https://github.com/xMasterX/all-the-plugins REVERT: de9f481eed Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins REVERT: 8f4489c4f8 Merge nrf24batch from https://github.com/xMasterX/all-the-plugins REVERT: 09d3708899 Merge music_player from https://github.com/xMasterX/all-the-plugins REVERT: 5854f7a391 Merge multi_converter from https://github.com/xMasterX/all-the-plugins REVERT: 9866280eec Merge morse_code from https://github.com/xMasterX/all-the-plugins REVERT: 9ad05917e5 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins REVERT: 82a27018bf Merge mfkey from https://github.com/xMasterX/all-the-plugins REVERT: e50f3c0eb4 Merge metronome from https://github.com/xMasterX/all-the-plugins REVERT: 5eded3f256 Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager REVERT: 16781ae844 Merge mayhem_qrcode from https://github.com/eried/flipperzero-mayhem REVERT: 2895fcc468 Merge mayhem_nannycam from https://github.com/eried/flipperzero-mayhem REVERT: 7fe3710f78 Merge mayhem_motion from https://github.com/eried/flipperzero-mayhem REVERT: 20c638eeba Merge mayhem_morseflash from https://github.com/eried/flipperzero-mayhem REVERT: 253a9baac7 Merge mayhem_marauder from https://github.com/eried/flipperzero-mayhem REVERT: 3d277c5063 Merge mayhem_camera from https://github.com/eried/flipperzero-mayhem REVERT: c15462aa41 Merge jetpack_joyride from https://github.com/xMasterX/all-the-plugins REVERT: 6024e545ed Merge ir_intervalometer from https://github.com/xMasterX/all-the-plugins REVERT: 51ee0957a3 Merge ifttt from https://github.com/xMasterX/all-the-plugins REVERT: de1404f47c Merge heap_defence from https://github.com/xMasterX/all-the-plugins REVERT: 5668416d85 Merge hc_sr04 from https://github.com/xMasterX/all-the-plugins REVERT: a25ff33747 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins REVERT: 5fbed3ef47 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins REVERT: eccc8028b9 Merge game_of_life from https://github.com/xMasterX/all-the-plugins REVERT: 7bc7e57910 Merge game15 from https://github.com/xMasterX/all-the-plugins REVERT: a9c3c7575d Merge flashlight from https://github.com/xMasterX/all-the-plugins REVERT: ee516f63d9 Merge flappy_bird from https://github.com/xMasterX/all-the-plugins REVERT: d216a3ca0b Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins REVERT: 63fc519df7 Merge esp8266_deauth from https://github.com/xMasterX/all-the-plugins REVERT: 5b6ef11052 Merge doom from https://github.com/xMasterX/all-the-plugins REVERT: 667ce94f7a Merge counter from https://github.com/xMasterX/all-the-plugins REVERT: eda39d6cf3 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins REVERT: 0c32924e91 Merge bpmtapper from https://github.com/xMasterX/all-the-plugins REVERT: c32d7c0881 Merge blackjack from https://github.com/xMasterX/all-the-plugins REVERT: 5252e2a66c Merge arkanoid from https://github.com/xMasterX/all-the-plugins REVERT: 826319f8de Merge airmouse from https://github.com/ginkage/FlippAirMouse/ REVERT: 55ce1d363d fix mutex REVERT: 6e1d9e6538 fix mutex REVERT: e668dd614b fix mutex REVERT: 9f6b0f02cd fix mutex REVERT: 166b3416f6 fix mutex REVERT: 605aedd601 fix mutex REVERT: 1ac00c09b9 fix mutex REVERT: 6327794822 fix mutex REVERT: 6a82ca5448 fix mutex REVERT: 19b726071b tweaks REVERT: 53cf805358 fix for latest API REVERT: 9714bb986c fix for latest API REVERT: 6aa2b8460a chore: oof REVERT: 9fe3a70dfb oof REVERT: e5abf9d271 oof REVERT: eb86e1809d oof REVERT: b58e3f6995 oof REVERT: bfb91d4b53 oof REVERT: c5c3c93577 oof REVERT: 077e164823 oof REVERT: 3b531a7327 oof REVERT: bcaeabeac2 oof REVERT: 239547643b oof REVERT: 09093d8cfc oof REVERT: 4bcbbfbf5c oof REVERT: 2146bfb521 oof REVERT: c55063cb06 oof REVERT: db86c3f0e3 oof REVERT: 8a931ab0d7 oof REVERT: 727ca78c69 oof REVERT: cac87059ee oof REVERT: 75cc2baec6 oof REVERT: c55958755f oof REVERT: c887f38261 oof REVERT: 82670f4230 oof REVERT: 19c5ebf73a oof REVERT: a6b1fb4323 oof REVERT: eb305f2251 oof REVERT: c94a688176 oof REVERT: b3ecb7bee8 oof REVERT: a0307492f7 oof REVERT: 25deaa2e14 oof REVERT: e8d76ee3ce oof REVERT: 911dc02975 oof REVERT: b77be5c0a1 oof REVERT: 84d5fb71f6 oof REVERT: e2ea680535 oof REVERT: 416afdf972 oof REVERT: fd6907e2f1 oof REVERT: 2c697810d3 oof REVERT: a02810fb49 oof REVERT: 5edd7f8d77 oof REVERT: 1b5b3fe937 Map axes correctly for the test module REVERT: 1475270904 upd picopass REVERT: 2176d60767 upd totp REVERT: c147f5226a upd subghz playlist REVERT: 75ab10560f upd quac REVERT: 17209cd7b9 upd ifttt REVERT: 3e65a46e5d Add error message if the module is not connected REVERT: d03534440b A little more cleanup and styling fixes REVERT: 4170177508 Clean up driver headers REVERT: 79e9154fc2 Merge pull request #23 from alex-vg/lsm6dso REVERT: ee94679eaf Revert "split matrix creation into steps" REVERT: e067e06b7e split matrix creation into steps REVERT: 44f11fea68 update companions to newer fz sdk REVERT: 5df3d5a079 update companions to newer fz sdk REVERT: ecc4103664 update companions to newer fz sdk REVERT: 216b97358e update companions to newer fz sdk REVERT: 4f806b2ec7 update companions to newer fz sdk REVERT: 07ab42f016 update companions to newer fz sdk REVERT: 924f84afd7 chore: oof REVERT: 429190f1bc chore: tmp REVERT: 971f41d157 Update README.md REVERT: 6f353a5762 chore: minimum work for at least get usb to work REVERT: e3b83f3401 chore: mtp REVERT: 29da8eb0cc Merge pull request #29 from acegoal07/dev REVERT: c65c6e73b1 More fixes REVERT: 4b632c0c98 chore: implement example MTP page REVERT: 7813960912 docs: add docs REVERT: 7c9305717d Fixes + Cutbacks REVERT: a661759a06 Merge pull request #30 from leedave/feature/updateCategory REVERT: 13d45e99fd Update Category capitalization REVERT: ee67ad2027 update to firmware 0.102.3 REVERT: 51063afd56 VGM Tool: Add new RGB firmware REVERT: cd30043aa7 change icon_get_data to icon_get_frame_data REVERT: e2ad6a178d Merge pull request #8 from Willy-JL/some-fixes REVERT: d2432a5949 Merge totp from https://github.com/akopachov/flipper-zero_authenticator REVERT: d1616805dc Merge picopass from https://gitlab.com/bettse/picopass REVERT: be1902125f Merge metronome from https://github.com/ezod/flipperzero-metronome REVERT: 6b28f54d1f Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager REVERT: b9e2817058 Merge gps_nmea from https://github.com/ezod/flipperzero-gps REVERT: 122854ecfd Merge bpmtapper from https://github.com/ezod/flipperzero-bpm-tapper REVERT: cfecf81528 Fix for API change, wrap message queue in container. REVERT: 068b44ddb9 Fix for API change, wrap message queue in container. REVERT: 25fe22c3dd Merge pull request #31 from ezod/wrap-message-queue REVERT: 965dcbee9f Fix for API change, wrap message queue in container. REVERT: 7d823837cb bumped version to 1.2 renamed LSM6DS3_ADDRESS to LSM6DS3_DEV_ADDRESS moved LSM6DS3_DEG_TO_RAD into imu.h refactored using sizeof moved imu_t definition REVERT: 5c277a9a36 Improvements REVERT: bf3e463b68 Format REVERT: 5d75907c6b Update for new message queue REVERT: 30ce6bcc22 added dynamic lib usage depending on i2c address REVERT: b7f561bfdd refactored imu headers REVERT: 9bdc6ab5d3 Merge pull request #29 from leedave/feature/refactors REVERT: 98e83eb086 Format REVERT: 90f40dd985 chore: Updated version REVERT: 514a494cf9 fix: `totp export` command uses the wrong format to print url-encoded symbol. REVERT: 9ab87604dc Refactors from xMasterX & WillyJL REVERT: c5eecfdce7 moved checked in drivers to submodules REVERT: 946e42468a added lsm6dso version REVERT: a00bc10f6a Fix subghz actions REVERT: 1fb63f0d97 SubGHz Playlist: Fix crash with region lock REVERT: ae55aa3176 SubGHz Playlist: Show item play fail, some UI fixes REVERT: a442bf147c Ethernet: Same appid for compatibility REVERT: e81e67e716 acknowledgements REVERT: f245471ff7 Quac!: Fix SubGHz protocols and crash (#11) REVERT: 3cad714758 IFTTT: Fix memleaks and wrong free's (#10) REVERT: 0e7428b6b3 tweaks REVERT: 8706bacad2 Remove redundant extra API REVERT: 7b65d07fba Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading REVERT: 47eb81ffd3 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper REVERT: 282237f7ce Merge pull request #24 from kbembedded/main REVERT: 16a33e86a5 application.fam: Update for 2.0 REVERT: a76f7602de Update dependabot.yml REVERT: 719d3d12f2 Create dependabot.yml REVERT: 2b4ac9adf5 feat: implement scene manager based implementation REVERT: f232070e06 Explain multiple subtree remotes REVERT: f1e3cee9eb Fix typo REVERT: 0a277a49c3 Fix manifest REVERT: bd712c367f Merge seader from https://github.com/xMasterX/all-the-plugins REVERT: cd756a1d42 Merge reversi from https://github.com/xMasterX/all-the-plugins REVERT: 8d2d345c4f Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins REVERT: b1102cb9be Merge hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer REVERT: 4554255059 Merge flipbip from https://github.com/xMasterX/all-the-plugins REVERT: e96183c398 Merge cntdown_timer from https://github.com/0w0mewo/fpz_cntdown_timer REVERT: edfe8fffc5 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins REVERT: 333dcf9b2e Merge chess from https://github.com/xMasterX/all-the-plugins REVERT: 30563727e8 Tone Generator: Add indicator (by Matt) REVERT: 771d833721 Fix merge REVERT: 798311b9b7 Add tone_gen from https://github.com/GEMISIS/tone_gen REVERT: 024ba3e2b0 Second remote for tone_gen REVERT: 815c2914eb Add tone_gen from https://github.com/xMasterX/all-the-plugins REVERT: 0f0dd9c90a Add tone_gen with subtree instead REVERT: b3b8e1506a docs: index-url needs to be updated REVERT: 452d10061b Merge pull request #6 from prplecake/fix-exit-crash REVERT: 3a8d08c918 docs: update docs to wrap with parenthesis REVERT: f1813ba454 chore: add resources and demo app REVERT: eb1e312b34 Dynamically create family matrix for CI jobs REVERT: 4876547c11 Update deprecated checkout action to revision REVERT: 69be2f017d upd seader REVERT: 768bbeab99 update nfc playlist REVERT: 73d586d327 upd flipbip REVERT: 9df1acbbf4 upd chess REVERT: 369b66d72b Merge pull request #341 from xanthio/maintenance/split-devices-in-family-files REVERT: 6e82cea3bd update reversi REVERT: 2c140f1edd Improvements REVERT: 6fa0239e44 Tweaks REVERT: 416e22ff4b Tweaks REVERT: 8834bfafa5 Catch exception on 'expected_count' < 0 REVERT: 748c3e496f Bump to v1.4 REVERT: 2e370554bb Minor changes REVERT: ef535bc3e2 Minor changes. REVERT: 1012b45ba4 countdown timer: make digit selection wrap when pressing right REVERT: fce19e3ef6 countdown timer: Fix divide-by-zero crash when setting time to 00:00:00 REVERT: 2d24e1ac9d countdown timer: use a custom alert sequence for time-up alarm REVERT: 4396569292 Uniform REVERT: 8c7d75571b Add Tone Generator by GEMISIS REVERT: e57513706a Merge seader from https://github.com/bettse/seader REVERT: 0726f8e92e roll back a few free that are on decoded structs REVERT: 9633df8f98 Format REVERT: 831c7dc3e1 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist REVERT: e1e3243914 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper REVERT: b1ed211346 Merge flipbip from https://github.com/xtruan/FlipBIP REVERT: 1f27ffd0b5 Merge cntdown_timer from https://github.com/0w0mewo/fpz_cntdown_timer REVERT: 03ecedf7fb Merge chess from https://github.com/xtruan/flipper-chess REVERT: d57c045b8f Merge pull request #19 from Willy-JL/fix-double-free REVERT: d480fea016 countdown timer: make digit selection wrap when pressing right REVERT: 163db32a21 countdown timer: Fix divide-by-zero crash when setting time to 00:00:00 REVERT: 670a5c6029 countdown timer: use a custom alert sequence for time-up alarm REVERT: 85d1291dc7 Correct syntax for gh cli pr to upstream from fork REVERT: 2a7c0d72f8 Add auto-pr logic; bump action ver REVERT: a582863f8a Fix for TLSF allocator crashes REVERT: ed77fb2cc6 Seader: Fix for TLSF allocator crashes REVERT: 333894fdfe images: update images used in app catalog REVERT: 8dd469995d README_catalog: update app catalog README with latest REVERT: 1f863525a6 README: update with latest features REVERT: 678bfdd307 changelog: update with 2.0 changes REVERT: 833f02e218 pokemon_pins: note MALVEKE pinout as <= rev 2.5 REVERT: 22ce90b906 pokemon_data: update for new sprite sizes REVERT: a32c6f111c sprites: custom sprites REVERT: 9c62035222 sprites: add custom sprites REVERT: 1c88c1a678 trade: turn on backlight with each byte received over EXT REVERT: 9359890e53 trade: do dolphin deed after a completed trade REVERT: 7e5b99c26d assets: add surprised pika for exit conf REVERT: d2c52abb7e gblink: bump to v0.61 REVERT: 33d56d9c11 gitignore: ignore dist/ folder REVERT: 691746f599 README/es: Fix typo REVERT: 2d12faf562 pokemon_data: remove MALVEKE check REVERT: a9828860ba patch_list: Add party_sz to main pokemon data struct REVERT: e0581ec8aa pokemon: support gen ii trades REVERT: 57dac60037 char_encode: add hyphen character support REVERT: 5d211f4fab Merge pull request #28 from acegoal07/dev REVERT: e574e059d0 Changes REVERT: a0bd65fb9c Merge pull request #27 from acegoal07/dev REVERT: 20898f1350 Update nfc_playlist_scene_file_rename.c REVERT: 90eb26d998 Update nfc_playlist_scene_file_rename.c REVERT: 94443e763c Update nfc_playlist_scene_file_rename.c REVERT: 198b9ced36 Update nfc_playlist_scene_file_rename.c REVERT: 00e5c6e52b Update app_catalog_upd.yml REVERT: f387a6adde Just some tweaks REVERT: d82426ddf3 Merge fixes REVERT: 4db8bc927f Merge pull request #34 from xtruan/develop REVERT: 1740b15e77 chore: bump manifest 1.16 REVERT: 5afc1d3d7b Merge branch 'main' into develop REVERT: cf969fa77b fix: minor UI cleanup, screenshot cleanup REVERT: 23e4affb62 Fix < 1 sec crash as @Willy-JL advised REVERT: c5f522be5e Merge branch 'develop' REVERT: 2fb9f4382e chore: bump catalog REVERT: 936a32f359 fix: remove import REVERT: e0a1fc62ca fix: typo REVERT: be56492e7e fix: remove ref to u8g2 REVERT: b208c2f067 Revert to pre-split versions of CUBE HAL and CMSIS REVERT: 86deaa191e Revert "Create MB_MEM2 shared section for devices with shared RAM up to date startup initialize it" REVERT: 8396cdabe2 Revert "Latest MP1 system.c needs clocks value that are defaulted by HAL" REVERT: 9f7dd64557 Merge pull request #26 from acegoal07/dev REVERT: f7d6f3cc7d Update application.fam REVERT: c2c7c8b080 Update nfc_playlist_scene_file_rename.c REVERT: f9bef93042 Update app_catalog_upd.yml REVERT: be6fdbf8af Merge branch 'main' of https://github.com/zacharyweiss/magspoof_flipper REVERT: 26bc4893ce Update application.fam REVERT: 0cf8e0b19d Create app_catalog_upd.yml REVERT: cd021de54c Merge pull request #24 from acegoal07/main REVERT: c33455dc53 Update README.md REVERT: 0dcfd59a72 Merge pull request #23 from acegoal07/dev REVERT: 63ca18d91f Update nfc_playlist_scene_file_rename.c REVERT: f99ad11b94 Fixes incorrect frees REVERT: 06626d8519 Improvements REVERT: cb10252020 Update README.md REVERT: a7d517da89 Merge pull request #8 from xtruan/develop REVERT: 5214970835 chore: bump manifest REVERT: 4678ec9a6d fix: disable workflow better REVERT: 847744257c chore: bump manifest REVERT: 7dda90e780 fix: version bump, disable ufbt build REVERT: 121ff4aeb1 Merge branch 'develop' REVERT: 1c5b5023c2 Merge pull request #33 from xtruan/develop REVERT: 206e84b78e chore: bump manifest REVERT: a9b4eadaa2 chore: bump version REVERT: 6c08905ab9 feat: fixes from Momentum REVERT: 5b5957e032 Merge branch 'main' into develop REVERT: 8bce552603 Merge pull request #7 from leha-bot/fix/build-on-rel-fw REVERT: 1aca239567 Update ufbt_build.yaml REVERT: b8b5c961f9 Update ufbt_build.yaml REVERT: b93ee280fd Adds ability to remove playlist lines REVERT: 08e6a50866 Format REVERT: 7b24042e85 Merge slots from https://github.com/xMasterX/all-the-plugins REVERT: d8cb256caa Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading REVERT: 4b91e13622 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins REVERT: 17dea5554c Merge nfc_magic from https://github.com/xMasterX/all-the-plugins REVERT: 4a454cb4c4 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins REVERT: 56b24f9dd0 Merge magspoof from https://github.com/xMasterX/all-the-plugins REVERT: b09549dc5d Merge flashlight from https://github.com/xMasterX/flipper-flashlight REVERT: b33e3560e1 Merge flashlight from https://github.com/xMasterX/all-the-plugins REVERT: 72eab00ca6 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins REVERT: 41db75d2f6 Fix merge REVERT: a693d1ff49 Add meal_pager from https://github.com/leedave/flipper-zero-meal-pager REVERT: 9658164b62 Second remote REVERT: 2009bd0984 Add meal_pager from https://github.com/xMasterX/all-the-plugins REVERT: 1fe90b927b Name and category REVERT: cd42027fa8 Add gpio_badge from https://github.com/jamisonderek/flipper-zero-tutorials REVERT: 570e72f162 Fix merge REVERT: 1fd5c5f07f Add ethernet from https://github.com/arag0re/fz-eth-troubleshooter REVERT: 3ff6c509a0 Second remote REVERT: 3b1516865a Add ethernet from https://github.com/karasevia/finik_eth REVERT: f97b1c2761 fix: updates from Momentum REVERT: 88bdddb870 NFC Playlist: Fix incorrect free REVERT: ebd64efef0 Format REVERT: 3692a195a8 Fix merge REVERT: e7d36eec06 Add nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist REVERT: fc8831a879 Second remote REVERT: b8a913d598 Add nfc_playlist from https://github.com/xMasterX/all-the-plugins REVERT: 32645c883c Fix merge REVERT: 259f455807 Add quac from https://github.com/xMasterX/all-the-plugins REVERT: 0758879dc5 Second remote REVERT: eafa11373c Fix merge REVERT: 25e8645ba7 Add pokemon_trading from https://github.com/xMasterX/all-the-plugins REVERT: e702df53f9 Second remote REVERT: 0c371a2653 Improves the detection of blank lines REVERT: 205dd0380a upd version and readme REVERT: 4e93f13f49 upd readme REVERT: f8734c257b sync with alltheapps REVERT: 6f51e81eed add flashlight connections picture REVERT: 30bd363ae6 add quac app REVERT: a7ec92bb76 upd nfc magic REVERT: d733ca3bd0 merge memory management fixes for nested REVERT: e484c13a0a upd pokemon trade REVERT: ae9996cfaa upd slots REVERT: bc4c80a1c5 upd magspoof REVERT: 287664c89a upd mousejacker REVERT: e676b1ecd3 upd coundown timer REVERT: 530fc9ff24 Merge pull request #22 from acegoal07/dev REVERT: bdec6766fa Adds new skip error setting REVERT: b9fd9dc3bf Merge pull request #36 from Willy-JL/fix-double-free-crash REVERT: 843ad7dc60 Format REVERT: 26da8ddd9f Use asset packs not fap libs assets REVERT: fbc80be9ef Fix import here logic REVERT: 437d212fff Fix array out of bounds in create group when empty REVERT: 4066eb5656 Fix double free crash at app exit on TLSF REVERT: c750863dfd Tweak app names and categories REVERT: cdb464e6b1 Pokemon Trading: Fix crash at exit REVERT: d50d65de7a Add pokemon_trading/lib/flipper-gblink from https://github.com/kbembedded/flipper-gblink REVERT: e19a4c8750 Replace submodule REVERT: 03419d7252 Add pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-…
RogueMaster
pushed a commit
that referenced
this pull request
Nov 2, 2024
Player & OBD2 functionalities added
RogueMaster
pushed a commit
that referenced
this pull request
Nov 4, 2024
RogueMaster
pushed a commit
that referenced
this pull request
Dec 14, 2024
RogueMaster
added a commit
that referenced
this pull request
Mar 29, 2025
2eb5a5ef41 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD PC MON 04987c805e Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD KEYCOPIER a2defe50a5 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD SIO 190f23152e Merge applications/external/sio2flip updates from sio2flip 370d046b82 prepare for publish. also fix format list exit callback f272218221 Add TalkingSasquach's video QR 7453d6906e Fix displaying of the last accessed sector 50dd9a9f9b Merge pull request #32 from Offreds/main 9f8b77bb68 Add new disk menu command 494962efc8 Remove backticks from README cd126448dc Add CHANGELOG f9e637006e Increment app version 9982582a7e Disable led blinking during battery charging 8d3e59c381 Fix recording while led blinking is off 0f31eda27c Version bump + changelog ae7224f050 Backlight (#13) + blue LED during communication 62bcbaf012 Merge applications/external/solitaire updates from solitaire 6795672436 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD PCMON 07078d067b Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD TOTP a50a2f4117 Merge branch 'main' of https://github.com/bettse/seader into 420 b9d35d43ec Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD SPI TERM c1710da3d5 Merge applications/external/sio2flip updates from sio2flip 23b4719851 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD FMATRIX abe9251f00 Merge applications/external updates from jamisonderek 32155eb910 Squashed 'applications/external/' changes from 89716a9b00..d56fdf50bf bc9acd9fd8 chore: Updated version 64e5e462c5 docs: updated CHANGELOG daccf2c832 docs: updated CHANGELOG d05098c9ea fix: HOTP counter is not increasing when "OK" button long-pressed (#254) 07da9679df remove '_site' 3fc2827b8f Add comparison table 0d16193193 Add favicon and apple touch icons af47d3a3aa scroll screenshots ff8d8d89c9 Tweak webpage cbc368eab8 Update application.fam 7cc6ec5baf Version bump for README update 31685c450e Update README.md 5e93147f96 i'm lovin it b3ac3fd04b Imagine replacing a uses line with an entirely different action? a1311cec1a Update build.yml #5 6839805a32 Update build.yml (testing #3) c1b7d7cbfe Update build.yml (testing #2) 2abb2ee851 Fix build.yml (testing) de8cb5eb6d I'm so sorry 567c024946 Moved App Catalog files to a subfolder b458da3637 Increased app version a5bf9b92ed fmatrix v0.3.5 f336d5574d Forgot about that c4901de9e3 Flipper App Catalog fix 8c5569abc3 Update assets d382e45383 update .gitignore df2019b02b Add XF-551 high-speed mode support 98e61b8189 Fix switching between high/standard baud rates 469a08dec6 Latest RM0322-2301-0.420.0-145d3cc on PATREON - NEW RELEASE 145d3cc41d Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC FAM 8c4a5e20fe Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC README 4e7684ad40 Merge branch 'main' of https://github.com/Alex4386/f0-mtp into 420 804d1ae5cc Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD SIO 605f08c402 Changelog for 1.1.0 9119a535ef Added format with skew command 50a51f80e8 Fix data returned by format command 20531af805 Update README 8cc31c1d21 Update screenshots d777a86c65 Fix disk write-protect bit persistence 560b2dd26b Add baudrate settings 6dd9012cef Fix crash on empty configuration file 8815d076cf docs: update docs 7277dfdb1c Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD FLIPWORLD e15a222c68 Merge pull request #19 from jblanked/dev_0.7 e09dd37429 FlipWorld v0.7 dd5e6114ae Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC MON 2611c2ae48 Screenshot + visual improvement 2c43e9c8e2 Actions update f4d0bd580e Update 1.1 53af472e7f Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner a362e88a92 Squashed 'applications/external/nfc_apdu_runner/' changes from b167041fc1..54e0170b4b dafa4abf63 Latest RM0320-2347-0.420.0-16dfec3 on PATREON - Spelling Mistakes dbb0756601 Latest RM0320-2347-0.420.0-16dfec3 on PATREON - NEW RELEASE 16dfec3bf0 Latest RM0316-2318-0.420.0-d116354 on PATREON - UPD SIO 12c53b5a6f disable PER support 12092dab65 Update application.fam dc2838f277 Merge applications/external/sio2flip updates from sio2flip c946e866f6 Disable LED blinking during battery charging d0c1ac45d6 Merge applications/external/sio2flip updates from sio2flip aa6f47e613 Merge applications/external/gpio_ina updates from gpio_ina bc0267123a Fix LED blinking config not applying properly 54e1f15e0f code cleanup 4cca9b6931 Fix README to not use backticks 1fa87b110b Remove unintended references from CHANGELOG 8d2f28607d Latest RM0316-2318-0.420.0-d116354 on PATREON - UPD SIO 4f21305f7f Latest RM0316-2318-0.420.0-d116354 on PATREON - NO UPDs NFC APDU a88828a8e4 Squashed 'applications/external/nfc_apdu_runner/' changes from a88da813c2..b167041fc1 66a9d7251a slow down player movement 8c1c403ac1 bump to 0.7 6648f9337d Added high-speed transfer fe453162be Add support for non-standard disk geometries f829269289 Latest RM0316-2318-0.420.0-d116354 on PATREON - NEW RELEASE 1bf8775227 Latest RM0316-2318-0.420.0-d116354 on PATREON - NEW RELEASE a407dcfb6b update 3e6a843a6d update 91f1db3299 update d0a168d918 update d1163544f4 Latest RM0314-1528-0.420.0-86a8013 on PATREON - ADD SIO2FLIP 9bf28fe060 Add 'applications/external/sio2flip/' from commit 'c611b6af49a6b42ea16cb307582b89be4497143f' e242b42417 Latest RM0314-1528-0.420.0-86a8013 on PATREON - REMOVE GENIE 48981e6ae8 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD SUBGHz 813626c03b Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD SUBGHz 464dc7619e subghz bugfixes and experimental options 8fb275c29d Latest RM0314-1528-0.420.0-86a8013 on PATREON - NO PIPE NO INA UPD c611b6af49 Improve disk formatting and PERCOM support 92e5e38a8a Latest RM0314-1528-0.420.0-86a8013 on PATREON - REMOVE NON FLIPPER CODE 8a6f7db256 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD FLIPWORLD 37f9318598 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner 22db4fd747 Report disk geometry in drive status byte 03b5b64c6a Add basic disk format command 7d143b8ac3 Add disk geometry commands 9b804cddd0 Fix sio driver bug c8ecaaedcb complete animation 39b7c6c341 update animation ebb4b7e7d1 NFC全息动画组件 5a8a3d462c 更新多语言支持,简化NARD相关文本,移除最近活动部分,优化界面信息以提升用户体验。 440ea579eb 优化TLV视图组件的表格布局,调整列宽和文本显示方式,确保内容在不同屏幕下的可读性。 b01d30faf9 添加多种颜色标签支持,移除描述字段,优化TLV视图组件的标签显示方式。 a573e6a6ac Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into 420 5dbd185459 FIX GAME MODE MAPs 41884d9567 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner d60812d082 更新多语言支持,修改标签显示为“Hex”,添加复制标签功能及相关提示信息。 8d0046e847 增强TLV数据分析功能,支持嵌套TLV格式,添加提取标签功能及错误处理,优化界面文本和加载动画。 e60146ce41 更新API响应结构,确保响应代码不为空;在前端添加axios依赖并调整代理设置;优化多语言支持,更新界面文本以增强用户体验。 67e7368f3c web support english and chinese cf9eaea530 update loading animation 29bb8fa94c update release 8785966ae9 framework change f38c23d3db add loading 9fced9a644 init web 48ce52196b Update README eef3ad05b2 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD FLIPSOCIAL + FMT 86cc1c8f31 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner c999bcd252 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD INA METER 597873252b fix 2d249c5de1 update 228ccae8ab update aaf942efd2 Merge pull request #27 from jblanked/dev_1.1 bd31eaa8c9 FlipSocial v1.0.4 (new server backend) dde0875e4d FlipWorld v0.6.1 952c2ab264 Added license bea5503bd5 Add some screenshots 354e8d461b Show only filename and extension, hiding the path aba334d812 Fix github worflow 63ad5c70c4 Initial commit dc226f3d1e Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner 8349535368 在wapi.go中禁用HTTPS,仅启用HTTP监听器以简化服务器配置。 b4b8468853 更新测试用例文档,添加NARD格式模板、Flipper设备和TLV相关的测试用例信息,并同步测试用例表格。修正README中的最后编辑时间。 6a42728252 update f336e8007f tested get file content bd7de02107 Fix confirmation dialog headers 2fe178e3ae Add confirmation dialogs bbc2aa8015 nfc_analysis_platform auto test framework complete all tests pass,then need and get file from flipper test d2b396ecba update 46ae5bd997 update 3320a4a87d Add new screenshot d6080dd3ef Add recording to the CSV file 0cd3c0edf6 Prepare current gauge screen for log button 08d178d7c7 fix test f67349a3fc Add unix timestamp to the SensorState structure f09d8a3879 取消跳过 TLV API 测试的注释。 2a085802cd 增强命令行测试功能,支持通过环境变量控制错误输出,并更新相关文档和测试用例。 805ff5a73e update test tool 8d5ae66aaa fix cmd test ceb617bc7d update tests 9495641976 添加nfc_analysis_platform测试工具 38b8a2c04f support webapi (need test) 59b01bc9ed Latest RM0314-1528-0.420.0-86a8013 on PATREON - NEW RELEASE 86a8013ba9 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid 25620806fe Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid 1084e6bf6d adding epc scroll pause cf3bf04de2 updating changelog, app fam, readmes c598224ef9 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid e011d2cc0e Merge applications/external/simultaneous_rfid_reader from simul_uhf_rfid c03085465d adding epc scroll pause fce9f053e1 adding epc scroll pause a2705a39ff Latest RM0313-1700-0.420.0-4fffa17 on PATREON - FMT 6dac9e4179 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - OFW 4149 4800c8a8fe Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD LM e0d185dcbd Latest RM0313-1700-0.420.0-4fffa17 on PATREON - ADD SPACE IMPACT II 26f11b2390 Merge pull request #20 from tixlegeek/tixlegeek/dirty-timer_flush-workaround 2714ba1ef5 added quick fix for older core's versions b297fdeeb4 Add 'applications/external/space_impact_ii/' from commit '5f618a1bb269cfea799699e7fe0f6567e2a8f9c9' 660291b690 update swagger 64c594fa80 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD NFC APDU de42d3ad81 wapi docs 477de05834 删除 ResponseDecoder 工具的所有相关文件,包括源代码、文档和格式文件,完成迁移至 nfc_analysis_platform 的 nard 子命令。 5e4b4ee3eb update readme 6f633b6aff Update README_CN.md 6b7bc9d2c6 Update README.md 27ee18ea7a update readme 8328f37a2a 更新 .gitignore 文件,移除 tlvtool 的忽略规则。 7e1f23bfcc Delete tools/nfc_analysis_platform/nfc_analysis_platform_macos e23788203a Merge pull request #3 from SpenserCai/nfc_analysis_platform e915d105dc 更新 GitHub Actions 工作流,将 ResponseDecoder 工具替换为 nfc_analysis_platform 工具,调整相关路径和构建步骤,以支持 Windows 和 macOS 平台的编译和发布。 f62f2e4946 更新 README 文档,替换 APDU 响应解码器为 nfc_analysis_platform 的 nard 子命令,并添加迁移提示。确保文档内容一致性。 224271507f update 50b3380629 init 5f618a1bb2 Adds github workflow, screenshot, changelog, and updates application.fam a29280d3b4 Update license 4d822187f8 更新交通卡 APDU 脚本,添加多个交易记录的解析字段,包括交易序号、交易金额、交易类型、终端号和时间,以增强响应解码器的功能。 2b5e70962d Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner 835edc6211 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - NEW RELEASE 8d0c2d56f9 将电子公交卡名字修改为公交卡 38a9965fe0 Merge pull request #14 from MadLadSquad/auto 53b53aa15c auto c1e13157fe Update release.yaml 87b5afca17 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - NEW RELEASE 4fffa173fd Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU dd8784f65e Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 4bfc401303 Support EMV Card (MasterCard is tested) e3bbb3b34f Delete apdu_script/.DS_Store d0e483397a Delete .DS_Store 1fd0153928 更新 README 文档,修正中文内容为英文翻译,增加脚本格式说明和示例,完善自定义脚本创建步骤及注意事项,确保信息准确易懂。 32a1295bcc Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 7bb95f3847 更新版本号至0.3,修正应用程序和文档中的相关信息。同时在 nfc_worker 中添加错误信息处理,确保在 APDU 命令执行失败或超时时立即触发失败回调,提升用户体验。 2787253efa 在 nfc_worker 中添加错误信息处理,增强 APDU 命令长度检查,确保在错误情况下正确触发回调。更新 nfc_apdu_runner_scene_running 以显示自定义错误信息,优化用户体验。 a682a6cc01 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner 1cc835ab87 增强 nfc_apdu_script_parse 函数,支持多行格式的命令解析,清理多余空格以提高解析稳健性。同时更新 E_TRAVEL_CARD_SH.apdufmt 文件,添加有效时间字段的解析。 b5934517fe Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 446f7727ae 1. Implement mathematical expression evaluation and slicing functions in ResponseDecoder, enhancing expression parsing capabilities. 2. Update the README document to include explanations of hexadecimal to decimal conversion and mathematical operation functions. 624af89cdb Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 158f687529 Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 2de13fdb1d Latest RM0311-1641-0.420.0-963a181 on PATREON - OFW 4146 a39cb5d50b Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 7bb370ce26 Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU 47571eeb09 support get_aid brute ac9527d9ac 更新上海电子公交卡读取脚本(TM的有8块钱工本费我说余额怎么算出来不对呢) b20be145bd update readme 07efe54754 update 303d07353b update 6a036cdba2 update 61b9e28ea9 update 922b983bf9 更新 GitHub Actions 工作流以支持 Windows 和 macOS 平台的 ResponseDecoder 工具构建。新增构建步骤和上传构建产物的功能,同时调整了发布目录结构以适应多平台构建结果。 c9d30c1446 修复 cleanString 函数中的正则表达式,允许斜杠和加减号等符号。此更改增强了字符串清理功能,以支持更多字符的保留。 5e70818322 更新 ResponseDecoder 文档和代码,增加自动检测和报告失败的 APDU 命令功能。新增调试模式以显示错误信息,并在解码过程中收集错误信息。相关代码进行了重构以支持新的错误处理机制。 2ea6fe31ec update README 3ee329bb4b 删除 ResponseDecoder 工具的英文文档和相关文件 8308f9d0a2 update af7d2d0a26 更新 ResponseDecoder 英文文档和示例文件 d80b38fe34 support use tlv command in response_decoder command 8a5ab91446 update tlv tool 6224734a13 support tlv need test 47628a7ec9 update 08ba33782f update 705ef7a124 update cf53340357 update 9a58014395 update release a30e01f466 修改 ResponseDecoder 构建配置以支持 macOS ARM64 架构 053a2c3be6 更新关于页面和构建工具 13f28a349b Latest RM0311-1641-0.420.0-963a181 on PATREON - NEW RELEASE 963a181f64 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - ADD NFC APDU e9dba8d6fc Add 'applications/external/nfc_apdu_runner/' from commit 'a88da813c2660bfec23d831a2c3e518ade9d510f' a88da813c2 升级 NFC APDU 运行器版本号 b246176866 优化 NFC APDU 运行器场景资源管理 7074b7a2eb 规范化错误消息和日志输出 7ac3ed4263 重构串口通信命令执行逻辑 aee33b3ef0 升级 GitHub Actions 构建工作流 e517dd13d7 更新 GitHub Actions 构建配置 33942b99dd Update ReadMe f550569ad0 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD FLIPWORLD 6172a1f896 添加文件保存功能和用户交互场景 671c5589d6 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD RADIO SCANNER 4eb3ccf47a Merge pull request #18 from jblanked/dev_0.6 2763fa71e6 update README and CHANGELOG a6696faecb save player attributes as intended 2086a5cc01 Add sound_on ab951f75fb Stealth Mode Sound Lock Bug Fix 793e62d639 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD INA METER 545fa0df15 Update changelog 4cd968cd9e Increment app version 266c4810a7 clear not check script 73e69f2d86 重构 NFC Worker 的 APDU 命令执行线程 867a12417a Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - NEW RELEASE 5151743a23 重构 APDU 命令执行回调上下文传递方式 c150dec3d8 重构 NFC Worker 的 APDU 上下文管理 c541f8b565 Move ledBlinking from Sensor to App section in INI config 739c663f2c Fix menu item linkinng to wiring screen ea0eac2f70 恢复 NFC Worker 检测线程中的初始化延迟 2ae2df9e95 调整 NFC Worker 检测线程中的延迟时间 78c3bdefe0 Merge branch 'main' of https://github.com/SpenserCai/nfc_apdu_runner 9cf5a42d56 优化 APDU 轮询器回调函数 42a65d1e55 重构 APDU 命令执行和轮询器回调 d6e4f82b3b Create LICENSE 1bfd258585 重构 APDU 命令执行回调机制 d40d7c9d6f 优化 NFC Worker 卡片检测和 APDU 命令执行逻辑 e8beeca191 优化 NFC Worker 卡片检测和 APDU 命令执行流程 bae7159335 Latest RM0309-1930-0.420.0-0ef732f on PATREON - NEW RELEASE 0159946b52 dev: nova toolbelt 0c8c34b646 Merge branch 'main' of https://github.com/besya/flipperzero-tuning-fork into 420 69bd267a00 重构 NFC Worker 检测和命令执行逻辑 29be7297b9 引入 NFC Worker 机制,重构 APDU 运行场景 4a6ec16d02 ci: use upload-artifact@v4 3d0a4a7353 ci: add build workflow 6d8922ac6e 增强 NFC APDU 运行器的错误处理和调试能力 0ef732f03e Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD GHOSTESP 0a2a2215c9 Merge pull request #35 from jaylikesbunda/main 382a0b1f50 Merge branch 'Spooks4576:main' into main c7c74724b1 v1.2.3 895c03c5c3 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK dd789f91c6 chore: update changelog d14310426e Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK 0c3f2de30e chore: update application.fam 0bd1b04d6f Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK bedb550f20 Merge applications/external/nrfjammer updates from nrfjammer b238e7b03f chore: add .catalog 195cac14d8 feat: add more tunings 9dba827923 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK 067bc467a0 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD SUBGHZ BRUTE 403a96d0d6 chore: bump version up 71e8402819 Merge pull request #8 from besya/nesting ae22d1e1b8 chore: update screenshots and readme 6304b9f3a0 Merge branch 'origin/nesting' 19a934ee37 fix: correct Cigar Box 3 Open G tuning 55b8294977 Nested tunings and UI improvements 278a3482b3 Merge pull request #7 from besya/merge-conflicts 0567a8a2af fix: solve merge conflicts e033e83725 Merge pull request #6 from GrafOrlok/main 4f716e6b23 fix: correct Cigar Box 3 Open G tuning 7f590e52e3 Nested tunings and UI improvements ef31f22d34 Adding Tunning for Banjo 5 strings and Cigar Box 3 and 4 strings Open G d464d430ab chore: update readme a4d8f67a90 chore: update readme 42bc3098b5 chore: update application.fam 7de7c7f059 Merge pull request #5 from besya/codebase-improvements 9f0ba6d2c4 refactor: codebase improvements c0aa6ea427 Update README.md e5175c8135 Update README.md 471c5b9ad2 Merge branch 'main' of https://github.com/huuck/FlipperZeroNRFJammer 46ba08a7c3 improvements regarding the crash, added ability to load custom file db51feae6d Update README.md 6f81168be2 Merge pull request #83 from SpenserCai/master a42ff524d1 fix menu item being not reset 1fc0390676 bump version 1fb8063cad remove debug 9b601fceec del some stuff 99acf07e72 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - FMT b06de220ae Latest RM0307-1535-0.420.0-f691ad3 on PATREON - NEW RELEASE 123e9bace4 优化 NFC APDU 运行器的目录创建和错误处理逻辑 3c3a36bf6d init 1c28df2797 add pt2262 430.5Mhz f691ad3553 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD FINDMYFLIPPER 09ff61d81f update pt2262 te to 350 15c6ef035e rechange some code which not must change e032d322cc update .gitignore 5bfb55ef51 clear debug code 914353f9e5 fix the can't change pt2262 btn before first change 06127d5183 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 0bb27f55a0 update readme 9eb860d1f9 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 f339ae98f8 update readme ffc0bed005 update readme a4389698cd update readme c8b202862a Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 2ec40eab07 update readme b65ca33b79 update readme 021f006234 update readme c0f04ab457 more speaker changes 6c8c8df17d Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF 0545f6bbdc Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD LM 193d9e6ff3 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF e0a4639a23 debug (subbrute_worker.c line:375) cfbab85979 try clear flipper_format steam 04167d20a2 update 1657ac4cc4 Merge pull request #19 from tixlegeek/tixlegeek/update-release af5e85a27c Set default letter width to 1 abbbbfa65a more speaker changes 26b3b14ff1 Merge pull request #18 from tixlegeek/tixlegeek/update-release c4ff6f3aa8 Unused TAG removed 0af1a059fc Merge pull request #17 from tixlegeek/tixlegeek/update-release 1a8dd86da4 remove unnecessary log c83e675505 Update, format, and lint for publishing 8201d152ef more speaker changes 2f6317a863 more speaker changes 81c8c6fb5e more speaker changes ace5cf5845 more speaker changes a10f39c016 more speaker changes d2777bc30d more speaker changes d607bb0a87 more speaker changes 8d607ca1f3 more speaker changes 10fb05f22e more speaker changes 68d19a186f more speaker changes 02e6527197 more speaker changes 11efcd279a more speaker changes 1fb0355bc6 more speaker changes 634e3d2c95 more speaker changes 05e5fa5e04 more speaker changes 81408ef852 more speaker changes 89858336c6 more speaker changes d58bef608e more speaker changes 63ac79375a turn on speaker with m command 0d92b55abe v sets m 8915d6257a fixes c3da0b1b04 Latest RM0305-2306-0.420.0-21d447c on PATREON - NEW RELEASE 21d447c8f9 Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD DEADZONE 94041c3c6c Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD DEADZONE 7e415b26fb support save pt2262 file 0b01b365e2 removed distracting background. f9ea2e728d Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM d709090eee Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD KEYCOPIER 80d4bde07b Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM 98b6228c11 Merge pull request #16 from tixlegeek/tixlegeek/fix_bmp_editor_ui 84299b1749 Fixed bmp editor width & height, enhance UI, added README about Hold function 0b6415b8c2 Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM 0d55ac2368 Merge pull request #15 from tixlegeek/tixlegeek/add-resources 2f0441b9ae Added resources and moved app's directory to /apps_assets de6e0314f2 update f696859080 fix bug 8dbc275efe fix bug f722f1aa77 fix bug 5578d32232 add more btn 5f2ef83034 Latest RM0304-1335-0.420.0-3441392 on PATREON - NEW RELEASE dae7f99ee6 Merge applications/external/cigarette updates from cigarette 3441392b72 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD BLE KILLER bdd2f7772f Merge pull request #11 from fuckmaz/fuckmaz/flipper_cigarette_v0.1.2 597ce17345 removed HTML linebreaks a86862eb25 Update key_copier.c 48ba33ba62 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD POF 9acc38760b Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD PORTAL OF FLIPPER af6e5e0b09 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD CIG RDME eb5be370e2 Merge applications/external/lightmessenger updates from lightmessenger dbfd2dbf0c Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD BADUSB REFS bc588aa78f Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - OFW PR 4133 99dfbacfa5 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - OFW PR 4136 2f0de1b0f7 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD CLIPPER 503a7dd724 Merge pull request #10 from fuckmaz/fuckmaz/flipper_cigarette_v0.1.2 004c42b0c4 added DESCRIPTION.md 04030ad3ff support pt2262 complete 288a3e1616 update b697a4ea5e Merge pull request #14 from jamisonderek/jamisonderek/timer-flush 972696b376 update cbeec658f1 support pt2262 demo abbc411590 save nfc files on write d6f53cdee4 audio works afbed631e1 move audio libs to seperate dir 883c483946 move audio libs to seperate dir 9f131a8407 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - NEW RELEASE a7fe3c9b15 Latest RM0303-1119-0.420.0-f0160a2 on PATREON - NEW RELEASE 3dec326748 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD SERVOTESTER c9b130a8ce alaw b3179b946d alaw 25e0747886 alaw 9e84bbba98 alaw 244f8ef4bf alaw 0f62171e54 alaw 83d1ea0724 ulaw c259cde661 test 360 audio 1679a60099 test 360 audio dc481008e3 test 360 audio 20c0cd2e83 test 360 audio 3507ed70fb test 360 audio 49919b6a5e test 360 audio f0160a2743 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - 401LM PR 14 44e07c6fb0 test 360 audio 01829eb3bf test 360 audio 3217556678 try larger buffer 648a42f6a4 try larger buffer eea742c983 roll things back a little ad5165f862 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - NOTHING 04fb2f359c roll things back a little a21e2baada roll things back a little f39d106f31 roll things back a little a09ee22e62 roll things back a little c32bb182f0 roll things back a little 9bf1006cc6 comment volume 18febd08d0 comment volume b67cdf57df comment volume 4ed80a8f90 comment volume cadcdc5985 comment volume dab001557c comment volume 43ee582342 comment volume c23919c817 slow down sense with audio packets 221065fd72 slow down sense with audio packets 023db8ebfc more audio tests cabf3b12d9 more audio tests be16ccbb82 more audio tests 8c1373dbb8 more audio tests 04c11efeb4 more audio tests 10e5cdeae4 fix typos, copy load string b00eb80a84 Merge applications/external/gpio_ina updates from gpio_ina cbe2013064 oopsx2 8309c74470 oops d670ea3b63 change workflow to only run after changes 3a89ad29b0 update build dependency 14d0adf341 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - TEMP UNDO 401LM PR 14 17b98efa9f Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD POF d92752acd8 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - IR FIX 9fc3c87e34 Updated README e8b451e80c more audio tests 3dbad0fcdc Updated README 78c5f35829 Updated README 24677e511c work on audio 8686db0308 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD 401LM PR 14 9dcf30d29d Fix issue where app exit takes a long time. 666b87f78a Latest RM0301-1928-0.420.0-9c6e433 on PATREON - NEW RELEASE 9c6e433d88 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD INA 3cdb67963e Latest RM0226-2320-0.420.0-44e8618 on PATREON - ADD FIGHTER JET 3ce9f7422c Add 'applications/external/fighter_jet/' from commit '50b8213eb48271ee5944db90a126aa818e3b3388' 7526af6a9e Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NFC COMPARATOR 4e570a69d8 fix led logic 50b8213eb4 Adds screenshot and changelog ba784e546f initial release 9cc9938f97 Added LED blinking 3abf8f368f Merge pull request #8 from acegoal07/dev f86ef5254a Update nfc_comparator.h 23cfc8a214 Update nfc_comparator_scene_comparator.c 8c7296d990 Latest RM0226-2320-0.420.0-44e8618 on PATREON - FMT d6bd63a6ab Latest RM0226-2320-0.420.0-44e8618 on PATREON - OFW PR 4132 a2aa6e10a0 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD RDME 25dcabe9f9 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD CLOCK cf37900a52 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING 742611be59 Merge pull request #7 from acegoal07/dev 80974dbea6 Update README.md cabd6ea21c Update README.md 00954274a8 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NFC COMPARATOR 494b2732c6 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING 44f102be9b style updates 0e3a31ca5b Merge pull request #6 from acegoal07/dev 0069794718 Fixes back button e11bb9ab75 Merge pull request #7 from 956MB/battery-pct f32ac61081 more lerping fixes f8bc91a1cc lerp quicker 965f021b81 more led fixes e14f848d3d more led fixes fb4ab63077 if duration is 0, immediately write led state 6718899b9b if duration is 0, immediately write led state 7df0dc8da2 properly support multiple leds 2a6205ed51 use our own timer instead of ui timer 289b514619 update leds on ui tick instead of seperate thread eed65a042b update leds on ui tick instead of seperate thread f951a75141 Add toggle to battery % 73326fc69d Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING 7ced895326 Merging Flipper and ESP32 projects. Anything to procrastinate, it seems fabc22d91e Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD TOTP 8b956c9b1a Merge applications/external/lightmessenger updates from lightmessenger ca17ef0454 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD METROFLIP CREDITS (KEEP SUICA) 9f95e57eb4 Merge pull request #13 from tixlegeek/tixlegeek-draw-continuously fc5a86205d remove command 7c9cf9d214 Merge pull request #12 from tixlegeek/tixlegeek-check_bmp_size_editor 2a5be23beb Merge pull request #12 from tixlegeek/tixlegeek-check_bmp_size_editor cf740538b1 cleanup and event management rework a1ac642f82 Also analog aeea56b7a4 Show battery % on digital clock 62eea82219 Merge branch 'lab-401:main' into tixlegeek-check_bmp_size_editor 80ba0cc6cc Merge pull request #11 from jamisonderek/jamisonderek/signed-col a8f53e4cec Merge branch 'master' of https://github.com/akopachov/flipper-zero_authenticator 7852776e8f docs: updated CHANGELOG 941ca098d2 chore: Updated version df93bd4189 Extended valid UTC offset range from -12 to +14 (#250) 916da9eade Merge pull request #49 from ry4000/main 458a6c7c88 Latest RM0226-2320-0.420.0-44e8618 on PATREON - NEW RELEASE 05cb352162 R&Y: Stylisation Update to `README.md` e5c5ae20ac R&Y: Stylisation Update to `metroflip_scene_credits.c` a02df9e314 R&Y: Stylisation Update to `README.md` 83ad7202e2 R&Y: Stylisation Update to `README.md` 94e4ace389 R&Y: Stylisation Update to `metroflip_scene_supported.c` 0baa267530 R&Y: Stylisation Update to `README.md` 44e86186c3 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD METROFLIP 314cecdd4d Merge pull request #48 from zinongli/add_yurikamome b0c18ee18d Update readme for Suica support 3f63329697 alternative way to get data 31c229e36f more agrressive fix bf5f161f0c Update suica_drawings.h afbd16cb7a fix include bug cfdaa582ca Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - OFW 4129 NOT ADDED (YET) df87145b79 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD CROSS REMOTE e04431772c Added Yurikamome line efe2f386d7 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD TIMER de58fdcb73 First steps, not really working d57c46ab98 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - NEW RELEASE 47a7381513 Merge pull request #34 from leedave/feature/favorites_menu 04359c1b34 update README 7b1d56f438 Added support for favorites menu (only CFW) caf314c004 feat: implement countdown logic and alarm trigger functionality 9d986083e8 Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE a991843613 Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE 41e7306321 Merge pull request #47 from zinongli/0.5+load+suica 231cab52bb Update suica.c da1c056e4d Update main.yml 838bbca22d Update main.yml d797d3daeb Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE bebc11db16 Latest RM0223-2010-0.420.0-a569995 on PATREON - FIX QUAC 5e54c28543 Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD METROFLIP 939f9d03ca simplify column data dfa7299874 format and file name fixes 9ca7b01cea Add screenshots d6b12d8a19 credit format 762b16832d bug fixes for loading 79b4a2c6ff delete repetitive code a622965dfb Merge branch 'dev' into 0.5+load+suica cb38132688 Merge branch 'dev' into 0.5+load+suica ba35cffb7b Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD QUAC ccb34fb4d8 Merge pull request #14 from rdefeo/file_link bea45dfe48 quac link files 440255c17c add game mode 88db6ca800 do not display users stats when switching worlds 2b66b93379 Latest RM0223-2010-0.420.0-a569995 on PATREON - OFW x3 6869ea264d new FlipperHTTP API 629c2a026b Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD KEY COPIER 7f90d1131e Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD KEY COPIER 30edc1b907 major/minor ver only 05d229c5c7 bump version 23959760b9 update screenshots e4c92ed6e2 bug fix eeef7c22dc allow lerp interrupts a41f99929d allow lerp interrupts 4e73ede85e fix activate 2dede9705e fix two phase 6b14109b4e only left 9698d64311 two phase lerp 81e253f6a2 lerp test 37b78d4936 lerp test 6d205bdab6 lerp test 3568600405 lerp test 95149dd6e1 lerp test 7b26c06872 lerp test cfe4f3e3fa lerp test bccdae4c46 lerp test ee0ca42e28 unlock usb 0b21a49322 drive leds with hal 6c8983b612 drive leds with hal 8a74763d64 drive leds with hal cbc8382c50 drive leds with hal 0123ecb127 drive leds with hal 99f584566e drive leds with hal 428225abe0 don't send sense packets if we have just sent some other response 5d2724323d don't send sense packets if we have just sent some other response 727aab753b Revert "set change bit after activat ecommand" 352d3e5120 don't send sense packets if we have just sent some other response f90ca437ea Latest RM0223-2010-0.420.0-a569995 on PATREON - NEW RELEASE a569995c35 Latest RM0220-2136-0.420.0-4e452fd on PATREON - ADD LED BLINKER 63dcd5adf6 Add 'applications/external/blinker/' from commit '7733cebdaa9fb284dc978d5fcd50fdf9e7909fa7' b987d4ce9f Latest RM0220-2136-0.420.0-4e452fd on PATREON - ADD LIDAR EMULATOR 6c9e31b359 Add 'applications/external/lidar_emulator/' from commit 'd2092a01ae627129c24c257102f619813a61986e' ae95ad4e15 Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD GB LINK cbf874b7cd Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD GB PRINTER 7733cebdaa Merge pull request #4 from Cupprum/dev faae0f5de0 chore: scale down pictures 1e2fbb2555 chore: move fap description to code from manifest 9220d514fe Merge pull request #3 from Cupprum/dev 0121251ca7 chore: clang formatting 685ddff975 Merge pull request #2 from Cupprum/dev 1f49bb8058 chore: make if statements more readable 7ca7a6161a printer/receive: add compression support 6168632756 gblink: Performance test for measuring interrupt latency 4939b462af printer: remove thread from printer_proto 3d010d40d3 gblink: create separate thread for bottom half of interrupt dd94830458 Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD METROFLIP 89ddcc982e Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD METROFLIP 56a3563eba gocard ae0cb269f0 Resolved merge conflict in gocard.c 06fc172112 Temporary commit d2092a01ae include <assets_icons.h> not found when built with ufbt. Removed. e0f1b1cc37 README updated and screenshots added for flipper-application-catalog compliance 32b962024c Initial commit. fa27de3586 Latest RM0220-2136-0.420.0-4e452fd on PATREON - NEW RELEASE 4e452fd52a Latest RM0218-1205-0.420.0-7bb30bf on PATREON - ADD TIMER APP 47f47e42ed Add 'applications/external/timer/' from commit '6effcb9c0bbd00f04978f17b92ed6750614db005' 659323bfa0 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP 68e753f3e3 expiry+concessiontype 31242239a9 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD HID AUTOFIRE 099dc49424 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - QUICKER ICONS DEADZONE 11ea25babf doc: update changelog 659bff9ca9 release: bump version 2b03d630da fix: remove now redundant itoa function 7c1fb2939e Latest RM0220-1236-0.420.0-5cec824 on PATREON - ULx3 14121d7f80 came atomo button hold simulation half cycle c9427866b2 fix text pos 92d4c7850d fix naming b96ae590a1 FIX GANG QI 7df4a67baa Latest RM0220-1236-0.420.0-5cec824 on PATREON - NEW RELEASE 5cec824102 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP 4ba70470f4 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP 8a4b9e34e7 Merge applications/external/metroflip updates from dev metroflip 8e96e84cc2 Merge applications/external/metroflip updates from main metroflip 1a7622a1c3 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD DEADZONE ab2f80cf60 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - KEEP SPACE No NORALSY 4a655f2a84 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - QUICKER ICONS FOR THESE GAMES 813a894219 temporarily remove game resumption due to bugs e3f096f687 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - GAME MODE UPDATE 2df000c3bc Latest RM0218-1205-0.420.0-7bb30bf on PATREON - GAME MODE UPDATE 660f244cc8 bump readme in code space 2513fbb6fd Fix markdown misformatting ac4922c34e Merge pull request #46 from luu176/main f6d741432a Rav-Kav balance and scene fix bbfdf50fdc deletion of game template file f65fefb693 README update 797243547b Latest RM0218-1205-0.420.0-7bb30bf on PATREON - MERGE FIX b7b39e0d52 Fixed repeat in subghz tx_from_file command (#4099) d0945c38ed LFRFID: Noralsy Format/Brand (#4090) 78e89d2dd0 Faster di card reading (#4087) 04814b1086 [FL-3949] Universal IR signal selection (#4085) 8f3d47ed9c vscode: disabled auto-update for clangd since correct version is in the toolchain (#4122) 1655b8af76 BadUSB: Mouse control (#4004) 373b1d4336 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP d6894d0dc5 gocard dev 8cca7f835d Latest RM0218-1205-0.420.0-7bb30bf on PATREON - FIX LM README 5561cd1874 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - FIX LM README 76123782b6 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - OFW 4114 3da17166aa added new shader by jamisonderek inside readme 89a98ba64f remove "contributors" from readme as it is redundant with github's UI 3b53d1637f copy README 4ee0902814 Update README 6608edd7fc Merge pull request #8 from jamisonderek/jamisonderek/docs 6544f97bad Latest RM0218-1205-0.420.0-7bb30bf on PATREON - NEW RELEASE ef582c0304 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - NEW RELEASE 37e2d04dc9 Change build testing to weekly. 7bb30bfff8 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD CROSSREMOTE c763004922 Merge pull request #33 from leedave/feature/gpio_ir a639cd9ff2 Fix Power Management Issue 4e49c18d74 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LM README 19df3ff9f9 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD CROSSREMOTE 878e3add67 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD DEADZONE 0a312ff149 Merge pull request #32 from leedave/feature/gpio_ir f59526e476 Enabled GPIO support for IR boards fb7374692f Save new IR GPIO Settings 29c795d708 Copy od README.md in code. This probably isn't the best way to do it, but it'll do for now 7ded678ea8 Created Settings entry for IR GPIO 1801564551 render username in tutorial level. 5e2285aca8 better beginning to tutorial level. 9534d1b2fb support choosing username & retaining in file storage b70f1ecaaf removed settings menu. 9ec7c13a57 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LIGHTMESSENGER 2f7fc969e4 Bump application.fam to 1.2 b91dfb760e CHANGELOG update d2b62c271c Last pass before release f2978a6538 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD SOLITAIRE 47710f848e Update development readme a81e4fa32e Merge applications/external/lightmessenger updates from lightmessenger 0d2ac4760f Update CHANGELOG.md d39e49d271 Merge pull request #9 from Erbonator3000/main 4beb0e4439 Merge pull request #7 from tixlegeek/main 5dcbda9239 Integrated some of the PR5 from Jamisonderek 509581eb50 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LIGHTMESSENGER 33b443caa3 Merge pull request #6 from tixlegeek/main ef0218c253 Added sensitivity to configuration following jamisonderek's work 5a366311d0 Fixes a bug where any card picked from waste could be placed in first tableau b266e9bad7 Config file is reseted if malformed 232f3670a6 set change bit after activat ecommand 1dd84ba80c update changelog dbf4d6c078 bump version number e326901e11 update application metadata e2bbbdb11f Latest RM0216-2005-0.420.0-a6969e7 on PATREON - NEW RELEASE a6969e74a7 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD SMARTRA 8937dcf0bd Add 'applications/external/smartra_vin2pin/' from commit '8951001c437e5ba29cfc4b60bfd670af1b2535cc' fe0e525b63 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD 1DPACMAN 73c2bf1df9 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD 1DPACMAN 3fea8d99a7 Add 'applications/external/1dpacman/' from commit 'c53f3c0bf74086bb434bca844c517b2d3d3bacd1' 52e390de5c Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - OFW TO ADD cb4924792c Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD INA METER 9ee7be15cf Add 'applications/external/gpio_ina/' from commit 'c370c90e65886c735ec113c45538a50afb05f982' a87819e912 Merge applications/external/portal_of_flipper updates from portal_of_flipper 26eff62740 Merge applications/external/id_card_v2 updates from id_card_v2 ea8103d93d Update README.md bfb70b1ffb Merge remote-tracking branch 'upstream/main' 040cddb119 Merge branch 'led-notifications' into 'main' a27ef55e5b Drive leds via notifications 8c2db9378f Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - UPD LIGHT MESSENGER 66080f2be4 Merge pull request #3 from jamisonderek/jamisonderek/configreg 50d8dbc8c8 dont free pof_usb df0431d7b9 set sense timer to 32ms b850ef44bd set sense timer to 32ms 26c911ff0a always send status packets ee1147b2fc always send status packets 7935c25d74 undo query change b3d1183eb1 don't send sense packets after a query 6effcb9c0b feat: enhance timer logic and UI for improved alarm functionality 444e1fddb1 move type to virtual portal 588c324028 move type to virtual portal f92678259f Fix incorrect header function definition 30f984c8a1 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - NEW RELEASE d316488845 Have a seperate type selection ui on startup b9fdab3689 Have a seperate type selection ui on startup df9dd633e6 Have a seperate type selection ui on startup 5803f80079 move some shared structs to pof_usb.h 24a38daed8 Add ui element to swap type 6dda4f5e73 Add ui element to swap type d08e8bb456 Add ui element to swap type 60fd576531 Add ui element to swap type 812044da49 style: format code for improved readability 90e315fc58 starve fix e9320610db Move 360 code to its own file b5a6d4b44a Move 360 code to its own file 01e9326b89 Move 360 code to its own file ed1dfaac34 Move 360 code to its own file d54e70a42e string to char 69b01746f0 don't init 360 endpoints for hid f59f9e61c4 add back deleted line a7480fd0af add comments about 360 portal audio de321b4c68 seperate audio packets from normal ones 7e60ea7b9b seperate audio packets from normal ones 8a95e53086 ack 1f/1e 20fd861e87 xb360 emulation works a37d98acbc xb360 emulation works ba7c41d3d7 yes 43525d0d70 yes e20324976a yes cea987278f reset seq aef7d66045 fix typo c027333954 fix typo c84e7934d5 fix typo e57db64b81 360 status packets 1164cd4cdf bcddevice ac516ae8ae portal b754026a55 test e7bba3a7df fix ep sizes a7d8582547 zero caps 0e081017ea zero caps 8394e48254 register endpoints 82485fa71d ack clear feature 6955c04740 fix string desc read b074941bbd fix string desc read 14b9b94e9b fix string desc read d1b7b36086 fix string desc read 9931e84ee8 fix string desc read 16416fccb6 add caps 84778ae8b3 add caps d88bc44375 fix incorrect interface ids 9c63b77b6a insert 360 header when construction packet c143114e8f Specify type within virtual_portal instead of having differnt start functions a8268f5af4 Specify type within virtual_portal instead of having differnt start functions 9e682680e4 Specify type within virtual_portal instead of having differnt start functions 3d8983d103 insert 360 header when construction packet 6181d4c39e add missing interface 956973c823 add missing interface f5dcf2fef8 fix incorrect length 3c090a5dd1 fix numinterfaces a5bcaf22c6 use different control request handler for x360 e34befc309 fix typos 1fe490dd46 360 descriptors 6cf28c0ecc Explictly clear out registers e36775f9cc Explictly set rest of pin registers 6611ab7a31 Fix bug CTRL_REG3 sometimes has value 0xC8. adfe120111 Latest RM0215-1145-0.420.0-3cfc04b on PATREON - NEW RELEASE 3cfc04b045 Latest RM0213-1625-0.420.0-b07b064 on PATREON - ADD PET YOUR DOLPHIN 49cea98d4b Add 'applications/external/pet_your_dolphin/' from commit '7d20b3ecc3fd8e83ba862e670448f46dacb1d7ea' a3d054f5a5 Latest RM0213-1625-0.420.0-b07b064 on PATREON - ADD FORD RADIO CODES 5253af9754 Add 'applications/external/fordradiocodes/' from commit '7b3bf9d5c222054422f903f909513075ce867186' 57fbe9af09 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD NFC KEYBOARD 4ac6f83858 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD METROFLIP 66d536f35b Update manifest.yml c4e1ed2304 Update CHANGELOG.md a27a84d61c Update manifest.yml ac4a57a8fc Update application.fam 9061b94e69 chore: split timer_alarm.c/h from timer_app.c/h · 0e3b3b3b7b - Gitea: Git with a cup of tea cdb383b895 feat: Add timer app 33944b26be added mfcultralight compatibility 29c472363c fix weird keyboard timing issue 593d39841e Merge applications/external/portal_of_flipper updates from portal_of_flipper d5b51bcc3d increase max tokens to 16 0f5b23b007 correct status message update math 2b0e95faba Prevent S starvation during incoming audio 5f57958103 Merge applications/external/portal_of_flipper updates from portal_of_flipper d90f9379d1 Merge applications/external/id_card_v2 updates from id_card_v2 2305734bd8 reduce timeout to 30ms d99a9ffba4 Merge applications/external/lightmessenger updates from lightmessenger 4208999703 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD LIGHTMESSENGER 8033a642b4 update troubleshooting again bcda5dfc02 update troubleshooting 04bc2d5ee4 Update README.md f1bf790e2f Update README.md c8e6ea6323 Update id_card_v2.c 7b3bf9d5c2 Update manifest.yml c3e3aa7d82 Update manifest.yml f274e94d4d Merge applications/external/portal_of_flipper updates from portal_of_flipper 93d7f94fa0 Update application.fam 396841cab6 Update manifest.yml 0a3e75dc6f Update manifest.yml 52d56bf58c Add files via upload c38d0162ac Create manifest.yml f5e231a1d9 Add files via upload 7004dfd622 Update application.fam 8ac8d6c988 Create changelog.md ec5ff5d0d8 Correct error response for Q/W 1d0c66138b Update README.md 6b8727973a Add files via upload 109cc62a31 Update README.md b01df7ac6a Update README.md b7491d7fc8 Update README.md 02d55ebbc5 Initial commit 511f1277da Merge applications/external/portal_of_flipper updates from portal_of_flipper 6e07989026 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD ID CARD 8af84206ae Update application.fam b12ac48e54 Update id_card_v2.c a1a9124e46 binwise or 0x10/0x20 to Q/W response c3469411e6 typo in write error response 910dfee898 don't reset sequence on reset 2e9e1ad871 Reduce broadcast interval for Google 7134d7e441 Correct Google data size The advertisement payload for Google's network should be 29 bytes, not 31. c5c0df36d5 Initial Google support c370c90e65 Added LICENSE f951594404 Latest RM0213-1625-0.420.0-b07b064 on PATREON - NEW RELEASE 8fbca3e264 Merge applications/external/deadzone updates from deadzone 77c0b20467 Latest RM0213-1625-0.420.0-b07b064 on PATREON - NEW RELEASE b07b064927 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD RFID OFW 4069 550d5bb032 Fixed INA219 current calculation bd5049811a Fixed VBUS voltage calculation c53f3c0bf7 Add multiplier 066190b9a1 [FL-2754, FL-3945] EM4305 support (#4069) ff41da7b7c Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER 4daa5f4b87 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER 16052d6175 Remove M logging dfc742f9bf readme for catalog a70533e082 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - RETIRE OLD STYLES 41dcc6d5ed Latest RM0212-1820-0.420.0-5d5af30 on PATREON - RETIRE OLD STYLES 7d3edddeb8 hone logging ac379b15d4 set all loaded slots status to change on reset command 0416f25919 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - OFW 4058 249decd458 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - OFW 4050 d123b26b68 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER 2d151b1f6a Persist high score to storage ff4e813ab4 Fix ghost edible timer not being reset on second food 5ea20564f4 Define center 2046c9174b Fix stack size, small mutex change aba9156319 Fix eaten ghost bugs 249331a1ed Move eaten ghost towards opposite half of screen 1cad357e58 Add background sprites 036ae3ef66 Display high score 32eafdb1ec Make ghost collider size smaller d7af4a609c Tweak collider sizes according to pacman/ghost sprites 17d1a97315 Allow ghost to be eaten 15ebda1f85 Remove assets from repo 62a6656fcf Recreate portal logic with UID caching 86d7e8f683 Do not add new level, tweak ghost edible setting fcfe2f5b3f add UID to pof_token 86c4c257a5 if Skylanders folder, default to that 611fa36e52 index in token name 3d143f1a58 Eating food enables ghost mode 473caf8548 add naive level reset button 26aa07ee97 Reduce L/J logging affe219f37 update app icon 026ee80d4c Latest RM0212-1820-0.420.0-5d5af30 on PATREON - NEW RELEASE 54d87d3372 Update engine commit 1acb5a9189 add ghost logic ed306772e4 Merge pull request #1 from evillero/main 8f1524d04f Add arrow key control 0ce62398b9 Update chess_clock.c c5ac167a61 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - NEW RELEASE a5f8a76546 Include food entity in count when checking for empty level f3fc2e297a Add food entity 632ec76d73 Change app name fdadde8233 Change direction on key down 4f9ba4b21f Run "git submodule update --remote" to sync engine code ab82c9bf21 Renamed TINA Gauge to INA Meter 822b2b928f Update Readme f9bef88f0f Add pacman sprite, movement, and targets 8951001c43 Update README.md a2acbc628c Update README.md e145d4c9da Update README.md 844b59dbae Update README.md 5b26f5fe77 Update README.md 5d5af3033f Latest RM0210-1117-0.420.0-358602c on PATREON - ALREADY IN 38d58daa78 Update README.md d91a4a20de Add files via upload 0f856e559e capital spelling for deadzone 74309fb143 Initial commit ad5e49dd66 Reduced I2C transaction timeout 0d9f1d060c Fixed INA228 driver 8e4928764b Latest RM0210-1117-0.420.0-358602c on PATREON - UPD PORTAL OF FLIPPER f0f439b380 Merge applications/external/gpio_explorer updates from gpio_explorer edbe6319ec Latest RM0210-1117-0.420.0-358602c on PATREON - UPD SUBGHZ SCHED c9a05be7d3 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD SUBGHZ SCHED 3f4bbccc23 Update build.yml dfea50c1f0 Update build.yml 8672655064 Build instructions 966f28c367 Update application.fam 59116098f8 Port to flipper zero, missing audio d6348d7f8e Merge dev features for v2.2. 83ab17ae1b Merge applications/external/cigarette updates from cigarette e3d7735dd0 Latest RM0210-1117-0.420.0-358602c on PATREON - PATREON BUILDS UPDATE 😄 91e201a82d Add lights for L and C ddf0307bab set color of led for J command e887fa0f4a Prevent crash when removing figure during read 46dbbb3e3c me brain slow 6a030ecd05 Add multiple targets and lock position of player 9fed314783 Latest RM0210-1117-0.420.0-358602c on PATREON - OFW 4095 8db7156ef3 Latest RM0210-1117-0.420.0-358602c on PATREON - OFW 4078 7d20b3ecc3 Updated workflow permissions a398dc3679 Fixed file copy command in workflow 2de040e70b Created GitHub actions workflow to automatically build and release new versions 854b7db922 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD STROBOMETER fc5763d57f V1 finished bb43e2aabf Fixed crash, frequency can now never be zero (default value: 1) 8e098f9f16 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD VIN DECODER d0dbc90176 Update README.md 46655077a0 Update README.md 3061d98d31 Update README.md 028ec89f3b Update README.md 5f7f525071 Update README.md 47c8f1c526 Update README.md 344375a084 Update README.md 6255628f25 Update CHANGELOG.md c215155e07 Update vin_decoder.c 23d8a45e48 Update application.fam 478ec9eb8f Latest RM0210-1117-0.420.0-358602c on PATREON - UPD LIGHT MESSENGER 1494645109 move description to DESCRIPTION.md 38c23f2ce0 Update application.fam 0013e479bc Update application.fam 83a0c44780 Update manifest.yml 4e05c0ebe9 Updated screenshots b0e0f2649e Updated README 1308c18c1d Updated application description f7ac66002b Renamed changelog.md 9ce14793b8 Latest RM0210-1117-0.420.0-358602c on PATREON - NEW RELEASE 358602c2d0 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD PORTAL OF FLIPPER 27332283f5 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD METROFLIP acb2db3a11 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD MBEDTLS c07eb260d2 they can speed through the entries 53887b765e set fap version 5159cb94ae Added precision settings 14ccc80d14 Added INA228 support 6819b33db3 Added INA226 settings b7310ad04d Improved INA226 detection c317b30e47 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD METROFLIP 40961074f8 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD SEADER 59e2fc5daf Added screenshots 3fa6c5cf97 Fixed github workflow 1c58fe3426 Initial commit 9826197d71 change name dabeca9d10 dlete fucntion f833767c89 save fucntion 17380a6f2a Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - NEW RELEASE 2242e37576 bump upload-artifact@v4 ab45310f53 remove aussie seller f8c4bfe987 Added sad idle animation and pet prompt 770a17135a Set up base and happy idle animations 91517a40eb Merge pull request #1 from Cupprum/dev 9315f9ae56 docs: update broken links in readme e2cb512726 chore: bump upload artifact version 7cf0d139cb feat: create a pipeline for releasing the package f05676e447 chore: update gitignore bba7779a47 format: using clang-format, which is also verfied by ufbt lint tool 51e50b49fb format: using clang-format, which is also verfied by ufbt lint tool e7771c5f81 chore: fix turning of leds 0abd05be0e chore: rename pictures to screenshots like in other flipper projects a17b027627 docs: minor readme update 3ffc9ca68f docs: minor readme update e237bba94b chore: copilot helped me with refactororing readme 3646fd8f17 docs: update readme b66ea78481 feat: change red led to white, so it would shine brighter 86d9f36c7d fix: couple more minor bugs 2d6d0a0354 fix: couple of minor bugs and refactor timer f0143c624e Latest RM0207-2256-0.420.0-60a6c2e on PATREON - NEW RELEASE 60a6c2e79f Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD METROFLIP 641cc4230d Merge applications/external/metroflip updates from dev metroflip e8363a027b Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD SUBGHZ SCHEDULER e0d70441aa pre-functional stuff for mfc data loading 5a412490c3 lint 66ef51182c Merge applications/external/metroflip updates from dev metroflip eaee873c1f fix smartrider 5e40d55d4b add mifare classic loading 353f64e1ff Fixed load error introduced in last push re: check_file_ext 73bc4b93ec Updated README.md 07801a0251 Update CHANGELOG.md. Increment version to 2.1. 3e88673860 Fixed NULL dereference error during load_file. NULL extension filtering intermittently crashed on OFW, completely breaks on Momentum 009. ce7c7b2106 Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD CIGARETTE 5642f23fd0 Merge applications/external/metroflip updates from dev metroflip c09aa88458 remove ds store 32997adc89 Latest RM0207-1202-0.420.0-b84c536 on PATREON - NEW RELEASE b189d4ea7d added 'about' b84c536c63 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD DEADZONE cc054f36c9 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD CIGARETTE 55cfdfcd22 Merge pull request #8 from fuckmaz/release 462f38e961 Merge pull request #7 from fuckmaz/dev a529cc0a93 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD METROFLIP ad5d473d43 b day icon employed 57f9ea6e3a updated changelog 98fcdd1000 Top Left frame full rework 541847498e - added cancer progress bar - some minor layout & wording changes - slay 32fc35f1a4 bug fixes implement & player health increased 046559c1b3 mobile born suica & mobile logo deployed 56803c4af6 Merge branch '0.5+load+suica' of https://github.com/zinongli/Metroflip into 0.5+load+suica 529616b29e add mobile line logo a9bdf5f911 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD METROFLIP 61c271f425 complete keihin tohoku, added Utsunomiya line d85d89a071 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD METROFLIP cb19fe494c debug mobile phone recognition issue f038742914 entry slider stopper & move date frame by 2 px d3da437f99 entry stop pngs 4b038cbe83 entry slider e0e445e0f5 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - UPD FUTURE ASSETS abbc081a14 entry slider png upload 1cf20baeb8 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - ADD DEADZONE 293bb4f7eb Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - ADD DEADZONE f1bef6e88c Add 'applications/external/deadzone/' from commit '5eaa85736c30684af4f5b4bda5179fe0cf28dcde' 5eaa85736c remove image link due to requirements 6675f35c0b adjust to maximum header depth requirements fffb3cbcdf add flipper zero screenshots b01d34454b making icon black and white 854f7c62b6 refinement of readme b6a1c806b9 Merge branch 'master' of https://github.com/retrooper/deadzone e050c6c4dc retitle to DeadZone 7ab247c3c1 Update README.md 277040ba10 move game_screenshot to screenshots folder 54aebd7964 Update README.md 9f8030f047 post game screenshot b253082f06 Merge branch 'master' of https://github.com/retrooper/deadzone 7af864d4b7 fixed positioning of welcome message 917b6307d8 Update README.md d4a4cc4783 Merge pull request #1 from retrooper/npc-ai-training feb7309d06 various bug fixes for tutorial scene 7368d03588 background scene added, tombstown added, and statistics after game end added fe39e80a72 Latest RM0206-1555-0.420.0-0ff1de4 on PATREON - NEW RELEASE 0ff1de4d52 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - ADD PORTAL OF FLIPPER 121c264834 Add 'applications/external/portal_of_flipper/' from commit '7abc767ead595cae291457a9bb5526616d3e9314' 272f1a41ec Merge applications/external/longwave_clock updates from longwave_clock ee6e6909d4 Merge pull request #10 from m7i-org/feat/hires_scrn 8dfcc5835c Hires screenshot 98cb6d605f Add a grave to player's death location upon death. 467c9b8515 Show failure in UI if usb not setup 02cc59c061 Fix crash on exit a6c4733d13 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD CIGARETTE 7abc767ead format readme for catalog 08ff7d9f79 format readme for catalog d916b28ac1 readme, changelog, screenshots 94bbf8b1df Merge pull request #6 from jaylikesbunda/dev 206e208783 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - FIX IMGs c2ebcb7c2a Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - ADD LIGHT MESSENGER 3ff4b2eab6 Add 'applications/external/lightmessenger/' from commit 'fde9a73ec829929be4d5d9f49887ef6e775e2f6f' ddadf1cdf3 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD Strobometer 7e984f0466 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD CROSSREMOTE 74048c86d5 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD CROSSREMOTE ab3861149b Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD SUICA METROFLIP 1b45194cd6 Fix output pin info display alignment in strobometer app 5d2b3c5fd1 game closes when you press back when dead. 635b0a5883 enabling weight uniqueness, so that two npcs are not the same. 58618b5fa8 working on background assets, highscore feature implemented. fde9a73ec8 Modify application.fam to match appstore prequisites 2d7ae9c1ab move screenshots 68900a5939 add changelog 69194d1ed5 Merge pull request #30 from leedave/feature/bugfix_firstsave 128f5b1caf Bugfixes firstsave & SubGHz RAW loop transmit ff2a7897ac Add new file cc0bf2e7a7 public release 09524ebd35 graphics 558a3bb958 add extra last drag with a 'cough' bdcf0b7186 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - UPD SUICA METROFLIP 195321e2dc add game submenu (pvp, pve, story) df9e777f0d Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD SUICA METROFLIP 3ba60fa674 Latest RM0205-1648-0.420.0-2f4a2d0 on PATREON - NEW RELEASE f08c0a0c2d update enemy collision 2f4a2d0560 Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD SUICA METROFLIP be2be37bff update player during game + fix enemy state f994022269 update enemy state 403c0dd9c0 Latest RM0204-1915-0.420.0-c2a3166 on PATREON - APP README UPDs 092bb33da0 Merge pull request #9 from m7i-org/feat/add-gpio-picture a781fa13c4 Added bigger animated flipper 741e05ba03 Cleanup 0248c4f369 Initial commit 4ef65e6428 Initial commit 2244aff7ee Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD SCHDULER NOT WORKING 71e36cf546 cleanup d33a2eefcb added screenshots f2ac15fb3f Out of the sand a3e70a5d2e Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD STROBOMETER 516a0e5746 Merge applications/external/cigarette updates from cigarette 1122299c2a Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD METROFLIP 6b1e4b279b Update README.md d1ffc5dc51 Merge applications/external/longwave_clock updates from longwave_clock d34484dd0f Latest RM0204-1915-0.420.0-c2a3166 on PATREON - SUBGHZ SCHEDULER FIXES? 674d84a2a1 add skinny cigarette 19fc2c37ef Latest RM0204-1915-0.420.0-c2a3166 on PATREON - UPD SUBGHZ SCHEDULER 6988e2ee15 Merge pull request #8 from m7i-org/feat/add-animation cb35733265 Created a gif from screenshots 0a7235fa1b Merge remote-tracking branch 'origin/main' ab1da29a6f version 1.1: Add output pin info display and fixed PWM control logic bd5c36cbeb Add output pin info display and fixed PWM control logic 18f362f00e red notif on 'light up' d511ab7f58 slightly move text 84bba8f6a0 add stats 031f39eeea mosgortrans api b74210134a Merge branch 'dev' of https://github.com/luu176/Metroflip into dev 325a271321 fix troika f6eb53a431 finally fixing the issue. stopped poller when it's not on 4237287b40 Update suica.c c3f3d0962d debug memory leak. read after load still bug f0a7e6db4c Catch mobile suica IC code case 7099993a9b new vending machine image db02f2a665 off load more drawing callback and add bar to store 9c4f12e126 reinitialize history for each parsing 23b64b8427 drawings fixes 39c87e9cb9 fix pixels 4544205ab5 offload drawing functions fd3ced7b36 somehow can't enter plugin be95c158d1 assets and additions 8514f101c9 finally fixing the issue. stopped poller when it's not on fe9d5618b7 Update suica.c 9a15af52a0 debug memory leak. read after load still bug 8eb7cccd0b Catch mobile suica IC code case 2d17c0703a Perfection! a5912f9112 adjust the U in thank you 47785e5987 add thank you banner to vending 967b7f239e new vending machine image e9f78c9f4f off load more drawing callback and add bar to store f900e38eb0 reinitialize history for each parsing 1f56178894 drawings fixes 4d40d1ffd8 fix pixels 8289c1bc83 offload drawing functions d7515b218d Felica detection in auto 1e3ff60198 manifest plugin 646da44985 somehow can't enter plugin bc500599b6 Revert "api icon" 67a2c48988 Update metroflip_i.h ab461ce75e api icon f65c69dc60 assets and additions bf3d50aab4 Update manifest.yml 2012b48407 Merge pull request #42 from zinongli/dev 3bc995e136 Merge branch 'dev' of https://github.com/zinongli/Metroflip into dev e579e30056 Fix several edge cases 2813ac6adb Updated CHANGELOG.md a01e7bdc2c Comment 401b95639a Updated icon locations. Incremented major version. 63b1dbc00e Updated icon locations. Incremented major version. 002e633f80 Updated README and CHANGELOG. 029326579b Updated README.md 7dc07697c8 Update README.md 94776cfd7e Changed inter-transmission delay text from '1 sec' to '1000ms' for consistency faea493f8b Added screenshot. c1d922506c Update README.md b4dcfa6c3f Added new screenshots. 406ca9ac02 Update CHANGELOG 21d6ceeb10 Update README, CHANGELOG. Enable inter-transmission delay for repeated transmissions instead of just playlists. b9ce1f2f5a Enabled adjustable inter-signal delay at 100, 250, 500, and 100 milliseconds 477a3813c6 bump to 0.6 8803b38b43 Updated run view layout. 978c4dadca Fixed one-shot scene exit. Fixed tx repeats bug that would lock up the Flipper. 8b04ae7b7e Fixed intermittent loadscene crash e8786dbf06 Added 'x1' to repeats text list for completeness. 27d575862d Fixed intermittent loadscene crash 0f6d1e4530 scenes/scheduler_scene_loadfile.c 8e31287f16 Update CHANGELOG dd05ad8b6f Latest RM0204-1915-0.420.0-c2a3166 on PATREON - NEW RELEASE ff328892d3 some progress on continuous levels. b8f7cd601f bump to 0.6 191d028fc7 Update build.yml d940d818fd Update README and CHANGELOG 9a0a98619c Added small delay after disabling battery charging and before transmission. 72573496eb Update for new modes. 221691ca71 Scene change for one-shot mode. fc4dd83c79 Changed mode selection to 'Normal, Immediate, One-Shot' 156f039014 Changed mode selection to 'Normal, Immediate, One-Shot' c2a31660ad Latest RM0202-1742-0.420.0-8f597b8 on PATREON - ADD GPIO EXPLORER 1fc0488b06 Add 'applications/external/gpio_explorer/' from commit 'a1e00e3f97e5f3981e86f3e5701164eb4c78fd5c' 5671f59d87 Latest RM0202-1742-0.420.0-8f597b8 on PATREON - ADD LONGWAVE CLOCK 69b5115506 Add 'applications/external/longwave_clock/' from commit '85317993287ae00334423d88cde220212e791732' d00086abec Fixed missing dealloc if file load error. b981e96300 Cleaned up transmission alloc/dealloc. a1e00e3f97 Merge branch 'main' of https://github.com/EvgeniGenchev07/gpio_explorer 7bbf779282 information updated 987c2c0799 Update application.fam a5fd177694 Merge applications/external/keycopier updates from keycopier 68f91294ee Latest RM0202-1742-0.420.0-8f597b8 on PATREON - UPD STROBOMETER 0bd62125d6 Update application.fam 8531799328 Merge pull request #7 from m7i-org/feat/prepare-for-publishing 39d191ad1c Added catalog screenshots 4f12a49b67 Merge pull request #3 from m7i-org/feat/prepare-for-publishing 2039ae5f7e Improved README e3bb72b2a3 Merge applic…
RogueMaster
added a commit
that referenced
this pull request
Mar 29, 2025
d56fdf50bf flipper-plane 89716a9b00 Updated for fixed/parity bits ee5700301b Update README.md 7f3dd18619 Update README.md (Keri) 78b32961b7 Encode Keri FC/Card into a HEX value 4d0e89c68d Backup JS example d6b240b9f3 Add copy of readme to main project 5f4ba07127 Air Level v1.0 5123806283 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 2ec9c96ef9 Initial (copy air_arkanoid) 23259f33d7 Update sensor.js 1993ee2866 WARNING: Dumps ALL passwords, even secure ones 15275bf7ff Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials fa3e4cb936 lucky rewritten with best practices. f77cb78c8b Update README.md 4f415d2715 training files outdated, use firmware examples. e41d57c7a4 Update VGM documentation 7702caeebb Update script for new API 696b15e4b7 Updated sample for new APIs. f23f996d52 Updated script for latest API 691354c8e8 Update script b907dbf7a3 Add debug tool to mount drive. d929b41ea6 Update badusbdemo for MNTM-008 48ee1bbba0 Update ADC example for MNTM-008 5eb8b97cee Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials 039a8186b7 Archive old JavaScript files. 9adc9ff9ca Merge pull request #32 from Einstein2150/main 36d68f0ebc Update README.md REVERT: 681cf58575 Latest RM0322-2301-0.420.0-145d3cc on PATREON - FMT REVERT: ab205640c6 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD NFC MAKER REVERT: 1368af52be Latest RM0322-2301-0.420.0-145d3cc on PATREON - 4x MFW REVERT: dda20af6d8 Latest RM0322-2301-0.420.0-145d3cc on PATREON - Changes From Willy-JL REVERT: 6b63a0238f Merge applications/external updates from jamisonderek REVERT: aa4abf8c44 Squashed 'applications/external/' changes from d56fdf50bf..2eb5a5ef41 REVERT: 2eb5a5ef41 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD PC MON REVERT: 04987c805e Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD KEYCOPIER REVERT: a2defe50a5 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD SIO REVERT: 190f23152e Merge applications/external/sio2flip updates from sio2flip REVERT: 370d046b82 prepare for publish. also fix format list exit callback REVERT: f272218221 Add TalkingSasquach's video QR REVERT: 7453d6906e Fix displaying of the last accessed sector REVERT: 50dd9a9f9b Merge pull request #32 from Offreds/main REVERT: 9f8b77bb68 Add new disk menu command REVERT: 494962efc8 Remove backticks from README REVERT: cd126448dc Add CHANGELOG REVERT: f9e637006e Increment app version REVERT: 9982582a7e Disable led blinking during battery charging REVERT: 8d3e59c381 Fix recording while led blinking is off REVERT: 0f31eda27c Version bump + changelog REVERT: ae7224f050 Backlight (#13) + blue LED during communication REVERT: 62bcbaf012 Merge applications/external/solitaire updates from solitaire REVERT: 6795672436 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD PCMON REVERT: 07078d067b Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD TOTP REVERT: a50a2f4117 Merge branch 'main' of https://github.com/bettse/seader into 420 REVERT: b9d35d43ec Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD SPI TERM REVERT: c1710da3d5 Merge applications/external/sio2flip updates from sio2flip REVERT: 23b4719851 Latest RM0322-2301-0.420.0-145d3cc on PATREON - UPD FMATRIX REVERT: abe9251f00 Merge applications/external updates from jamisonderek REVERT: 32155eb910 Squashed 'applications/external/' changes from 89716a9b00..d56fdf50bf REVERT: bc9acd9fd8 chore: Updated version REVERT: 64e5e462c5 docs: updated CHANGELOG REVERT: daccf2c832 docs: updated CHANGELOG REVERT: d05098c9ea fix: HOTP counter is not increasing when "OK" button long-pressed (#254) REVERT: 07da9679df remove '_site' REVERT: 3fc2827b8f Add comparison table REVERT: 0d16193193 Add favicon and apple touch icons REVERT: af47d3a3aa scroll screenshots REVERT: ff8d8d89c9 Tweak webpage REVERT: cbc368eab8 Update application.fam REVERT: 7cc6ec5baf Version bump for README update REVERT: 31685c450e Update README.md REVERT: 5e93147f96 i'm lovin it REVERT: b3ac3fd04b Imagine replacing a uses line with an entirely different action? REVERT: a1311cec1a Update build.yml #5 REVERT: 6839805a32 Update build.yml (testing #3) REVERT: c1b7d7cbfe Update build.yml (testing #2) REVERT: 2abb2ee851 Fix build.yml (testing) REVERT: de8cb5eb6d I'm so sorry REVERT: 567c024946 Moved App Catalog files to a subfolder REVERT: b458da3637 Increased app version REVERT: a5bf9b92ed fmatrix v0.3.5 REVERT: f336d5574d Forgot about that REVERT: c4901de9e3 Flipper App Catalog fix REVERT: 8c5569abc3 Update assets REVERT: d382e45383 update .gitignore REVERT: df2019b02b Add XF-551 high-speed mode support REVERT: 98e61b8189 Fix switching between high/standard baud rates REVERT: 469a08dec6 Latest RM0322-2301-0.420.0-145d3cc on PATREON - NEW RELEASE REVERT: 145d3cc41d Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC FAM REVERT: 8c4a5e20fe Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC README REVERT: 4e7684ad40 Merge branch 'main' of https://github.com/Alex4386/f0-mtp into 420 REVERT: 804d1ae5cc Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD SIO REVERT: 605f08c402 Changelog for 1.1.0 REVERT: 9119a535ef Added format with skew command REVERT: 50a51f80e8 Fix data returned by format command REVERT: 20531af805 Update README REVERT: 8cc31c1d21 Update screenshots REVERT: d777a86c65 Fix disk write-protect bit persistence REVERT: 560b2dd26b Add baudrate settings REVERT: 6dd9012cef Fix crash on empty configuration file REVERT: 8815d076cf docs: update docs REVERT: 7277dfdb1c Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD FLIPWORLD REVERT: e15a222c68 Merge pull request #19 from jblanked/dev_0.7 REVERT: e09dd37429 FlipWorld v0.7 REVERT: dd5e6114ae Latest RM0320-2347-0.420.0-16dfec3 on PATREON - UPD PC MON REVERT: 2611c2ae48 Screenshot + visual improvement REVERT: 2c43e9c8e2 Actions update REVERT: f4d0bd580e Update 1.1 REVERT: 53af472e7f Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: a362e88a92 Squashed 'applications/external/nfc_apdu_runner/' changes from b167041fc1..54e0170b4b REVERT: dafa4abf63 Latest RM0320-2347-0.420.0-16dfec3 on PATREON - Spelling Mistakes REVERT: dbb0756601 Latest RM0320-2347-0.420.0-16dfec3 on PATREON - NEW RELEASE REVERT: 16dfec3bf0 Latest RM0316-2318-0.420.0-d116354 on PATREON - UPD SIO REVERT: 12c53b5a6f disable PER support REVERT: 12092dab65 Update application.fam REVERT: dc2838f277 Merge applications/external/sio2flip updates from sio2flip REVERT: c946e866f6 Disable LED blinking during battery charging REVERT: d0c1ac45d6 Merge applications/external/sio2flip updates from sio2flip REVERT: aa6f47e613 Merge applications/external/gpio_ina updates from gpio_ina REVERT: bc0267123a Fix LED blinking config not applying properly REVERT: 54e1f15e0f code cleanup REVERT: 4cca9b6931 Fix README to not use backticks REVERT: 1fa87b110b Remove unintended references from CHANGELOG REVERT: 8d2f28607d Latest RM0316-2318-0.420.0-d116354 on PATREON - UPD SIO REVERT: 4f21305f7f Latest RM0316-2318-0.420.0-d116354 on PATREON - NO UPDs NFC APDU REVERT: a88828a8e4 Squashed 'applications/external/nfc_apdu_runner/' changes from a88da813c2..b167041fc1 REVERT: 66a9d7251a slow down player movement REVERT: 8c1c403ac1 bump to 0.7 REVERT: 6648f9337d Added high-speed transfer REVERT: fe453162be Add support for non-standard disk geometries REVERT: f829269289 Latest RM0316-2318-0.420.0-d116354 on PATREON - NEW RELEASE REVERT: 1bf8775227 Latest RM0316-2318-0.420.0-d116354 on PATREON - NEW RELEASE REVERT: a407dcfb6b update REVERT: 3e6a843a6d update REVERT: 91f1db3299 update REVERT: d0a168d918 update REVERT: d1163544f4 Latest RM0314-1528-0.420.0-86a8013 on PATREON - ADD SIO2FLIP REVERT: 9bf28fe060 Add 'applications/external/sio2flip/' from commit 'c611b6af49a6b42ea16cb307582b89be4497143f' REVERT: e242b42417 Latest RM0314-1528-0.420.0-86a8013 on PATREON - REMOVE GENIE REVERT: 48981e6ae8 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD SUBGHz REVERT: 813626c03b Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD SUBGHz REVERT: 464dc7619e subghz bugfixes and experimental options REVERT: 8fb275c29d Latest RM0314-1528-0.420.0-86a8013 on PATREON - NO PIPE NO INA UPD REVERT: c611b6af49 Improve disk formatting and PERCOM support REVERT: 92e5e38a8a Latest RM0314-1528-0.420.0-86a8013 on PATREON - REMOVE NON FLIPPER CODE REVERT: 8a6f7db256 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD FLIPWORLD REVERT: 37f9318598 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: 22db4fd747 Report disk geometry in drive status byte REVERT: 03b5b64c6a Add basic disk format command REVERT: 7d143b8ac3 Add disk geometry commands REVERT: 9b804cddd0 Fix sio driver bug REVERT: c8ecaaedcb complete animation REVERT: 39b7c6c341 update animation REVERT: ebb4b7e7d1 NFC全息动画组件 REVERT: 5a8a3d462c 更新多语言支持,简化NARD相关文本,移除最近活动部分,优化界面信息以提升用户体验。 REVERT: 440ea579eb 优化TLV视图组件的表格布局,调整列宽和文本显示方式,确保内容在不同屏幕下的可读性。 REVERT: b01d30faf9 添加多种颜色标签支持,移除描述字段,优化TLV视图组件的标签显示方式。 REVERT: a573e6a6ac Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into 420 REVERT: 5dbd185459 FIX GAME MODE MAPs REVERT: 41884d9567 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: d60812d082 更新多语言支持,修改标签显示为“Hex”,添加复制标签功能及相关提示信息。 REVERT: 8d0046e847 增强TLV数据分析功能,支持嵌套TLV格式,添加提取标签功能及错误处理,优化界面文本和加载动画。 REVERT: e60146ce41 更新API响应结构,确保响应代码不为空;在前端添加axios依赖并调整代理设置;优化多语言支持,更新界面文本以增强用户体验。 REVERT: 67e7368f3c web support english and chinese REVERT: cf9eaea530 update loading animation REVERT: 29bb8fa94c update release REVERT: 8785966ae9 framework change REVERT: f38c23d3db add loading REVERT: 9fced9a644 init web REVERT: 48ce52196b Update README REVERT: eef3ad05b2 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD FLIPSOCIAL + FMT REVERT: 86cc1c8f31 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: c999bcd252 Latest RM0314-1528-0.420.0-86a8013 on PATREON - UPD INA METER REVERT: 597873252b fix REVERT: 2d249c5de1 update REVERT: 228ccae8ab update REVERT: aaf942efd2 Merge pull request #27 from jblanked/dev_1.1 REVERT: bd31eaa8c9 FlipSocial v1.0.4 (new server backend) REVERT: dde0875e4d FlipWorld v0.6.1 REVERT: 952c2ab264 Added license REVERT: bea5503bd5 Add some screenshots REVERT: 354e8d461b Show only filename and extension, hiding the path REVERT: aba334d812 Fix github worflow REVERT: 63ad5c70c4 Initial commit REVERT: dc226f3d1e Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: 8349535368 在wapi.go中禁用HTTPS,仅启用HTTP监听器以简化服务器配置。 REVERT: b4b8468853 更新测试用例文档,添加NARD格式模板、Flipper设备和TLV相关的测试用例信息,并同步测试用例表格。修正README中的最后编辑时间。 REVERT: 6a42728252 update REVERT: f336e8007f tested get file content REVERT: bd7de02107 Fix confirmation dialog headers REVERT: 2fe178e3ae Add confirmation dialogs REVERT: bbc2aa8015 nfc_analysis_platform auto test framework complete all tests pass,then need and get file from flipper test REVERT: d2b396ecba update REVERT: 46ae5bd997 update REVERT: 3320a4a87d Add new screenshot REVERT: d6080dd3ef Add recording to the CSV file REVERT: 0cd3c0edf6 Prepare current gauge screen for log button REVERT: 08d178d7c7 fix test REVERT: f67349a3fc Add unix timestamp to the SensorState structure REVERT: f09d8a3879 取消跳过 TLV API 测试的注释。 REVERT: 2a085802cd 增强命令行测试功能,支持通过环境变量控制错误输出,并更新相关文档和测试用例。 REVERT: 805ff5a73e update test tool REVERT: 8d5ae66aaa fix cmd test REVERT: ceb617bc7d update tests REVERT: 9495641976 添加nfc_analysis_platform测试工具 REVERT: 38b8a2c04f support webapi (need test) REVERT: 59b01bc9ed Latest RM0314-1528-0.420.0-86a8013 on PATREON - NEW RELEASE REVERT: 86a8013ba9 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid REVERT: 25620806fe Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid REVERT: 1084e6bf6d adding epc scroll pause REVERT: cf3bf04de2 updating changelog, app fam, readmes REVERT: c598224ef9 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD simul_uhf_rfid REVERT: e011d2cc0e Merge applications/external/simultaneous_rfid_reader from simul_uhf_rfid REVERT: c03085465d adding epc scroll pause REVERT: fce9f053e1 adding epc scroll pause REVERT: a2705a39ff Latest RM0313-1700-0.420.0-4fffa17 on PATREON - FMT REVERT: 6dac9e4179 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - OFW 4149 REVERT: 4800c8a8fe Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD LM REVERT: e0d185dcbd Latest RM0313-1700-0.420.0-4fffa17 on PATREON - ADD SPACE IMPACT II REVERT: 26f11b2390 Merge pull request #20 from tixlegeek/tixlegeek/dirty-timer_flush-workaround REVERT: 2714ba1ef5 added quick fix for older core's versions REVERT: b297fdeeb4 Add 'applications/external/space_impact_ii/' from commit '5f618a1bb269cfea799699e7fe0f6567e2a8f9c9' REVERT: 660291b690 update swagger REVERT: 64c594fa80 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - UPD NFC APDU REVERT: de42d3ad81 wapi docs REVERT: 477de05834 删除 ResponseDecoder 工具的所有相关文件,包括源代码、文档和格式文件,完成迁移至 nfc_analysis_platform 的 nard 子命令。 REVERT: 5e4b4ee3eb update readme REVERT: 6f633b6aff Update README_CN.md REVERT: 6b7bc9d2c6 Update README.md REVERT: 27ee18ea7a update readme REVERT: 8328f37a2a 更新 .gitignore 文件,移除 tlvtool 的忽略规则。 REVERT: 7e1f23bfcc Delete tools/nfc_analysis_platform/nfc_analysis_platform_macos REVERT: e23788203a Merge pull request #3 from SpenserCai/nfc_analysis_platform REVERT: e915d105dc 更新 GitHub Actions 工作流,将 ResponseDecoder 工具替换为 nfc_analysis_platform 工具,调整相关路径和构建步骤,以支持 Windows 和 macOS 平台的编译和发布。 REVERT: f62f2e4946 更新 README 文档,替换 APDU 响应解码器为 nfc_analysis_platform 的 nard 子命令,并添加迁移提示。确保文档内容一致性。 REVERT: 224271507f update REVERT: 50b3380629 init REVERT: 5f618a1bb2 Adds github workflow, screenshot, changelog, and updates application.fam REVERT: a29280d3b4 Update license REVERT: 4d822187f8 更新交通卡 APDU 脚本,添加多个交易记录的解析字段,包括交易序号、交易金额、交易类型、终端号和时间,以增强响应解码器的功能。 REVERT: 2b5e70962d Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: 835edc6211 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - NEW RELEASE REVERT: 8d0c2d56f9 将电子公交卡名字修改为公交卡 REVERT: 38a9965fe0 Merge pull request #14 from MadLadSquad/auto REVERT: 53b53aa15c auto REVERT: c1e13157fe Update release.yaml REVERT: 87b5afca17 Latest RM0313-1700-0.420.0-4fffa17 on PATREON - NEW RELEASE REVERT: 4fffa173fd Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: dd8784f65e Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 4bfc401303 Support EMV Card (MasterCard is tested) REVERT: e3bbb3b34f Delete apdu_script/.DS_Store REVERT: d0e483397a Delete .DS_Store REVERT: 1fd0153928 更新 README 文档,修正中文内容为英文翻译,增加脚本格式说明和示例,完善自定义脚本创建步骤及注意事项,确保信息准确易懂。 REVERT: 32a1295bcc Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 7bb95f3847 更新版本号至0.3,修正应用程序和文档中的相关信息。同时在 nfc_worker 中添加错误信息处理,确保在 APDU 命令执行失败或超时时立即触发失败回调,提升用户体验。 REVERT: 2787253efa 在 nfc_worker 中添加错误信息处理,增强 APDU 命令长度检查,确保在错误情况下正确触发回调。更新 nfc_apdu_runner_scene_running 以显示自定义错误信息,优化用户体验。 REVERT: a682a6cc01 Merge applications/external/nfc_apdu_runner updates from nfc_apdu_runner REVERT: 1cc835ab87 增强 nfc_apdu_script_parse 函数,支持多行格式的命令解析,清理多余空格以提高解析稳健性。同时更新 E_TRAVEL_CARD_SH.apdufmt 文件,添加有效时间字段的解析。 REVERT: b5934517fe Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 446f7727ae 1. Implement mathematical expression evaluation and slicing functions in ResponseDecoder, enhancing expression parsing capabilities. 2. Update the README document to include explanations of hexadecimal to decimal conversion and mathematical operation functions. REVERT: 624af89cdb Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 158f687529 Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 2de13fdb1d Latest RM0311-1641-0.420.0-963a181 on PATREON - OFW 4146 REVERT: a39cb5d50b Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 7bb370ce26 Latest RM0311-1641-0.420.0-963a181 on PATREON - UPD NFC APDU REVERT: 47571eeb09 support get_aid brute REVERT: ac9527d9ac 更新上海电子公交卡读取脚本(TM的有8块钱工本费我说余额怎么算出来不对呢) REVERT: b20be145bd update readme REVERT: 07efe54754 update REVERT: 303d07353b update REVERT: 6a036cdba2 update REVERT: 61b9e28ea9 update REVERT: 922b983bf9 更新 GitHub Actions 工作流以支持 Windows 和 macOS 平台的 ResponseDecoder 工具构建。新增构建步骤和上传构建产物的功能,同时调整了发布目录结构以适应多平台构建结果。 REVERT: c9d30c1446 修复 cleanString 函数中的正则表达式,允许斜杠和加减号等符号。此更改增强了字符串清理功能,以支持更多字符的保留。 REVERT: 5e70818322 更新 ResponseDecoder 文档和代码,增加自动检测和报告失败的 APDU 命令功能。新增调试模式以显示错误信息,并在解码过程中收集错误信息。相关代码进行了重构以支持新的错误处理机制。 REVERT: 2ea6fe31ec update README REVERT: 3ee329bb4b 删除 ResponseDecoder 工具的英文文档和相关文件 REVERT: 8308f9d0a2 update REVERT: af7d2d0a26 更新 ResponseDecoder 英文文档和示例文件 REVERT: d80b38fe34 support use tlv command in response_decoder command REVERT: 8a5ab91446 update tlv tool REVERT: 6224734a13 support tlv need test REVERT: 47628a7ec9 update REVERT: 08ba33782f update REVERT: 705ef7a124 update REVERT: cf53340357 update REVERT: 9a58014395 update release REVERT: a30e01f466 修改 ResponseDecoder 构建配置以支持 macOS ARM64 架构 REVERT: 053a2c3be6 更新关于页面和构建工具 REVERT: 13f28a349b Latest RM0311-1641-0.420.0-963a181 on PATREON - NEW RELEASE REVERT: 963a181f64 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - ADD NFC APDU REVERT: e9dba8d6fc Add 'applications/external/nfc_apdu_runner/' from commit 'a88da813c2660bfec23d831a2c3e518ade9d510f' REVERT: a88da813c2 升级 NFC APDU 运行器版本号 REVERT: b246176866 优化 NFC APDU 运行器场景资源管理 REVERT: 7074b7a2eb 规范化错误消息和日志输出 REVERT: 7ac3ed4263 重构串口通信命令执行逻辑 REVERT: aee33b3ef0 升级 GitHub Actions 构建工作流 REVERT: e517dd13d7 更新 GitHub Actions 构建配置 REVERT: 33942b99dd Update ReadMe REVERT: f550569ad0 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD FLIPWORLD REVERT: 6172a1f896 添加文件保存功能和用户交互场景 REVERT: 671c5589d6 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD RADIO SCANNER REVERT: 4eb3ccf47a Merge pull request #18 from jblanked/dev_0.6 REVERT: 2763fa71e6 update README and CHANGELOG REVERT: a6696faecb save player attributes as intended REVERT: 2086a5cc01 Add sound_on REVERT: ab951f75fb Stealth Mode Sound Lock Bug Fix REVERT: 793e62d639 Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - UPD INA METER REVERT: 545fa0df15 Update changelog REVERT: 4cd968cd9e Increment app version REVERT: 266c4810a7 clear not check script REVERT: 73e69f2d86 重构 NFC Worker 的 APDU 命令执行线程 REVERT: 867a12417a Latest RM0309-1930-0.420.0-0ef732f on PATREON & GitHub - NEW RELEASE REVERT: 5151743a23 重构 APDU 命令执行回调上下文传递方式 REVERT: c150dec3d8 重构 NFC Worker 的 APDU 上下文管理 REVERT: c541f8b565 Move ledBlinking from Sensor to App section in INI config REVERT: 739c663f2c Fix menu item linkinng to wiring screen REVERT: ea0eac2f70 恢复 NFC Worker 检测线程中的初始化延迟 REVERT: 2ae2df9e95 调整 NFC Worker 检测线程中的延迟时间 REVERT: 78c3bdefe0 Merge branch 'main' of https://github.com/SpenserCai/nfc_apdu_runner REVERT: 9cf5a42d56 优化 APDU 轮询器回调函数 REVERT: 42a65d1e55 重构 APDU 命令执行和轮询器回调 REVERT: d6e4f82b3b Create LICENSE REVERT: 1bfd258585 重构 APDU 命令执行回调机制 REVERT: d40d7c9d6f 优化 NFC Worker 卡片检测和 APDU 命令执行逻辑 REVERT: e8beeca191 优化 NFC Worker 卡片检测和 APDU 命令执行流程 REVERT: bae7159335 Latest RM0309-1930-0.420.0-0ef732f on PATREON - NEW RELEASE REVERT: 0159946b52 dev: nova toolbelt REVERT: 0c8c34b646 Merge branch 'main' of https://github.com/besya/flipperzero-tuning-fork into 420 REVERT: 69bd267a00 重构 NFC Worker 检测和命令执行逻辑 REVERT: 29be7297b9 引入 NFC Worker 机制,重构 APDU 运行场景 REVERT: 4a6ec16d02 ci: use upload-artifact@v4 REVERT: 3d0a4a7353 ci: add build workflow REVERT: 6d8922ac6e 增强 NFC APDU 运行器的错误处理和调试能力 REVERT: 0ef732f03e Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD GHOSTESP REVERT: 0a2a2215c9 Merge pull request #35 from jaylikesbunda/main REVERT: 382a0b1f50 Merge branch 'Spooks4576:main' into main REVERT: c7c74724b1 v1.2.3 REVERT: 895c03c5c3 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK REVERT: dd789f91c6 chore: update changelog REVERT: d14310426e Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK REVERT: 0c3f2de30e chore: update application.fam REVERT: 0bd1b04d6f Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK REVERT: bedb550f20 Merge applications/external/nrfjammer updates from nrfjammer REVERT: b238e7b03f chore: add .catalog REVERT: 195cac14d8 feat: add more tunings REVERT: 9dba827923 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD TUNING FORK REVERT: 067bc467a0 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - UPD SUBGHZ BRUTE REVERT: 403a96d0d6 chore: bump version up REVERT: 71e8402819 Merge pull request #8 from besya/nesting REVERT: ae22d1e1b8 chore: update screenshots and readme REVERT: 6304b9f3a0 Merge branch 'origin/nesting' REVERT: 19a934ee37 fix: correct Cigar Box 3 Open G tuning REVERT: 55b8294977 Nested tunings and UI improvements REVERT: 278a3482b3 Merge pull request #7 from besya/merge-conflicts REVERT: 0567a8a2af fix: solve merge conflicts REVERT: e033e83725 Merge pull request #6 from GrafOrlok/main REVERT: 4f716e6b23 fix: correct Cigar Box 3 Open G tuning REVERT: 7f590e52e3 Nested tunings and UI improvements REVERT: ef31f22d34 Adding Tunning for Banjo 5 strings and Cigar Box 3 and 4 strings Open G REVERT: d464d430ab chore: update readme REVERT: a4d8f67a90 chore: update readme REVERT: 42bc3098b5 chore: update application.fam REVERT: 7de7c7f059 Merge pull request #5 from besya/codebase-improvements REVERT: 9f0ba6d2c4 refactor: codebase improvements REVERT: c0aa6ea427 Update README.md REVERT: e5175c8135 Update README.md REVERT: 471c5b9ad2 Merge branch 'main' of https://github.com/huuck/FlipperZeroNRFJammer REVERT: 46ba08a7c3 improvements regarding the crash, added ability to load custom file REVERT: db51feae6d Update README.md REVERT: 6f81168be2 Merge pull request #83 from SpenserCai/master REVERT: a42ff524d1 fix menu item being not reset REVERT: 1fc0390676 bump version REVERT: 1fb8063cad remove debug REVERT: 9b601fceec del some stuff REVERT: 99acf07e72 Latest RM0307-1535-0.420.0-f691ad3 on PATREON - FMT REVERT: b06de220ae Latest RM0307-1535-0.420.0-f691ad3 on PATREON - NEW RELEASE REVERT: 123e9bace4 优化 NFC APDU 运行器的目录创建和错误处理逻辑 REVERT: 3c3a36bf6d init REVERT: 1c28df2797 add pt2262 430.5Mhz REVERT: f691ad3553 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD FINDMYFLIPPER REVERT: 09ff61d81f update pt2262 te to 350 REVERT: 15c6ef035e rechange some code which not must change REVERT: e032d322cc update .gitignore REVERT: 5bfb55ef51 clear debug code REVERT: 914353f9e5 fix the can't change pt2262 btn before first change REVERT: 06127d5183 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 REVERT: 0bb27f55a0 update readme REVERT: 9eb860d1f9 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 REVERT: f339ae98f8 update readme REVERT: ffc0bed005 update readme REVERT: a4389698cd update readme REVERT: c8b202862a Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF sanjay900 REVERT: 2ec40eab07 update readme REVERT: b65ca33b79 update readme REVERT: 021f006234 update readme REVERT: c0f04ab457 more speaker changes REVERT: 6c8c8df17d Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF REVERT: 0545f6bbdc Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD LM REVERT: 193d9e6ff3 Latest RM0305-2306-0.420.0-21d447c on PATREON - UPD PoF REVERT: e0a4639a23 debug (subbrute_worker.c line:375) REVERT: cfbab85979 try clear flipper_format steam REVERT: 04167d20a2 update REVERT: 1657ac4cc4 Merge pull request #19 from tixlegeek/tixlegeek/update-release REVERT: af5e85a27c Set default letter width to 1 REVERT: abbbbfa65a more speaker changes REVERT: 26b3b14ff1 Merge pull request #18 from tixlegeek/tixlegeek/update-release REVERT: c4ff6f3aa8 Unused TAG removed REVERT: 0af1a059fc Merge pull request #17 from tixlegeek/tixlegeek/update-release REVERT: 1a8dd86da4 remove unnecessary log REVERT: c83e675505 Update, format, and lint for publishing REVERT: 8201d152ef more speaker changes REVERT: 2f6317a863 more speaker changes REVERT: 81c8c6fb5e more speaker changes REVERT: ace5cf5845 more speaker changes REVERT: a10f39c016 more speaker changes REVERT: d2777bc30d more speaker changes REVERT: d607bb0a87 more speaker changes REVERT: 8d607ca1f3 more speaker changes REVERT: 10fb05f22e more speaker changes REVERT: 68d19a186f more speaker changes REVERT: 02e6527197 more speaker changes REVERT: 11efcd279a more speaker changes REVERT: 1fb0355bc6 more speaker changes REVERT: 634e3d2c95 more speaker changes REVERT: 05e5fa5e04 more speaker changes REVERT: 81408ef852 more speaker changes REVERT: 89858336c6 more speaker changes REVERT: d58bef608e more speaker changes REVERT: 63ac79375a turn on speaker with m command REVERT: 0d92b55abe v sets m REVERT: 8915d6257a fixes REVERT: c3da0b1b04 Latest RM0305-2306-0.420.0-21d447c on PATREON - NEW RELEASE REVERT: 21d447c8f9 Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD DEADZONE REVERT: 94041c3c6c Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD DEADZONE REVERT: 7e415b26fb support save pt2262 file REVERT: 0b01b365e2 removed distracting background. REVERT: f9ea2e728d Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM REVERT: d709090eee Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD KEYCOPIER REVERT: 80d4bde07b Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM REVERT: 98b6228c11 Merge pull request #16 from tixlegeek/tixlegeek/fix_bmp_editor_ui REVERT: 84299b1749 Fixed bmp editor width & height, enhance UI, added README about Hold function REVERT: 0b6415b8c2 Latest RM0304-1335-0.420.0-3441392 on PATREON - UPD LM REVERT: 0d55ac2368 Merge pull request #15 from tixlegeek/tixlegeek/add-resources REVERT: 2f0441b9ae Added resources and moved app's directory to /apps_assets REVERT: de6e0314f2 update REVERT: f696859080 fix bug REVERT: 8dbc275efe fix bug REVERT: f722f1aa77 fix bug REVERT: 5578d32232 add more btn REVERT: 5f2ef83034 Latest RM0304-1335-0.420.0-3441392 on PATREON - NEW RELEASE REVERT: dae7f99ee6 Merge applications/external/cigarette updates from cigarette REVERT: 3441392b72 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD BLE KILLER REVERT: bdd2f7772f Merge pull request #11 from fuckmaz/fuckmaz/flipper_cigarette_v0.1.2 REVERT: 597ce17345 removed HTML linebreaks REVERT: a86862eb25 Update key_copier.c REVERT: 48ba33ba62 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD POF REVERT: 9acc38760b Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD PORTAL OF FLIPPER REVERT: af6e5e0b09 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD CIG RDME REVERT: eb5be370e2 Merge applications/external/lightmessenger updates from lightmessenger REVERT: dbfd2dbf0c Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD BADUSB REFS REVERT: bc588aa78f Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - OFW PR 4133 REVERT: 99dfbacfa5 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - OFW PR 4136 REVERT: 2f0de1b0f7 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - UPD CLIPPER REVERT: 503a7dd724 Merge pull request #10 from fuckmaz/fuckmaz/flipper_cigarette_v0.1.2 REVERT: 004c42b0c4 added DESCRIPTION.md REVERT: 04030ad3ff support pt2262 complete REVERT: 288a3e1616 update REVERT: b697a4ea5e Merge pull request #14 from jamisonderek/jamisonderek/timer-flush REVERT: 972696b376 update REVERT: cbeec658f1 support pt2262 demo REVERT: abbc411590 save nfc files on write REVERT: d6f53cdee4 audio works REVERT: afbed631e1 move audio libs to seperate dir REVERT: 883c483946 move audio libs to seperate dir REVERT: 9f131a8407 Latest RM0303-1119-0.420.0-f0160a2 on PATREON & GitHub - NEW RELEASE REVERT: a7fe3c9b15 Latest RM0303-1119-0.420.0-f0160a2 on PATREON - NEW RELEASE REVERT: 3dec326748 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD SERVOTESTER REVERT: c9b130a8ce alaw REVERT: b3179b946d alaw REVERT: 25e0747886 alaw REVERT: 9e84bbba98 alaw REVERT: 244f8ef4bf alaw REVERT: 0f62171e54 alaw REVERT: 83d1ea0724 ulaw REVERT: c259cde661 test 360 audio REVERT: 1679a60099 test 360 audio REVERT: dc481008e3 test 360 audio REVERT: 20c0cd2e83 test 360 audio REVERT: 3507ed70fb test 360 audio REVERT: 49919b6a5e test 360 audio REVERT: f0160a2743 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - 401LM PR 14 REVERT: 44e07c6fb0 test 360 audio REVERT: 01829eb3bf test 360 audio REVERT: 3217556678 try larger buffer REVERT: 648a42f6a4 try larger buffer REVERT: eea742c983 roll things back a little REVERT: ad5165f862 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - NOTHING REVERT: 04fb2f359c roll things back a little REVERT: a21e2baada roll things back a little REVERT: f39d106f31 roll things back a little REVERT: a09ee22e62 roll things back a little REVERT: c32bb182f0 roll things back a little REVERT: 9bf1006cc6 comment volume REVERT: 18febd08d0 comment volume REVERT: b67cdf57df comment volume REVERT: 4ed80a8f90 comment volume REVERT: cadcdc5985 comment volume REVERT: dab001557c comment volume REVERT: 43ee582342 comment volume REVERT: c23919c817 slow down sense with audio packets REVERT: 221065fd72 slow down sense with audio packets REVERT: 023db8ebfc more audio tests REVERT: cabf3b12d9 more audio tests REVERT: be16ccbb82 more audio tests REVERT: 8c1373dbb8 more audio tests REVERT: 04c11efeb4 more audio tests REVERT: 10e5cdeae4 fix typos, copy load string REVERT: b00eb80a84 Merge applications/external/gpio_ina updates from gpio_ina REVERT: cbe2013064 oopsx2 REVERT: 8309c74470 oops REVERT: d670ea3b63 change workflow to only run after changes REVERT: 3a89ad29b0 update build dependency REVERT: 14d0adf341 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - TEMP UNDO 401LM PR 14 REVERT: 17b98efa9f Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD POF REVERT: d92752acd8 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - IR FIX REVERT: 9fc3c87e34 Updated README REVERT: e8b451e80c more audio tests REVERT: 3dbad0fcdc Updated README REVERT: 78c5f35829 Updated README REVERT: 24677e511c work on audio REVERT: 8686db0308 Latest RM0301-1928-0.420.0-9c6e433 on PATREON - UPD 401LM PR 14 REVERT: 9dcf30d29d Fix issue where app exit takes a long time. REVERT: 666b87f78a Latest RM0301-1928-0.420.0-9c6e433 on PATREON - NEW RELEASE REVERT: 9c6e433d88 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD INA REVERT: 3cdb67963e Latest RM0226-2320-0.420.0-44e8618 on PATREON - ADD FIGHTER JET REVERT: 3ce9f7422c Add 'applications/external/fighter_jet/' from commit '50b8213eb48271ee5944db90a126aa818e3b3388' REVERT: 7526af6a9e Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NFC COMPARATOR REVERT: 4e570a69d8 fix led logic REVERT: 50b8213eb4 Adds screenshot and changelog REVERT: ba784e546f initial release REVERT: 9cc9938f97 Added LED blinking REVERT: 3abf8f368f Merge pull request #8 from acegoal07/dev REVERT: f86ef5254a Update nfc_comparator.h REVERT: 23cfc8a214 Update nfc_comparator_scene_comparator.c REVERT: 8c7296d990 Latest RM0226-2320-0.420.0-44e8618 on PATREON - FMT REVERT: d6bd63a6ab Latest RM0226-2320-0.420.0-44e8618 on PATREON - OFW PR 4132 REVERT: a2aa6e10a0 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD RDME REVERT: 25dcabe9f9 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD CLOCK REVERT: cf37900a52 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING REVERT: 742611be59 Merge pull request #7 from acegoal07/dev REVERT: 80974dbea6 Update README.md REVERT: cabd6ea21c Update README.md REVERT: 00954274a8 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NFC COMPARATOR REVERT: 494b2732c6 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING REVERT: 44f102be9b style updates REVERT: 0e3a31ca5b Merge pull request #6 from acegoal07/dev REVERT: 0069794718 Fixes back button REVERT: e11bb9ab75 Merge pull request #7 from 956MB/battery-pct REVERT: f32ac61081 more lerping fixes REVERT: f8bc91a1cc lerp quicker REVERT: 965f021b81 more led fixes REVERT: e14f848d3d more led fixes REVERT: fb4ab63077 if duration is 0, immediately write led state REVERT: 6718899b9b if duration is 0, immediately write led state REVERT: 7df0dc8da2 properly support multiple leds REVERT: 2a6205ed51 use our own timer instead of ui timer REVERT: 289b514619 update leds on ui tick instead of seperate thread REVERT: eed65a042b update leds on ui tick instead of seperate thread REVERT: f951a75141 Add toggle to battery % REVERT: 73326fc69d Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD NOTHING REVERT: 7ced895326 Merging Flipper and ESP32 projects. Anything to procrastinate, it seems REVERT: fabc22d91e Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD TOTP REVERT: 8b956c9b1a Merge applications/external/lightmessenger updates from lightmessenger REVERT: ca17ef0454 Latest RM0226-2320-0.420.0-44e8618 on PATREON - UPD METROFLIP CREDITS (KEEP SUICA) REVERT: 9f95e57eb4 Merge pull request #13 from tixlegeek/tixlegeek-draw-continuously REVERT: fc5a86205d remove command REVERT: 7c9cf9d214 Merge pull request #12 from tixlegeek/tixlegeek-check_bmp_size_editor REVERT: 2a5be23beb Merge pull request #12 from tixlegeek/tixlegeek-check_bmp_size_editor REVERT: cf740538b1 cleanup and event management rework REVERT: a1ac642f82 Also analog REVERT: aeea56b7a4 Show battery % on digital clock REVERT: 62eea82219 Merge branch 'lab-401:main' into tixlegeek-check_bmp_size_editor REVERT: 80ba0cc6cc Merge pull request #11 from jamisonderek/jamisonderek/signed-col REVERT: a8f53e4cec Merge branch 'master' of https://github.com/akopachov/flipper-zero_authenticator REVERT: 7852776e8f docs: updated CHANGELOG REVERT: 941ca098d2 chore: Updated version REVERT: df93bd4189 Extended valid UTC offset range from -12 to +14 (#250) REVERT: 916da9eade Merge pull request #49 from ry4000/main REVERT: 458a6c7c88 Latest RM0226-2320-0.420.0-44e8618 on PATREON - NEW RELEASE REVERT: 05cb352162 R&Y: Stylisation Update to `README.md` REVERT: e5c5ae20ac R&Y: Stylisation Update to `metroflip_scene_credits.c` REVERT: a02df9e314 R&Y: Stylisation Update to `README.md` REVERT: 83ad7202e2 R&Y: Stylisation Update to `README.md` REVERT: 94e4ace389 R&Y: Stylisation Update to `metroflip_scene_supported.c` REVERT: 0baa267530 R&Y: Stylisation Update to `README.md` REVERT: 44e86186c3 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD METROFLIP REVERT: 314cecdd4d Merge pull request #48 from zinongli/add_yurikamome REVERT: b0c18ee18d Update readme for Suica support REVERT: 3f63329697 alternative way to get data REVERT: 31c229e36f more agrressive fix REVERT: bf5f161f0c Update suica_drawings.h REVERT: afbd16cb7a fix include bug REVERT: cfdaa582ca Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - OFW 4129 NOT ADDED (YET) REVERT: df87145b79 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD CROSS REMOTE REVERT: e04431772c Added Yurikamome line REVERT: efe2f386d7 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - UPD TIMER REVERT: de58fdcb73 First steps, not really working REVERT: d57c46ab98 Latest RM0225-1310-0.420.0-bebc11d on PATREON & GitHub - NEW RELEASE REVERT: 47a7381513 Merge pull request #34 from leedave/feature/favorites_menu REVERT: 04359c1b34 update README REVERT: 7b1d56f438 Added support for favorites menu (only CFW) REVERT: caf314c004 feat: implement countdown logic and alarm trigger functionality REVERT: 9d986083e8 Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE REVERT: a991843613 Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE REVERT: 41e7306321 Merge pull request #47 from zinongli/0.5+load+suica REVERT: 231cab52bb Update suica.c REVERT: da1c056e4d Update main.yml REVERT: 838bbca22d Update main.yml REVERT: d797d3daeb Latest RM0225-1310-0.420.0-bebc11d on PATREON - NEW RELEASE REVERT: bebc11db16 Latest RM0223-2010-0.420.0-a569995 on PATREON - FIX QUAC REVERT: 5e54c28543 Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD METROFLIP REVERT: 939f9d03ca simplify column data REVERT: dfa7299874 format and file name fixes REVERT: 9ca7b01cea Add screenshots REVERT: d6b12d8a19 credit format REVERT: 762b16832d bug fixes for loading REVERT: 79b4a2c6ff delete repetitive code REVERT: a622965dfb Merge branch 'dev' into 0.5+load+suica REVERT: cb38132688 Merge branch 'dev' into 0.5+load+suica REVERT: ba35cffb7b Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD QUAC REVERT: ccb34fb4d8 Merge pull request #14 from rdefeo/file_link REVERT: bea45dfe48 quac link files REVERT: 440255c17c add game mode REVERT: 88db6ca800 do not display users stats when switching worlds REVERT: 2b66b93379 Latest RM0223-2010-0.420.0-a569995 on PATREON - OFW x3 REVERT: 6869ea264d new FlipperHTTP API REVERT: 629c2a026b Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD KEY COPIER REVERT: 7f90d1131e Latest RM0223-2010-0.420.0-a569995 on PATREON - UPD KEY COPIER REVERT: 30edc1b907 major/minor ver only REVERT: 05d229c5c7 bump version REVERT: 23959760b9 update screenshots REVERT: e4c92ed6e2 bug fix REVERT: eeef7c22dc allow lerp interrupts REVERT: a41f99929d allow lerp interrupts REVERT: 4e73ede85e fix activate REVERT: 2dede9705e fix two phase REVERT: 6b14109b4e only left REVERT: 9698d64311 two phase lerp REVERT: 81e253f6a2 lerp test REVERT: 37b78d4936 lerp test REVERT: 6d205bdab6 lerp test REVERT: 3568600405 lerp test REVERT: 95149dd6e1 lerp test REVERT: 7b26c06872 lerp test REVERT: cfe4f3e3fa lerp test REVERT: bccdae4c46 lerp test REVERT: ee0ca42e28 unlock usb REVERT: 0b21a49322 drive leds with hal REVERT: 6c8983b612 drive leds with hal REVERT: 8a74763d64 drive leds with hal REVERT: cbc8382c50 drive leds with hal REVERT: 0123ecb127 drive leds with hal REVERT: 99f584566e drive leds with hal REVERT: 428225abe0 don't send sense packets if we have just sent some other response REVERT: 5d2724323d don't send sense packets if we have just sent some other response REVERT: 727aab753b Revert "set change bit after activat ecommand" REVERT: 352d3e5120 don't send sense packets if we have just sent some other response REVERT: f90ca437ea Latest RM0223-2010-0.420.0-a569995 on PATREON - NEW RELEASE REVERT: a569995c35 Latest RM0220-2136-0.420.0-4e452fd on PATREON - ADD LED BLINKER REVERT: 63dcd5adf6 Add 'applications/external/blinker/' from commit '7733cebdaa9fb284dc978d5fcd50fdf9e7909fa7' REVERT: b987d4ce9f Latest RM0220-2136-0.420.0-4e452fd on PATREON - ADD LIDAR EMULATOR REVERT: 6c9e31b359 Add 'applications/external/lidar_emulator/' from commit 'd2092a01ae627129c24c257102f619813a61986e' REVERT: ae95ad4e15 Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD GB LINK REVERT: cbf874b7cd Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD GB PRINTER REVERT: 7733cebdaa Merge pull request #4 from Cupprum/dev REVERT: faae0f5de0 chore: scale down pictures REVERT: 1e2fbb2555 chore: move fap description to code from manifest REVERT: 9220d514fe Merge pull request #3 from Cupprum/dev REVERT: 0121251ca7 chore: clang formatting REVERT: 685ddff975 Merge pull request #2 from Cupprum/dev REVERT: 1f49bb8058 chore: make if statements more readable REVERT: 7ca7a6161a printer/receive: add compression support REVERT: 6168632756 gblink: Performance test for measuring interrupt latency REVERT: 4939b462af printer: remove thread from printer_proto REVERT: 3d010d40d3 gblink: create separate thread for bottom half of interrupt REVERT: dd94830458 Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD METROFLIP REVERT: 89ddcc982e Latest RM0220-2136-0.420.0-4e452fd on PATREON - UPD METROFLIP REVERT: 56a3563eba gocard REVERT: ae0cb269f0 Resolved merge conflict in gocard.c REVERT: 06fc172112 Temporary commit REVERT: d2092a01ae include <assets_icons.h> not found when built with ufbt. Removed. REVERT: e0f1b1cc37 README updated and screenshots added for flipper-application-catalog compliance REVERT: 32b962024c Initial commit. REVERT: fa27de3586 Latest RM0220-2136-0.420.0-4e452fd on PATREON - NEW RELEASE REVERT: 4e452fd52a Latest RM0218-1205-0.420.0-7bb30bf on PATREON - ADD TIMER APP REVERT: 47f47e42ed Add 'applications/external/timer/' from commit '6effcb9c0bbd00f04978f17b92ed6750614db005' REVERT: 659323bfa0 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP REVERT: 68e753f3e3 expiry+concessiontype REVERT: 31242239a9 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD HID AUTOFIRE REVERT: 099dc49424 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - QUICKER ICONS DEADZONE REVERT: 11ea25babf doc: update changelog REVERT: 659bff9ca9 release: bump version REVERT: 2b03d630da fix: remove now redundant itoa function REVERT: 7c1fb2939e Latest RM0220-1236-0.420.0-5cec824 on PATREON - ULx3 REVERT: 14121d7f80 came atomo button hold simulation half cycle REVERT: c9427866b2 fix text pos REVERT: 92d4c7850d fix naming REVERT: b96ae590a1 FIX GANG QI REVERT: 7df4a67baa Latest RM0220-1236-0.420.0-5cec824 on PATREON - NEW RELEASE REVERT: 5cec824102 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP REVERT: 4ba70470f4 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP REVERT: 8a4b9e34e7 Merge applications/external/metroflip updates from dev metroflip REVERT: 8e96e84cc2 Merge applications/external/metroflip updates from main metroflip REVERT: 1a7622a1c3 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD DEADZONE REVERT: ab2f80cf60 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - KEEP SPACE No NORALSY REVERT: 4a655f2a84 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - QUICKER ICONS FOR THESE GAMES REVERT: 813a894219 temporarily remove game resumption due to bugs REVERT: e3f096f687 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - GAME MODE UPDATE REVERT: 2df000c3bc Latest RM0218-1205-0.420.0-7bb30bf on PATREON - GAME MODE UPDATE REVERT: 660f244cc8 bump readme in code space REVERT: 2513fbb6fd Fix markdown misformatting REVERT: ac4922c34e Merge pull request #46 from luu176/main REVERT: f6d741432a Rav-Kav balance and scene fix REVERT: bbfdf50fdc deletion of game template file REVERT: f65fefb693 README update REVERT: 797243547b Latest RM0218-1205-0.420.0-7bb30bf on PATREON - MERGE FIX REVERT: b7b39e0d52 Fixed repeat in subghz tx_from_file command (#4099) REVERT: d0945c38ed LFRFID: Noralsy Format/Brand (#4090) REVERT: 78e89d2dd0 Faster di card reading (#4087) REVERT: 04814b1086 [FL-3949] Universal IR signal selection (#4085) REVERT: 8f3d47ed9c vscode: disabled auto-update for clangd since correct version is in the toolchain (#4122) REVERT: 1655b8af76 BadUSB: Mouse control (#4004) REVERT: 373b1d4336 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - UPD METROFLIP REVERT: d6894d0dc5 gocard dev REVERT: 8cca7f835d Latest RM0218-1205-0.420.0-7bb30bf on PATREON - FIX LM README REVERT: 5561cd1874 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - FIX LM README REVERT: 76123782b6 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - OFW 4114 REVERT: 3da17166aa added new shader by jamisonderek inside readme REVERT: 89a98ba64f remove "contributors" from readme as it is redundant with github's UI REVERT: 3b53d1637f copy README REVERT: 4ee0902814 Update README REVERT: 6608edd7fc Merge pull request #8 from jamisonderek/jamisonderek/docs REVERT: 6544f97bad Latest RM0218-1205-0.420.0-7bb30bf on PATREON - NEW RELEASE REVERT: ef582c0304 Latest RM0218-1205-0.420.0-7bb30bf on PATREON - NEW RELEASE REVERT: 37e2d04dc9 Change build testing to weekly. REVERT: 7bb30bfff8 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD CROSSREMOTE REVERT: c763004922 Merge pull request #33 from leedave/feature/gpio_ir REVERT: a639cd9ff2 Fix Power Management Issue REVERT: 4e49c18d74 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LM README REVERT: 19df3ff9f9 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD CROSSREMOTE REVERT: 878e3add67 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD DEADZONE REVERT: 0a312ff149 Merge pull request #32 from leedave/feature/gpio_ir REVERT: f59526e476 Enabled GPIO support for IR boards REVERT: fb7374692f Save new IR GPIO Settings REVERT: 29c795d708 Copy od README.md in code. This probably isn't the best way to do it, but it'll do for now REVERT: 7ded678ea8 Created Settings entry for IR GPIO REVERT: 1801564551 render username in tutorial level. REVERT: 5e2285aca8 better beginning to tutorial level. REVERT: 9534d1b2fb support choosing username & retaining in file storage REVERT: b70f1ecaaf removed settings menu. REVERT: 9ec7c13a57 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LIGHTMESSENGER REVERT: 2f7fc969e4 Bump application.fam to 1.2 REVERT: b91dfb760e CHANGELOG update REVERT: d2b62c271c Last pass before release REVERT: f2978a6538 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD SOLITAIRE REVERT: 47710f848e Update development readme REVERT: a81e4fa32e Merge applications/external/lightmessenger updates from lightmessenger REVERT: 0d2ac4760f Update CHANGELOG.md REVERT: d39e49d271 Merge pull request #9 from Erbonator3000/main REVERT: 4beb0e4439 Merge pull request #7 from tixlegeek/main REVERT: 5dcbda9239 Integrated some of the PR5 from Jamisonderek REVERT: 509581eb50 Latest RM0216-2005-0.420.0-a6969e7 on PATREON - UPD LIGHTMESSENGER REVERT: 33b443caa3 Merge pull request #6 from tixlegeek/main REVERT: ef0218c253 Added sensitivity to configuration following jamisonderek's work REVERT: 5a366311d0 Fixes a bug where any card picked from waste could be placed in first tableau REVERT: b266e9bad7 Config file is reseted if malformed REVERT: 232f3670a6 set change bit after activat ecommand REVERT: 1dd84ba80c update changelog REVERT: dbf4d6c078 bump version number REVERT: e326901e11 update application metadata REVERT: e2bbbdb11f Latest RM0216-2005-0.420.0-a6969e7 on PATREON - NEW RELEASE REVERT: a6969e74a7 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD SMARTRA REVERT: 8937dcf0bd Add 'applications/external/smartra_vin2pin/' from commit '8951001c437e5ba29cfc4b60bfd670af1b2535cc' REVERT: fe0e525b63 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD 1DPACMAN REVERT: 73c2bf1df9 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD 1DPACMAN REVERT: 3fea8d99a7 Add 'applications/external/1dpacman/' from commit 'c53f3c0bf74086bb434bca844c517b2d3d3bacd1' REVERT: 52e390de5c Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - OFW TO ADD REVERT: cb4924792c Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - ADD INA METER REVERT: 9ee7be15cf Add 'applications/external/gpio_ina/' from commit 'c370c90e65886c735ec113c45538a50afb05f982' REVERT: a87819e912 Merge applications/external/portal_of_flipper updates from portal_of_flipper REVERT: 26eff62740 Merge applications/external/id_card_v2 updates from id_card_v2 REVERT: ea8103d93d Update README.md REVERT: bfb70b1ffb Merge remote-tracking branch 'upstream/main' REVERT: 040cddb119 Merge branch 'led-notifications' into 'main' REVERT: a27ef55e5b Drive leds via notifications REVERT: 8c2db9378f Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - UPD LIGHT MESSENGER REVERT: 66080f2be4 Merge pull request #3 from jamisonderek/jamisonderek/configreg REVERT: 50d8dbc8c8 dont free pof_usb REVERT: df0431d7b9 set sense timer to 32ms REVERT: b850ef44bd set sense timer to 32ms REVERT: 26c911ff0a always send status packets REVERT: ee1147b2fc always send status packets REVERT: 7935c25d74 undo query change REVERT: b3d1183eb1 don't send sense packets after a query REVERT: 6effcb9c0b feat: enhance timer logic and UI for improved alarm functionality REVERT: 444e1fddb1 move type to virtual portal REVERT: 588c324028 move type to virtual portal REVERT: f92678259f Fix incorrect header function definition REVERT: 30f984c8a1 Latest RM0215-1145-0.420.0-3cfc04b on PATREON & GitHub - NEW RELEASE REVERT: d316488845 Have a seperate type selection ui on startup REVERT: b9fdab3689 Have a seperate type selection ui on startup REVERT: df9dd633e6 Have a seperate type selection ui on startup REVERT: 5803f80079 move some shared structs to pof_usb.h REVERT: 24a38daed8 Add ui element to swap type REVERT: 6dda4f5e73 Add ui element to swap type REVERT: d08e8bb456 Add ui element to swap type REVERT: 60fd576531 Add ui element to swap type REVERT: 812044da49 style: format code for improved readability REVERT: 90e315fc58 starve fix REVERT: e9320610db Move 360 code to its own file REVERT: b5a6d4b44a Move 360 code to its own file REVERT: 01e9326b89 Move 360 code to its own file REVERT: ed1dfaac34 Move 360 code to its own file REVERT: d54e70a42e string to char REVERT: 69b01746f0 don't init 360 endpoints for hid REVERT: f59f9e61c4 add back deleted line REVERT: a7480fd0af add comments about 360 portal audio REVERT: de321b4c68 seperate audio packets from normal ones REVERT: 7e60ea7b9b seperate audio packets from normal ones REVERT: 8a95e53086 ack 1f/1e REVERT: 20fd861e87 xb360 emulation works REVERT: a37d98acbc xb360 emulation works REVERT: ba7c41d3d7 yes REVERT: 43525d0d70 yes REVERT: e20324976a yes REVERT: cea987278f reset seq REVERT: aef7d66045 fix typo REVERT: c027333954 fix typo REVERT: c84e7934d5 fix typo REVERT: e57db64b81 360 status packets REVERT: 1164cd4cdf bcddevice REVERT: ac516ae8ae portal REVERT: b754026a55 test REVERT: e7bba3a7df fix ep sizes REVERT: a7d8582547 zero caps REVERT: 0e081017ea zero caps REVERT: 8394e48254 register endpoints REVERT: 82485fa71d ack clear feature REVERT: 6955c04740 fix string desc read REVERT: b074941bbd fix string desc read REVERT: 14b9b94e9b fix string desc read REVERT: d1b7b36086 fix string desc read REVERT: 9931e84ee8 fix string desc read REVERT: 16416fccb6 add caps REVERT: 84778ae8b3 add caps REVERT: d88bc44375 fix incorrect interface ids REVERT: 9c63b77b6a insert 360 header when construction packet REVERT: c143114e8f Specify type within virtual_portal instead of having differnt start functions REVERT: a8268f5af4 Specify type within virtual_portal instead of having differnt start functions REVERT: 9e682680e4 Specify type within virtual_portal instead of having differnt start functions REVERT: 3d8983d103 insert 360 header when construction packet REVERT: 6181d4c39e add missing interface REVERT: 956973c823 add missing interface REVERT: f5dcf2fef8 fix incorrect length REVERT: 3c090a5dd1 fix numinterfaces REVERT: a5bcaf22c6 use different control request handler for x360 REVERT: e34befc309 fix typos REVERT: 1fe490dd46 360 descriptors REVERT: 6cf28c0ecc Explictly clear out registers REVERT: e36775f9cc Explictly set rest of pin registers REVERT: 6611ab7a31 Fix bug CTRL_REG3 sometimes has value 0xC8. REVERT: adfe120111 Latest RM0215-1145-0.420.0-3cfc04b on PATREON - NEW RELEASE REVERT: 3cfc04b045 Latest RM0213-1625-0.420.0-b07b064 on PATREON - ADD PET YOUR DOLPHIN REVERT: 49cea98d4b Add 'applications/external/pet_your_dolphin/' from commit '7d20b3ecc3fd8e83ba862e670448f46dacb1d7ea' REVERT: a3d054f5a5 Latest RM0213-1625-0.420.0-b07b064 on PATREON - ADD FORD RADIO CODES REVERT: 5253af9754 Add 'applications/external/fordradiocodes/' from commit '7b3bf9d5c222054422f903f909513075ce867186' REVERT: 57fbe9af09 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD NFC KEYBOARD REVERT: 4ac6f83858 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD METROFLIP REVERT: 66d536f35b Update manifest.yml REVERT: c4e1ed2304 Update CHANGELOG.md REVERT: a27a84d61c Update manifest.yml REVERT: ac4a57a8fc Update application.fam REVERT: 9061b94e69 chore: split timer_alarm.c/h from timer_app.c/h · 0e3b3b3b7b - Gitea: Git with a cup of tea REVERT: cdb383b895 feat: Add timer app REVERT: 33944b26be added mfcultralight compatibility REVERT: 29c472363c fix weird keyboard timing issue REVERT: 593d39841e Merge applications/external/portal_of_flipper updates from portal_of_flipper REVERT: d5b51bcc3d increase max tokens to 16 REVERT: 0f5b23b007 correct status message update math REVERT: 2b0e95faba Prevent S starvation during incoming audio REVERT: 5f57958103 Merge applications/external/portal_of_flipper updates from portal_of_flipper REVERT: d90f9379d1 Merge applications/external/id_card_v2 updates from id_card_v2 REVERT: 2305734bd8 reduce timeout to 30ms REVERT: d99a9ffba4 Merge applications/external/lightmessenger updates from lightmessenger REVERT: 4208999703 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD LIGHTMESSENGER REVERT: 8033a642b4 update troubleshooting again REVERT: bcda5dfc02 update troubleshooting REVERT: 04bc2d5ee4 Update README.md REVERT: f1bf790e2f Update README.md REVERT: c8e6ea6323 Update id_card_v2.c REVERT: 7b3bf9d5c2 Update manifest.yml REVERT: c3e3aa7d82 Update manifest.yml REVERT: f274e94d4d Merge applications/external/portal_of_flipper updates from portal_of_flipper REVERT: 93d7f94fa0 Update application.fam REVERT: 396841cab6 Update manifest.yml REVERT: 0a3e75dc6f Update manifest.yml REVERT: 52d56bf58c Add files via upload REVERT: c38d0162ac Create manifest.yml REVERT: f5e231a1d9 Add files via upload REVERT: 7004dfd622 Update application.fam REVERT: 8ac8d6c988 Create changelog.md REVERT: ec5ff5d0d8 Correct error response for Q/W REVERT: 1d0c66138b Update README.md REVERT: 6b8727973a Add files via upload REVERT: 109cc62a31 Update README.md REVERT: b01df7ac6a Update README.md REVERT: b7491d7fc8 Update README.md REVERT: 02d55ebbc5 Initial commit REVERT: 511f1277da Merge applications/external/portal_of_flipper updates from portal_of_flipper REVERT: 6e07989026 Latest RM0213-1625-0.420.0-b07b064 on PATREON - UPD ID CARD REVERT: 8af84206ae Update application.fam REVERT: b12ac48e54 Update id_card_v2.c REVERT: a1a9124e46 binwise or 0x10/0x20 to Q/W response REVERT: c3469411e6 typo in write error response REVERT: 910dfee898 don't reset sequence on reset REVERT: 2e9e1ad871 Reduce broadcast interval for Google REVERT: 7134d7e441 Correct Google data size The advertisement payload for Google's network should be 29 bytes, not 31. REVERT: c5c0df36d5 Initial Google support REVERT: c370c90e65 Added LICENSE REVERT: f951594404 Latest RM0213-1625-0.420.0-b07b064 on PATREON - NEW RELEASE REVERT: 8fbca3e264 Merge applications/external/deadzone updates from deadzone REVERT: 77c0b20467 Latest RM0213-1625-0.420.0-b07b064 on PATREON - NEW RELEASE REVERT: b07b064927 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD RFID OFW 4069 REVERT: 550d5bb032 Fixed INA219 current calculation REVERT: bd5049811a Fixed VBUS voltage calculation REVERT: c53f3c0bf7 Add multiplier REVERT: 066190b9a1 [FL-2754, FL-3945] EM4305 support (#4069) REVERT: ff41da7b7c Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER REVERT: 4daa5f4b87 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER REVERT: 16052d6175 Remove M logging REVERT: dfc742f9bf readme for catalog REVERT: a70533e082 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - RETIRE OLD STYLES REVERT: 41dcc6d5ed Latest RM0212-1820-0.420.0-5d5af30 on PATREON - RETIRE OLD STYLES REVERT: 7d3edddeb8 hone logging REVERT: ac379b15d4 set all loaded slots status to change on reset command REVERT: 0416f25919 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - OFW 4058 REVERT: 249decd458 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - OFW 4050 REVERT: d123b26b68 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - UPD PORTAL OF FLIPPER REVERT: 2d151b1f6a Persist high score to storage REVERT: ff4e813ab4 Fix ghost edible timer not being reset on second food REVERT: 5ea20564f4 Define center REVERT: 2046c9174b Fix stack size, small mutex change REVERT: aba9156319 Fix eaten ghost bugs REVERT: 249331a1ed Move eaten ghost towards opposite half of screen REVERT: 1cad357e58 Add background sprites REVERT: 036ae3ef66 Display high score REVERT: 32eafdb1ec Make ghost collider size smaller REVERT: d7af4a609c Tweak collider sizes according to pacman/ghost sprites REVERT: 17d1a97315 Allow ghost to be eaten REVERT: 15ebda1f85 Remove assets from repo REVERT: 62a6656fcf Recreate portal logic with UID caching REVERT: 86d7e8f683 Do not add new level, tweak ghost edible setting REVERT: fcfe2f5b3f add UID to pof_token REVERT: 86c4c257a5 if Skylanders folder, default to that REVERT: 611fa36e52 index in token name REVERT: 3d143f1a58 Eating food enables ghost mode REVERT: 473caf8548 add naive level reset button REVERT: 26aa07ee97 Reduce L/J logging REVERT: affe219f37 update app icon REVERT: 026ee80d4c Latest RM0212-1820-0.420.0-5d5af30 on PATREON - NEW RELEASE REVERT: 54d87d3372 Update engine commit REVERT: 1acb5a9189 add ghost logic REVERT: ed306772e4 Merge pull request #1 from evillero/main REVERT: 8f1524d04f Add arrow key control REVERT: 0ce62398b9 Update chess_clock.c REVERT: c5ac167a61 Latest RM0212-1820-0.420.0-5d5af30 on PATREON - NEW RELEASE REVERT: a5f8a76546 Include food entity in count when checking for empty level REVERT: f3fc2e297a Add food entity REVERT: 632ec76d73 Change app name REVERT: fdadde8233 Change direction on key down REVERT: 4f9ba4b21f Run "git submodule update --remote" to sync engine code REVERT: ab82c9bf21 Renamed TINA Gauge to INA Meter REVERT: 822b2b928f Update Readme REVERT: f9bef88f0f Add pacman sprite, movement, and targets REVERT: 8951001c43 Update README.md REVERT: a2acbc628c Update README.md REVERT: e145d4c9da Update README.md REVERT: 844b59dbae Update README.md REVERT: 5b26f5fe77 Update README.md REVERT: 5d5af3033f Latest RM0210-1117-0.420.0-358602c on PATREON - ALREADY IN REVERT: 38d58daa78 Update README.md REVERT: d91a4a20de Add files via upload REVERT: 0f856e559e capital spelling for deadzone REVERT: 74309fb143 Initial commit REVERT: ad5e49dd66 Reduced I2C transaction timeout REVERT: 0d9f1d060c Fixed INA228 driver REVERT: 8e4928764b Latest RM0210-1117-0.420.0-358602c on PATREON - UPD PORTAL OF FLIPPER REVERT: f0f439b380 Merge applications/external/gpio_explorer updates from gpio_explorer REVERT: edbe6319ec Latest RM0210-1117-0.420.0-358602c on PATREON - UPD SUBGHZ SCHED REVERT: c9a05be7d3 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD SUBGHZ SCHED REVERT: 3f4bbccc23 Update build.yml REVERT: dfea50c1f0 Update build.yml REVERT: 8672655064 Build instructions REVERT: 966f28c367 Update application.fam REVERT: 59116098f8 Port to flipper zero, missing audio REVERT: d6348d7f8e Merge dev features for v2.2. REVERT: 83ab17ae1b Merge applications/external/cigarette updates from cigarette REVERT: e3d7735dd0 Latest RM0210-1117-0.420.0-358602c on PATREON - PATREON BUILDS UPDATE 😄 REVERT: 91e201a82d Add lights for L and C REVERT: ddf0307bab set color of led for J command REVERT: e887fa0f4a Prevent crash when removing figure during read REVERT: 46dbbb3e3c me brain slow REVERT: 6a030ecd05 Add multiple targets and lock position of player REVERT: 9fed314783 Latest RM0210-1117-0.420.0-358602c on PATREON - OFW 4095 REVERT: 8db7156ef3 Latest RM0210-1117-0.420.0-358602c on PATREON - OFW 4078 REVERT: 7d20b3ecc3 Updated workflow permissions REVERT: a398dc3679 Fixed file copy command in workflow REVERT: 2de040e70b Created GitHub actions workflow to automatically build and release new versions REVERT: 854b7db922 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD STROBOMETER REVERT: fc5763d57f V1 finished REVERT: bb43e2aabf Fixed crash, frequency can now never be zero (default value: 1) REVERT: 8e098f9f16 Latest RM0210-1117-0.420.0-358602c on PATREON - UPD VIN DECODER REVERT: d0dbc90176 Update README.md REVERT: 46655077a0 Update README.md REVERT: 3061d98d31 Update README.md REVERT: 028ec89f3b Update README.md REVERT: 5f7f525071 Update README.md REVERT: 47c8f1c526 Update README.md REVERT: 344375a084 Update README.md REVERT: 6255628f25 Update CHANGELOG.md REVERT: c215155e07 Update vin_decoder.c REVERT: 23d8a45e48 Update application.fam REVERT: 478ec9eb8f Latest RM0210-1117-0.420.0-358602c on PATREON - UPD LIGHT MESSENGER REVERT: 1494645109 move description to DESCRIPTION.md REVERT: 38c23f2ce0 Update application.fam REVERT: 0013e479bc Update application.fam REVERT: 83a0c44780 Update manifest.yml REVERT: 4e05c0ebe9 Updated screenshots REVERT: b0e0f2649e Updated README REVERT: 1308c18c1d Updated application description REVERT: f7ac66002b Renamed changelog.md REVERT: 9ce14793b8 Latest RM0210-1117-0.420.0-358602c on PATREON - NEW RELEASE REVERT: 358602c2d0 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD PORTAL OF FLIPPER REVERT: 27332283f5 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD METROFLIP REVERT: acb2db3a11 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD MBEDTLS REVERT: c07eb260d2 they can speed through the entries REVERT: 53887b765e set fap version REVERT: 5159cb94ae Added precision settings REVERT: 14ccc80d14 Added INA228 support REVERT: 6819b33db3 Added INA226 settings REVERT: b7310ad04d Improved INA226 detection REVERT: c317b30e47 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD METROFLIP REVERT: 40961074f8 Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - UPD SEADER REVERT: 59e2fc5daf Added screenshots REVERT: 3fa6c5cf97 Fixed github workflow REVERT: 1c58fe3426 Initial commit REVERT: 9826197d71 change name REVERT: dabeca9d10 dlete fucntion REVERT: f833767c89 save fucntion REVERT: 17380a6f2a Latest RM0207-2256-0.420.0-60a6c2e on PATREON & GitHub - NEW RELEASE REVERT: 2242e37576 bump upload-artifact@v4 REVERT: ab45310f53 remove aussie seller REVERT: f8c4bfe987 Added sad idle animation and pet prompt REVERT: 770a17135a Set up base and happy idle animations REVERT: 91517a40eb Merge pull request #1 from Cupprum/dev REVERT: 9315f9ae56 docs: update broken links in readme REVERT: e2cb512726 chore: bump upload artifact version REVERT: 7cf0d139cb feat: create a pipeline for releasing the package REVERT: f05676e447 chore: update gitignore REVERT: bba7779a47 format: using clang-format, which is also verfied by ufbt lint tool REVERT: 51e50b49fb format: using clang-format, which is also verfied by ufbt lint tool REVERT: e7771c5f81 chore: fix turning of leds REVERT: 0abd05be0e chore: rename pictures to screenshots like in other flipper projects REVERT: a17b027627 docs: minor readme update REVERT: 3ffc9ca68f docs: minor readme update REVERT: e237bba94b chore: copilot helped me with refactororing readme REVERT: 3646fd8f17 docs: update readme REVERT: b66ea78481 feat: change red led to white, so it would shine brighter REVERT: 86d9f36c7d fix: couple more minor bugs REVERT: 2d6d0a0354 fix: couple of minor bugs and refactor timer REVERT: f0143c624e Latest RM0207-2256-0.420.0-60a6c2e on PATREON - NEW RELEASE REVERT: 60a6c2e79f Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD METROFLIP REVERT: 641cc4230d Merge applications/external/metroflip updates from dev metroflip REVERT: e8363a027b Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD SUBGHZ SCHEDULER REVERT: e0d70441aa pre-functional stuff for mfc data loading REVERT: 5a412490c3 lint REVERT: 66ef51182c Merge applications/external/metroflip updates from dev metroflip REVERT: eaee873c1f fix smartrider REVERT: 5e40d55d4b add mifare classic loading REVERT: 353f64e1ff Fixed load error introduced in last push re: check_file_ext REVERT: 73bc4b93ec Updated README.md REVERT: 07801a0251 Update CHANGELOG.md. Increment version to 2.1. REVERT: 3e88673860 Fixed NULL dereference error during load_file. NULL extension filtering intermittently crashed on OFW, completely breaks on Momentum 009. REVERT: ce7c7b2106 Latest RM0207-1202-0.420.0-b84c536 on PATREON - UPD CIGARETTE REVERT: 5642f23fd0 Merge applications/external/metroflip updates from dev metroflip REVERT: c09aa88458 remove ds store REVERT: 32997adc89 Latest RM0207-1202-0.420.0-b84c536 on PATREON - NEW RELEASE REVERT: b189d4ea7d added 'about' REVERT: b84c536c63 Latest RM0206-1555-0.420.0…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's new
Verification
Checklist (For Reviewer)