-
Fix Enter to finish session in more cases
released this
2016-08-01 06:37:49 +02:00 | 1311 commits to master since this releaseDetect the Enter key to finish a session not only on KeyEvent:s,
but also when the IME uses InputConnection.commitText() to send
\n. This seems to be triggered more after switching to the Uri
input type. Closes #124Also bump app version for a quick release.
Downloads