Skip to content

Migrate wake-word engine and enhance model management features - #6

Merged
kangrio merged 1 commit into
mainfrom
dev
Aug 24, 2026
Merged

kangrio merged 1 commit into
mainfrom
dev

Conversation

@kangrio

@kangrio kangrio commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Change:

  • Migrate wake-word detection engine from Snowboy to AndroidWakeWord to reduce false triggers
    • Recommended to clear app data after updated to this version
    • Warning: Previously trained Snowboy models (.pmdl) will no longer be usable with the new engine
  • Support downloading, importing, and loading online/custom wake-word models from app data
    • Can delete imported model with long press on model
  • Implement fallback to default model when specified wake-word model is missing
  • Pause wake-word detection during assistant activation with a 5s debounce
  • Implement Logcat viewer activity with batched UI updates
  • Prevent activity recreation on orientation change and set StartActivity launchMode to singleTask
  • Add built-in Logcat viewer activity with batched UI updates
  • Add ADB connection status toast notifications on the main thread
  • Fix DiLink detection logic

## Change:
  - Migrate wake-word detection engine from Snowboy to AndroidWakeWord to reduce false triggers
    - Recommended to clear app data after updated to this version
    - Warning: Previously trained Snowboy models (.pmdl) will no longer be usable with the new engine
  - Support downloading, importing, and loading online/custom wake-word models from app data
    - Can delete imported model with long press on model
  - Implement fallback to default model when specified wake-word model is missing
  - Pause wake-word detection during assistant activation with a 5s debounce
  - Implement Logcat viewer activity with batched UI updates
  - Prevent activity recreation on orientation change and set StartActivity launchMode to singleTask
  - Add built-in Logcat viewer activity with batched UI updates
  - Add ADB connection status toast notifications on the main thread
  - Fix DiLink detection logic
@kangrio
kangrio merged commit 868dcc4 into main Aug 24, 2026
1 check passed
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