Add HabitFlow (flipper_habit_flow) to Apps Catalog under Tools.#1025
Merged
xMasterX merged 3 commits intoJun 8, 2026
Conversation
d379aa5 to
64d920e
Compare
64d920e to
342ab2f
Compare
342ab2f to
a952f4e
Compare
a952f4e to
9f439fa
Compare
xMasterX
requested changes
May 23, 2026
xMasterX
left a comment
Collaborator
There was a problem hiding this comment.
Hello, app does not work properly (UI doesn't refresh) when you open app from favourites or quick buttons at main desktop screen
It will work only if you open it from Apps menu, which means it relies its UI update on a "bug", (Apps menu has background hourglass anim that forces UI to refresh)
You need to force UI redraw in the app itself
0cc3286 to
1a19adc
Compare
Contributor
Author
|
Thanks for the detailed report — you nailed it. |
e846a29 to
95a2bf3
Compare
95a2bf3 to
d991a87
Compare
xMasterX
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Application Submission
HabitFlow is an offline habit tracker for Flipper Zero. You define habits with a day-based goal (1–365 days, default 66), mark today as done from the device, and see streaks, your record streak, and progress toward mastery.
When the calendar advances, the app can walk through a short “did you finish yesterday?” flow so streaks update in a deliberate way; longer gaps without opening the app are handled according to the rules described in the README.
This submission: first listing of HabitFlow in the Apps Catalog (
applications/Tools/flipper_habit_flow/manifest.yml), targeting source commit6cfbe2100bb203233c15895cf52226aaf1ad6561onhttps://github.com/Endika/flipper-habit-flow(version 0.1.2 perapplication.fam).Extra Requirements
.fapfrom the catalog; data is stored automatically in the device app data area (no PC or phone required for normal use).Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipReviewer Checklist (Don't fill this out)