From c4dec790f45c714375a89893dcd536a182f18014 Mon Sep 17 00:00:00 2001 From: Roma Date: Fri, 21 Nov 2025 20:01:46 +0000 Subject: [PATCH 1/4] Add metadata for Remember (com.example.remember20) --- com.example.remember20.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 com.example.remember20.yml diff --git a/com.example.remember20.yml b/com.example.remember20.yml new file mode 100644 index 00000000000..efaed768029 --- /dev/null +++ b/com.example.remember20.yml @@ -0,0 +1,28 @@ +Categories: + - Time + - Productivity +License: GPL-3.0-only +SourceCode: https://github.com/Roma00002/Remember +IssueTracker: https://github.com/Roma00002/Remember/issues + +RepoType: git +Repo: https://github.com/Roma00002/Remember.git + +AutoUpdateMode: Version v%v +UpdateCheckMode: tags +UpdateCheckName: Remember +Changelog: https://github.com/Roma00002/Remember/releases + +CurrentVersion: 1.0.0 +CurrentVersionCode: 1 + +Name: Remember +Summary: Minimalist reminder and alarm app +Description: | + Remember is a minimalist and elegant reminder and alarm application designed to help you organize your day without distractions. + + Features: + * Minimalist Design: Clean aesthetic in dark purple tones. + * Smart Alarms: Full-screen alarms to ensure you don't miss anything. + * Integrated Calendar: Manage your schedule intuitively. + * Open Source: Fully open source under GPLv3. -- GitLab From ccd1c5d0544035ab0ea53c755c7cc107747e3245 Mon Sep 17 00:00:00 2001 From: Roma Date: Mon, 24 Nov 2025 17:40:09 +0000 Subject: [PATCH 2/4] Edit com.example.remember20.yml --- com.example.remember20.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/com.example.remember20.yml b/com.example.remember20.yml index efaed768029..eaa0b23898c 100644 --- a/com.example.remember20.yml +++ b/com.example.remember20.yml @@ -4,14 +4,20 @@ Categories: License: GPL-3.0-only SourceCode: https://github.com/Roma00002/Remember IssueTracker: https://github.com/Roma00002/Remember/issues - RepoType: git Repo: https://github.com/Roma00002/Remember.git - AutoUpdateMode: Version v%v UpdateCheckMode: tags -UpdateCheckName: Remember Changelog: https://github.com/Roma00002/Remember/releases +UpdateCheckName: Remember + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: v1.0.0 + subdir: app + gradle: + - yes CurrentVersion: 1.0.0 CurrentVersionCode: 1 @@ -25,4 +31,4 @@ Description: | * Minimalist Design: Clean aesthetic in dark purple tones. * Smart Alarms: Full-screen alarms to ensure you don't miss anything. * Integrated Calendar: Manage your schedule intuitively. - * Open Source: Fully open source under GPLv3. + * Open Source: Fully open source under GPLv3. \ No newline at end of file -- GitLab From 497293d9bf11eb539e8d708cc243d831675e89df Mon Sep 17 00:00:00 2001 From: Roma Date: Mon, 24 Nov 2025 17:53:45 +0000 Subject: [PATCH 3/4] Metadata --- metadata/com.example.remember20.yml | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/com.example.remember20.yml diff --git a/metadata/com.example.remember20.yml b/metadata/com.example.remember20.yml new file mode 100644 index 00000000000..3288bb86f97 --- /dev/null +++ b/metadata/com.example.remember20.yml @@ -0,0 +1,34 @@ +Categories: + - Time + - Productivity +License: GPL-3.0-only +SourceCode: https://github.com/Roma00002/Remember +IssueTracker: https://github.com/Roma00002/Remember/issues +RepoType: git +Repo: https://github.com/Roma00002/Remember.git +AutoUpdateMode: Version v%v +UpdateCheckMode: tags +Changelog: https://github.com/Roma00002/Remember/releases +UpdateCheckName: Remember + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: v1.0.0 + subdir: app + gradle: + - yes + +CurrentVersion: 1.0.0 +CurrentVersionCode: 1 + +Name: Remember +Summary: Minimalist reminder and alarm app +Description: | + Remember is a minimalist and elegant reminder and alarm application designed to help you organize your day without distractions. + + Features: + * Minimalist Design: Clean aesthetic in dark purple tones. + * Smart Alarms: Full-screen alarms to ensure you don't miss anything. + * Integrated Calendar: Manage your schedule intuitively. + * Open Source: Fully open source under GPLv3. -- GitLab From a98a237f153b8fe3986eaf04d91804e513e27a0c Mon Sep 17 00:00:00 2001 From: Roma Date: Mon, 24 Nov 2025 21:59:53 +0000 Subject: [PATCH 4/4] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: linsui <2873532-linsui@users.noreply.gitlab.com> --- metadata/com.example.remember20.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/metadata/com.example.remember20.yml b/metadata/com.example.remember20.yml index 3288bb86f97..be9a8acca3e 100644 --- a/metadata/com.example.remember20.yml +++ b/metadata/com.example.remember20.yml @@ -22,13 +22,3 @@ Builds: CurrentVersion: 1.0.0 CurrentVersionCode: 1 -Name: Remember -Summary: Minimalist reminder and alarm app -Description: | - Remember is a minimalist and elegant reminder and alarm application designed to help you organize your day without distractions. - - Features: - * Minimalist Design: Clean aesthetic in dark purple tones. - * Smart Alarms: Full-screen alarms to ensure you don't miss anything. - * Integrated Calendar: Manage your schedule intuitively. - * Open Source: Fully open source under GPLv3. -- GitLab