New Features: - Multi-Device Sync with deletion tracking (prevents zombie notes) - Server deletion via swipe gesture with confirmation dialog - E-Tag performance optimization (~150ms vs 3s for no-change syncs) - Markdown Auto-Sync toggle (unified Export + Auto-Import) - Manual Markdown sync button for performance control - Server-Restore modes (Merge/Replace/Overwrite) Technical Implementation: - DeletionTracker model with JSON persistence - Intelligent server checks with E-Tag caching - Deletion-aware download logic - Two-stage swipe deletion with Material Design dialog - Automatic Markdown import during sync - YAML frontmatter scanning for robust file deletion Thanks to Thomas from Bielefeld for reporting the multi-device sync issue! Compatible with: v1.2.0-v1.3.0
3.2 KiB
3.2 KiB
Simple Notes Sync 📝
Minimalistische Offline-Notizen mit Auto-Sync zu deinem eigenen Server
📱 APK Download · 📖 Dokumentation · 🚀 Quick Start
🌍 Sprachen: Deutsch · English
📱 Screenshots
✨ Highlights
- 📝 Offline-First - Funktioniert ohne Internet
- 🔄 Auto-Sync - Nur im Heim-WLAN (15/30/60 Min)
- 🔒 Self-Hosted - Deine Daten bleiben bei dir (WebDAV)
- 💾 Lokales Backup - Export/Import als JSON-Datei
- 🖥️ Desktop-Integration - Markdown-Export für VS Code, Typora, etc.
- 🔋 Akkuschonend - ~0.2-0.8% pro Tag
- 🎨 Material Design 3 - Dark Mode & Dynamic Colors
➡️ Vollständige Feature-Liste: FEATURES.md
🚀 Schnellstart
1. Server Setup (5 Minuten)
git clone https://github.com/inventory69/simple-notes-sync.git
cd simple-notes-sync/server
cp .env.example .env
# Passwort in .env setzen
docker compose up -d
➡️ Details: Server Setup Guide
2. App Installation (2 Minuten)
- APK herunterladen
- Installieren & öffnen
- ⚙️ Einstellungen → Server konfigurieren:
- URL:
http://DEINE-SERVER-IP:8080/(nur Base-URL!) - User:
noteuser - Passwort: (aus .env)
- WLAN: (dein Netzwerk-Name)
- URL:
- Verbindung testen → Auto-Sync aktivieren
- Fertig! 🎉
➡️ Ausführliche Anleitung: QUICKSTART.md
📚 Dokumentation
| Dokument | Inhalt |
|---|---|
| QUICKSTART.md | Schritt-für-Schritt Installation |
| FEATURES.md | Vollständige Feature-Liste |
| BACKUP.md | Backup & Wiederherstellung |
| DESKTOP.md | Desktop-Integration (Markdown) |
| DOCS.md | Technische Details & Troubleshooting |
| CHANGELOG.md | Versionshistorie |
🛠️ Entwicklung
cd android
./gradlew assembleStandardRelease
➡️ Build-Anleitung: DOCS.md
🤝 Contributing
Beiträge willkommen! Siehe CONTRIBUTING.md
📄 Lizenz
MIT License - siehe LICENSE
v1.2.1 · Built with ❤️ using Kotlin + Material Design 3



