v1.7.1: Fix Android 9 crash and Kernel-VPN compatibility

- Fix connection leak on Android 9 (close() in finally block)
- Fix VPN detection for Kernel Wireguard (interface name patterns)
- Fix missing files after app data clear (local existence check)
- Update changelogs for v1.7.1 (versionCode 18)

Refs: #15
This commit is contained in:
inventory69
2026-01-30 16:21:04 +01:00
parent 68e8490db8
commit df4ee4bed0
9 changed files with 166 additions and 49 deletions

View File

@@ -1,3 +1,4 @@
• Fixed: App crash on Android 9 - Thanks to @roughnecks
• Fixed: Kernel-VPN compatibility (Wireguard)
• Improved: Stability at sync sessions
• Technical: Optimized connection management