# Simple Notes Sync ๐Ÿ“ > Minimalist offline notes with auto-sync to your own server [![Android](https://img.shields.io/badge/Android-8.0%2B-green.svg)](https://www.android.com/) [![Material Design 3](https://img.shields.io/badge/Material-Design%203-green.svg)](https://m3.material.io/) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) **๐Ÿ“ฑ [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** ยท **๐Ÿ“– [Documentation](DOCS.en.md)** ยท **๐Ÿš€ [Quick Start](QUICKSTART.en.md)** **๐ŸŒ Languages:** [Deutsch](README.md) ยท **English** --- ## ๐Ÿ“ฑ Screenshots

Notes list Edit note Settings

--- ## Features ### ๐Ÿ“ Notes - Create and edit simple text notes - Automatic save - Swipe-to-delete with confirmation ### ๐Ÿ”„ Synchronization - Auto-sync (15/30/60 min intervals) - WiFi-based - Sync on home WiFi connection - Server check (2s timeout) - No errors in foreign networks - Conflict-free merging via timestamps ### ๐Ÿ  Self-Hosted & Privacy - WebDAV server (Nextcloud, ownCloud, etc.) - Your data stays with you - No tracking, no analytics - 100% Open Source (MIT license) ### ๐Ÿ”‹ Performance - Battery-friendly (~0.2-0.8% per day) - Doze Mode optimized - Offline-first - All features work without internet ### ๐ŸŽจ Material Design 3 - Dynamic Colors (Material You) - Dark Mode - Modern, intuitive UI --- ## ๐Ÿš€ Quick Start ### 1. Server Setup ```bash cd server cp .env.example .env # Set password in .env docker compose up -d ``` โžก๏ธ **Details:** [Server Setup Guide](server/README.en.md) ### 2. App Installation 1. [Download APK](https://github.com/inventory69/simple-notes-sync/releases/latest) 2. Install & open 3. โš™๏ธ Settings โ†’ Configure server 4. Enable auto-sync โžก๏ธ **Details:** [Complete guide](QUICKSTART.en.md) --- ## ๐Ÿ“š Documentation - **[Quick Start Guide](QUICKSTART.en.md)** - Step-by-step guide for end users - **[Server Setup](server/README.en.md)** - Configure WebDAV server - **[Complete Docs](DOCS.en.md)** - Features, troubleshooting, build instructions --- ## ๐Ÿ› ๏ธ Development ```bash cd android ./gradlew assembleStandardRelease ``` โžก๏ธ **Details:** [Build instructions in DOCS.en.md](DOCS.en.md) --- ## ๐Ÿค Contributing Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for details. --- ## ๐Ÿ“„ License MIT License - see [LICENSE](LICENSE) **v1.1.1** ยท Built with Kotlin + Material Design 3