• bvandeusen released this 2026-04-05 19:55:26 -04:00 | 85 commits to main since this release

    Voice I/O

    Server-side STT and streaming TTS integrated across Chat, Quick Capture, and Briefing screens.

    • Mic button in Chat, Quick Capture bar, and Briefing reply row
    • Tap to enter voice mode; silence detection (−40 dB / 1500 ms) auto-sends
    • TTS auto-plays assistant responses when voice mode is active
    • All processing server-side via /api/voice/* endpoints
    • record ^5.0.0 + just_audio ^0.9.39 dependencies added
    • RECORD_AUDIO permission added to AndroidManifest
    • record_linux: ^1.3.0 override for platform interface compatibility
    Downloads
  • v26.03.27.1 Stable

    bvandeusen released this 2026-03-27 00:12:42 -04:00 | 110 commits to main since this release

    What's new

    • News story cards in briefing — each RSS item now renders as a card showing source, publication time, linked headline, 2-line snippet, and 👍/👎 reactions; tapping the headline opens the article in the browser
    • Adds url_launcher for in-browser article links
    Downloads
  • v26.03.26.4 Stable

    bvandeusen released this 2026-03-26 23:55:01 -04:00 | 112 commits to main since this release

    What's new

    • Fix self-update installs — CI now signs APKs with a consistent release keystore; previous builds used an ephemeral debug key causing INSTALL_FAILED_UPDATE_INCOMPATIBLE on update
    • Briefing background polling — silent 60s refresh, no loading flicker
    • Weather card & RSS reactions — weather card above briefing messages, 👍/👎 reaction buttons for news stories
    • Timezone sync — device IANA timezone synced to backend on startup
    Downloads
  • v26.03.26.3 Stable

    bvandeusen released this 2026-03-26 18:08:17 -04:00 | 116 commits to main since this release

    • Sync device timezone to backend on startup
    • Weather card in briefing screen with forecast strip
    • RSS reaction buttons (👍/👎) per news story in briefing
    • Silent background polling for briefing (60s, pauses when backgrounded)
    Downloads
  • v26.03.26.2 Stable

    bvandeusen released this 2026-03-16 12:00:11 -04:00 | 121 commits to main since this release

    Downloads
  • bvandeusen released this 2026-03-16 11:20:31 -04:00 | 124 commits to main since this release

    Downloads
  • bvandeusen released this 2026-03-12 21:45:27 -04:00 | 124 commits to main since this release

    UI and bug fix.
    adding project task access

    Downloads
  • bvandeusen released this 2026-03-12 08:10:44 -04:00 | 130 commits to main since this release

    tuning CI process

    Downloads
  • bvandeusen released this 2026-03-12 06:49:23 -04:00 | 133 commits to main since this release

    moved to dependencies to most recent version
    removed spacing error at top of view

    Downloads
  • bvandeusen released this 2026-03-12 00:42:06 -04:00 | 138 commits to main since this release

    What's New

    Briefing Screen (new home)
    The app now opens to your Daily Briefing — an AI-compiled morning digest covering tasks, calendar, weather, and RSS. Reply inline to continue the conversation, refresh for a new digest, or
    browse past briefings from the overflow menu.

    Library
    A unified, searchable view of all your notes, tasks, and projects. Filter by type (Notes · Tasks · Projects), filter tasks by status (To-do · In Progress · Done), and cycle task status with a
    single tap — no need to open the editor.

    Quick Capture — no more waiting
    The capture bar now queues submissions. Type the next note while the previous one is still being processed. A progress indicator and queue badge keep you informed, and a snackbar reports each
    result as it completes. Captures persist offline and retry automatically when the server is reachable again.

    Refreshed design
    New slate-indigo colour theme (dark and light), Fraunces serif headings, and a consistent chat bubble style across Briefing and Chat screens. User messages appear as subtle ghost bubbles;
    assistant replies have a left-accent treatment.

    Changes

    • Navigation simplified from 4 tabs to 3: Briefing · Library · Chat
    • Chat tab now shows the conversation list directly (no extra tap)
    • Conversations can be started from the Chat tab with the + button
    • Past briefings are accessible from the Briefing screen's overflow menu
    Downloads