- Fixes offline mode incorrectly enabled after updating from v1.5.0 - Users with existing server configuration no longer appear as offline - Root cause: KEY_OFFLINE_MODE didn't exist in v1.5.0 - MainViewModel/NoteEditorViewModel used hardcoded default 'true' - Fix: Migration in SimpleNotesApplication.onCreate() detects server config - Version bumped to v1.6.2 (versionCode 16) - F-Droid changelogs added Tested: v1.5.0 → v1.6.2 update successful Migration log: hasServer=true → offlineMode=false ✓
3 lines
152 B
Plaintext
3 lines
152 B
Plaintext
• Behebt Offline-Modus Problem nach Update von v1.5.0
|
|
• Nutzer mit konfiguriertem Server werden nicht mehr fälschlicherweise als offline angezeigt
|