Fix F-Droid bot feedback issues [skip ci]
- Move fastlane metadata to repository root (was in android/fastlane) - Add distributionSha256Sum to gradle-wrapper.properties for security - Update Gradle Wrapper JAR to match version 8.13 - Document NonFreeNet anti-feature (HTTP support for local WebDAV servers) Addresses F-Droid RFP issue #3458 bot feedback
This commit is contained in:
38
fastlane/README.md
Normal file
38
fastlane/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# F-Droid Metadata
|
||||
|
||||
Diese Verzeichnisstruktur enthält alle Metadaten für die F-Droid-Veröffentlichung.
|
||||
|
||||
## Struktur
|
||||
|
||||
```
|
||||
fastlane/metadata/android/de-DE/
|
||||
├── title.txt # App-Name (max 50 Zeichen)
|
||||
├── short_description.txt # Kurzbeschreibung (max 80 Zeichen)
|
||||
├── full_description.txt # Vollständige Beschreibung (max 4000 Zeichen)
|
||||
├── changelogs/
|
||||
│ └── 1.txt # Changelog für Version 1
|
||||
└── images/
|
||||
└── phoneScreenshots/ # Screenshots (PNG/JPG, 320-3840px breit)
|
||||
├── 1.png # Hauptansicht (Notizliste)
|
||||
├── 2.png # Notiz-Editor
|
||||
├── 3.png # Settings
|
||||
└── 4.png # Empty State
|
||||
```
|
||||
|
||||
## Screenshots erstellen
|
||||
|
||||
Verwende einen Android Emulator oder physisches Gerät mit:
|
||||
- Material You Theme aktiviert
|
||||
- Deutsche Sprache
|
||||
- Screenshots in hoher Auflösung (1080x2400 empfohlen)
|
||||
|
||||
### Screenshot-Reihenfolge:
|
||||
1. **Notizliste** - Mit mehreren Beispiel-Notizen, Sync-Status sichtbar
|
||||
2. **Editor** - Zeige eine bearbeitete Notiz mit Titel und Inhalt
|
||||
3. **Settings** - Server-Konfiguration mit erfolgreichem Server-Status
|
||||
4. **Empty State** - Schöne leere Ansicht mit Material 3 Card
|
||||
|
||||
## F-Droid Build-Konfiguration
|
||||
|
||||
Die App verwendet den `fdroid` Build-Flavor ohne proprietäre Dependencies.
|
||||
Siehe `build.gradle.kts` für Details.
|
||||
8
fastlane/metadata/android/de-DE/changelogs/1.txt
Normal file
8
fastlane/metadata/android/de-DE/changelogs/1.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
• Material Design 3 mit Dynamic Colors
|
||||
• Swipe-to-Delete mit Bestätigungsdialog
|
||||
• Server Backup & Restore Funktion
|
||||
• Verbesserte Empty State Ansicht
|
||||
• Deutsche Lokalisierung
|
||||
• Splash Screen Support (Android 12+)
|
||||
• Performance-Verbesserungen
|
||||
• Bug-Fixes
|
||||
5
fastlane/metadata/android/de-DE/changelogs/2.txt
Normal file
5
fastlane/metadata/android/de-DE/changelogs/2.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
• Konfigurierbares Sync-Interval (15/30/60 Minuten)
|
||||
• Transparente Batterie-Verbrauchsanzeige (gemessen: 0.4%/Tag bei 30min)
|
||||
• Doze Mode Optimierungen für zuverlässigere Background-Syncs
|
||||
• About-Section mit App-Informationen und GitHub-Links
|
||||
• Diverse Bugfixes und Performance-Verbesserungen
|
||||
20
fastlane/metadata/android/de-DE/changelogs/3.txt
Normal file
20
fastlane/metadata/android/de-DE/changelogs/3.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
🐛 Bugfixes v1.1.1
|
||||
|
||||
✅ Keine Fehler-Notifications mehr in fremden WiFi-Netzwerken!
|
||||
- Server-Erreichbarkeits-Check vor jedem Sync (2s Timeout)
|
||||
- Stiller Abbruch wenn Server nicht erreichbar
|
||||
- 80% schnellerer Abbruch: 2s statt 10+ Sekunden
|
||||
|
||||
✅ Keine Fehler beim WiFi-Connect / Nach-Hause-Kommen!
|
||||
- Pre-Check wartet bis Netzwerk bereit ist (DHCP, Routing, Gateway)
|
||||
- Kein Fehler mehr bei Netzwerk-Initialisierung
|
||||
|
||||
🔧 Notification-Verbesserungen:
|
||||
- Alte Notifications werden beim App-Start gelöscht
|
||||
- Fehler-Notifications verschwinden automatisch nach 30 Sekunden
|
||||
- Bessere Batterie-Effizienz (keine langen Timeouts mehr)
|
||||
|
||||
📱 UI-Fixes:
|
||||
- Sync-Icon wird nicht mehr angezeigt wenn Sync nicht konfiguriert ist
|
||||
- Swipe-to-Delete: Kein Flackern mehr beim schnellen Löschen mehrerer Notizen
|
||||
- Nach dem Speichern einer Notiz landet man automatisch ganz oben in der Liste
|
||||
37
fastlane/metadata/android/de-DE/full_description.txt
Normal file
37
fastlane/metadata/android/de-DE/full_description.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
Simple Notes Sync ist eine minimalistische Notizen-App mit WebDAV-Synchronisation.
|
||||
|
||||
HAUPTFUNKTIONEN:
|
||||
|
||||
• Einfache Notizen erstellen und bearbeiten
|
||||
• WebDAV-Synchronisation mit eigenem Server
|
||||
• Automatische Synchronisation im Heim-WLAN
|
||||
• Konfigurierbares Sync-Interval (15/30/60 Minuten)
|
||||
• Transparente Batterie-Verbrauchsanzeige
|
||||
• Material Design 3 mit Dynamic Colors (Android 12+)
|
||||
• Swipe-to-Delete mit Bestätigungsdialog
|
||||
• Server-Backup & Wiederherstellung
|
||||
• Komplett offline nutzbar
|
||||
• Keine Werbung, keine Tracker
|
||||
|
||||
DATENSCHUTZ:
|
||||
|
||||
Deine Daten bleiben bei dir! Die App kommuniziert nur mit deinem eigenen WebDAV-Server. Keine Cloud-Dienste, keine Tracking-Bibliotheken, keine Analysetools.
|
||||
|
||||
SYNCHRONISATION:
|
||||
|
||||
• Unterstützt alle WebDAV-Server (Nextcloud, ownCloud, etc.)
|
||||
• Konfigurierbares Interval: 15, 30 oder 60 Minuten
|
||||
• Gemessener Akkuverbrauch: nur ~0.4% pro Tag (bei 30min)
|
||||
• Doze Mode optimiert für zuverlässige Background-Syncs
|
||||
• Manuelle Synchronisation jederzeit möglich
|
||||
• Konfliktfreie Zusammenführung durch Timestamps
|
||||
|
||||
MATERIAL DESIGN 3:
|
||||
|
||||
• Moderne Benutzeroberfläche
|
||||
• Dynamic Colors (Material You) auf Android 12+
|
||||
• Dark Mode Support
|
||||
• Intuitive Gesten (Swipe-to-Delete)
|
||||
|
||||
Open Source unter MIT-Lizenz
|
||||
Quellcode: https://github.com/inventory69/simple-notes-sync
|
||||
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/1.jpg
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/2.jpg
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/3.jpg
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
@@ -0,0 +1 @@
|
||||
Einfache Notizen-App mit WebDAV-Synchronisation
|
||||
1
fastlane/metadata/android/de-DE/title.txt
Normal file
1
fastlane/metadata/android/de-DE/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Simple Notes Sync
|
||||
20
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
20
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
🐛 Bugfixes v1.1.1
|
||||
|
||||
✅ No more error notifications in foreign WiFi networks!
|
||||
- Server reachability check before each sync (2s timeout)
|
||||
- Silent abort when server is unreachable
|
||||
- 80% faster abort: 2s instead of 10+ seconds
|
||||
|
||||
✅ No more errors when connecting to WiFi / arriving home!
|
||||
- Pre-check waits until network is ready (DHCP, routing, gateway)
|
||||
- No more errors during network initialization
|
||||
|
||||
🔧 Notification improvements:
|
||||
- Old notifications are cleared on app start
|
||||
- Error notifications disappear automatically after 30 seconds
|
||||
- Better battery efficiency (no more long timeouts)
|
||||
|
||||
📱 UI fixes:
|
||||
- Sync icon no longer shown when sync is not configured
|
||||
- Swipe-to-delete: No more flickering when quickly deleting multiple notes
|
||||
- After saving a note, you automatically land at the top of the list
|
||||
37
fastlane/metadata/android/en-US/full_description.txt
Normal file
37
fastlane/metadata/android/en-US/full_description.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
Simple Notes Sync is a minimalist note-taking app with WebDAV synchronization.
|
||||
|
||||
KEY FEATURES:
|
||||
|
||||
• Create and edit simple notes
|
||||
• WebDAV synchronization with your own server
|
||||
• Automatic synchronization on home WiFi
|
||||
• Configurable sync interval (15/30/60 minutes)
|
||||
• Transparent battery usage display
|
||||
• Material Design 3 with Dynamic Colors (Android 12+)
|
||||
• Swipe-to-delete with confirmation dialog
|
||||
• Server backup & restore
|
||||
• Fully usable offline
|
||||
• No ads, no trackers
|
||||
|
||||
PRIVACY:
|
||||
|
||||
Your data stays with you! The app only communicates with your own WebDAV server. No cloud services, no tracking libraries, no analytics tools.
|
||||
|
||||
SYNCHRONIZATION:
|
||||
|
||||
• Supports all WebDAV servers (Nextcloud, ownCloud, etc.)
|
||||
• Configurable interval: 15, 30, or 60 minutes
|
||||
• Measured battery consumption: only ~0.4% per day (at 30min)
|
||||
• Doze Mode optimized for reliable background syncs
|
||||
• Manual synchronization available anytime
|
||||
• Conflict-free merging through timestamps
|
||||
|
||||
MATERIAL DESIGN 3:
|
||||
|
||||
• Modern user interface
|
||||
• Dynamic Colors (Material You) on Android 12+
|
||||
• Dark Mode support
|
||||
• Intuitive gestures (Swipe-to-delete)
|
||||
|
||||
Open Source under MIT License
|
||||
Source code: https://github.com/inventory69/simple-notes-sync
|
||||
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
@@ -0,0 +1 @@
|
||||
Simple note-taking app with WebDAV synchronization
|
||||
1
fastlane/metadata/android/en-US/title.txt
Normal file
1
fastlane/metadata/android/en-US/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Simple Notes Sync
|
||||
Reference in New Issue
Block a user