From 7ebd002b7b166fb93abd2e74a704858a648fd308 Mon Sep 17 00:00:00 2001 From: Bearcry55 Date: Wed, 19 Nov 2025 08:49:24 +0000 Subject: [PATCH 1/5] Add meta data for Notio (com.example.notio) --- metadata/com.example.notio.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 metadata/com.example.notio.yml diff --git a/metadata/com.example.notio.yml b/metadata/com.example.notio.yml new file mode 100644 index 00000000000..e85c518e00f --- /dev/null +++ b/metadata/com.example.notio.yml @@ -0,0 +1,25 @@ +Categories: + - Utility +License: MIT +SourceCode: https://github.com/Bearcry55/notioapp +IssueTracker: https://github.com/Bearcry55/notioapp/issues +Changelog: https://github.com/Bearcry55/notioapp/releases + +AutoName: Notio + +Summary: A simple offline custom notification app + +Description: | + Notio is a free, open-source, offline notification app built with Kotlin and Jetpack Compose. + It allows users to create, schedule, and manage custom notifications without internet access. + There is no tracking, no analytics, and no ads — completely privacy-friendly. + +RepoType: git +Repo: https://github.com/Bearcry55/notioapp + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: v1.0.0 + gradle: + - yes \ No newline at end of file -- GitLab From c8f1c98124b8a4402fc76c8a3b9c8189e1298cb5 Mon Sep 17 00:00:00 2001 From: Bearcry55 Date: Wed, 19 Nov 2025 10:14:05 +0000 Subject: [PATCH 2/5] Edit com.example.notio.yml fixed the output path --- metadata/com.example.notio.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/com.example.notio.yml b/metadata/com.example.notio.yml index e85c518e00f..f8f2c90b489 100644 --- a/metadata/com.example.notio.yml +++ b/metadata/com.example.notio.yml @@ -11,8 +11,9 @@ Summary: A simple offline custom notification app Description: | Notio is a free, open-source, offline notification app built with Kotlin and Jetpack Compose. - It allows users to create, schedule, and manage custom notifications without internet access. - There is no tracking, no analytics, and no ads — completely privacy-friendly. + It allows you to create, schedule, and manage custom notifications completely offline. + There is no tracking, no analytics, and no ads — full privacy by design. + Perfect for users who want fast, clean, distraction-free custom notifications. RepoType: git Repo: https://github.com/Bearcry55/notioapp @@ -22,4 +23,5 @@ Builds: versionCode: 1 commit: v1.0.0 gradle: - - yes \ No newline at end of file + - assembleRelease + output: app/build/outputs/apk/release/app-release.apk \ No newline at end of file -- GitLab From 70fbf301df4b8c9dd743ca7671bd312ba0fabdd4 Mon Sep 17 00:00:00 2001 From: Bearcry55 Date: Wed, 19 Nov 2025 10:31:09 +0000 Subject: [PATCH 3/5] Edit com.example.notio.yml --- metadata/com.example.notio.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/metadata/com.example.notio.yml b/metadata/com.example.notio.yml index f8f2c90b489..7f4491e10dd 100644 --- a/metadata/com.example.notio.yml +++ b/metadata/com.example.notio.yml @@ -1,27 +1,29 @@ Categories: - - Utility + - Note + License: MIT SourceCode: https://github.com/Bearcry55/notioapp IssueTracker: https://github.com/Bearcry55/notioapp/issues Changelog: https://github.com/Bearcry55/notioapp/releases AutoName: Notio - Summary: A simple offline custom notification app - Description: | Notio is a free, open-source, offline notification app built with Kotlin and Jetpack Compose. It allows you to create, schedule, and manage custom notifications completely offline. - There is no tracking, no analytics, and no ads — full privacy by design. - Perfect for users who want fast, clean, distraction-free custom notifications. + Focused on simplicity and privacy. RepoType: git -Repo: https://github.com/Bearcry55/notioapp +Repo: https://github.com/Bearcry55/notioapp.git Builds: - - versionName: 1.0.0 + - versionName: "1.0.0" versionCode: 1 commit: v1.0.0 gradle: - assembleRelease - output: app/build/outputs/apk/release/app-release.apk \ No newline at end of file + output: app/build/outputs/apk/release/app-release.apk + +AutoUpdateMode: None +UpdateCheckMode: None +UpdateCheckData: {} -- GitLab From 81e0afda217b7bfbd2e33b812b3dc27bd27047cb Mon Sep 17 00:00:00 2001 From: Bearcry55 Date: Wed, 19 Nov 2025 10:37:47 +0000 Subject: [PATCH 4/5] Edit com.example.notio.yml this is updated hope it works --- metadata/com.example.notio.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/com.example.notio.yml b/metadata/com.example.notio.yml index 7f4491e10dd..59e2d1dbf76 100644 --- a/metadata/com.example.notio.yml +++ b/metadata/com.example.notio.yml @@ -1,6 +1,5 @@ Categories: - Note - License: MIT SourceCode: https://github.com/Bearcry55/notioapp IssueTracker: https://github.com/Bearcry55/notioapp/issues @@ -11,7 +10,10 @@ Summary: A simple offline custom notification app Description: | Notio is a free, open-source, offline notification app built with Kotlin and Jetpack Compose. It allows you to create, schedule, and manage custom notifications completely offline. - Focused on simplicity and privacy. + Features include: + - Custom native notifications + - Offline functionality + - Clean and simple UI RepoType: git Repo: https://github.com/Bearcry55/notioapp.git @@ -26,4 +28,4 @@ Builds: AutoUpdateMode: None UpdateCheckMode: None -UpdateCheckData: {} +UpdateCheckData: "" -- GitLab From cdb832d8aca28ccff6bf131b3044bd7ef8d0b92a Mon Sep 17 00:00:00 2001 From: Bearcry55 Date: Wed, 19 Nov 2025 10:56:45 +0000 Subject: [PATCH 5/5] Edit com.example.notio.yml --- metadata/com.example.notio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.example.notio.yml b/metadata/com.example.notio.yml index 59e2d1dbf76..7291aa650bc 100644 --- a/metadata/com.example.notio.yml +++ b/metadata/com.example.notio.yml @@ -23,9 +23,9 @@ Builds: versionCode: 1 commit: v1.0.0 gradle: - - assembleRelease + - task: assembleRelease output: app/build/outputs/apk/release/app-release.apk AutoUpdateMode: None UpdateCheckMode: None -UpdateCheckData: "" +UpdateCheckData: "" \ No newline at end of file -- GitLab