You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes: this is an unsigned release APK for verification.
Highlights
Assistant Overlay: new global voice assistant bubble with voice input + speech playback status + rounded animated panda video.
Five-step Onboarding: guided setup flow (tool discovery → accessibility → screen capture → download Shizuku → prepare with Shizuku) with smart skip for completed steps.
Long-text TTS support: cloud TTS now auto-splits long text into ≤150 char chunks and streams playback segment by segment.
Startup permission chain: microphone + notification + contacts permissions requested in sequence at first launch.
Overlay lifecycle: app icon restores main UI and auto-closes overlay bubble, overlay button restores app and minimizes it to background.
Prompt improvement: pocopaw now introduces itself as a silly tinkering panda with app-control tricks (disclaimer: chaotic tinkerer, not responsible for mishaps).
Chinese localization: overlay UI and on-screen controls fully localized.
Full Changelog
Added AssistantOverlayController with rounded video bubble (TextureView + MediaPlayer)
Added AssistantOverlayService foreground service with runtime state flag
Added DemoOnboardingStep 5-step flow with auto-highlight and smart skip
Added Shizuku download button + setup guide text (EN/CN)
Added TencentTtsClient.splitMp3Chunks() for long text splitting