Skip to content

NilaMind v1.18.8

Choose a tag to compare

@sampathmannam sampathmannam released this 16 Jul 10:00

Quick voice check-in home-screen widget

Answers Product Hunt launch-day feedback: one tap from the home screen straight into
Nila's voice input, for grounding moments that can't wait for app navigation.

What's new

  • New home-screen widget — "Talk to Nila", tap for a quick voice check-in
  • Deep-links straight to the Nila tab (nilamind://voice), landing directly on the
    Tap-to-speak screen instead of wherever the app last was
  • Deliberately does not auto-capture audio from the widget itself — the mic tap
    stays an explicit in-app action, so first-run/permission/model-load states and the
    crisis-safety pipeline are never bypassed. See docs/FEATURES_PLAN.md ("User-requested"
    U1) for the full scoping rationale.

Verification

  • Device-verified: widget registers correctly with the system (dumpsys appwidget),
    cold-start deep link lands on the Tap-to-speak screen (tested on-device, not just
    simulated)
  • tsc clean, 2893 tests passing

📦 APK attached

  • app-release.apk (32476437 bytes / ~31 MB)
  • versionCode=45, versionName=1.18.8
  • sha256: 76546f91a0d3170b879866852967d81c56d45e3972137d14e0f4d6489c5009ed
  • Signed with the usual release key (SHA-256 003f02bc…c37d)
  • Code-only APK — the on-device model is downloaded in-app on first run

Built locally with JAVA=Android Studio JBR, ANDROID_HOME=~/Library/Android/sdk, gradle 8.14.3:

npm run build && npx cap sync android
cd android && ./gradlew assembleRelease