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

Extended frequency range flags #116

Merged
merged 4 commits into from
Jul 25, 2022
Merged

Extended frequency range flags #116

merged 4 commits into from
Jul 25, 2022

Conversation

tkerby
Copy link

@tkerby tkerby commented Jul 25, 2022

What's new

  • Increased frequency limits to match those to the unofficial range of Yard Stick One. This allows the use of the SubGhz files for restaurant paging systems and others to work. Note that this is an unofficially supported frequency, and the device needs to be region unlocked for this to work. It's at your own risk as developers have raised concerns that there may be damage outside official ranges, although it's most likely ok. Yard Stick One devs noted the only problem they saw was with failure of the PLL to lock but no damage to the transceivers and no problems at all with a larger range than on the datasheet. This mod falls within their extended unofficial range.

To get the extended range you need to add an additional subghz settings file to enable it with a Boolean to turn it on. Read the source code to work out the file name and flag name!

Notes

It would have been nice to add an additional bool to settings_user but unfortunately trying to read a non-existent bool seems to hang the FZ app system. This means we would have to make the setting visible and set to false. The best way to hide a function is to add an additional settings file on the as card as if it's not there it can be ignored

Verification

  • Tested using an SDR. PLL remains locked and transmits correctly

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

Increased upper limit of 433mhz range to 468mhz from 464mhz
@RogueMaster
Copy link
Owner

Please do continue using this and we can revisit in some time to see if any damage is caused by this change. If not, will consider merging after a few months time.

@tkerby
Copy link
Author

tkerby commented Jul 25, 2022

Is there an easy way to add a flag in the settings file that could be used here? Thinking in the same way the region unlock is turned off

@RocketGod-git
Copy link

Please do continue using this and we can revisit in some time to see if any damage is caused by this change. If not, will consider merging after a few months time.

I'm also testing... no issues so far but I'll keep you posted. I'm RocketGod on Discord.

@RocketGod-git
Copy link

@sweeper1
Copy link

Agreed that a settings flag similar to the region unlock with a warning / YMMV statement would be great

Can use full extended range as per Yard Stick One support. This is at your own risk and you have to add the right flag into settings_user to activate. Look at the firmware for the flag!
@tkerby
Copy link
Author

tkerby commented Jul 25, 2022

So I've managed to get a flag working but there seems to be a bug in that the app will crash if the flag doesn't exist in the settings file - ie it must be there with a true/false

I'd far rather hide the option from the settings so users have to explicitly know what to add rather than leaving it there set to false

Added a secret settings file in SubGhz/Assets that enables the same frequency range as a Yard Stick One. This is use at your own risk, so have a look in the firmware to find the name of the file and the key you need. The file is the same format as settings_user
@RogueMaster RogueMaster reopened this Jul 25, 2022
@KairuByte
Copy link

If the setting is required, and this cannot be worked around, use a setting name that is daunting.

potentiallyDestroyYourFlipper = false for example.

@tkerby tkerby changed the title Extended frequency range for restaurant pagers Extended frequency range flags Jul 25, 2022
@tkerby
Copy link
Author

tkerby commented Jul 25, 2022

If the setting is required, and this cannot be worked around, use a setting name that is daunting.

potentiallyDestroyYourFlipper = false for example.

That's the plan - there is an appropriately named file and flag. You need to find the names in the source by looking at the code or this PR to enable. I'd suggest we don't distribute the settings file by default.

