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:
@@ -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 & 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>
|
||||
|
||||
|
||||
@@ -291,6 +291,10 @@
|
||||
<string name="sync_section_background">📡 Background Sync</string>
|
||||
<string name="sync_section_advanced">⚙️ Advanced</string>
|
||||
|
||||
<!-- 🆕 v1.8.0: Sync Settings Restructure -->
|
||||
<string name="sync_section_triggers">Sync Triggers</string>
|
||||
<string name="sync_section_network_performance">Network & Performance</string>
|
||||
|
||||
<string name="sync_wifi_only_hint">💡 WiFi-Connect Trigger is not affected by this setting \u2013 it always syncs when WiFi is connected.</string>
|
||||
<string name="sync_wifi_only_error">Sync only works when WiFi is connected</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user