这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: tongzx/termux-app

Tags

v0.42

Toggle v0.42's commit message
Bump version to 0.42

v0.41

Toggle v0.41's commit message
Fix numpad 0 and . key handling

Fixes termux#146.

v0.40

Toggle v0.40's commit message
Bump version to 0.40

v0.39

Toggle v0.39's commit message
Check arches in order of preference

The documentation for Build.SUPPORTED_ABIS says:
"An ordered list of ABIs supported by this device. The most preferred
ABI is the first element in the list."

Respect that preference when checking for which arch to install
packages for.

Fixes termux#131.

v0.38

Toggle v0.38's commit message
Bump version to 0.38

v0.37

Toggle v0.37's commit message
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 termux#124

Also bump app version for a quick release.

v0.35

Toggle v0.35's commit message
Enable x86_64 and bump version code

v0.34

Toggle v0.34's commit message
Bump version to 0.34

v0.33

Toggle v0.33's commit message
Tweak button ordering on the file received dialog

v0.32

Toggle v0.32's commit message
Match less files for file receiving (fixes termux#66)