github Darknetzz/jotty-android v1.1.0
v1.1.0 - search, export, deep-links ++

latest releases: v1.2.2, v1.2.1, v1.2.0...
9 hours ago

Added

  • Notes: search & categories — Search field and category filter chips (from server) on the notes list.
  • Notes: export / share — Share action in note detail sends title and content (e.g. to other apps).
  • Notes: encrypt in-app — Encrypt an unencrypted note with a passphrase (min 12 chars); uses XChaCha20 and frontmatter-wrapped body compatible with Jotty.
  • Notes: session decryption cache — Decrypted content is reused in-session when reopening the same note (no re-entry of passphrase).
  • Notes: swipe-to-delete — Swipe a note row left to delete (with server sync).
  • Checklists: progress — “X / Y done” line on checklist detail above the task list.
  • Checklists: swipe-to-delete — Swipe a checklist row left to delete (with server sync).
  • Checklists & notes: UX — Pull-to-refresh, empty-state hints (“Tap + to add…”), error state with Retry.
  • Settings: health check — Connection card shows “Connected” or “Server unreachable” via api.health().
  • Settings: default instance — “Set as default instance” row (star icon); app opens with this instance when no current session.
  • Setup: default instance — Star on each instance card (filled when default); tap star to set as default without connecting.
  • Setup: instance color — Optional color per instance (color dot on card, color picker in add/edit form).
  • Deep linksjotty-android://open/note/{noteId} opens the app and the note.
  • Logging — Tagged logging via AppLog (e.g. notes, checklists).
  • README — “Releases / Download” section with link to GitHub Releases and APK install note.
  • AGENTS.md — Updated with encryption encrypt/session cache, search/categories/export, health/default/color, deep links, swipe, logging, ProGuard.

Changed

  • Current vs default instancecurrentInstanceId no longer falls back to default; only JottyApp sets current from default when opening with no current instance.
  • Remove instance — Removing an instance also clears it as default when applicable.

Technical

  • ProGuard — Keep rules added for Gson and Bouncy Castle (encryption).

Don't miss a new jotty-android release

NewReleases is sending notifications on new releases.