v0.8.3 — keyboard dismiss + IME-safe answer
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
adjustResizeand 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