mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Fix Enter to finish session in more cases
Detect 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 #124 Also bump app version for a quick release.
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
||||
applicationId "com.termux"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 24
|
||||
versionCode 36
|
||||
versionName "0.35"
|
||||
versionCode 37
|
||||
versionName "0.37"
|
||||
|
||||
ndk {
|
||||
moduleName "libtermux"
|
||||
|
Reference in New Issue
Block a user