0bd686008d56edc1db098b2cd1eabc0a5e66d2ba
- Replace default Android icon with custom notepad design - Use PNG-based adaptive icons (mipmap) instead of vector drawables for better launcher compatibility - Add ic_launcher_background.png (light blue #90CAF9) for all densities - Add ic_launcher_foreground.png (transparent notepad design) for all densities - Update legacy WebP icons (mdpi/hdpi/xhdpi/xxhdpi/xxxhdpi) with new design - Update Fastlane metadata icons (de-DE + en-US) with 512x512 PNG - Improve F-Droid NonFreeNet AntiFeature documentation: * Clarify HTTP restricted to local networks only (RFC 1918 private IPs, localhost, .local domains) * Document upcoming v1.1.2 security restrictions * Emphasize HTTPS support and recommendation Icon Design: - White notepad paper with gray border - Red header line (like real notepads) - Three blue text bars (representing notes) - Orange pencil with white tip in bottom-right corner - Light blue background for adaptive icon Technical Changes: - Delete drawable/ic_launcher_background.xml (vector drawables) - Delete drawable/ic_launcher_foreground.xml (vector drawables) - Update mipmap-anydpi-v26/ic_launcher.xml: @drawable -> @mipmap - Update mipmap-anydpi-v26/ic_launcher_round.xml: @drawable -> @mipmap - Remove monochrome tag (not needed for this design) Addresses IzzyOnDroid Issue #2 feedback
Simple Notes Sync 📝
Minimalist offline notes with auto-sync to your own server
📱 APK Download · 📖 Documentation · 🚀 Quick Start
🌍 Languages: Deutsch · English
📱 Screenshots
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
cd server
cp .env.example .env
# Set password in .env
docker compose up -d
➡️ Details: Server Setup Guide
2. App Installation
- Download APK
- Install & open
- ⚙️ Settings → Configure server
- Enable auto-sync
➡️ Details: Complete guide
📚 Documentation
- Quick Start Guide - Step-by-step guide for end users
- Server Setup - Configure WebDAV server
- Complete Docs - Features, troubleshooting, build instructions
🛠️ Development
cd android
./gradlew assembleStandardRelease
➡️ Details: Build instructions in DOCS.en.md
🤝 Contributing
Contributions are welcome! See CONTRIBUTING.md for details.
📄 License
MIT License - see LICENSE
v1.1.1 · Built with Kotlin + Material Design 3
Description
📝 Minimalist offline note-taking app with automatic Wi-Fi synchronisation via WebDAV without many permissions 🛡️
androidfdroidkotlinkotlin-androidmarkdownmaterial-design-3notes-appprivacyself-hostedsimple-appwebdav
Readme
MIT
5.7 MiB
Languages
Kotlin
98.1%
Shell
1.9%


