flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.74k stars 2.71k forks source link

description text field in application manifest #2499

Closed end-me-please closed 1 year ago

end-me-please commented 1 year ago

Description of the feature you're suggesting.

A field for some short description text in the .fam/application manifest.

Accessible from within flipper by selecting the App and long-pressing the center button.

Either as a single page (limited length), or a full text viewer (markup?) with scrolling (Maybe not ideal, could tempt authors to bloat app size with plaintext).

Possible use cases:

Would make it easier for devs to include this information in simple Apps, without the overhead of adding a help page within the App's code.

And it would improve user experience by making some applications less "cryptic".

Anything else?

No response

hedger commented 1 year ago

We're planning to add application details to app catalog, that's currently WIP.

end-me-please commented 1 year ago

nice! (is there a list of currently WIP things somewhere?)

hedger commented 1 year ago

So, now we have fap_description in application manifests, and minimal markdown support for apps submitted to app catalog.