-
Notifications
You must be signed in to change notification settings - Fork 480
Conversation
@xMasterX
xMasterX
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, looks like you forgot to update commit sha, it was pointing to one without readme file, I did update for you.
But the validator fails on the screenshots: Screenshot screenshots/ss0.png is in portrait orientation. Only landscape screenshots are allowed.
Your screenshots are 256x512 - they are rotated 90 degrees. A qFlipper screenshot is 512x256 (landscape) and the catalog only accepts landscape. The images look like correct qFlipper exports, just rotated afterwards.
please commit them in the original orientation as qFlipper saves them by default, without rotating - all 3 (ss0, ss1, ss2). Thanks!
rvonsch
commented
Jul 20, 2026
Good morning! Strange, qFlipper saved the files to my Mac as vertical screenshots, so it must have rotated them automatically. I manually rotated them to be horizontal and reuploaded them.
xMasterX
commented
Aug 9, 2026
Hi, thanks - the screenshots are landscape and correct now! But bundle stops on the description markdown: "Header Depth max level 2 exceeded".
Your description points to @README.md, and that readme uses markdown the catalog does not allow: h3 headers (README.md:24 "### Method 1...", :28 "### Method 2..."), inline code with backticks (9 of them), and 3 images ![...]. The catalog only allows a small subset - h1/h2 headers, bold, italic, lists and links. No h3+, no backticks, no images.
best is to make a short separate description file (or write it inline in the manifest) using only the allowed markdown, and keep the full readme with install instructions for developers - it just cannot be the catalog description.
rvonsch
commented
Aug 19, 2026
Thanks so much! I updated the readme and got rid of the H3 headers, backticks, and images. I appreciate your help. Sorry for the mistakes!
xMasterX
commented
Aug 22, 2026
You need to update commit sha to point to latest commit in your repo
Uh oh!
There was an error while loading. Please reload this page.
Application Submission
Extra Requirements
Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipAI usage disclosure (Fill this out):
Partially AI assisted (clarify below which code was AI assisted and briefly explain what it does).
Most of the C syntax was ran through Grok to improve functionality though very simple.
Fully AI generated (explain what all the generated code does in moderate detail).
[ Describe how AI was used in this PR if it was used ]
Reviewer Checklist (Don't fill this out!)