@RogueMaster RogueMaster merged commit b6257e5 into RogueMaster:unleashed Jul 25, 2022
RogueMaster pushed a commit that referenced this pull request Oct 31, 2023
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 added a commit that referenced this pull request Mar 1, 2024
9f74b3362f Fix URL
0110ec76ed Merge pull request #2 from AbeNaws/dev
ce72c1f2c5 Merge pull request #1 from Mr-Proxy-source/dev
8530b1a3b8 Small bump in the road
3e7fe1957f Added lil creds to website hehe
64f78b6262 Added Momentum custom pop up
af7feff6ae Merge totp from https://github.com/akopachov/flipper-zero_authenticator
43b04b80f2 Merge seader from https://github.com/bettse/seader
730c7efc49 feat: updated wolfSSL library to the latest version 5.6.6
63e04d575b ci: added build target for Momentum firmware
dae7906c1a Small bump in the road
29e353cb19 fix: fixed build on latest toolchain
58b9cb1769 Format
59ebc5ba9a PcMonitor: Store keys in app storage
4b11f03634 PcMonitor: Fix for new BLE API (req pairing again, different MAC)
a350b09d4c Add pc_monitor from https://github.com/TheSainEyereg/flipper-pc-monitor
4ee2ce605e Remove spaces in serial QR code
112d1b690e Save SN to QR code file
144bf42fe7 Save serial number to file
87813fc67d serial number
f05a4ba59b Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
94a1e5980b Merge wifi_marauder_companion from https://github.com/xMasterX/all-the-plugins
ee6e40f604 Merge video_game_module_tool from https://github.com/flipperdevices/flipperzero-good-faps
d064acf969 Merge unitemp from https://github.com/xMasterX/all-the-plugins
22eca4721f Merge totp from https://github.com/xMasterX/all-the-plugins
90a3d28325 Merge picopass from https://github.com/xMasterX/all-the-plugins
a21c43a5e7 Merge geiger from https://github.com/nmrr/flipperzero-geigercounter
d750d6f8fc Merge flipbip from https://github.com/xMasterX/all-the-plugins
c176f6736f Merge doom from https://github.com/xMasterX/all-the-plugins
692872ee14 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins
04e7527b09 Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller
9e59769126 Merge airmouse from https://github.com/xMasterX/all-the-plugins
2b289ed0b7 bug fix
8de72bfce8 bug fix
fa7e0e1c9b revert of the revert
a8b5160dea [FL-3773] VGM Tool: Fix crashes (#149)
8396f537cc Revert "upd nfc magic"
44c7b01199 update wifi marauder app
0a2b6900fe C20 fixes
6d9b64427b Marauder: Fix script save pcaps handling
01105174f5 Properly fix marauder script number parsing
f0f88cfa47 Revert "Fix marauder script retarded number parsing"
3bd8757843 Fix marauder script retarded number parsing
4ed8511374 fix for new c version
35084c0a02 fix for new c version
2e637b1eb9 fix for new c version
667ce8c00b fix for new c/cpp versions
c613780fd9 upd picopass
8c39cdeb29 upd totp
f2976b5275 MassStorage: Move to firmware repo
f4a8f664b2 MassStorage: Delete new image on fail, not "already exists"
f3eff033b9 MassStorage: Format new images to exFAT automatically
b1ec79bbb1 Merge totp from https://github.com/akopachov/flipper-zero_authenticator
76cc292df3 Revert "Totp: BLE Refactor"
9f127edcad Revert "Totp: Temp fix automation abstractions"
6e9970ea1c Fix some update scripts
2505d69292 Merge seader from https://github.com/bettse/seader
7a63e42d5c Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
a39b95fd2f Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
a221cb899d Updated version
6bb63e8e11 feat: updated code to make it compatible with latest FW changes (BT refactoring) (#225)
3e3b08961e Fix build
5d0aec99cd BleSpam: Restore previous extra beacon config on exit
aff925a6c1 BleSpam: Fix connection issues + refactor
84a1dabc58 VgmTool: Manifest tweaks
95b0d684b1 upd airmouse
6d3a3cdbc0 triggerble updates
f1e21a5331 totp updates
34ab1b6235 update to firmware 0.98.3
a6d8819321 Update VGM Air Mouse
6798ec01a7 BleSpam: BLE Refactor
4987eed622 Picopass save written key (#126)
1a116cc043 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Apps into dev
6a65d71d11 BtTrigger: BLE Refactor
96d5609a0c AirMouse: BLE Refactor
8a1ca62582 Totp: Temp fix automation abstractions
d9f7c15535 Totp: BLE Refactor
c389bb7442 Format
beb9c4dc76 Add air_arkanoid/engine from https://github.com/flipperdevices/flipperzero-game-engine
20ffabb4bb Fix submodule
5613c91cd1 Fix merge
2688992a08 Add vgm_air_mouse from https://github.com/flipperdevices/flipperzero-good-faps
4be5d9d426 Add second remote
dadb9f0afd Add vgm_air_mouse from https://github.com/xMasterX/all-the-plugins
fbe5d1ea67 Fix merge
927849c9e7 Add air_arkanoid from https://github.com/flipperdevices/flipperzero-good-faps
9b5c83a2b1 Add second remote
e2b58d06d1 Add air_arkanoid from https://github.com/xMasterX/all-the-plugins
033e87bfbd Fix merge
4cbdc17798 Add video_game_module_tool from https://github.com/flipperdevices/flipperzero-good-faps
6e3f6cc2ff Add second remote
154b3458ee Add video_game_module_tool from https://github.com/xMasterX/all-the-plugins
403ee9dca5 Add digikey smartcard2click link
522790fd5c fix: breaking changes in latest FURI_HAL
4a0d9f3f72 Format
a1fd07bd39 UniTemp: Fix merge
3215625170 DateTime lib refactor fixes
797db97737 Fix merge (why git?)
ff24807dc8 Fix remote fetch order
5abd2bddaf Improve subtree update scripts
1cba98f1d1 Merge unitemp from https://github.com/quen0n/unitemp-flipperzero
96593b9d8f Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller
11c9033228 Merge totp from https://github.com/xMasterX/all-the-plugins
9b07a5b631 Merge seader from https://github.com/xMasterX/all-the-plugins
7a33b6c19a Merge picopass from https://github.com/xMasterX/all-the-plugins
2484327d17 Merge nrf24batch from https://github.com/xMasterX/all-the-plugins
1ddcad9d54 Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
dffc45bd68 Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins
4f061e863a Merge geiger from https://github.com/xMasterX/all-the-plugins
fa8ff0ae56 Merge camera_suite from https://github.com/xMasterX/all-the-plugins
b18188b94a Merge bpmtapper from https://github.com/xMasterX/all-the-plugins
67f9049a7f Merge avr_isp from https://github.com/xMasterX/all-the-plugins
370f3eb70b fix
a5d6329d7c upd nfc magic
2373f4bc98 datetime fixes
bc38e01d2e datetime fixes
6abf81f8b2 datetime fixes
dfe5c92fa4 datetime fixes
5d9fe43847 datetime fixes
6cc19118b7 datetime fixes
9d155d53a6 datetime fixes
82197e54c1 datetime fixes
ae8e6f4764 Fix build
8561f6b9aa Update to bit_lib
11f42a5686 application version fix
bfe3c92035 assets fix
5e32c899ea Simpler IR last settings import
a43579c0c6 VGM apps descriptions fix (#144)
5e7e04e805 VGM apps descriptions fix (#144)
7abc2e4bbb VGM apps descriptions fix (#144)
0ecfafc8f6 more fixes
96ac10cdc6 totp fixes
b00fb80506 add new ofw apps for new module
354a9cca8c add new ofw apps for new module
efa5ce6828 Merge wifi_marauder_companion from https://github.com/xMasterX/all-the-plugins
a7c2fb1468 Merge text2sam from https://github.com/xMasterX/all-the-plugins
de15348c47 Merge tanks from https://github.com/xMasterX/all-the-plugins
4c08719aa5 Merge picopass from https://github.com/xMasterX/all-the-plugins
4250811eb6 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
d195b9f206 Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins
320a393baa Merge i2ctools from https://github.com/xMasterX/all-the-plugins
c38d13cdaf Merge heap_defence from https://github.com/xMasterX/all-the-plugins
7c14fed916 Merge geiger from https://github.com/xMasterX/all-the-plugins
eca175d75f Merge flizzer_tracker from https://github.com/xMasterX/all-the-plugins
47d9bf482d Merge flizzer_tracker from https://github.com/LTVA1/flizzer_tracker
e62a09ae77 Merge flipbip from https://github.com/xMasterX/all-the-plugins
8d1d8704d0 Merge evil_portal from https://github.com/xMasterX/all-the-plugins
1c28e65d71 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
1836cb8846 Merge chess from https://github.com/xMasterX/all-the-plugins
8564aef32a Air Arkanoid: catalog preparations (#142)
55726f0bfb Merge atomicdiceroller from https://github.com/xMasterX/all-the-plugins
7ed9afaeb2 Add video game module tool (#127)
27c5310235 Merge airmouse from https://github.com/xMasterX/all-the-plugins
4faf23dd7d Merge 2048 from https://github.com/xMasterX/all-the-plugins
add7b357e1 Add Air Arkanoid (#141)
501fd1e1a8 Update application.fam
e9c0f8e985 upd air mouse
7d8a26f959 Air Mouse with old BLE profile (#131)
64c9eff4f2 fix compilation
d688ab2658 upd evil portal
e9ae35c612 Level: get context
e3ec9f7f44 Fixes for gcc12
c108f40749 Fixes for gcc12
6f9f1c14c3 Fixes for gcc12
2c183e346d Fixes for gcc12
b778682361 Fixes for gcc12
5c6384e1c8 Fixes for gcc12
f891fa63ee Fixes for gcc12
4c20cad05a Fixes for gcc12
5acc8295fa Fixes for gcc12
b0c967994d Fixes for gcc12
62edce2d38 Fixes for gcc12
d56740dde4 Fixes for gcc12
f94da09829 Fixes for gcc12
83b274d726 Level: entity count
66bc57f3c4 fixes for mifare fuzzer
20255ba821 Workaround for furi_hal_gpio_add_int_callback conflict with expansion
e5f29ad68d Workaround for furi_hal_gpio_add_int_callback conflict with expansion
209129adea Workaround for furi_hal_gpio_add_int_callback conflict with expansion
3c162ab95d Workaround for furi_hal_gpio_add_int_callback conflict with expansion
523ed6bc97 MassStorage: Limit to .img and .iso files
e5e7f744a6 readme
8170272cbe license
647362dd31 Canvas: printf
79a25d86d3 Better sprite builder
3a00a275f9 MifareFuzzer: Fix protocol mismatches (maybe?)
f5efc5bec3 Fixes for toolchain 28 / gcc 12 pt2
25db1f08bb Fixes for toolchain 28 / gcc 12 pt1
e6729e297b Format
7586d7d91b Picopass: Fix compile
861fdbd5b7 EspFlasher: Marauder bins with Samsung Evil Portal by cococode
34a93e0974 Merge wifi_marauder_companion from https://github.com/0xchocolate/flipperzero-wifi-marauder
e830aee407 Merge unitemp from https://github.com/quen0n/unitemp-flipperzero
7280fedfc1 Merge totp from https://github.com/xMasterX/all-the-plugins
6b22c7d004 Merge totp from https://github.com/akopachov/flipper-zero_authenticator
058ed591b5 Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute
0dc721a166 Merge seader from https://github.com/xMasterX/all-the-plugins
d1e3854bc6 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
e3ee15edb0 Merge picopass from https://github.com/xMasterX/all-the-plugins
e6aed3c972 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
91c9118163 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
5f5d0d9550 Merge esp_flasher from https://github.com/0xchocolate/flipperzero-esp-flasher
d995298491 Merge airmouse from https://github.com/ginkage/FlippAirMouse/
798a08d6dd Geiger: Temp fix for gpio interrupt callbacks
8f81fa6bfe Entity: better event system
ffc6588ef8 EvilPortal: Fix sone memory management
aecfb6f1ea Game manager: superclass :(
7876baf1ce Vector class
7e2fc4e6da Game manager: sprite loading
4961b5aa77 Entity: ability to remove collider
ce3fd73e9c upd totp
d401b0bc2b upd picopass
0169a34522 bump ver
26906fdec2 Chess: Builtin scumm roman font
f5ac82b502 game: settings
6c5f37ed05 Merge pull request #71 from DarkFlippers/dependabot/github_actions/actions/checkout-4
1f473358f4 Merge branch 'master' into dependabot/github_actions/actions/checkout-4
62b5f57ea5 Merge pull request #70 from DarkFlippers/dependabot/github_actions/github/codeql-action-3
7fb860b380 Merge pull request #69 from DarkFlippers/dependabot/github_actions/heinrichreimer/github-changelog-generator-action-2.4
686198d1cc Merge pull request #72 from DarkFlippers/dependabot/github_actions/actions/stale-9
dceb6f001e build(deps): bump actions/stale from 8 to 9
2c2c2760e6 build(deps): bump actions/checkout from 3 to 4
65a49ad62d build(deps): bump github/codeql-action from 2 to 3
6cc9858036 build(deps): bump heinrichreimer/github-changelog-generator-action
4b58b02dfe Create dependabot.yml
b29a5871ca NfcMaker: Change tag type header text
6903235ad1 Possibly fix Flipper-XFW/Xtreme-Firmware#508
c01290b264 NfcMaker: Add comments for wifi gen
9cf9eaaa68 NfcMaker: Refactor, support different NTAG types
4d6fbb2e13 Level: speed up collision check
60dcf072cc engine: always give time for the system
f17f2d7176 game: fix context
4f34e318cd Replace director with manager
299da8d5f5 More declarative way to setup game
731560f8fd IMU
66dac52174 picopass: apply card to back view (#118)
5d78dbbd4f BleSpam: Fix click offset
4ee85ff91f Level: clear
6f3496d093 Entity: collider offset
a7cf03ed95 Update README.md
79178356a3 Merge pull request #16 from nminaylov/app_name_change
9e3d98a3b1 Changed app name
26c5e2c556 Sprite: new format
514c1e4fff Entity: events
f1be1c2806 fix: compatibility with obsolete firmwares
c8d62022ae Updated version
bc062bff65 feat: implemented standard navigation patterns (#223) (#224)
e076f4706e Update README.md
eee5d3ae1a collision system
4e19dbe308 Update changelog.md for app catalog
55054ccf75 Update version in application.fam
bd52f0cffb Copy serial fixes from xtreme-apps
10c20a738e Update changelog.md for app catalog
272eb25ed9 Support Unified serial PCAPs + Fix for OFW 0.98 (#47)
ce579fcc49 Level: relaible freeing
0fd5c92d3b update to firmware 0.98.2
2618f45ca4 Merge pull request #66 from haisenteck/master
73065913d3 Format
80bf99630e Merge flizzer_tracker from https://github.com/xMasterX/all-the-plugins
d970bd0c2a Merge flizzer_tracker from https://github.com/LTVA1/flizzer_tracker
3daa2720a1 Entities: debug leakage
feaaabd69b naming
eac54c905d Engine: simplified entity allocation
d855d02142 BleSpam: Add some disclaimers for patched things
0935a4a906 IrIntervalometer: Change display name
e0cf1c734b Format
ad7c954ca8 IrIntervalometer: Support external IR Blaster
3c5205b13f Fix merge
bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer
1ac8f5dc69 Add second remote
e9e7b49393 Add ir_intervalometer from https://github.com/xMasterX/all-the-plugins
e835dec726 Fix merge
10ba39d17a Add usb_consumer_control from https://github.com/WithSecureLabs/usb-consumer-control
15979a9347 Add second remote
986af356d7 Add usb_consumer_control from https://github.com/xMasterX/all-the-plugins
30d0df5152 Oscilloscope: Tweak display name
914d8eacf9 Fix merge
0b5b9ddadf Add oscilloscope from https://github.com/anfractuosity/flipperscope
f647943c41 Add second remote
8f46a61ae2 Add oscilloscope from https://github.com/xMasterX/all-the-plugins
aee7b26c37 BtTrigger: Use system icons
18ef160397 Fix merge
f5f3295e07 Add bt_trigger from https://github.com/Nem0oo/flipper-zero-bluetooth-trigger
c6cc38cc86 Add second remote
8c90b88a9f Add bt_trigger from https://github.com/xMasterX/all-the-plugins
0f2977f7cb MfcEditor: Use system icons
8c0ca9f641 Fix merge
cbe637eeb2 Add mfc_editor from https://github.com/TollyH/flipper-apps
4382659af8 Add second remote
2ad78513d6 Add mfc_editor from https://github.com/xMasterX/all-the-plugins
cdb1d761ef GpioController: Tweak name
1a750ad077 Fix merge
137ef5d981 Add gpio_controller from https://github.com/Lokno/gpio_controller
9fefc9a39e Add second remote
a0ebe2dfe5 Add gpio_controller from https://github.com/xMasterX/all-the-plugins
0e0ee7444b T5577Multiwriter: Use system icons and tweak display name
3d2ff65595 Fix merge
9800e0c3af Add t5577_multiwriter from https://github.com/Leptopt1los/t5577_multiwriter
86297894fc Add second remote
c43c75edb5 Add t5577_multiwriter from https://github.com/xMasterX/all-the-plugins
1457614a6a Em4100Generator: Fix paths and change appid
e929c7097d Fix merge
70324366c3 Add em4100_generator from https://github.com/Milk-Cool/fz-em4100-generator
33e6799f30 Add second remote
c5f8574f34 Add em4100_generator from https://github.com/xMasterX/all-the-plugins
233a9f0a2b XRemote: Use FW infrared gpio settings
69a24fcdcc XRemote: Use system icons
20fb61622f Fix merge
dcc7ed039b Add xremote from https://github.com/kala13x/flipper-xremote
bb16410a33 Add second remote
f8294dda6b Add xremote from https://github.com/xMasterX/all-the-plugins
b3f33b1fcd Seader: Use system icon asset packs
f59b3eb39e Fix merge
b926006cf4 Add seader from https://github.com/bettse/seader
e0cba1fbfd Add second remote
dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins
70a5b56bba RollingFlaws: Tweak app name
4ab455f399 Fix merge remotes
acefcf07d3 Add rolling_flaws from https://github.com/jamisonderek/flipper-zero-tutorials
63c3bd3c8c Add second remote
1e76988825 Add rolling_flaws from https://github.com/xMasterX/all-the-plugins
88155ffd3c Remove brainfuck and ocarina
6fbc11f594 Remove SAM, Mandelbrot, Music Beeper, Zero Tracker
52767059f0 Update marauder 0.13.7 and companion 7.0
1051cf5a9d Add Came 12bit 330Mhz
334b94d1f7 Unitemp 1.4
f686b00ad9 Format
0665a9f516 v2.4
549a5d3978 update with fixes from @xMasterX
3da0790709 readmefixes
f8f1e9aea2 Engine: simple level-entity system
5f0b3e1f84 EspFlasher: Add Multi-Fucc Wardriver bin
c1789461ba EspFlasher: Tweak naming a bit
11db123e71 fix! no more bugs please
9101e77110 add mfc_editor app
387778c312 Fix remaining UART apps for expansion changes
4f02d8a789 Fix build
8920399d57 Format
74c43a7942 Merge dap_link from https://github.com/flipperdevices/flipperzero-good-faps
08201ff5f2 Merge wifi_scanner from https://github.com/xMasterX/all-the-plugins
f737ed5ce1 Merge wifi_marauder_companion from https://github.com/xMasterX/all-the-plugins
0f34884e80 Merge wifi_deauther from https://github.com/xMasterX/all-the-plugins
54d49307f0 Sprite: check that sprite is loaded
b4d42de456 Merge uhf_rfid from https://github.com/xMasterX/all-the-plugins
ff03bbd6fa Merge uhf_rfid from https://github.com/frux-c/uhf_rfid
1176130bb7 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins
fc16169baa Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute
79fba80a94 Merge sentry_safe from https://github.com/xMasterX/all-the-plugins
e9ccb337a5 Merge picopass from https://github.com/xMasterX/all-the-plugins
638f5af272 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
25ab351e4e Merge nrf24batch from https://github.com/xMasterX/all-the-plugins
354e084884 Merge minesweeper from https://github.com/xMasterX/all-the-plugins
cdf5bd2d5d Merge mass_storage from https://github.com/xMasterX/all-the-plugins
48af1c3689 Merge magspoof from https://github.com/xMasterX/all-the-plugins
8a2ccf2940 Merge ifttt from https://github.com/xMasterX/all-the-plugins
18e7c8ff39 Merge hc_sr04 from https://github.com/xMasterX/all-the-plugins
20f57d29e5 DapLink fix for new UART API (#122)
128838dce2 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
8c60d26e85 Merge gpio_reader_b from https://github.com/xMasterX/all-the-plugins
e9d4a97a32 Merge evil_portal from https://github.com/xMasterX/all-the-plugins
85fc7254e4 Merge esp8266_deauth from https://github.com/xMasterX/all-the-plugins
1840bbd91e Merge doom from https://github.com/xMasterX/all-the-plugins
af1ed5ea59 Merge dap_link from https://github.com/xMasterX/all-the-plugins
e206f5c60a Merge camera_suite from https://github.com/xMasterX/all-the-plugins
7ce1e0a15c Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite
42f1ffcdba upd airmouse
53e72b589b upd picopass
115da70121 Picopass: rename AA1 to card_data (#119)
70b8819e23 bump versions for catalog apps
22d14da6b6 bump versions for catalog apps
f739306e76 bump versions for catalog apps
8c6c6fd40e bump versions for catalog apps
36fb488813 bump versions for catalog apps
8981b09a3f fix uart related plugins to disable expansion protocol
78f0e4ad6d fix uart related plugins to disable expansion protocol
656fcc6cb5 fix uart related plugins to disable expansion protocol
4c8f2e37bc fix uart related plugins to disable expansion protocol
ee0419f061 fix uart related plugins to disable expansion protocol
64a8a7ef28 fix uart related plugins to disable expansion protocol
6482de895f fix uart related plugins to disable expansion protocol
2f7ef301f8 fix uart related plugins to disable expansion protocol
eae9e729e5 fix uart related plugins to disable expansion protocol
db2eff08ff fix uart related plugins to disable expansion protocol
317ece7386 fix uart related plugins to disable expansion protocol
ac8a90f27d fix uart related plugins to disable expansion protocol
2a405c0b28 fix uart related plugins to disable expansion protocol
7c839db284 fix uart related plugins to disable expansion protocol
ac32a95541 fix uart related plugins to disable expansion protocol
6de167fc03 fix uart related plugins to disable expansion protocol
0ee6802adf BMP loader
f80e6bd9b0 Engine: start and stop callbacks, ability to enforce backlight always on
201996b2af Engine: type safety
8cd9d6512a Engine: game callback
af5faccd3d Periodic timer: simple than never
433f269c48 Engine: fixed naming and added input processing
e92fc5c3ac Engine: minimal stage
0e54ab8915 Simple periodic timer
1e08975fd6 Update manifest screenshots.
6a3bdf26d0 Update screenshots.
a9251ed214 upd version
eb9a20c62d Update changelog
8c54cd8fc1 upd seader
61e6055c4e upd minesweeper
0ecd276047 Fix build.
e661061a2d upd picopass
53e849891d Remove staged wifi features from FAP. Future TODO.
0f4ddd097d MassStorage: Fix index on open
2d0b144154 Fix 4K access bit edit header
7421f25815 Add info for the app catalog
10b7658d63 Reword invalid access bits message
21b23813f5 Reword shadow load prompt
fa5bc636f9 Merge pull request #64 from IIAIronWolf/patch-1
7efd9d9be9 Show range of affected blocks with 4K access bit editing
c0b9d55106 picopass: remove backticks in changelog (#116)
a6ceb88cf2 Update README.md
aa49a4ba44 minor README update
0e03ab5d41 added pics from offical discord, thanks to @digits7025
f14deede51 updated README.md to mark progress
9072b58f08 Format
1df4e3ac68 Update changelog and bump version (#114)
606fad5ebc Picopass read improvements (#109)
ef7e1fd45b Remove start menu
e7be67e38d Implement saving
0ca43a0eeb EspFlasher: Better board selection menu
a8775f244b Warn before fixing BCC
6a1aa20919 Simplify byte list rendering
22eee1af5c Simplify access bits access
ac9a5114d4 Warn upon mismatch of UID and Block 0
16c2ae3f93 Add Duplicate Existing start menu item
1d8db4adbf Implement content editing
c7992fd317 Implement access bits viewer
786b259566 oops
fb0ffb0991 fix seader
b648c93c5a upd picopass
3a3d66444f upd seader
65ec1a8d12 Add circuit to picopass readme (#110)
7b4fc4df4e Picopass nr mac improvements (#108)
7929507b57 upload new multiki
9aca17b015 builds against RC
f18238d7ea Fix baudrate reset (thx nano!)
3f716421b2 uhfrfid merge
27c8d3fd05 merge fixes pt2
839ac81df3 merge fixes pt2
1a23e9c37a merge fixes pt2
6bd16403df merge fixes pt2
43792d8a7d merge fixes pt2
8a5189892e merge fixes pt2
28895031d9 merge fixes pt2
62ea759441 merge fixes pt2
c814a81923 merge fixes pt2
3c8d7b9674 merge fixes pt2
170903616d merge fixes pt2
32f5911b54 merge fixes pt2
ccf5231b0d merge fixes pt2
97b7b9a2fa merge fixes pt1
03470baf65 merge fixes pt1
a40568f539 merge fixes pt1
936cf00823 Add block data viewing
f5276580ad Add back button to data view
9b8a8c80a2 Implement user byte viewing
3cec085ed7 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Apps into dev
a1d5cf69f1 Temp workaround for same uart callback
55abecde15 uArT rEfAcToRiNg!1!! (jk its better now)
56b91c7da0 Format
02c10bd4f4 Minesweeper: Use asset pack icon
1d780c52b7 Merge camera_suite from https://github.com/xMasterX/all-the-plugins
d1dddb5197 Merge unitemp from https://github.com/xMasterX/all-the-plugins
b8e86fe29f Merge uhf_rfid from https://github.com/xMasterX/all-the-plugins
8b68adb5e2 Merge uhf_rfid from https://github.com/frux-c/uhf_rfid
d54a12c1e7 Merge totp from https://github.com/xMasterX/all-the-plugins
28d1e07c2c Merge totp from https://github.com/akopachov/flipper-zero_authenticator
7aab7abb01 Merge picopass from https://github.com/xMasterX/all-the-plugins
82e02469b2 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
22b56d2bf5 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
33b1bc02a0 Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
93a003d47f Merge minesweeper from https://github.com/xMasterX/all-the-plugins
b194de8b7b Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins
3f30449e6b Merge lightmeter from https://github.com/xMasterX/all-the-plugins
caa522f4b1 Merge doom from https://github.com/xMasterX/all-the-plugins
bca7ec2d25 Merge camera_suite from https://github.com/xMasterX/all-the-plugins
4b9ae138cd Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite
450a14e15d Merge brainfuck from https://github.com/xMasterX/all-the-plugins
2f5341f9d4 Remove unnecessary size specifiers from format strings
d391a52290 Add message for when stored BCC is not read
19dbaa0e9a Use more suitable furi string methods
7facd1904b Implement key viewing
cb31b4d037 Add BCC view/calculation
2a694822b9 Get MFC data that can be edited
bb274e73bc Builds against uart refactor
35c7034b32 Fix manufacturer byte logic
d15fa8fd79 Start on data view scene
6e5dcb91e5 Add create new option to start menu
474f37ce55 Use FuriString for dynamic labels
0abe1ff4d9 Implement block selection scene
12b84150df Start work of wifi I/O.
821425d1b8 readme added
40dacdbf5d v0.2: code cleanup
6142be5346 Begin work for WiFi camera server.
0a2f0bb2fd Fix scene flow
bd63867da4 Add sector selection menu
39f91d4340 Add invalid file popup
544d010a66 Implement file selection
891ff7d9a2 Implement submenu for start scene
c066d22c04 Initial alloc and free code
86c164b297 FX > Effects
270d59ed7c Fix memory leak. Ref https://github.com/leedave/flipper-zero-fap-boilerplate/commit/b19f15bcec18723d493575de873f1c5369d6fcc0
e96b801998 Stage new view/scene for wifi streaming. Various other updates and improvements.
7d8ebcc293 Add MFC editor template
90d70abdaa Acutally use the fake_csn when downgrading from non-picopass
a605f4ed4d upd uhfrfid
d5638b30a2 v2.3
6f1706ed44 correct CSN for picopass
b3093ae670 Fix build
a6e81a8f56 rename conflicting funcs
fee3840eba remove unused icon
61220e25e0 trying 83
a06ad73b28 picopass: Add support for non-secure cards (#106)
62d081cdcf numlock support in mousejackers
c25d08b529 upd minesweeper
eba1fff6e6 removed template file
5f38a6dcab Merge branch 'master' of https://github.com/frux-c/uhf_rfid
97ce3f1586 reworking module info and tag view scenes'
1571dc8602 Update changelog.
95b77235a7 Ensure view dispather removal for new view.
e54cf058c5 Seperate settings into two views: app and cam settings.
5b8457db52 Update the README with a new splash screen image preview.
c558ad9925 Bump to version 1.6
a61bd9baaa Add new pinout guide to camera not connected screen.
3e56de2df1 Linted changelog. Updated header with feedback.
da2cd5eb55 Improve start screen with new graphics.
0db54f588f Version bump to 1.5 for Flipper Application Catalog
37c6bdf61c replace minesweeper with redux version
0727b78a3b update totp
bc97e9e475 update picopass
cd4e09f685 add missing furi_string_free
a4b798a8c0 add missing furi_string_free
7350f1c4d9 add missing furi_string_free
a3174eb6ae add missing furi_string_free
0d7d8b7a5e fix includes to allow usage with ufbt
db719d5d04 Update changelog
b381707706 Fix up missing image in newer builds.
619ebef824 More readable char values
e91ccdac88 Fix some explanation comments
87e53b42f9 NfcMaker: Update to refactor NFC files
6add6e1d7f NFCMaker: Show error screen
7c6a85b8eb Update README and TODO
7fd38a6be6 Blink the LED while emulating cards
4ae8d7d87b Add card emulation logic
8c1ef3d058 Add .gitignore
2c84c221a5 Updated version
8c8a960202 Implemented export (#219) (#220)
cc9658ceb5 fix missing icon usage
2a6255513e fix missing icon usage
673305f617 Fix goofy includes
07bc252f37 Update to new icons
7231191878 Format
87e6ffcb5a Merge counter from https://github.com/Krulknul/dolphin-counter
10685f184d Merge wav_player from https://github.com/xMasterX/all-the-plugins
412fde62a2 Merge picopass from https://github.com/xMasterX/all-the-plugins
895c821e31 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
ccc753c5e4 Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
8358f67c59 Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
18419a2904 Merge counter from https://github.com/xMasterX/all-the-plugins
cd2c25f537 Merge airmouse from https://github.com/ginkage/FlippAirMouse/
aa0a38eee7 upd seader
82af06275f upd picopass
80ebd5a038 add new app
74d04f3b89 t5577_multiwriter initial state: v0.1
693da4ed91 Initial commit
0dbfb0c939 upd counter
250db9eb46 NFC Magic: application.fam minor fixes
d7ec901316 NFC Magic: Incorrect total blocks usage fix from (#102)[https://github.com/flipperdevices/flipperzero-good-faps/pull/102]
6ee37bd121 NFC Magic: gui fixes, code cleanup
635fefb923 nfc_magic: Fix support of 4K fobs (#102)
6004b3a03b v2.2
e8fa4f9cae Picopass: Create seader directory if needed (#101)
d7175cff16 Picopass: handle NR-MAC auth for legacy cards (#95)
a000c7d053 Fix seos support after ev2 trick
907b363c25 Intercept Desfire EV2 request with file not found
1decb30df8 upd wavplayer
6257bb3080 Store approx SIO length
7bd7fe7ad1 Store diversifier len
d4b72caee7 Capture SIO of Desfire EV1
7c0ff50e82 Add link to app catalog entry
41b2bb848b Rename 'Load' to 'Saved' to match other apps
3cf57d2cba Update README.md
763058046b Update README.md
1866bcea2a Adapt to new Unified serial PCAPs system
17fba35567 This is not needed anymore
0c6d6a54af Merge pull request #8 from Mr-Proxy-source/dev
d9589699aa update readme
d69a4596af add dist
4a27c75d78 add gitignore
acdcb838b3 change fam file to fix build error
41476eae81 WavPlayer: Skip LIST metadata, better logging
17c2b5390d NFC Magic: GetCFG renamed to GetCfg
51d7ed9728 NFC Magic fixes: new back button event handlers, cleanup
71d601ad4b NFC Magic update to 1.5
af95a7c1fc Format
591bcba83c EvilPortal: Ignore Marauder PCAP data just in case
90c164c3c1 Merge wifi_marauder_companion from https://github.com/xMasterX/all-the-plugins
83d710bac0 Merge wifi_marauder_companion from https://github.com/0xchocolate/flipperzero-wifi-marauder
0d65829ac8 Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute
f5c348ee85 Merge spi_mem_manager from https://github.com/xMasterX/all-the-plugins
2d72444ab7 Merge spi_mem_manager from https://github.com/flipperdevices/flipperzero-good-faps
9ebac91525 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
216b2b0205 Merge picopass from https://github.com/xMasterX/all-the-plugins
7f47af7a9c Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
c34412c9a4 Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
125498a2eb Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
7635112dac Merge mayhem_marauder from https://github.com/eried/flipperzero-mayhem
9962758b52 Add vibro feedback on add
f4e1a985b1 Add reset on long press back and handle keys different way
fc75d6082d Extend the range of the counter to 99999
5871333fc5 update to firmware 0.97.1
4a352f9849 Added new devices
544d673a74 ignored examples folder
e6bd999eb4 Added Vision Pro
53db53d94e upd picopass
6d2754219d Added XM25QH64C and XM25QH128A support for spi mem manger app. (#94)
5f65357abc upd spi mem
6ea20a00a2 fix missing lib and wrong appid
26bb92b6a7 Fix markdown headings in the picopass README (#93)
1d1083f02e Picopass: NR-MAC instructions (#92)
b8bcc6f21e Picopass config se problem (#90)
0319857aaa Add additional keys to elite dict (#89)
66a657f45f Picopass: update working with keys (#88)
e0773f7634 upd picopass
7d87d558d3 upd picopass
1adc3845dd upd picopass
48285b4f7b upd picopass
dc8a5f85ef sync nfc magic
5d391d199f upd motion mouse
ca25c7e43d upd seader
e879d4142d upd wifi marauder
e400f65378 Bump NFC Magic version (#91)
a799daed2f Motion Mouse app (#83)
d98d580225 New nfc_magic options for gen4 cards (#82)
bca643df1e Update marauder companion
42a47f2abb Merge pull request #63 from DarkFlippers/feat/ci
fabc835ce2 Update CHANGELOG.md
56e48bdcbc Merge pull request #50 from DarkFlippers/fix-49
48977fe00e Merge branch 'master' into fix-49
ab07a32d32 docs: update `CHANGELOG.md`
0219eba397 Update README.md
cbccad575f Update CHANGELOG.md
9155b3a366 ci: Update changelog.yml
970d608100 ci: update changelog.yml
c48c7cdf28 docs: Update CHANGELOG.md
1d7b210b45 Merge pull request #60 from DarkFlippers/master
b70b044d9a Merge pull request #59 from DarkFlippers/feat/ci
e5eb975dd8 Merge pull request #57 from DarkFlippers/ci/disable-codeql
6f427c2a99 Merge pull request #58 from derskythe/fix/max_value
f983055a3a fix: Improve formatting of subbrute_protocol_calc_max_value declaration
97dc2a88d4 Update codeql.yml and disable on push events
bae0dfcfdc Merge pull request #56 from derskythe/docs
df466310d2 docs: Add extensive documentation in code comments
4523b46ae8 Merge pull request #55 from DarkFlippers/master
725ab243a7 Merge pull request #54 from derskythe/master
337b1b969c Add workflow to automatically close stale issues and PRs
b574fa373d Merge pull request #53 from derskythe/master
7bb0680368 Add workflow to automatically close stale issues and PRs
a40c526972 Modify GitHub workflow to generate releases
5cdf98df61 Update release link in GitHub workflow
2269c09caa Update release body in Github Actions workflow
6f8d6b74ee Update dispatch input description and remove redundant code
8e6b42c014 Refine workflow dispatch input and clean up unnecessary code
872908c52a Update description text entry in GitHub workflow
53435d5a68 Update GitHub workflow for better log readability
da1a29ee1f Update format of firmware tag in GitHub workflow output
627c1c758b fix: Correct typo in filename of build workflow file
86a2646380 fix: Correct notice titles in build workflow
e410e8a7cb Disable release types in build workflow
9e9f4ad2f5 Update notices in build workflow to include firmware
863b4d1759 feat: Update git tag creation process in firmware build workflow
e804bde2d0 feat: Update git tag creation process in firmware build workflow
5e2d26546e Improve version handling in firmware build workflow
5064991533 Improve version handling in firmware build workflow
0802191c3f Update version handling in firmware build workflow
54a98f9f15 Fix: Update substring handling in firmware build workflow
db596a7a05 feat: Update firmware build workflow concurrency settings
615a7989fa Correct parsing of minor version in build workflow
0d9c6ffcfb feat: Refactor GitHub workflow in 'Subbrute'
2d54641c8a feat: Refactor 'Subbrute' build workflow to remove FW_URL
4de546486f fix: Add Github token to 'Subbrute' build workflow
5b5c867e98 fix: Update release tag check in 'Subbrute' application's build workflow
7def788b43 Fix: Update check for dynamic release tag in workflow
5d2297dafe fix: Update check for dynamic release tag in workflow
65646825f0 fix: Update API call to check for specific release tag
175fd3c355 Fix: Suppress Github API call output in build workflow
63efc78e35 feat: Remove unnecessary code in Github workflow
c84a6ba7ef fix: Replace Write-Error with Write-Output in Github workflow
8763f248c0 feat: Refactor error handling and release creation in workflow
b6d3225b95 fix: Update release version naming in GitHub API call
57fbaae76a Merge pull request #52 from derskythe/master
84c94c3c61 refactor: Refactor variable naming in build workflow
e0bd2983bd refactor: Refactor build workflow and simplify naming scheme
64ba4b83e5 Update build-with-firmwware.yml
a4f1be18ba Merge pull request #51 from DarkFlippers/master
f0b1731673 Update CHANGELOG.md
81fe067342 docs: update `CHANGELOG.md`
1e7795cd8f feat:Update Sub-GHz BruteForcer version and clean up subbrute_main_view
fbfade509b Picopass: More info view (raw bytes) (#86)
f4cba6e4ae Picopass: detect config card (#87)
1b41e8968b Update name_generator_make_auto invocation based on attack type
178da0beef Update changelog.md for app catalog
b3e9147a4c Update version
20dbbacdd1 Fix script user input hanging bug
4d7d22855a Add samsung and all spam (#43)
1198cd268d upd wifi marauder
7f4398ff05 upd picopass
744c8e6318 Picopass save partial (#85)
ddc6c34f96 Merge picopass from https://github.com/xMasterX/all-the-plugins
e6ff9219a5 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
213e55b28c Merge esp_flasher from https://github.com/0xchocolate/flipperzero-esp-flasher
5aed400b14 BleSpam: Fix custom model not saving and freezing
98fed490a8 Use https instead of ssh for submodule (#14)
df84ffa38e range function and md5 library
b90571caa6 upd picopass
ebb6ce8f01 PicoPass: Fix name buffer size issues (#84)
66d44fe06d logging and error handling
9058c0c6a9 PicoPass: Hopefully fix name buffer size issues
1f0a221fa0 Card read success back -> sam present
b68d1ffca4 tweak ccid retry counts
890c43905e Update Github CI Dependency
b5192c7842 application.fam: Update metadata
c723de118f Merge unitemp from https://github.com/quen0n/unitemp-flipperzero
38331e7f2f Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
5323be716c Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
f454caff66 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
aaa89dfa32 Prevent deleting when saving as different format
fd8f1afa7e Move saves into separate functions
ec39839ef8 Update CHANGELOG.md
4b0b91bd10 Update README.md
46e93e2515 Update app version
16947065c0 Update BME680.h
9c0bf6a87b upd nfc magic
550701aed4 update to firmware 0.96.1
3c674564d4 Totp: Exit on short back press
a0615641b8 Expand sio size, add more to virtual processing
cb38588d1b BleSpam: Memory management improvements
9c47f1d2a2 Make README graphics transparent for dark GitHub themes.
52c1c0f690 Update picopass app name
71dd2ed917 Update readme
2b8abcbfe6 Add app inclusion disclaimer (#3)
32e13721a0 Format
9b14f67904 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins
56420c264c Merge picopass from https://github.com/xMasterX/all-the-plugins
6e4c0f3b84 Merge picopass from https://github.com/flipperdevices/flipperzero-good-faps
dfeb0142cc Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
144c866090 Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
007c33ed3c Merge mayhem_marauder from https://github.com/eried/flipperzero-mayhem
d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader
59a1e67823 upd seader
33409fea4c upd nfc magic
ca2458030d upd picopass
bed7ff48ef Picopass save as seader (#81)
cca8f894d4 Remove early push to view during virtual
a2bd8f0b31 v2.1
689cd62fd6 Merge pull request #4 from bettse/virtual_card
b20353d4e1 Save picopass to picopass folder
b35531d7e0 typo
0e0af8300b more logging
d4c4fc89b4 Specify in error scene that only Gen1 magic and Gen4 UMCs are supported (#75)
1a0e729a36 [FL-3667] NFC Magic fix gen4 detection (#71)
9fa5fa4ed3 Picopass read card using nr-mac (#79)
3fb7ec7c46 Picopass: Update loclass notes (#80)
fc7ae6994a Added FlipC screens and banner
08b008e8f0 Update README.md
aaf90130ed Format
99cf56eceb Experimental PCAP on main USART support
a580c9372d format
40885c5c63 use loclass_opt_doTagMAC
14d94d1d02 Updating companion app, some extra missing changes
5dfd2cd8c2 Remove delay in virtual processing
31894f4584 Virtual processing with Seader credential file
b1c0f1e05d Only show pacs in log for successfully loaded cards
31c3ccd21b Reducate delay in virtual card loop
7dcf6450c3 Show 'unknown' for None type
ec3ded124f continue work on picopass state machine
27786723fe use define for array size
5e1c5a893a Consolidate some defines
d83fa2e41f add mbedtls lib
b5290e7b15 add loclass
be889102c1 picopass state machine
acb848d98e WIP: detection
faef7b56f4 UI for virtual card
2e4f5abead replace ccitt stuff with iso13239_crc_append
7c58be4e15 correct sam_start reset
ff980cf932 Print asn1 before processing
99f4c3f4e5 inline seader_process_apdu
eea9f7b250 upd picopass
006628ca2e uart terminal add missing uart deinit
024eadbb1e Merge pull request #31 from hryamzik/ptt
e03773fba4 Fixed build on latest official firmware
fd66bd51c6 upd seader
7e0c65947f More semantic event
b0fda2f9cb remove a debug log
cca18c5aa5 format
f5b9f6b268 Back on read goes to SamPresent
3ef7e9e721 upd seader
ae66f8bbcc rename asn printing callback
1104af4e0c correct variable scope
df88756d96 stack array for sending apdu
6dafaa0d93 invert logic for card detect type
048b408d05 card read success back button now goes back to main menu
4cee853d3a less agressive 14a error handling
9fb58d2853 set version to 2.0
08e63aa8c2 push to next UI on error
d15be5cbb2 working on error handling
acaec81600 add new app
c8103f5d64 move from broken to working apps
50a1e5f39c Break some functions out into a sam_api
a8f46f7af6 Upload icon
1959719a2c Initial publication of source code
96668802af 37bit rfid save fix
2c9b3d87f7 SeaderPollerContainer
39d577b045 log and comment cleanup
7b012c4293 cleanup
86ae5e3108 cleanup callback calls
95f528e2c7 Add GPLv3 License
b50a757940 switch queue message to simple struct
d373ea4d99 capture SIO
a625e9a164 Add fake epurse update
e389110175 remove hacky use of return value
5dd8d03945 move stage to seader_worker
b4d34d9c6b format
667130b113 fix credential clearing
ec7a503ffc reduce logs
de1c0a1c55 set sak/atqa when nfc
ca96807cb7 increase uart threads to highest priority
c7674c9d0e cleanup SeaderWorkerStateRead14a
bc211e7ead Remove credential from seader worker and only leave in base struct
308e7d2dc8 switch printing asn1 to only when message is processed
32bda09081 can re-read picopass
005792bf1a succesfully read picopass
80e6715580 Cleaup conversation code; add online vs offline to state machine
bbeb0a5765 format
fc6219b766 back and forth with picopass
ab5b922b7a fix xremote_get_version temporarily
34ebc9b67e format
4369b01ab7 Add stage to picopass
5ad9cef834 WIP
6c658ce55f Initial commit
280b099c9f Add picopass protocol files and strip out unused
4ea3b1661a builds
e73874ce98 refactor card details into a function
2f64dcbcdc FWT timeout
9d1ed51851 reduce logging
059fbb4540 FWT timeout
99c04ee2ed WIP: reduce thread priority and use a message queue
1c94ee9ea3 fix popup callback
2a837eca2f respond to seos
44051c3d34 WIP
a7ad022bcd WIP
eb853d6fb0 Update for TaskHandle_t change
1792f3229d fix connections missing on readme
ceabbce615 upd xremote
ffb9c150e8 Update README.md
3d138f7455 Update README.md
02d63f009a Updated readme
035b530c12 Removed backtick markdown element from flipper catalog readme
73220eb880 Implemented custom layout page and button editing menu (#4)
8ca5d42fac upd seader .fam
0d4641d415 bump version
8eacffc3b2 Update sources list
ff09af7f0a Update README.md
af06fab7f8 Update README.md
8c46e20644 update xremote
c26ea5ca18 Fixed furi_assert fail for view dispatcher custom callback set function
e56a0c23b0 Updated settings file schema
faf55240a5 Changed changed settings file location from assets path to APP_DATA_PATH
e006f80578 update xremote
5e725be916 Use submenu orientation function only in case of unleashed firmware
3826cb39ec Formartted project with clang formatter to match flipper catalog requirements
ee32e15811 Prepared to publish in flipper app catalog
3b587d93b9 Removed unused definition
a08a27baaf Finished learn mode and signal analyzer (#3)
b9523bdbf1 Add xremote ir app
e16ee18000 update seader
e6a83b1270 Fixed back button behavior in control page
e1add54a8d Update README.md
58382671e3 Updated icons, layout and button pressing stuff
b4de593fe3 Merge branch 'main' of github.com:kala13x/flipper-xremote
cfeb65f156 Refactored button press logic
db6a36a937 Update README.md
eef0709424 Updated readme
f841dfb1b9 Highlite button only if its pressed
95aeb2bb30 Remember last opened file or directory
a5bfd17635 Implemented horizontal view support for all pages
2921c9ed34 Optimized back button behavior
2df6dd0b32 Implemented exit button behavior setting
ec80b46c6f Changed settings context allocator definiton to static
7af67670d9 Merge pull request #2 from kala13x/settings
22055b7e26 Merge branch 'main' into settings
bcc37c45f3 Finished settings implementation
7e4303ad4f Update README.md
958af1d9a9 Merge pull request #1 from kala13x/settings
313794927d Allocate system wide settings and load from file
2cdc442545 Implemented settings load and store functionality
845666e18a Updated readme
27784cd3a7 Added button name scheme in readme
e1ab61fefc Updated screenshots and readme
f45f642693 Finished control page
3c951f1111 Update README.md
8dbafef776 Implemented saved remote general buttons view
c4b08cafa4 Update README.md
2ca26c7874 Update README.md
b529ce9281 Separated navigation and control pages
125bd3e6b2 Fixed spell mistake
3ac5d47f0c Initial commit
71dbac978a Initial commit
51646547f3 Correct save as rfid
1aa061dd40 update seader
6e3498f7aa Prepared for catalog release
339c673535 Remove delay that allows race condition
db77f98852 Create build.yml
c57076b4b0 Update README.md
f756524aff Uploaded screenshots
0615a6ad9e Removed useless code
601fa90530 Create README.md
16e543a196 Update pc_monitor.c
fd5de13dbe update version
b1c48c7605 Lint
a2f2b7dde6 Bars now in center
fdea5cb5cb Update naming include
9dec8c9374 Formatting + NoData state
de271b331e last message timestamp
7d78be8ef7 only log nfc response a second time if changed
07e27815df Metrics hide when data is unavailable
33999af473 Add link to nard case
3cfd397e5c Update rolling flaws, move to base pack, add more freqs
76bb3be2b2 v1.5 (L/R count, OK=flush+CLOSED, signal=vibrate)
4051071e58 update ublox, game15, uart terminal, intervalometer, seader
62b238b9f3 update ublox, game15, uart terminal, intervalometer, seader
59396f9ee8 New naming fixes part 1
cf68ab1e97 Catch Long Presses on D Pad
67879dda35 Add Support for Additional Cameras
38bc008fc6 Also increment fap_version
8e688bcefb bug fixes (see changelog)
09b08f5be4 update comment.
8cbcebef85 update .fam file.
794f7d5470 Fix huge delay on Transmit Signal.
35336904bf Merge pull request #2 from bettse/mfc
0433946a83 Add ver info to readme. Add note about Xtreme DEV.
76dca923ab Add version to FAP DESC as well.
5da31e66b6 Added versioning
2656582d72 Add .flipcorg meta data.
277b4be258 Add description and YouTube link
00bc7d31e1 Latest updated based on video
168f2ac1d7 MFC Support
93e0cba521 Add Keeloq diagram
8ebaaaeb91 Added "Test attack" diagram
8bfef6a2f2 Update contact info
f8825552fc Rolling-Flaws (KeeLoq rolling code teacher)
a7c091eb13 update flipper scope
610aaaa16d Bump version
ba06c88ac7 Processing captures
bf9ebe0eac Spelling
a451de06d7 Intial save support and docs
57c69dadc7 update apps
cfad4e075d links to stores selling SAM
62637e6efc Disable ADC and timer
2741e8ea26 Capture menu
77ee1e9357 Play and pause icons
64f2ddef44 Formatting
5d7fcecae1 Remove old binary
08e5a20906 link to 3d printed case
25e960cddd update apps and add new apps
273af96bbb update apps and add new apps
ae2cf23493 Improve ccid logging
c4100d192f handle no-change slot notification
430774216a Rename seader_worker_process_message to seader_worker_process_sam_message
a08456d490 default xfer block to sam slot
0d0084f8d8 Include to/from/replyTo in log line
ec1b4fa3a8 improve card notification handling
c9fcfffcf8 make powered into an array
03745d9c47 Add slot param to get slot status
425d93145a Support 2 sequences
19fc6d9795 Added sub-menu to set each pin for input or output, and set the value for outputs.
c2526525ac Added a fixed delta time to improve animation; Replaced gpio_item header with internal code for handling gpio pins. Added display for digital pin values.
0445435d11 Refactored code to use structs for each gui element; added a wiggle animation if a pin that cannot be set is pressed
d1a8b915fd update apps and add new apps
301d2a54f5 update apps and add new apps
08a924550a update apps and add new apps
1840c143d9 v1.1
fa73d23f75 initial commit of application; WIP - select pins and press ok to send a high value.
4ad525c3f0 Initial commit
06e20e5d6a buy me a coffee
a9c2665b14 remove update.sh
286f83d396 mention faq
49a6a14c6b Remove builds
b57a918ed3 Add link to RTT
d8b67d779f Update application.fam
d2901a9d74 removed image
11b98c5e46 	new file:   .clang-format 	modified:   key_generator.c
e028e950ea fix issue #1
2e6bfc11c7 bump versions and set bt trigger to use keys from ble remote
bbd321f86b fix plugins, remove dupe
96425ff24a new apps and updates
1e0481cae7 new apps and updates
8f1dde57c0 Expose iClass SR and MFC options
e1c593e8b6 Better description
346bba0c36 Description
b184cc95b1 Screenshots
c5d6f8d436 Update fam
c88a334a32 Add version to manifest
c1c7375d6e Format
9b52d4c93d Bruteforce solution for TIM2
0dd0f6fa58 Change category to GPIO
5ac47f06db Switch from HAL to LL
6aab1014fc Set CSN to diversifier if saving SR
18cae05fbd save as MFC
44e41370c6 format
828250a033 copy over picopass crc
63cbb60a45 feature to prevent epurse update
85427bdb28 Info log when updating E-Purse
f991626b5c Fix transmit log messages
fef74d034f cleanup by prefixing methods with project name
9992838fa3 fix desc
d4cdbeb2a6 more updates
d146e7c8c0 Proper fap_descriptions
b518cce4cf Update application.fam
754269107f cleanup by prefixing methods with project name
691407c687 Pull SIO from SR
349a47db26 Update apps
bb5620f658 Change sio detection to look for 0x30
14908b2745 add +sio to card read success screen
a16d86aa42 reset name when clearing credential
47dc819337 show +SIO on screen if saved
ffda9de789 Set credential type to none when reading from file
6982b4533b Add view showing gpio traffic
6351e2c00a Improve perforance related to sam insert/remove
11ce3a5e52 add new apps
74b2f77f39 format
bd2373c378 Add weburl
74aca1fa39 Try 3 times to show FW version on menu
2e3f481bcc format
b00ab1c854 rename sub.h to seader_bridge.h
91eaece340 track rx_cnt
7a16401108 Add SR format behind debug
2cf59a4261 Hide sam info behind debug being enabled
fa001c773c move apps
11edcb82b0 rfid rename
74d5ad908a reset power bool when checking manually
93bcd20125 prevent power on from being called more than once
6ce17745fa Bluetooth
193ba07d58 categories part 1
b4b832f20b categories part 1
7f1b3559df make link to flipc
80a3ba48c2 build data
5613d2d2e4 Stop 0 padding credential
a27291631f ufbt format
725ce52ea3 async request version, show on new scene
38dbd85eba reset hasSam on slot status call
401d9bb266 Screenshots
628905f8c6 cleanup unused
e796250786 ufbt format
a8b472282f Show version on UI
dbe6339695 Add type
a4fbfacbfa rename versiont to samversion
d5dca03817 seader_worker_send_version
3a00184049 add version asn1
4d8db0e563 more manifestos, xbox controller and videopoker ufbt fixes
416e29c53d more manifestos, xbox controller and videopoker ufbt fixes
4fd9a433d6 Add Screenshots
7587d7175c Store SIO/Diversifier
541ec26ed7 sniff iClass SIO and diversifier
677dcea5d0 Fail on unrealistically large PACS
89b1671dc3 ufbt Fixes part 1
e7100c7216 API 31 / unzip sources
323fedffe7 API 31 / unzip sources
858c36044f Binary format of data
e0b22911bd tracking
97878f7f22 Prototype
32a6261912 Add author and version to fam
c8ac6eeb81 Changelog header
6f51327903 non-empty changelog
7a086ac167 changelog.md
54443a351e Update binary
198704009a Fix for latest versions of firmware
37015a18c8 Update dev notes to ufbt
d19d1e0296 Initial commit
fe3897689e remove favicon zip
120afebff3 Create LICENSE
a739d4d1f4 update readme to github
24a1691e7a Add screenshots
89902c73cc Add banner
957fac8956 update reference to github
012b7cf052 ufbt format
c685c4a4d4 fix DOLPHIN_DEED
6307e0df90 add workflow
f0a11d3b71 API 30.1
2b07a7f604 Add Github Action for uFBT Build (#1)
32825da053 fix printing asn1
a5ebff76b9 api 28.2
32b9a99385 Add a nice readme
cef7ca83b7 Reach Functional MVP
bae9c09959 Add Rough Settings Menu
65e6d62c0d Add Real Sony IR Blaster Code
18d487d9bc cleanup archived binaries
3525cacf39 Initial Implementation PoC
270deb0ee0 catch wrong ATR
5d48e25cb4 remove 404
84143df847 add 26.3, archive pre 20.0
83d70158d2 changes to support ufbt
50cd60071e api 23.1 and 26
3324af2bec Merge branch 'fix_win32_build' into 'main'
e2cbe6cf9f Rename file extension .S to .sx to fix compile bug on Windows
495ce8094d API 23
88bcb2341f Bundle STM32 files
15727cca89 shorten protocolName display
437e19f098 read error for MFC
6f3a274ebf update readme with asn1c command
4a67feaeee regen asn1 c files
7786e34e04 Change for latest dev firmware
e797a06898 update readme from index.html
36499986e4 Add API 21
a08952a2e6 initial import
378e78df93 Readme
25b53b3ed0 Delete .gitkeep
37e2e1cc81 Add files via upload
2c58ae55d3 Create .gitkeep
8edd44e678 Delete Screenshot-20230223-203332.png
9599428a05 Add files via upload
eeef5d05f5 Update README.md
960c78ca01 Add files via upload
f6189a8464 Initial commit
f0051403a8 Readme
9c52cd9c19 Readme
95b7a0aff6 Readme
c64938abd1 Update binary
7f8318652e Create FUNDING.yml
ee9370c7dc Make arrays used in measurements static
c41296ac11 Readme
2693876f6f Fix voltage measurements
cc7927fdc4 Comments
d1a3d01133 Photos
69715da0f1 Readme
bc87a65b48 Readme
a590a76a2a Measuring of frequency of waveform
766ece90f6 Compact the repo structure
cfcc6d9bec Allow measuring of voltages
25047b6d1f Merge pull request #7 from Nem0oo/minor_changes
b29a4d834c the intervalometer takes a pic on start then launch the timer + comments
ead994161c Merge pull request #6 from Nem0oo/renaming
e2fac0fc1b removing ios references (tested on android)
fe93e0e119 Make time period more understandable
64e5badfd5 Demo
becfba1d74 Pause button
5690e952a3 Add image directory
b6c412cf28 Readme
a01c9c12b4 Small tidy
0516546bb5 Readme
350150ceba Merge pull request #5 from Nem0oo/delay_positive
9f0280ffaf moove keys to appdata and change tag
ad26554395 Inspiration
f139dd4516 Readme
16ffbd1c68 Add menu system
d00d417033 Merge pull request #4 from Nem0oo/delay_positive
856fa44d57 delay must always be more than 1
37d827552e Merge pull request #3 from Nem0oo/remote_and_lock_edit_while_shooting
1cd5a68f0e UI modification, allowing single shots and resetting shot count
35a9714002 input handling
cf77f7a046 Double buffer
fc07faafa8 Customise time period
73f00345e1 Draw lines between points
0e4570ca06 Start plotting
ea402ab12e Stop DMA on exit
e8f74431ea Relocate vector table
ab3da35731 Merge pull request #1 from Nem0oo/dev
c8ac007f86 Delete r
eeebff4515 Assets for th UI
dc46b18616 Creat assets dir
e1df08c125 UI creation
11c3e20306 Create project
63d33fbab1 Initial commit
8140e5eea7 Readme
57ed36f976 Use DMA
e3ff8565e4 Initial scope app
7ed57c7745 Initial commit

git-subtree-dir: applications/external
git-subtree-split: 9f74b3362f0f75ca37b11d3da35f6e9ec09fc43e
RogueMaster pushed a commit that referenced this pull request May 9, 2024
RogueMaster added a commit that referenced this pull request May 11, 2024
b481757d003 Save cache for clean merges
058e2daafed Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute
cf9b9e4e481 Format
002502741ca Merge picopass from https://gitlab.com/bettse/picopass
a07de342c75 Picopass moved
3227a82 Merge pull request #75 from derskythe/master
0c69d33 Merge pull request #9 from derskythe/fix-typo
48deea4 fix: README.md
5a706106859 Merge subghz_bruteforcer from https://github.com/DarkFlippers/flipperzero-subbrute
797bd846323 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
6bac51db640 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
d26b9c1c9f4 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
9b94ae6 Merge pull request #74 from DarkFlippers/feat-add-318--to-9bit-chamber-linear
7c5b548 feat: Update Sub-GHz BruteForcer version to 3.C
a52d025 Delay between repeats
08781c7 Add "repeat" setting
ebd7d20 Merge pull request #30 from lekkas/quectel-l80-support
8c8bd78 Document support for Quectel L80
14a4e0b Merge branch 'save_as_legacy' into 'main'
60d2c64 Save as legacy
4ffa017 update to firmware 0.101.2
c6581be Fix plugin path @Willy-JL
2659fec Fix changelog
250bf0c changelog
d7bd706 v1.14
29405af Add plugin submodule back
9cc6fb0 picopass: Add wiegand parsing plugin (#205)
ae4ce84 Picopass cleanup (#201)
471e8db Picopass: enum to track auth method (#198)
3768efe Picopass: saved card save as lfrfid (#195)
86c31c2 Picopass: add subheader to loclass UI (#197)
97423fc Picopass: Save unknown blocks with ?? (#196)
5e7ae5b Picopass block tracking (#125)
6c50747 Picopass: update with latest API (#165)
adff126 Picopass save written key (#126)
d6f32ef picopass: apply card to back view (#118)
9a26cf8 Picopass: rename AA1 to card_data (#119)
e55f891 picopass: remove backticks in changelog (#116)
8ff393b Update changelog and bump version (#114)
808e36d Picopass read improvements (#109)
7b24843 Add circuit to picopass readme (#110)
a125d70 Picopass nr mac improvements (#108)
95ae7f2 picopass: Add support for non-secure cards (#106)
efe1a38 Picopass: Create seader directory if needed (#101)
d8303dc Picopass: handle NR-MAC auth for legacy cards (#95)
ef3333a Fix markdown headings in the picopass README (#93)
ea1e5bf Picopass: NR-MAC instructions (#92)
e6ba055 Picopass config se problem (#90)
1a6da3d Add additional keys to elite dict (#89)
9012d97 Picopass: update working with keys (#88)
e95daa1 Picopass: More info view (raw bytes) (#86)
cf16630 Picopass: detect config card (#87)
7958963 Picopass save partial (#85)
8a135f2 PicoPass: Fix name buffer size issues (#84)
c8d2411 Picopass save as seader (#81)
6ff62d7 Picopass read card using nr-mac (#79)
83535be Picopass: Update loclass notes (#80)
a465f99 Picopass: Create folder before loclass (#78)
93f32a1 Picopass: typo (#76)
55f43bb FreeRTOS API fixes (#73)
6ccba6c [FL-3593] Picopass rework. Part 1 (#68)
77e776a Picopass: rename RFAL_PICOPASS_BLOCK_LEN (#63)
692dc97 Picopass: check if HID CSN if read fails (#61)
242578c Picopass: bump version + changelog (#56)
2888b9e Picopass: Add haptics to loclass (#53)
eaeee87 Picopass: populate key change input with first key of user dictionary (#54)
b349f4c Picopass more bit formats (#47)
d561b02 Improve loclass logic for readers doing keyrolling. (#50)
83e7c4c Picopass: Remove elite user dictionary from Read Card (#48)
4af84c8 Picopass: allow zero keys (#44)
bf2f50c Picopass: one more readme fix (#42)
d576e77 Picopass readme fix (#41)
c92d228 revamp picopass readme and add loclass (#39)
90bdf47 New random file name API fix (#40)
7b3170a Optimise picopass crypto to fix timing issues with newer readers. (#34)
2bf5b80 Picopass standard key (#32)
c82a982 picopass: clean up UI, espeicially for SR cards (#31)
322cb82 Picopass remove sentinel (#29)
885f01f Picopass, music player version bump (#28)
2bf8d61 Picopass: allow write immediately after read (#26)
9589140 Music player, picopass: assets integration (#23)
7caee8f Picopass: Rename option (#25)
3812f9b Added fap_version field to all apps (#15)
e1a8f9d Add descriptions for all the faps (#13)
0e4e711 Fixes failure to read picopass cards immediately after emulating. (#10)
bbf0cf4 Merge pull request #9 from bettse/custom_key

git-subtree-dir: applications/external
git-subtree-split: b481757d0031408c9c45fc076118c1375cea0b31
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

5 participants