github Darknetzz/jotty-android v1.2.0

latest releases: v1.2.2, v1.2.1
one hour ago

Added

  • Content padding setting — General → "Content padding": Comfortable (16dp vertical) or Compact (8dp). Applied to Checklists, Notes, Settings, and Setup so the app uses screen height the way you prefer.

Fixed

  • Note decryption — "Invalid password" when the passphrase was correct: encrypted body is now parsed with Gson (handles key order and formatting), base64 decoding supports both standard and URL-safe (e.g. from Jotty web), and passphrase is trimmed on encrypt and decrypt so accidental spaces no longer cause failure.

Changed

  • Screen padding — Default vertical padding reduced; use Settings → Content padding to choose Comfortable or Compact.
  • Encrypt/decrypt — Passphrase is trimmed when encrypting and decrypting for consistent behavior.

Technical

  • SettingsRepository: contentPaddingMode, setContentPaddingMode; KEY_CONTENT_PADDING.
  • ChecklistsScreen, NotesScreen, SetupScreen: take or use settingsRepository for content padding.
  • XChaCha20Decryptor: Gson for JSON, decodeBase64() for URL-safe base64, passphrase trim; EncryptedBodyJson data class.
  • XChaCha20Encryptor: passphrase trim and empty check.

Don't miss a new jotty-android release

NewReleases is sending notifications on new releases.