Skip to content

v0.8.3 — keyboard dismiss + IME-safe answer

Choose a tag to compare

@Helldez Helldez released this 18 Jul 14:55

Fixes #56: the soft keyboard could not be closed and the streaming answer drew behind it.

  • The multiline Prompt field exposed no Done action and the activity declared no windowSoftInputMode, so once the keyboard opened there was no in-app way to close it.
  • Declare adjustResize and pad the content for the IME (covers the edge-to-edge path on Android 15+ where the window no longer shrinks), so the answer streams into the space above the keyboard instead of behind it.
  • Clear focus on Send, so the keyboard retracts into the freed area.

Sideload the attached app-dev-debug.apk (dev flavor):

adb install -r app-dev-debug.apk