Skip to content

Conversation

@RogueMaster
Copy link
Owner

What's new

  • [ Describe changes here ]

Verification

  • [ Describe how to verify changes ]

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@RogueMaster RogueMaster merged commit 3ed83a0 into unleashed May 18, 2022
RogueMaster pushed a commit that referenced this pull request Jul 20, 2022
Added 10s Display Timeout
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
[#16] Resolve blocky pictures & README updates.
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
fix update new version of firmware
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
Co-authored-by: hedger <[email protected]>
Co-authored-by: あく <[email protected]>
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
Extended Functionality
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
This patch moves the UI system to using a scene manager as well
as a few builtin modules as opposed to a new view for every
step. This decreases the binary size as well as presumably
reduces runtime memory footprint.

It also folds back in the features added in #17 and manages
to fix an experience calculation bug. Note that, the features
from #17 were not fully tested and there may be some incorrect
differences at this time.

This commit adds new features on top of that, the ability to
specify a custom nickname for the traded pokemon, its type(s)
as well as its OT name and ID#.

Types were modified a bit from the original implememtation in #17.
In Gen I, a pokemon with a single type just repeats that type
twice in its data structure. Rather than using 0xFF as a "No Type"
indicator, the main data table repeats types for single typed
pokemon.

There is a bit of a shortcoming with setting types. There is no
way to easily reset to default types. Due to the way the item_list
works, it directly modifies the actual trade data block. The only
way to reset at the moment is to select a different pokemon, and
then re-select the desired pokemon.

The solution to the Nidoran issue was reworked a bit. I had
issues compiling with the unicode escape characters, while
others had issues compiling with the actual unicode characters.
It would have been possible to use wchar_t for the pokemon_table
names, however that would have quadruled the size of each string.
Regardless, the Flipper can't print the male/female symbols at
this time. It might be possible to hack them back in with some
custom icon and View manipulation. The fix was to just use extended
ASCII character values. Since the Flipper doesn't support those
either, it still just renders as a "space". It keeps the strings
as char arrays. Compiles in any environment. And works.

Some of this implementation is still quite hacky and could use
an overhaul before new feature additions. e.g. Adding Gen II
support might not easily work with the current state of the
codebase.

Fixes #7
Fixes #8
RogueMaster pushed a commit that referenced this pull request Nov 1, 2023
RogueMaster pushed a commit that referenced this pull request Nov 4, 2023
Updated Xremote to work with IR updates from API 28.2
RogueMaster pushed a commit that referenced this pull request Dec 2, 2023
4ed4e31 upd flipbip
800482e update apps
fdb62b1 more updates
REVERT: 69ebea1 chore: OCD fixes
REVERT: eb81693 Merge pull request #22 from xtruan/xtruan-patch-2
REVERT: a04e991 chore: update manifest.yml
REVERT: 5026eb0 Merge pull request #21 from xtruan/dev/reduce-fap-size
REVERT: b426b69 chore: bump ci to 0.88.0
REVERT: 1565782 chore: spelling, move param setting
REVERT: ccf7deb chore: spacing
REVERT: 3d48864 chore: credit
REVERT: 7dceca6 fix: remove haptic setting, cleanup
REVERT: 26552bd chore: fmt
REVERT: 656c410 chore: comments
REVERT: 49a22aa fix: text input behavior
REVERT: 39c8dfe fix: remove haptic, add mnemonic import status text
REVERT: 2e4023b fix: remove keychain icon
REVERT: 75f3c96 chore: slight refactor of crypto lib for consistency
REVERT: b81adf6 chore: 1.13
REVERT: 1057242 fix: remove led
REVERT: 8cb7f09 fix: comment fix
REVERT: 9a83d5a fix: remove startscreen
REVERT: 927f45d Merge pull request #20 from xtruan/xtruan-patch-1
REVERT: 9f2ac7a Update README.md
REVERT: df97f17 chore: 1.12 catalog
REVERT: a9057eb chore: bump to 1.12
REVERT: b174491 chore: lint
REVERT: 114d0e0 Merge pull request #19 from wh00hw/main
REVERT: 4e7ebfd update README
REVERT: 4bca4c8 add ZEC t-address
REVERT: eb9f6f4 Create ufbt_build.yml
REVERT: de58db9 chore: catalog update
REVERT: 0073c32 fix: ufbt fix
REVERT: ef151a6 fix: manifest
REVERT: cb4269d feat: manifest
REVERT: e19ecc0 chore: add screenshots
REVERT: 0d5bc6f Merge pull request #17 from xtruan/develop
REVERT: ac633a4 fix: potential buff overflow, new version scheme, check size in CI
REVERT: 1375bc6 Merge pull request #16 from xtruan/develop
REVERT: 08f60c5 Update release.yml
REVERT: 8182863 Merge branch 'develop'
REVERT: 6f265e7 Update release.yml
REVERT: 6961945 Update release.yml
REVERT: 740a2f8 Merge pull request #15 from xtruan/develop
REVERT: 7ab548a chore: readme update
REVERT: 3fc8915 chore: 0.86.1
REVERT: 0413ca4 feat: warning text, v1.0.0
REVERT: 93febf3 Update build.yml - new app name
REVERT: 62605c8 Update flipbip_scene_1.c - icons
REVERT: 3208303 Update flipbip_startscreen.c - icons
REVERT: 482dc69 Update application.fam
REVERT: 4905a91 Update application.fam
REVERT: e8ce29f update appid
REVERT: 07c2f1e Merge pull request #14 from xtruan/develop
REVERT: b2597b3 update readme
REVERT: 4054108 Merge pull request #10 from xtruan/develop
REVERT: 35209cc wording
REVERT: 24d185f bumping to v0.0.9, adding specific labels to input texts
REVERT: 6e69746 Merge pull request #9 from xtruan/develop
REVERT: 091dac3 update CI, define text buf size
REVERT: ed136df text cleanup and fmt
REVERT: c73dc8c Merge pull request #8 from xtruan/develop
REVERT: c9a9f33 bump flipper fw version
REVERT: 73d2d96 removing cdefines, adjusting display for eth addrs
REVERT: 03f9ae6 #define for qr code content size
REVERT: 23e8fda bump version, fix 'has_file' and 'load_file' buffer size
REVERT: 9f46fc6 Merge branch 'develop'
REVERT: 8ca73a0 Update README.md
REVERT: e7943e3 Merge pull request #7 from xtruan/develop
REVERT: 0150732 CI updates
REVERT: 9734eac modify build scripts, build only
REVERT: 5350136 adding CI
REVERT: 91831db adding README updates
REVERT: 68a112e fix address gen bug
REVERT: c93f308 nav
REVERT: bc830bb clean up labels
REVERT: 2aa66d1 write QR codes for addresses to file - cleanup
REVERT: 99adebd write QR codes for addresses to file
REVERT: 8d2de88 moving qr file stuff to file class
REVERT: f8f744e pregenerate addresses
REVERT: 3f93a8f fmt
REVERT: d9407ea qr gen prototype
REVERT: c9aa932 bump version
REVERT: 47890a1 making crypto code a private lib
REVERT: 8413b87 Merge branch 'develop'
REVERT: ad40ecc zero address node
REVERT: 298aebe Merge pull request #5 from xtruan/develop
REVERT: 2c72c2d format
REVERT: 570c943 memory tweaks and cleanup
REVERT: 256c0b4 version bump, working mem cleanup
REVERT: c54a1a7 Merge pull request #4 from xtruan/develop
REVERT: b650db1 error handling cleanup
REVERT: 8843203 readme
REVERT: 8ac6bc8 readme update
REVERT: 2c771e3 cleanup
REVERT: 90d001a importing of mnemonics
REVERT: b149ebc text input flow cleanup
REVERT: a376ba9 adding BIP39 passphrase
REVERT: b809efc fbt format
REVERT: 7d96faf cleanup menu items
REVERT: b04ca92 refactor text
REVERT: 84d40af clean up coin support
REVERT: 5b8263b simplifying hex conversion, adding DOGE support!
REVERT: 0c697a0 Merge branch 'develop'
REVERT: 3714144 formatting updates
REVERT: f73ef9e add link to RM, add donate links
REVERT: 531b0eb typo
REVERT: 0f3fa94 crypto Makefile changes
REVERT: 642455f Merge pull request #3 from xtruan/develop
REVERT: 8957be9 readme
REVERT: 3ccdbb3 Merge branch 'main' into develop
REVERT: e85117b touch ups
REVERT: d02d21a meta update
REVERT: 66ddf24 cleanup
REVERT: 9344703 fmt changes
REVERT: 57986fd running flipper fmt
REVERT: f3280c2 prod file names, updated docs
REVERT: ce98b7e storage final cleanup
REVERT: 0db90fa memory
REVERT: ab40026 new wallet generation ability
REVERT: 1a7b0db overwrite boolean
REVERT: 5d626b8 seperate menu items for coin instead of preference, remove scene_2
REVERT: f133996 cleanup flow
REVERT: 2de9326 return
REVERT: aa7e286 file operations cleanup
REVERT: 473cdf7 better keys
REVERT: 410fe78 securing storage
REVERT: ce8afc6 storage proof of concept
REVERT: 5aa6379 file
REVERT: 7507a66 Merge branch 'develop' into storage
REVERT: 1424655 cleanup naming/types
REVERT: 844569e removing printf, replacing with simple itox
REVERT: de10564 storage stubs
REVERT: 87cf393 Update README.md
REVERT: 3925557 Merge pull request #1 from xtruan/develop
REVERT: 4ea47f6 update readme
REVERT: 553b8f3 message cleanup
REVERT: 95455c3 eth compatibility!
REVERT: a978a37 move eth address hashing to heap
REVERT: f34fba7 adding magic number comments
REVERT: 820aaa5 disabling KECCAK and NEM
REVERT: 6857f79 update app metadata
REVERT: c1ca00a readme updates
REVERT: 69d91ff info cleanup
REVERT: 9d91c51 cleanup
REVERT: 03d190a readme update 2
REVERT: fa69b78 readme update
REVERT: bb6db8d cleanup
REVERT: 3602004 changelog update
REVERT: 8ea4843 functional!
REVERT: 7bb88e9 break out mnemo draw
REVERT: 602c987 scene cleanup
REVERT: e10c129 removing speaker, printf
REVERT: 0ebd89e BTC wallet gen core logic working
REVERT: a4ad87b -printf
REVERT: 804e0f1 itoa
REVERT: ea660eb turn off options to shrink binary size
REVERT: e3f289d naming
REVERT: a35dd8c remove scene2
REVERT: 7059912 delete coins pkg, clean up xmr
REVERT: 81b9e20 flipbip39 > flipbip
REVERT: 9e53238 fix BIP44 derivation
REVERT: 78842e3 updating deriv
REVERT: 13d5204 updating deriv
REVERT: 97e3bd2 working on HDNode
REVERT: 5f7063d turn of precomputed curves for memory
REVERT: aba3de4 BIP39 seed generation working readme
REVERT: 7c5daaa BIP39 seed generation working
REVERT: c681b3b sprintf
REVERT: bb4832a adding custom printf
REVERT: 0a2c305 proto
REVERT: 81d0731 adding own impl of strtok to fix warnings
REVERT: a7cfb8c Update README.md
REVERT: d8ad4bd Update README.md
REVERT: 2a09d28 reorganizing code, marking WIP seed code
REVERT: 0443a1e updating to add beginnings of key generation
REVERT: f2934ba add support for 18 words
REVERT: b47b6ab update naming, adding coin prototyping, adding WIP BIP32 code
REVERT: 1166f2b better ui
REVERT: 37d0e38 icon
REVERT: deb57aa updating crypto/rand to use Flipper Zero specific hardware RNG
REVERT: 6619222 clean up settings, clear mnemonic memory on scene exit
REVERT: e924a45 updating settings, UI cleanup
REVERT: f889441 port to work with flipper and fbt
REVERT: b323627 adding trezor crypto lib
REVERT: c0a493a boilerplate
REVERT: 5674a3b Initial commit

git-subtree-dir: flipbip
git-subtree-split: 4ed4e31
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
2dd92db add lib back
a0ff0ba remove submodule
952c674 sync license of totp plugin
4d791b7 update totp
dcc5d48 update totp and include cli plugins
574c3ac upd totp ver
12ace98 update totp
293b36d update totp
58440b2 update totp
020928c move base pack here
REVERT: b082440 Dropped OFW-catalog specific stuff. Changed license to GPLv3 (#208)
REVERT: d5b30ab Updated descriptions
REVERT: 87cb8b2 Updated version
REVERT: 69659e8 Implemented #205 (#206)
REVERT: 54fe1db Implemented #203 (#204)
REVERT: e8c5187 Updated changelog for OFW catalog
REVERT: 005df8c Updated version
REVERT: 726d1a5 Disable Crypto v1 by default
REVERT: 172f292 Implemented #200 (#201)
REVERT: 6513672 Implemented #198 (#199)
REVERT: b106c91 Updated version
REVERT: ebc6eab Update DESCRIPTION.md
REVERT: cd20802 Update CHANGELOG.md
REVERT: dca6043 Small fix
REVERT: 88a9666 Updated version
REVERT: 62cff06 Implemented #195 (#196)
REVERT: 3d1c00e Updated version
REVERT: 4f6d25c clang format
REVERT: 0d9c3b2 Implemented #193
REVERT: 07752e5 Updated version
REVERT: 8f86849 Fixed #190 (#191)
REVERT: 9c6c257 Updated version
REVERT: cd5cd64 Implemented #188 (#189)
REVERT: 2593677 Updated changelog for OFW catalog
REVERT: f9834a0 Updated version
REVERT: 68646aa Revert "Updated version"
REVERT: 77cc775 Updated version
REVERT: 57fdb34 Revert "Updated version"
REVERT: 22c6ff2 Updated version
REVERT: 86a90ab Implemented #185 (#187)
REVERT: afe7e56 Refactoring (#184)
REVERT: 446e0a1 Refactoring (#183)
REVERT: 1b3e5d8 Fixed #178 (#182)
REVERT: a9de233 Update CHANGELOG.md
REVERT: af5b9f2 Implemented #177 (#179)
REVERT: 658125b Ghi 171 (#176)
REVERT: bc5daa2 Implemented #171 (#175)
REVERT: 0604b90 FIxed #172 (#174)
REVERT: 19fbbe0 Fixed #169 (#170)
REVERT: 3790f18 Implemented #167 (#168)
REVERT: 2a6a725 Corrected stuff for OFW catalog
REVERT: e134591 Update CHANGELOG.md
REVERT: 1b4673e Closing #165 (#166)
REVERT: 6315ccc Code cleanup
REVERT: 0a424a5 CLang format
REVERT: bf3952d Code cleanup
REVERT: 749fbf4 Got rid of useless things I found
REVERT: d0cb734 CLang format
REVERT: 0ee50f3 Updated changelog
REVERT: 4c3d75d Closing #162 and prepared for OFW catalog (#163)
REVERT: 654d929 Returning back original category
REVERT: c0efd36 Fixed file name naming
REVERT: 7054937 clangformat
REVERT: ab7bbb9 Few tweaks for OFW catalog (#161)
REVERT: 5627bc9 * Fix for #158
REVERT: 44a0949 Refactoring 6 6 (#157)
REVERT: a89d15e Fixed #155 (#156)
REVERT: 9713ccb Fix for #153 (#154)
REVERT: 123f421 * Updated firmware references (#151)
REVERT: d13bcd7 Closing #148 (#150)
REVERT: bc1eab7 Improved token input automation code to get rid of caps lock key usage (#147)
REVERT: 1020c3c Refactoring (#144)
REVERT: 4d3e208 Added banner image for FlipC webpage
REVERT: d8bf9c5 Moved FlipC screenshots (#143)
REVERT: c11a722 Refactoring & bugfixes (#142)
REVERT: 3458f0a Implemented #137 (#141)
REVERT: 168c6e9 Implemented #138 (#139)
REVERT: 9df6fc5 * Added `--clean` flag to custom FBT tool (#133)
REVERT: 7b34241 Refactoring (#130)
REVERT: 0a9cc9e Fix BT adv name length on Xtreme firmware (#126)
REVERT: a8ea396 Closing #123 (#124)
REVERT: 5aff2f0 Refactoring. Dropping useless methods #120 (#121)
REVERT: b4e434b * Firmware submodules updated (#119)
REVERT: cb111a6 Fixed #116 (#117)
REVERT: 6ca8a70 Added Steam algo (#115)
REVERT: 2d52c78 Xtreme firmware build (#114)
REVERT: 16ba603 Implemented #106 (#107)
REVERT: 2901da8 Implemented #103 (#105)
REVERT: 5b6aedb Implemented #102 (#104)
REVERT: fd60525 Implemented #95 (#97)
REVERT: 03a7f93 Implemented BadBT automation (#91)
REVERT: 97c6116 Updated firmware references (#88)
REVERT: 44df62c * Updated firmware submodules (#76) (#78)
REVERT: ebb0a3a * Updated firmware submodules (#72) (#73)
REVERT: f7e7550 Affecting dolphin level at start (#71)
REVERT: 141f424 Cosmetic fixes
REVERT: 41c23ba Implementation of #65 (#66)
REVERT: cd7c9c7 Initial changes on #58 (#59)
REVERT: 2a69aa2 Fix for #53 (#54)
REVERT: ba15840 Fix for #51 (#52)
REVERT: b718e64 Implemented #49 (#50)
REVERT: 7bb00ea Use dedicated config directory instead of app folder (#48)
REVERT: 805adfe Implemented #36 (#38)
REVERT: fbb9d22 Clang format ran (#35)
REVERT: fea22d7 Implemented PIN changing via CLI (#32)
REVERT: 018aa7e Implemented #30 (#31)
REVERT: ee4252c Implemented #26 (#27)
REVERT: 9dcb6cb Fixed #24 (#25)
REVERT: 766a3d6 Implemented "type code in badusb mode"
REVERT: 3a111ef Clang format ran
REVERT: 44879ec Refactoring (#22)
REVERT: bd0e3c9 Reduced code size to avoid weird issue with COMPACT=1 DEBUG=0 build (#19)
REVERT: a11332c PVS-Studio pipeline (#18)
REVERT: e8bcd90 Refactoring (#17)
REVERT: 70f84f0 Still fixing SONAR issues (#15)
REVERT: 57d83e7 Fixed SONAR issues (#14)
REVERT: a5fcc23 Fixing SONAR issues (#13)
REVERT: 8d7167c Ran clang format
REVERT: 8083b9e CLI help text refactoring to better match http://docopt.org/ standard
REVERT: 1a51c11 Clang format ran
REVERT: 3a08fee Few more refactoring
REVERT: a8f2ca0 Improved authentication handling in CLI
REVERT: 4c5533f * Refactoring
REVERT: bc9836e * Updated firmware submodules
REVERT: 75b3849 A better fix for #8
REVERT: 2674ab5 Fixed issue #6
REVERT: a55ac88 Refactoring.
REVERT: 526213c Clang format ran
REVERT: 0483d8f * Fixed "Add new token" scene.
REVERT: 9c1d1b9 * Made PIN optional (#4)
REVERT: 5ea454e Added timezone configuration UI
REVERT: c0a9aa7 Updated format specifier where were wrong
REVERT: 5f8e55e Well... CLI was nice idea, but I can't make it work. Maybe next time
REVERT: 99e8ceb * Updated to FuriString
REVERT: e85da67 Initial commit. Moved all the code and setup flipper firmware as submodule

git-subtree-dir: totp
git-subtree-split: 2dd92db
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 Jan 5, 2024
RogueMaster pushed a commit that referenced this pull request Jan 27, 2024
Added reference linke to Flipper Tag
RogueMaster pushed a commit that referenced this pull request Mar 11, 2024
RogueMaster pushed a commit that referenced this pull request Apr 16, 2024
Merge pull request #16 from acegoal07/dev
RogueMaster pushed a commit that referenced this pull request May 1, 2024
RogueMaster added a commit that referenced this pull request May 2, 2024
2ea37d003cf Reorganize GPIO apps in subfolders
3d7ccda87b8 Fix build
44f14a6d859 Merge totp from https://github.com/xMasterX/all-the-plugins
894ef915986 Merge seader from https://github.com/bettse/seader
2882a34400c Merge seader from https://github.com/xMasterX/all-the-plugins
84e61f656ac Merge picopass from https://github.com/xMasterX/all-the-plugins
6bf23e509d6 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
47e2f0dc76b Merge magspoof from https://github.com/xMasterX/all-the-plugins
a2b03a1bbaf Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
ad33b215495 Unitemp: Fix view double free crash at exit
b6bf1892b70 BLE Spam: Fix help section
a8359cd B/W conversion attempt 2
dbcb0e2 BW icon convert
fce6205 Screenshots
825130d99a4 add error handle in switch
520309b97fc upd gps nmea
a9b9f2240f8 fix picopass plugin path
60756801f1e update magspoof
311bb96211a update totp
03da99f6b40 oops
636441b6c3b upd seader
1ea778633f9 upd picopass
3289a78 v2.8
ff3c15a Cross-FW compatible resource setup
4321676 Merge pull request #17 from bettse/mfc
4e12dde Temp disable one item for OFW compile
eefae49 Quick fixes for FW differences
70548ac reads MFC SE
3f83d81 returns at message
be81164 gets response for encrypted MFC
60440dd gets a couple messages in
ce15b26 reduce stack size
460ace1 MFC support
30f4556 Revert "double size of rx buffer"
8faf1a8 14a error handling

git-subtree-dir: applications/external
git-subtree-split: 2ea37d003cf1bcee7963c95630220526651bd409
RogueMaster pushed a commit that referenced this pull request May 13, 2024
Update to the newest Flipper API
RogueMaster added a commit that referenced this pull request May 18, 2024
843ad7dc60 Format
26da8ddd9f Use asset packs not fap libs assets
c750863dfd Tweak app names and categories
cdb464e6b1 Pokemon Trading: Fix crash at exit
d50d65de7a Add pokemon_trading/lib/flipper-gblink from https://github.com/kbembedded/flipper-gblink
e19a4c8750 Replace submodule
03419d7252 Add pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
1f9b7198ec Add malveke_pin_test from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
a81840b26c Add malveke_gba_cartridge from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
e17e689c6a Add malveke_gb_photo from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
b0451b137c Add malveke_gb_live_camera from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
29b23546ef Add malveke_gb_link_camera from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
2f30596840 Add malveke_gb_emulator from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
d716970d83 Add malveke_gb_cartridge from https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero
18d81bdf6e Quac: Fix import here logic
140bb274d2 Quac: Fix array out of bounds in create group when empty
acf215b487 Add quac from https://github.com/rdefeo/quac
8c44b5bc33 Link without subdir
93931d7 Merge pull request #1 from EstebanFuentealba/main
67a73ca Fix last bracket for cpp
d366342 ensure RAW subghz signals repeat
421f945 gblink: fix MALVEKE pinout breaking OK button
b8cd722930 Fix export all
447da21291 Apply format
919081b052 Fix GB Photo! pagination + status image
0cfc811 sponsor link
430c85f added build action badge
7572aeac73 Memory optimization and fix for issue #35.
11ac2a6 updated changelog and readme
845db33 Update README.md
036d6d0 improved IR file import
e0c54279b2 Update version, apply format
95d9cd041f Apply format
a4ca1758c0 Apply format
373590afd6 Update Changelog
546d248ff1 Update Changelog
fdeb904a86 Fix Parse Error
c1c5f11b4c Fix Parse Error
90297cb fixed nfc and unknown icons
560e958 basic NFC support
54e8732dd8 Fix Frozen upon exiting the gb photo.
896bc54fb0 Fix Frozen upon exiting the apps.
6c30d17499 Fix Frozen upon exiting the apps.
09f7507 fixed switch statement
2060b23 fixing version
77ab1c9 updating version in fam
00b2ba7 Merge branch 'master' of github.com:rdefeo/quac
90c432b Update CHANGELOG.md for v0.5
0f37fbf removed log statement
7709113 show hidden file setting, about screen, cleanup
bcb5cc3 updated docs and markdown lint fixes
30e0fbe add support for external subghz antenna
a3595f0 Update README.md
044cedc Merge pull request #2 from rdefeo/infrared
766526c Merge branch 'master' into infrared
bdb3aa9 added Action settings menu
3d35df2 basic IR support
d43f3e1 trying to appease the flipperlab sanitizer
4fda6ff Minor formatting changes
5cf9260 README for Flipper Lab
72fc260 original screenshots added, small ones removed
7b9a35a smaller screenshots for flipper lab
c137646 resized images to be 50% smaller
ac9708b Update README.md
4ee9b36 new screenshots
19dd1d0 rotated img
01d892f Update README.md
d68641d new screenshots of new ui
ffbe77d Merge pull request #1 from rdefeo/new-ui
09230aa code cleanup, log cleanup
a938b09 Merge branch 'master' into new-ui
59499e5 update for 0.99.1 firmware
9d34229 pushing latest
f0c9d33f98 Fix FuriHalRtc: new datetime lib. version 2.1
a8004cf68f Fix FuriHalRtc: new datetime lib. version 2.1
3a76632379 Fix FuriHalRtc: new datetime lib. version 2.1
995e0b3f08 Fix FuriHalRtc: new datetime lib. version 2.1
5f411534af Fix FuriHalRtc: new datetime lib. version 2.1
58338bae8e Fix FuriHalRtc: new datetime lib. version 2.1
43ccb0583e Fix FuriHalRtc: new datetime lib. version 2.1
80857c9 icon was not truly white and black!
5baf7c1 small cleanup
a7c4386 revamped UI, settings, icons
1274b7ed10 FuriHalRtc refactor: new datetime lib
8da6d9d1af FuriHalRtc refactor: new datetime lib
a251744f55 Apply ufbt format
56269850a3 Apply ufbt format
ccf34ccc2e Apply ufbt format
57af5a6821 Apply ufbt format
09fed0f035 Apply ufbt format
d1b25f5a33 Apply ufbt format
3ee535d195 Apply ufbt format
3c19786718 Update Changelog.md
87d5f43170 Update Changelog.md
f7aad8daad Update Changelog.md
30a9314f94 Update Changelog.md
0d3cd7cf91 Update Changelog.md
12613cf951 Update Changelog.md
cfd39f6b59 Fix DateTime to FuriHalRtcDateTime
41fc7c7843 Fix DateTime to FuriHalRtcDateTime
0d504bd304 Update GB Pin Test
b61aa54d55 Update GB Link Camera 2.0 New Serial API closes #18
8f0541f0a1 Update GB Emulator 2.0 New Serial API
f319e6076b Update GBA Cartridge 2.0 New Serial API closes #19
6edb684b38 Update GB Cartridge 2.0 New Serial API closes #17
b502c73e46 Update GB Live Camera 2.0 New Serial API closes #20
d1aafd9028 Update GB Photo 2.0
16c4ea1 Update README.md
16f31e2 v.02 changes
45a32bc Update README.md
8c712cf Update README.md
09291fe removed unused file
0b5a68c Merge branch 'master' of github.com:rdefeo/quac
2d7c8dd added playlist support, cleanup
c70747e Update README.md
c135a68 Create CHANGELOG.md
b884fea Update README.md
58a1ea3 Update README.md
2097b8d Update README.md
13e66a3 Added navigation to readme
4ef694f removed unecessary .gitignore
95afe65 updated .fam
44e0276 Update README.md
e59bd06 Update README.md
c5cc8ef fixed headers and updated screenshot
a6ad631 Update README.md
250ab6f adding screenshots
ca9bd89 Update README.md
c7efc10 Update README.md
e4a1dd8 first commit
01195d6 gblink: Add c++ handling in header
a9feb75 Update GitHub Actions
f12a924 Add submodules to GitHub Action
04b7f69 Update README
0309d11 Update Build Action
4d66035e39 Update README.md
baeacbd212 Fix Write RAM View
377a19a Update Name
404705d91d Update all changelog
4939ce5747 Update all changelog
f2266afb77 Update all changelog
bc5697c1f5 Update all changelog
8366d23c2e Update all changelog
92edda9735 Update README new application names
af905daf9c Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
5bb7044f69 Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
e1694e1ac6 Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
c7ba45e948 Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
b569a4e025 Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
183b41c735 Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.
0abb846ac3 Apply ufbt format
e9b4d30d29 Update TODO README.md
f834b59b56 Fix Flipc Link [MALVEKE] GAME BOY Cartridge (GB/GBC) #12
4409c3f6cc Add Acknowledgements
e5906f3733 Update README.md
5d0d4faa5d Add: GAME BOY Photo Application
32a15e79ea Apply Ufbt Format
e3a8872213 Update Catalog ChangeLog
8b31bb929f Update MALVEKE GAME BOY Live Camera version 1.2
b3bb922040 Fix GAME BOY Camera Invert Capture
2c7b4a7 Update README.md
a80dbf2597 Fix backlight on
d33d606 Update README.md
4283f27 Update README.md
2c7e87e Merge pull request #22 from kbembedded/gblink-refactor
920fa56 README: update howto
a6d3c85 Bump to v1.5
db9fa6b pokemon_app: detect if MALVEKE present
a9f399b scenes: pokemon_pins: Initial commit
3759704 trade: initial use of gblink
17daede lib/flipper-gblink: Initial commit, v0.5
805c3da Initial commit
bb9dac7 README: Add link to Flipper GB Link
89c6726aed Fix: add backlight enforce on
d3ce01d Update Links README.md
db3a101f67 Fix icons
e2f57085b8 Fix icons
7acff59a8f Fix icons
fe216246cd Add auto pin hig
9707052bd5 Update images
974641cfd8 Add Flipc images
7275c25998 Add FAP Version
0a8daf1b64 Update README (catalog)
95054f9a24 Update README (catalog)
5028ca0377 Update README (catalog)
2a47e1e450 Update icon
6663c8db78 Update FAP version 6  FAP description
15c70c969b Update FAP version 6  FAP description
1b80c37e77 Update application fam description
948bdbb216 Update Catalog README
50a4fef10b Update Catalog README
1d77ee8aeb Remove tags
d8cc6a768a Remove shortcode
fb4249f722 Add README catalog
35bce9b133 Fix README max level 2 exceeded
209d7cf1ba Fix icon Black&White
902aa40ac6 Add Publish to flipc Apps
c99abad395 Add Publish to flipc Apps
9b36c840b5 Add Publish to flipc Apps
d7c111701b Add Publish to flipc Apps
264fea0739 Add Flipc Docs
04df0352fb Apply ufbt format
c97afa6969 Fix remove settings file
df67690943 Fix: Remove redeclaration
48b3549ca5 Chore: Setting up the environment for publication in the catalog.
d1a2816f56 Apply Ufbt Format
538210f2a4 Added develop GAME BOY Test pins
a91f097f45 Fix GAME BOY Camera Live Directory
f9bfd629d2 Fix MALVEKE Directory app
036ab87a82 Fix GAME BOY Cable Link - Camera
5257144208 Add RAM Restore!
e554f705ad Update README and EXT Connection
8a37d5ce0e Update Branded MALVEKE
d6d2705eb9 Update Branded MALVEKE
23c7cd537e Update Branded MALVEKE
38e5a6e4a7 Update Branded MALVEKE
0fedc83bf4 Update Branded MALVEKE
8fc3d01057 Fix initialized
c8c0b9dfa6 Update GAME BOY Emulator POC
766b52a936 Fix GAME BOY Link Camera
2547ae7868 Add POC GB Emulator
1ce1287908 WIP: write RAM (test serial)
dac3a65d63 Fix cJSON Parse numbers
8865dc78db Fix ROM dump!
8dbd283 workflows: Reduce tag version reqs to run actions
78c99b8 Merge pull request #21 from kbembedded/trade-features
66f34afc5e Merge branch 'main' into v1
6e711254b3 Add WIP GAME BOY ADVANCE app
3ffd91bb71 Merge branch 'main' into v1
a37448cda1 Merge branch 'main' into v1
f242fb5cff Merge branch 'main' into v1
34ab1275fa WIP: GAME BOY ADVANCE App
32493e4 Update TODO, changelog, application.fam, and README.md
ee7ff63 Fix FAP icon
e9b34ac scenes/pokemon_*name: Refuse numbers.
c617ce3 trade: Fixes, features, and improvements
cf97504855 Update README.md
9496103e3f Update README.md
98ac69de7e Update README.md
2177845d83 Add Documentation of Applications
448cd5da2c Add Documentation of Applications
d157fafcf0 Add Documentation of Applications
17a4e002b9 WIP: Transfer RAM
de8ef7d pokemon: Reimplement logging
829df9f1f6 WIP: Dump RAM
ebfa448099 Fix RAM Dump
650f6f2379 Fix Gameboy Camera 5v
3296bb9ac2 Change Submenu -> VariableItemList
c60f6720cf Update Gameboy Live Camera
a98380ed83 Add Marauder first functions
fd16993cf0 Add Marauder first functions
b9acbf17c1 Add Marauder first functions
788848a Create FUNDING.yml closes #15
af79315 Update README.md
c4c2469 Fix format, apply `ufbt format`
4522377 Merge pull request #14 from kbembedded/code-refactor
35db373 Update Version 1.3
5884a74 views/trade: Cease my abuse of View model
5ce0ed1 views/select_pokemon: Cease my abuse of View model
b7a8c92 Fix view_port_update on change pokemon
e54d564 Update README
f0cfb90 docs: Update README and photos with latest
574c485 flipc gallery: Update screenshots from latest
0f71162 changelog: Add changes from R4g3D and myself
ef064d7 Move TODOs in to seperate file
4d65c48 README: Roll back in updates
20f949f pokemon: Refactor, UI update, feature update
1164e99 pokemon: Convert to C from C++
56aceaa pokemon: Clean up includes
783e376 select_pokemon: Use intermediate variable for curr_pokemon
5d8823a select_pokemon: Remove get_view function
fd28f23 pokemon: Refactor party trade struct setup/use
bb3c88f pokemon_data: Clean up comments
a2b8258 pokemon_app: Use species instead of hex for normalizing
bebe8da pokemon_app: Remove Gui in fap struct
4277b04 pokemon: refactor
a75ac8f views/select_pokemon: Refactor input processing
ddc7edb views/trade.cpp: Refactor large cond. blocks to switch
679777e Revert "Added pokemon name, type, level, exp, moves, stats"
87a385a Revert "Fix"
2c83a70 Revert "Added stats selection"
a6d35f1 Revert "Update for added usage"
8428ab0 Revert "Update todo"
3de7c24 Revert "Set pokemon name to act like no nickname"
6fd5098 Revert "Update README"
3779049 Revert "Update README"
d1f4ce5 Revert "Fix Nidoran issue"
50b4da1 Merge pull request #17 from R4g3D/main
d7bcf88 Fix Nidoran issue
4b84b25 Update README
a113ee3 Update README
a712da6 Set pokemon name to act like no nickname
6f54ca2 Update todo
1d25614 Update for added usage
80e3bb4 Added stats selection
e953ecc Fix
01ddb3a Added pokemon name, type, level, exp, moves, stats
6744eb6 Remove reference http
9b02d1d Add README catalog
6e185ee Lint files
e5efe70 Update application.fam
4a5529f Create changelog.md
c09a0e3 Merge pull request #13 from kbembedded/cleanup-data-struct
62a7b2a Merge pull request #12 from kbembedded/fix-furi-crash
82e6961 pokemon_data: move trade array to struct
0e956db pokemon: Clean up pokemon data tables
48d2a09 views/select_pokemon: Clean up select screen
dc12f70 trade: Call furi_hal_gpio_remove_int_callback on CLK
00e7701 pokemon_app.cpp: Clean up double calls in alloc
04e0332 Add GitHub Action Flipper Zero Build
32d081a Merge branch 'main' of https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Trading-Pokemons
7d38674 Update fap version 1.2
7f44cc4 Update TODO list
0fd654f Update cut cable image
1de74f7 Fix cut cable diagram
023f329 Fix cut-cable-v2.png
e4fe638 Update README.md images v2
f1efb9e Fix Frozen `OK` Button, Closes #1
0f6e193 Update Manifest data
b13bf7f Update fap links
b2ffe08 Update README.md
4d0658c Fix svg height
007fc54 Add implemented by
55b027b Fix implemented
c3dd8ff Add implemented svg
4396450 Add Issue template
651adcb Add Implemented in
59370ab Add fap links
c256f31 Update reddit url
e8a4af5 Add note wire colors
6d072de Add Connect without Socket PortData EXT Link
3738fb9 Fix image
eafa3f7 Update: README.md
9526399 Add Images For flipc.org gallery
b9930c2 Fix 🇪🇸 language
dba8774 Update README subtitles
ebf88d3 Merge branch 'main' of https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Trading-Pokemons
5ef9bb8 Fix GBPlay blog URL
0c562bf Update README.md
393fa0d Add  🇺🇸 language
2f3a658 First Commit 🎉
2fd49f0 Initial commit

git-subtree-dir: applications/external
git-subtree-split: 843ad7dc60cd27282fca17d476edd33f61b1a372
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 pushed a commit that referenced this pull request Nov 13, 2024
RogueMaster pushed a commit that referenced this pull request Dec 8, 2024
RogueMaster pushed a commit that referenced this pull request Jan 1, 2025
RogueMaster pushed a commit that referenced this pull request Feb 1, 2025
RogueMaster pushed a commit that referenced this pull request Mar 6, 2025
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…
RogueMaster pushed a commit that referenced this pull request Apr 30, 2025
RogueMaster pushed a commit that referenced this pull request May 23, 2025
RogueMaster pushed a commit that referenced this pull request Jun 16, 2025
Automatic start of the five-volt GPIO pin
RogueMaster pushed a commit that referenced this pull request Aug 15, 2025
…ns/checkout-5

build(deps): bump actions/checkout from 4 to 5
RogueMaster pushed a commit that referenced this pull request Oct 4, 2025
RogueMaster pushed a commit that referenced this pull request Oct 24, 2025
Fixed prev navigation for AttackTypeLoadFileCustomUids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants