inventory69 300dc67a7c 🔧 Add PR build check workflow
- Builds debug APKs for pull requests (no signing required)
- Runs unit tests
- Uploads APKs as artifacts (30 days retention)
- Posts build status comment to PR
- No production releases for PRs (only on main merge)
- Gradle cache for faster builds

[skip ci]
2025-12-24 00:06:27 +01:00
2025-12-24 00:06:27 +01:00

Simple Notes Sync 📝

Minimalist offline notes with auto-sync to your own server

Android Material Design 3 License

📱 APK Download · 📖 Documentation · 🚀 Quick Start

🌍 Languages: Deutsch · English


Features

  • 📝 Offline-First - Notes always available
  • 🔄 Auto-Sync - Configurable intervals (15/30/60 min)
  • 🏠 Self-Hosted - WebDAV on your server
  • 🔐 Privacy-First - No cloud, no tracking
  • 🔋 Battery-friendly - ~0.2-0.8% per day

🚀 Quick Start

1. Server Setup

cd server
cp .env.example .env
# Set password in .env
docker compose up -d

➡️ Details: Server Setup Guide

2. App Installation

  1. Download APK
  2. Install & open
  3. ⚙️ Settings → Configure server
  4. Enable auto-sync

➡️ Details: Complete guide


📚 Documentation


🛠️ Development

cd android
./gradlew assembleStandardRelease

➡️ Details: Build instructions in DOCS.en.md


📄 License

MIT License - see LICENSE

v1.1.0 · Built with Kotlin + Material Design 3

Description
📝 Minimalist offline note-taking app with automatic Wi-Fi synchronisation via WebDAV without many permissions 🛡️
Readme MIT 5.7 MiB
Languages
Kotlin 98.1%
Shell 1.9%