Release v1.2.2: Backward compatibility for v1.2.0 users

- Added dual-mode download for server restore
- Scans both /notes/ (new) and Root (old v1.2.0) folders
- Normal sync only uses /notes/ for performance
- Fixed URL construction bugs
- Updated F-Droid changelogs
This commit is contained in:
inventory69
2026-01-05 16:46:07 +01:00
parent 9eabc9a5f0
commit 62423f5a5b
5 changed files with 177 additions and 69 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "dev.dettmer.simplenotes"
minSdk = 24
targetSdk = 36
versionCode = 6 // 🐛 v1.2.1: Markdown Initial Export Bugfix
versionName = "1.2.1" // 🐛 v1.2.1: Markdown Initial Export Bugfix
versionCode = 7 // 🔧 v1.2.2: Backward compatibility for v1.2.0 migration
versionName = "1.2.2" // 🔧 v1.2.2: Dual-mode download (Root + /notes/)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"