From 555949079b240647b5d21ea1c9d413f658d93ffc Mon Sep 17 00:00:00 2001 From: Mrigank Sharma Date: Mon, 1 Dec 2025 07:07:06 +0000 Subject: [PATCH 1/3] Newapp: SilentHours --- metadata/com.astris.silenthours.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 metadata/com.astris.silenthours.yml diff --git a/metadata/com.astris.silenthours.yml b/metadata/com.astris.silenthours.yml new file mode 100644 index 00000000000..f0f9f950472 --- /dev/null +++ b/metadata/com.astris.silenthours.yml @@ -0,0 +1,25 @@ +Categories: + - Phone & SMS +License: MIT +AuthorName: Mrigank Sharma +SourceCode: https://github.com/Mrigank56/Silent-Hours +IssueTracker: https://github.com/Mrigank56/Silent-Hours/issues +Changelog: https://github.com/Mrigank56/Silent-Hours/releases + +AutoName: Silent Hours + +RepoType: git +Repo: https://github.com/Mrigank56/Silent-Hours.git + +Builds: + - versionName: '6.0' + versionCode: 6 + commit: v6.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '6.0' +CurrentVersionCode: 6 -- GitLab From 0d57206ec3b429577c189cb47198c12cf9ccc052 Mon Sep 17 00:00:00 2001 From: Mrigank Date: Mon, 8 Dec 2025 20:55:38 +0530 Subject: [PATCH 2/3] Fix line endings to LF --- metadata/com.astris.silenthours.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.astris.silenthours.yml b/metadata/com.astris.silenthours.yml index f0f9f950472..bd61f0c17c9 100644 --- a/metadata/com.astris.silenthours.yml +++ b/metadata/com.astris.silenthours.yml @@ -12,7 +12,7 @@ RepoType: git Repo: https://github.com/Mrigank56/Silent-Hours.git Builds: - - versionName: '6.0' + - versionName: "6.0" versionCode: 6 commit: v6.0 subdir: app @@ -21,5 +21,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '6.0' +CurrentVersion: "6.0" CurrentVersionCode: 6 -- GitLab From 8d719a63715e90b3465178b3b6637ce857127d0a Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Sat, 13 Dec 2025 11:42:24 +0000 Subject: [PATCH 3/3] Apply 1 suggestion(s) to 1 file(s) --- metadata/com.astris.silenthours.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.astris.silenthours.yml b/metadata/com.astris.silenthours.yml index bd61f0c17c9..c04f61e6bf7 100644 --- a/metadata/com.astris.silenthours.yml +++ b/metadata/com.astris.silenthours.yml @@ -14,7 +14,7 @@ Repo: https://github.com/Mrigank56/Silent-Hours.git Builds: - versionName: "6.0" versionCode: 6 - commit: v6.0 + commit: f2cb6a125fa44a44ac82e2afcc7432e2d5d7b7b8 subdir: app gradle: - yes -- GitLab