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

Tags: termux/termux-api-package

Tags

v0.59.1

Toggle v0.59.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Grimler91 Henrik Grimler
v0.59.1

Fix malloc and memcpy issue in exec_am_broadcast.

v0.59.0

Toggle v0.59.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release: 0.59.0

v0.58.0

Toggle v0.58.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Changed: Bump to 0.58.0

v0.57

Toggle v0.57's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Grimler91 Henrik Grimler
Changed: Try to connect over a unix socket to the plugin

Fall back to to am if it doesn't work.

v0.56

Toggle v0.56's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
termux-sms-list: fix -t argument and re-order command list

v0.55

Toggle v0.55's commit message
Fix termux-notification and termux-toast from hanging when running fr…

…om background

In termux-notification, if content is not passed as an argument and then using `[ -t 0 ]` to detect if stdin is also not available does not work for background commands since that is only meant to check if stdin is open and is associated with a terminal. When running in background, the check will fail, since stdin will not be attached to a terminal, but moreover, no data will be available on stdin either and termux-api will hang forever waiting for input.

In termux-toast, similar thing happens where if toast text argument is not passed, it is assumed that data will be available on stdin, which it may not be, making termux-api hang forever waiting for input.

Now for both, if arguments are not passed, then stdin is attempted to be read directly with a 3s timeout without relying on termux-api. If no data is available on stdin, then an empty string will be passed, after aborting after 3s.

Fixes termux/termux-app#1925

Thanks to @krystean for investigating the issue.

v0.54

Toggle v0.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Script for run Nfc activity from Termux:API (#113)

v0.53

Toggle v0.53's commit message

Unverified

No user is associated with the committer email.
fix path issue when installing scripts

v0.52

Toggle v0.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #111 from landfillbaby/master

depend on util-linux getopt

v0.51

Toggle v0.51's commit message
suggestion: remove long icon list