Install
Download jotty-android-1.5.2.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.5.2/CHANGELOG.md
Fixed
- Checklists — Server PATCH compatibility banner lays out message and Close side by side instead of overlapping.
- Manage instances — The default-instance star hint is shown only on the instance list, not while adding or editing an instance.
- Manage instances — Removed a clipped “Default” chip that appeared beside the instance name when setting the default instance (the filled star already indicates default).
- Connect / setup — A wrong API key is now caught when connecting an instance (shown as “Invalid API key”) instead of appearing to connect and only failing with an “Unauthorized” error on the Checklists/Notes screens afterwards.
Changed
- New note — Create dialog asks for title and category only; body is edited after opening the note (shared text into the app still becomes note content).
- Connect / setup — Server URL uses an http/https dropdown beside the host field; pasting a full URL into the host field moves the scheme into the dropdown automatically; the scheme menu no longer wraps
https://across two lines.
Added
- Kanban item detail — Tap a project board card to edit the task title, description (save to server), status, and subtasks (add, rename, check, delete). Subtask edit/delete use icon buttons; cancel or save while renaming. Priority, score, target date, estimated time, and item metadata show as placeholders until the Jotty REST API exposes them (#52).
- Kanban status chips — Status options in task detail show the same colored dots as the board columns.
- Note image auth banner — When a note contains Jotty-hosted images and the server returns HTTP 401/403 (private media without
SERVE_PUBLIC_IMAGES=yes), note detail shows a dismissible banner explaining the server setting; the banner clears after images load successfully.
Documentation
- Kanban item API proposal — docs/upstream/KANBAN_ITEM_FIELDS_API_PROPOSAL.md and compatibility notes for upstream Jotty server fields.