Skip to content

QOwnNotes Mobile 0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:23

0.1.0 - 2026-09-03

Added

  • Android 9 and newer support with a native Kotlin, Compose Material 3 interface and light and dark
    themes.
  • Nextcloud account import through the Nextcloud Files Android app and Android Single Sign-On,
    including multiple accounts, account switching, reconnect handling, and local account-data
    removal.
  • Nextcloud Notes API 1.2 or newer support with capability negotiation, incremental and chunked
    pulls, collection ETags, offline caching, and explicit authentication, permission, protocol,
    storage, conflict, and retryable error handling.
  • Offline-first note creation and editing with stable local identities, debounced Room persistence,
    ETag-protected updates, canonical server response handling, and protection against stale network
    responses replacing newer local edits.
  • QOwnNotes-compatible dated note names and initial Markdown headings.
  • Note renaming with server filename sanitization support.
  • Long-press multi-selection in the note list and durable deletion through the Nextcloud trash bin.
  • Creation of a new note from text shared by another Android application, including shares received
    during onboarding or while the application is already open.
  • Account-scoped offline search across note titles and content.
  • Rendered Markdown with headings, lists, tables, strikethrough, task lists including the QOwnNotes
    indeterminate state, blockquotes, links, images, inline code, and syntax-highlighted fenced code.
  • QOwnNotes wiki links, aliases, heading links, qualified paths, and legacy note:// links with
    in-app navigation and broken-link styling.
  • Fail-closed handling for raw HTML, unsafe links, remote images, private network addresses,
    oversized image responses, filesystem access, and QOwnNotes encrypted blocks.
  • Selectable rendered note text with copy support while preserving link taps and scrolling.
  • In-note text search with highlighted matches, next and previous navigation, and wraparound.
  • Adjustable persisted note text size for both rendered and source views.
  • Markdown source editing with asynchronous Markwon highlighting, supplemental QOwnNotes syntax,
    cursor and selection preservation, mobile formatting actions, and toolbar undo and redo.
  • Read-only note presentation that prevents editing and renaming.
  • Separate installable production and development applications named QOwnNotes and
    QOwnNotes Dev.
  • JVM, MockWebServer, Room, Markdown widget, Compose, migration, and Android device test coverage.