flipper-application-catalog icon indicating copy to clipboard operation
flipper-application-catalog copied to clipboard

NFC Dicts Manager

Open grugnoymeme opened this issue 4 months ago • 3 comments

Application Submission

Backup system and user dict. Easly manage more than one dictionary to avoid long dictionaries attack, setting the one you need ad system or user dict temporally. Merge 2 dictionaries to make one stronger. Optimize merged or not merged dict to delete duplicates keys, keys out of range of lenght, keys with characters out of the HEX value (0-9, A-F), uppercase all keys...

I probably will add some features like edit one dict, searching keys in one dict and maybe something else...

Author Checklist (Fill this out)

  • [x] I've read the contribution guidelines and my PR follows them
  • [x] I own the code I'm submitting or have code owner's permission to submit it
  • [x] I have validated the manifest file(s) with python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zip

Reviewer Checklist (Don't fill this out)

  • [ ] Bundle is valid
  • [x] There are no obvious issues with the source code
  • [ ] I've ran this application and verified its functionality

grugnoymeme avatar Aug 13 '25 18:08 grugnoymeme

Missing header, build fails Error: /tmp/tmpjv7x1ise/code/scenes/../nfc_dict_manager.h:20:10: fatal error: assets_icons.h: No such file or directory

doomwastaken avatar Aug 16 '25 12:08 doomwastaken

yeah fixed!! thank to @fuckmaz to suggest me that i missetd: browser_options.skip_assets = false;

grugnoymeme avatar Aug 17 '25 10:08 grugnoymeme

Error: 09:51:02.810 [E] Markdown error: Markdown element 'Header Depth' max level 2 exceeded

doomwastaken avatar Sep 09 '25 10:09 doomwastaken

Please un-draft when ready

hedger avatar Nov 28 '25 20:11 hedger