v1.7.1
Install
Download jotty-android-1.7.1.apk from this release (release-signed when CI secrets are configured).
*Updating from an older -debug.apk or mixed signing? Android may show "App not installed" — uninstall once, then install this APK. Your Jotty server data is unchanged.
Full changelog: https://github.com/Darknetzz/jotty-android/blob/v1.7.1/CHANGELOG.md
Fixed
- Encrypted note save corrupting ciphertext — Saving an edited encrypted note no longer re-encrypts the stored ciphertext when session plaintext is missing (e.g. visual editor not flushed, or unlock state lost). Re-encrypt requires decrypted body text; YAML frontmatter quoting and line-based
---parsing prevent titles containing---from truncating the encrypted JSON body. Before saving, the app now decrypts the freshly encrypted note locally and aborts the save if it cannot be read back, so a note that fails to decrypt is never pushed to the server. - Stable release publish —
publish-release.ps1 -LocalBuildreads the APK path from the last line of build script output so Gradle logs no longer breakgh release upload.