2 Commits

Author SHA1 Message Date
inventory69
45f528ea0e merge: fix connection issues and locale bugs (v1.7.1)
## Changes

• Fixed: App crash on Android 9 (Issue #15)
• Fixed: German text showing despite English language setting
• Improved: Sync connection stability (10s timeout)
• Improved: Code quality (removed 65 lines)

## Technical Details

- Increased socket timeout from 1s to 10s
- Fixed hardcoded German strings in UI
- Enhanced locale support with AppCompatDelegate
- Removed unreliable VPN bypass code
2026-02-02 17:25:30 +01:00
inventory69
cb1bc46405 docs: update changelogs for v18 2026-02-02 17:21:14 +01:00
2 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
• Behoben: App-Absturz auf Android 9 (Issue #15) - Danke an @roughnecks
- WorkManager Expedited Work Kompatibilität (getForegroundInfo)
- Kernel-VPN-Kompatibilität (Wireguard tun/wg Interfaces)
• Verbessert: Stabilität und Verbindungsverwaltung
• Technisch: Optimierter HTTP-Connection-Lebenszyklus
• Behoben: App-Absturz auf Android 9 - Thanks to @roughnecks
• Behoben: Deutsche Texte trotz englischer App-Sprache
• Verbessert: Sync-Verbindungsstabilität
• Verbessert: Code-Qualität und Zuverlässigkeit

View File

@@ -1,5 +1,4 @@
• Fixed: App crash on Android 9 (Issue #15) - Thanks to @roughnecks
- WorkManager expedited work compatibility (getForegroundInfo)
- Kernel-VPN compatibility (Wireguard tun/wg interfaces)
• Improved: Stability and connection management
• Technical: Optimized HTTP connection lifecycle
• Fixed: App crash on Android 9 - Thanks to @roughnecks
• Fixed: German text appearing despite English language setting
• Improved: Sync connection stability (longer timeout)
• Improved: Code quality and reliability