From cd1b5c56a4fa0a00799f10b483874775f6257839 Mon Sep 17 00:00:00 2001 From: "Dr.Mosfet" <40114390+kamylwnb@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:28:39 +0200 Subject: [PATCH 1/4] Add manifest for FlipTok Live Chat application Added manifest file for FlipTok Live Chat application, detailing source code, descriptions, changelog, and screenshots. --- .../Bluetooth/fliptok_live_chat/manifest.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 applications/Bluetooth/fliptok_live_chat/manifest.yml diff --git a/applications/Bluetooth/fliptok_live_chat/manifest.yml b/applications/Bluetooth/fliptok_live_chat/manifest.yml new file mode 100644 index 00000000..197eeb9e --- /dev/null +++ b/applications/Bluetooth/fliptok_live_chat/manifest.yml @@ -0,0 +1,23 @@ +# FlipTok Live Chat Application Manifest +# Format zgodny z Flipper Application Catalog + +sourcecode: + type: git + location: + origin: https://github.com/kamylwnb/FlipTok_Live_Chat + commit_sha: ec66a72c550a8ac12ce296a32794499d395ebfc2 + +short_description: "FlipTok Live chat display on Flipper Zero via Bluetooth" + +description: | + Real-time FlipTok Live chat monitor for Flipper Zero. + Displays chat comments, gifts and follows via Bluetooth Low Energy. + Includes Python GUI server with Text-to-Speech, deduplication, + auto-reconnect, and optional mode without Flipper Zero. + +changelog: "@CHANGELOG.md" + +screenshots: + - screenshots/splash.png + - screenshots/waiting.png + - screenshots/chat.png From f2dbb96ff3b437a61c6c3b86a7932bb2e26f875f Mon Sep 17 00:00:00 2001 From: "Dr.Mosfet" <40114390+kamylwnb@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:31:25 +0200 Subject: [PATCH 2/4] Add files via upload --- applications/Health/smoke_free/manifest.yml | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 applications/Health/smoke_free/manifest.yml diff --git a/applications/Health/smoke_free/manifest.yml b/applications/Health/smoke_free/manifest.yml new file mode 100644 index 00000000..751a8be2 --- /dev/null +++ b/applications/Health/smoke_free/manifest.yml @@ -0,0 +1,25 @@ +# Smoke Free Application Manifest +# Format zgodny z Flipper Application Catalog + +sourcecode: + type: git + location: + origin: https://github.com/kamylwnb/smoke_free + commit_sha: 4f115671db56809121359d301dec4de98a862169 + +short_description: "Tracks time without smoking with persistent SD card logging" + +description: | + Real-time progress tracker for Flipper Zero to help you stay smoke-free. + Features a dynamic live counter displaying elapsed time formatted into days, + hours, minutes, and seconds. Includes an automated milestone system with alerts + at 1 hour, 12 hours, 1 day, and 7 days. Saves session data persistently to the + SD card to survive reboots, maintains a text-based history log, and implements + a strict double-confirmation system to prevent accidental counter resets. + +changelog: "@CHANGELOG.md" + +screenshots: + - screenshots/1.png + - screenshots/2.png + - screenshots/4.png From 51bc8b3be530e878d93aaf4f2c2f8a4eee242894 Mon Sep 17 00:00:00 2001 From: "Dr.Mosfet" <40114390+kamylwnb@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:30:41 +0200 Subject: [PATCH 3/4] Delete applications/Health directory --- applications/Health/smoke_free/manifest.yml | 25 --------------------- 1 file changed, 25 deletions(-) delete mode 100644 applications/Health/smoke_free/manifest.yml diff --git a/applications/Health/smoke_free/manifest.yml b/applications/Health/smoke_free/manifest.yml deleted file mode 100644 index 751a8be2..00000000 --- a/applications/Health/smoke_free/manifest.yml +++ /dev/null @@ -1,25 +0,0 @@ -# Smoke Free Application Manifest -# Format zgodny z Flipper Application Catalog - -sourcecode: - type: git - location: - origin: https://github.com/kamylwnb/smoke_free - commit_sha: 4f115671db56809121359d301dec4de98a862169 - -short_description: "Tracks time without smoking with persistent SD card logging" - -description: | - Real-time progress tracker for Flipper Zero to help you stay smoke-free. - Features a dynamic live counter displaying elapsed time formatted into days, - hours, minutes, and seconds. Includes an automated milestone system with alerts - at 1 hour, 12 hours, 1 day, and 7 days. Saves session data persistently to the - SD card to survive reboots, maintains a text-based history log, and implements - a strict double-confirmation system to prevent accidental counter resets. - -changelog: "@CHANGELOG.md" - -screenshots: - - screenshots/1.png - - screenshots/2.png - - screenshots/4.png From 42521995eb8b1b2e96455b1cc163d30c54ddac42 Mon Sep 17 00:00:00 2001 From: "Dr.Mosfet" <40114390+kamylwnb@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:32:20 +0200 Subject: [PATCH 4/4] Add files via upload --- applications/Tools/smoke_free/manifest.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 applications/Tools/smoke_free/manifest.yml diff --git a/applications/Tools/smoke_free/manifest.yml b/applications/Tools/smoke_free/manifest.yml new file mode 100644 index 00000000..4d5d80bf --- /dev/null +++ b/applications/Tools/smoke_free/manifest.yml @@ -0,0 +1,25 @@ +# Smoke Free Application Manifest +# Format zgodny z Flipper Application Catalog + +sourcecode: + type: git + location: + origin: https://github.com/kamylwnb/smoke_free + commit_sha: 0603f0009bc5563268fd0f672cebca006aab197b + +short_description: "Tracks time without smoking with persistent SD card logging" + +description: | + Real-time progress tracker for Flipper Zero to help you stay smoke-free. + Features a dynamic live counter displaying elapsed time formatted into days, + hours, minutes, and seconds. Includes an automated milestone system with alerts + at 1 hour, 12 hours, 1 day, and 7 days. Saves session data persistently to the + SD card to survive reboots, maintains a text-based history log, and implements + a strict double-confirmation system to prevent accidental counter resets. + +changelog: "@CHANGELOG.md" + +screenshots: + - screenshots/1.png + - screenshots/2.png + - screenshots/4.png