feat(v1.8.0): IMPL_03 Sync Settings - Trigger Visual Separation

- Restructure settings into two clear sections: Triggers & Performance
- Add sync_section_triggers and sync_section_network_performance strings (DE + EN)
- Group all 5 triggers together (Instant: onSave/onResume, Background: WiFi/Periodic/Boot)
- Move WiFi-Only + Parallel Downloads to separate "Network & Performance" section
- Place Manual Sync info card after triggers, before Performance section

Improves UX by logically grouping related settings. Triggers are now
in one cohesive block, separated from network/performance options.
Easier to find and understand sync configuration.
This commit is contained in:
inventory69
2026-02-10 14:30:56 +01:00
parent 68584461b3
commit eaac5a0775
3 changed files with 59 additions and 67 deletions

View File

@@ -291,6 +291,10 @@
<string name="sync_section_background">📡 Hintergrund-Sync</string>
<string name="sync_section_advanced">⚙️ Erweitert</string>
<!-- 🆕 v1.8.0: Sync Settings Restructure -->
<string name="sync_section_triggers">Sync-Auslöser</string>
<string name="sync_section_network_performance">Netzwerk &amp; Performance</string>
<string name="sync_wifi_only_hint">💡 Der WiFi-Connect Trigger ist davon nicht betroffen \u2013 er synchronisiert immer wenn WiFi verbunden wird.</string>
<string name="sync_wifi_only_error">Sync funktioniert nur wenn WLAN verbunden ist</string>