This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryFixed inability to close soft keyboard and streaming answers drawing behind it on Android.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes inability to close soft keyboard and answer drawing behind it. Fixes inability to close soft keyboard and answer drawing behind it. Source: llm_adapter@2026-07-19 Confidence: low |
— |
| Bugfix | Medium |
Adds Done action for multiline Prompt field to close soft keyboard. Adds Done action for multiline Prompt field to close soft keyboard. Source: granite4.1:30b@2026-07-19-audit Confidence: low |
— |
| Bugfix | Medium |
Declares `windowSoftInputMode=adjustResize` to handle IME on Android 15+. Declares `windowSoftInputMode=adjustResize` to handle IME on Android 15+. Source: granite4.1:30b@2026-07-19-audit Confidence: low |
— |
| Bugfix | Medium |
Clears focus on Send button to retract soft keyboard. Clears focus on Send button to retract soft keyboard. Source: granite4.1:30b@2026-07-19-audit Confidence: low |
— |
Full changelog
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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About BigMoeOnEdge
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]