inventory69
d58d9036cb
fix: offline mode migration bug for v1.5.0 → v1.6.2 updates
- 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 ✓
2026-01-23 21:39:04 +01:00
..
2025-12-26 18:49:31 +01:00
2025-12-26 18:49:31 +01:00
2025-12-26 19:33:15 +01:00
2025-12-29 09:13:27 +01:00
2026-01-04 02:07:52 +01:00
2026-01-05 11:46:25 +01:00
2026-01-05 16:46:07 +01:00
2026-01-07 12:27:27 +01:00
2026-01-08 23:18:29 +01:00
2026-01-10 00:57:28 +01:00
2026-01-10 23:37:22 +01:00
2026-01-11 21:59:09 +01:00
2026-01-16 22:15:57 +01:00
2026-01-19 23:31:25 +01:00
2026-01-20 21:59:09 +01:00
2026-01-23 21:39:04 +01:00