Skip to content

[codex] add Wear OS quick capture#11

Draft
colonelpanic8 wants to merge 2 commits into
masterfrom
codex/add-wear-os-support
Draft

[codex] add Wear OS quick capture#11
colonelpanic8 wants to merge 2 commits into
masterfrom
codex/add-wear-os-support

Conversation

@colonelpanic8

@colonelpanic8 colonelpanic8 commented May 4, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a native Wear OS companion app for Mova quick todo capture.

The watch app can capture a todo with the default org-agenda-api template, stores failed submissions locally, and retries queued items. The Android phone app syncs active Mova server credentials to Wear OS through the Wear Data Layer whenever credentials are saved, loaded, updated, or cleared.

Validation

  • yarn typecheck

  • yarn lint

  • yarn test:unit --runInBand --no-watchman

  • nix develop --impure .#android --command bash -lc 'cd android && ./gradlew :wear:assembleDebug :app:compileDebugKotlin'

  • nix develop --impure .#android --command bash -lc 'cd android && ./gradlew :wear:lintDebug'

  • nix develop --impure .#android --command bash -lc '$ANDROID_HOME/build-tools/36.0.0/aapt dump badging android/wear/build/outputs/apk/debug/wear-debug.apk | rg "watch|launchable|uses-feature|wearable|application-label|sdkVersion|package:"'

Notes

  • Runtime testing on a physical Wear OS device/emulator is still pending.
  • The feature intentionally propagates server credentials onto the Wear device so it can capture directly without the phone app in the foreground.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant