Update docs, roadmap, and F-Droid metadata [skip ci]

This commit is contained in:
inventory69
2026-01-14 11:46:00 +01:00
parent 7128c25bd5
commit b052fb0f0a
13 changed files with 172 additions and 191 deletions

View File

@@ -118,7 +118,7 @@ fun isInHomeNetwork(): Boolean {
---
## <EFBFBD> Sync Trigger Overview
## 🔄 Sync Trigger Overview
The app uses **4 different sync triggers** with different use cases:
@@ -172,7 +172,7 @@ suspend fun isServerReachable(): Boolean = withContext(Dispatchers.IO) {
---
## <EFBFBD>🔋 Battery Optimization
## 🔋 Battery Optimization
### Usage Analysis

View File

@@ -172,7 +172,7 @@ suspend fun isServerReachable(): Boolean = withContext(Dispatchers.IO) {
---
## <EFBFBD>🔋 Akku-Optimierung
## 🔋 Akku-Optimierung
### Verbrauchsanalyse

56
docs/UPCOMING.en.md Normal file
View File

@@ -0,0 +1,56 @@
# Upcoming Features 🚀
**🌍 Languages:** [Deutsch](UPCOMING.md) · **English**
> What's next? Here you'll find our plans for future versions.
---
## v1.5.0 - Internationalization & UI Polish
> **Status:** In Development 🔨
### 🌍 Multi-Language Support
- **English as default language** - International users welcome
- **German translation** - Fully translated
- **Automatic language detection** - Follows system language
- **Manual language selection** - Switchable in settings
### ⚙️ Redesigned Settings
- **Modernized settings design** - Cleaner and more intuitive
- **Categorized options** - Sync, backup, developer options
### 🎨 UI Improvements
- **Splash screen** - App icon on startup
- **Server folder check** - Better error messages during setup
- **Subtle sync indicator** - Banner only shown on actual changes
---
## v1.6.0 - Modern APIs
> **Status:** Planned 📋
### 🔧 Technical Modernization
- **Modern background sync architecture** - Even more reliable
- **Improved progress dialogs** - Material Design 3 compliant
- **Code quality** - Internal optimizations
---
## 💡 Feedback & Suggestions
Have an idea for a new feature?
- **[Create a feature request](https://github.com/inventory69/simple-notes-sync/issues/new?template=feature_request.yml)**
- **[View existing requests](https://github.com/inventory69/simple-notes-sync/issues?q=is%3Aissue+label%3Aenhancement)**
---
**Note:** This roadmap shows our current plans. Priorities may change based on community feedback.
[← Back to documentation](DOCS.en.md)

56
docs/UPCOMING.md Normal file
View File

@@ -0,0 +1,56 @@
# Geplante Features 🚀
**🌍 Languages:** **Deutsch** · [English](UPCOMING.en.md)
> Was kommt als Nächstes? Hier findest du unsere Pläne für zukünftige Versionen.
---
## v1.5.0 - Internationalisierung & UI-Polish
> **Status:** In Entwicklung 🔨
### 🌍 Mehrsprachigkeit
- **Englisch als Standard-Sprache** - Internationale Nutzer willkommen
- **Deutsche Übersetzung** - Vollständig übersetzt
- **Automatische Spracherkennung** - Folgt der System-Sprache
- **Manuelle Sprachwahl** - In den Einstellungen umschaltbar
### ⚙️ Überarbeitete Einstellungen
- **Modernisiertes Settings-Design** - Übersichtlicher und intuitiver
- **Kategorisierte Optionen** - Sync, Backup, Entwickler-Optionen
### 🎨 UI-Verbesserungen
- **Splash Screen** - App-Icon beim Start
- **Server-Ordner Prüfung** - Bessere Fehlermeldungen bei der Einrichtung
- **Dezentere Sync-Anzeige** - Banner nur bei tatsächlichen Änderungen
---
## v1.6.0 - Modern APIs
> **Status:** Geplant 📋
### 🔧 Technische Modernisierung
- **Modernere Background-Sync Architektur** - Noch zuverlässiger
- **Verbesserte Progress-Dialoge** - Material Design 3 konform
- **Code-Qualität** - Interne Optimierungen
---
## 💡 Feedback & Wünsche
Hast du eine Idee für ein neues Feature?
- **[Feature Request erstellen](https://github.com/inventory69/simple-notes-sync/issues/new?template=feature_request.yml)**
- **[Bestehende Wünsche ansehen](https://github.com/inventory69/simple-notes-sync/issues?q=is%3Aissue+label%3Aenhancement)**
---
**Hinweis:** Diese Roadmap zeigt unsere aktuellen Pläne. Prioritäten können sich basierend auf Community-Feedback ändern.
[← Zurück zur Dokumentation](DOCS.md)