Logo

Simple Notes Sync

Minimalistische Offline-Notizen mit intelligentem Sync - Einfachheit trifft smarte Synchronisation.

[![Android](https://img.shields.io/badge/Android-7.0%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://www.android.com/) [![Kotlin](https://img.shields.io/badge/Kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white)](https://kotlinlang.org/) [![Jetpack Compose](https://img.shields.io/badge/Jetpack%20Compose-4285F4?style=for-the-badge&logo=jetpackcompose&logoColor=white)](https://developer.android.com/compose/) [![Material 3](https://img.shields.io/badge/Material_3-6750A4?style=for-the-badge&logo=material-design&logoColor=white)](https://m3.material.io/) [![License](https://img.shields.io/badge/License-MIT-F5C400?style=for-the-badge)](LICENSE)
Get it on IzzyOnDroid Get it on Obtainium Get it on F-Droid
SHA-256 Hash des Signaturzertifikats:
42:A1:C6:13:BB:C6:73:04:5A:F3:DC:81:91:BF:9C:B6:45:6E:E4:4C:7D:CE:40:C7:CF:B5:66:FA:CB:69:F1:6A

[📱 APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest) · [📖 Dokumentation](docs/DOCS.de.md) · [🚀 Schnellstart](QUICKSTART.de.md)
**🌍** Deutsch · [English](README.md)
## 📱 Screenshots

Sync status Edit note Edit checklist Settings Server settings Sync settings

📝 Offline-first  â€˘  🔄 Smart Sync  â€˘  đź”’ Self-hosted  â€˘  🔋 Akkuschonend
## ✨ Highlights - 📝 **Offline-first** – Funktioniert ohne Internet - 📊 **Flexible Ansichten** – Listen- und Grid-Layout - ✅ **Checklisten** – Tap-to-Check, Drag & Drop - 🔄 **Konfigurierbare Sync-Trigger** – onSave, onResume, WiFi, periodisch (15/30/60 Min), Boot - 📌 **Widgets** – Home-Screen Quick-Note und Notizlisten-Widget - 🔀 **Smartes Sortieren** – Nach Titel, Änderungsdatum, Erstelldatum, Farbe - ⚡ **Paralleler Sync** – Lädt bis zu 5 Notizen gleichzeitig herunter - 🌍 **Mehrsprachig** – Deutsch/Englisch mit Sprachauswahl - 🔒 **Self-hosted** – Deine Daten bleiben bei dir (WebDAV) - 💾 **Lokales Backup** – Export/Import als JSON-Datei (optional verschlüsselt) - 🖥️ **Desktop-Integration** – Markdown-Export für Obsidian, VS Code, Typora - 🎨 **Material Design 3** – Dynamischer Dark/Light Mode & Farben ➡️ **Vollständige Feature-Liste:** [docs/FEATURES.de.md](docs/FEATURES.de.md) ## 🚀 Schnellstart ### 1. Server Setup (5 Minuten) ```bash 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](server/README.de.md) ### 2. App Installation (2 Minuten) 1. [APK herunterladen](https://github.com/inventory69/simple-notes-sync/releases/latest) 2. Installieren & öffnen 3. ⚙️ Einstellungen → Server konfigurieren: - **URL:** `http://DEINE-SERVER-IP:8080/` _(nur Base-URL!)_ - **User:** `noteuser` - **Passwort:** _(aus .env)_ - **WLAN:** _(dein Netzwerk-Name)_ 4. **Verbindung testen** → Auto-Sync aktivieren 5. Fertig! 🎉 ➡️ **Ausführliche Anleitung:** [QUICKSTART.de.md](QUICKSTART.de.md) ## 📚 Dokumentation | Dokument | Inhalt | |----------|--------| | **[QUICKSTART.de.md](QUICKSTART.de.md)** | Schritt-für-Schritt Installation | | **[FEATURES.de.md](docs/FEATURES.de.md)** | Vollständige Feature-Liste | | **[BACKUP.de.md](docs/BACKUP.de.md)** | Backup & Wiederherstellung | | **[DESKTOP.de.md](docs/DESKTOP.de.md)** | Desktop-Integration (Markdown) | | **[SELF_SIGNED_SSL.md](docs/SELF_SIGNED_SSL.md)** | Self-signed SSL Zertifikat Setup | | **[DOCS.de.md](docs/DOCS.de.md)** | Technische Details & Troubleshooting | | **[CHANGELOG.de.md](CHANGELOG.de.md)** | Versionshistorie | | **[UPCOMING.de.md](docs/UPCOMING.de.md)** | Geplante Features 🚀 | | **[ÜBERSETZEN.md](docs/TRANSLATING.de.md)** | Übersetzungsanleitung 🌍 | ## 🛠️ Entwicklung ```bash cd android ./gradlew assembleStandardRelease ``` ➡️ **Build-Anleitung:** [docs/DOCS.de.md#-build--deployment](docs/DOCS.de.md#-build--deployment) ## 🤝 Contributing Beiträge willkommen! Siehe [CONTRIBUTING.md](CONTRIBUTING.md) ## 📄 Lizenz MIT License – siehe [LICENSE](LICENSE)


**v1.8.1** · Built with ❤️ using Kotlin + Jetpack Compose + Material Design 3