Code changes:
- Show "ℹ️ Nothing to sync" when no notes need syncing (banner instead of toast)
- Add i18n strings for EN/DE
Documentation:
- Improve auto-sync description: mention WiFi reconnect + multi-device sync
- Add 2 new screenshots: server settings & sync status banner
Assets:
- Add screenshots 5 & 6 (server settings & sync banner showcase)
4.1 KiB
4.1 KiB
Simple Notes Sync 📝
Minimalistische Offline-Notizen mit Auto-Sync zu deinem eigenen Server
📱 APK Download · 📖 Dokumentation · 🚀 Quick Start
🌍 Sprachen: Deutsch · English
📱 Screenshots
✨ Highlights
- ✅ NEU: Checklisten - Tap-to-Check, Drag & Drop
- 🌍 NEU: Mehrsprachig - Deutsch/Englisch mit Sprachauswahl
- 📝 Offline-First - Funktioniert ohne Internet
- 🔄 Auto-Sync - WLAN-Verbindung, regelmäßige Intervalle (15/30/60 Min) & Multi-Geräte-Sync
- 🔒 Self-Hosted - Deine Daten bleiben bei dir (WebDAV)
- 💾 Lokales Backup - Export/Import als JSON-Datei
- 🖥️ Desktop-Integration - Markdown-Export für Obsidian, VS Code, Typora
- 🔋 Akkuschonend - ~0.2-0.8% pro Tag
- 🎨 Material Design 3 - Dark Mode & Dynamic Colors
➡️ Vollständige Feature-Liste: FEATURES.de.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.de.md
📚 Dokumentation
| Dokument | Inhalt |
|---|---|
| QUICKSTART.de.md | Schritt-für-Schritt Installation |
| FEATURES.de.md | Vollständige Feature-Liste |
| BACKUP.de.md | Backup & Wiederherstellung |
| DESKTOP.de.md | Desktop-Integration (Markdown) |
| DOCS.de.md | Technische Details & Troubleshooting |
| CHANGELOG.de.md | Versionshistorie |
| UPCOMING.de.md | Geplante Features 🚀 |
| ÜBERSETZEN.md | Übersetzungsanleitung 🌍 |
🛠️ Entwicklung
cd android
./gradlew assembleStandardRelease
➡️ Build-Anleitung: DOCS.md
🤝 Contributing
Beiträge willkommen! Siehe CONTRIBUTING.md
📄 Lizenz
MIT License - siehe LICENSE
v1.4.1 · Built with ❤️ using Kotlin + Material Design 3







