feat(v1.4.0): Checklists feature + WiFi permission cleanup
Features: - Interactive checklists with tap-to-check, drag & drop sorting - GitHub-flavored Markdown export (- [ ] / - [x]) - FAB menu for note type selection Fixes: - Improved Markdown parsing (robust line-based content extraction) - Better duplicate filename handling (ID suffix) - Foreground notification suppression Privacy: - Removed ACCESS_WIFI_STATE and CHANGE_WIFI_STATE permissions (SSID binding was never used, app only checks connectivity state) Code Quality: - Fixed 7 Detekt warnings (SwallowedException, MaxLineLength, MagicNumber)
This commit is contained in:
12
fastlane/metadata/android/de-DE/changelogs/11.txt
Normal file
12
fastlane/metadata/android/de-DE/changelogs/11.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
NEU: Checklisten!
|
||||
- Erstelle Checklisten-Notizen mit Tap-to-Check
|
||||
- Markdown-Export als GitHub-Style Aufgabenlisten
|
||||
|
||||
Fixes:
|
||||
- Robusteres Markdown-Parsing
|
||||
- Doppelte Dateinamen bekommen ID-Suffix
|
||||
- Keine Benachrichtigungen wenn App offen ist
|
||||
|
||||
Privacy:
|
||||
- 2 WiFi-Permissions entfernt (ACCESS/CHANGE_WIFI_STATE)
|
||||
- WiFi-Binding funktioniert bereits ohne SSID-Zugriff!
|
||||
@@ -2,16 +2,15 @@ Simple Notes Sync ist eine minimalistische Notizen-App mit WebDAV-Synchronisatio
|
||||
|
||||
HAUPTFUNKTIONEN:
|
||||
|
||||
• Einfache Notizen erstellen und bearbeiten
|
||||
• Text-Notizen und Checklisten erstellen
|
||||
• Checklisten mit Tap-to-Check, Drag & Drop, Swipe-to-Delete
|
||||
• WebDAV-Synchronisation mit eigenem Server
|
||||
• Multi-Device Sync (Handy, Tablet, Desktop)
|
||||
• Markdown-Export für Obsidian/Desktop-Editoren
|
||||
• Checklisten als GitHub-Style Task-Listen exportieren
|
||||
• 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 Server-Sync
|
||||
• Server-Backup & Wiederherstellung (Merge/Replace/Overwrite)
|
||||
• Komplett offline nutzbar
|
||||
• Keine Werbung, keine Tracker
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
Einfache Notizen-App mit WebDAV-Synchronisation
|
||||
Notizen & Checklisten mit WebDAV-Sync zu deinem eigenen Server
|
||||
12
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
NEW: Checklists!
|
||||
- Create checklist notes with tap-to-check items
|
||||
- Markdown export as GitHub-style task lists
|
||||
|
||||
Fixes:
|
||||
- More robust Markdown parsing
|
||||
- Duplicate filenames get ID suffix
|
||||
- No notifications when app is open
|
||||
|
||||
Privacy:
|
||||
- Removed 2 WiFi permissions (ACCESS/CHANGE_WIFI_STATE)
|
||||
- WiFi binding already works without SSID access!
|
||||
@@ -2,16 +2,15 @@ Simple Notes Sync is a minimalist note-taking app with WebDAV synchronization.
|
||||
|
||||
KEY FEATURES:
|
||||
|
||||
• Create and edit simple notes
|
||||
• Create text notes and checklists
|
||||
• Checklists with tap-to-check, drag & drop, swipe-to-delete
|
||||
• WebDAV synchronization with your own server
|
||||
• Multi-device sync (phone, tablet, desktop)
|
||||
• Markdown export for Obsidian/desktop editors
|
||||
• Checklists export as GitHub-style task lists
|
||||
• 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 server sync
|
||||
• Server backup & restore (Merge/Replace/Overwrite)
|
||||
• Fully usable offline
|
||||
• No ads, no trackers
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
Simple note-taking app with WebDAV synchronization
|
||||
Notes & checklists with WebDAV sync to your own server
|
||||
|
||||
Reference in New Issue
Block a user