github Darknetzz/jotty-android v1.2.2

latest release: v1.2.3
one hour ago

Fixed

  • Debug logging — Logging now works reliably: flag is initialized at app startup from the persisted preference; enabling debug writes an INFO-level confirmation to logcat so you can verify it took effect; Settings description includes logcat filter hint (filter by Jotty).
  • Decryption diagnostics — When debug logging is enabled, decryption failures now log clearer messages (parse failed, key derivation failed, auth failed) to help troubleshoot "Wrong passphrase or invalid format".

Technical

  • JottyApp: early debugLoggingEnabled sync in onCreate() via ProcessLifecycleOwner.
  • AppLog: setDebugEnabled(true) logs an INFO message confirming debug is on.
  • XChaCha20Decryptor: refined debug failure messages for parse / key derivation / auth steps.

Don't miss a new jotty-android release

NewReleases is sending notifications on new releases.