Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gornek/2441 ble fix #17

Merged
merged 6 commits into from
May 18, 2022
Merged

Gornek/2441 ble fix #17

merged 6 commits into from
May 18, 2022

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 <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
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: Separate…
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
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.

None yet

2 participants