Files
simple-notes-sync/README.md
inventory69 e3e64b83e2 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)
2026-01-10 23:37:22 +01:00

3.3 KiB

Simple Notes Sync 📝

Minimalistische Offline-Notizen mit Auto-Sync zu deinem eigenen Server

Android Material Design 3 License

Get it on IzzyOnDroid

📱 APK Download · 📖 Dokumentation · 🚀 Quick Start

🌍 Sprachen: Deutsch · English


📱 Screenshots

Notizliste Notiz bearbeiten Einstellungen


Highlights

  • NEU: Checklisten - Tap-to-Check, Drag & Drop, Swipe-to-Delete
  • 📝 Offline-First - Funktioniert ohne Internet
  • 🔄 Auto-Sync - Bei WiFi-Verbindung (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 Obsidian, VS Code, Typora
  • 🔋 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)

  1. APK herunterladen
  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.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.4.0 · Built with ❤️ using Kotlin + Material Design 3