From cf9695844c07a1797edb17be0a630552268c1754 Mon Sep 17 00:00:00 2001 From: inventory69 Date: Mon, 2 Feb 2026 13:45:16 +0100 Subject: [PATCH] chore: Add SystemForegroundService to manifest and Feature Requests link to issue template - AndroidManifest.xml: Added WorkManager SystemForegroundService declaration with dataSync foregroundServiceType to fix lint error for Expedited Work - .github/ISSUE_TEMPLATE/config.yml: Added Feature Requests & Ideas link pointing to GitHub Discussions for non-bug feature discussions --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ android/app/src/main/AndroidManifest.xml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9f0ad54..c770057 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,3 +9,6 @@ contact_links: - name: "🐛 Troubleshooting" url: https://github.com/inventory69/simple-notes-sync/blob/main/QUICKSTART.md#troubleshooting about: Häufige Probleme und Lösungen / Common issues and solutions + - name: "✨ Feature Requests & Ideas" + url: https://github.com/inventory69/simple-notes-sync/discussions/categories/ideas + about: Diskutiere neue Features in Discussions / Discuss new features in Discussions diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 601b20a..c348297 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -12,9 +12,9 @@ - + - + @@ -96,6 +96,12 @@ android:resource="@xml/file_paths" /> + + + \ No newline at end of file