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

Tags: Da88tag/termux-api-package

Tags

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 (termux#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 termux#111 from landfillbaby/master

depend on util-linux getopt

v0.51

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

v0.50

Toggle v0.50's commit message
termux-notification --help-actions update for direct reply (termux-ap…

…i #320)

v0.49

Toggle v0.49's commit message
termux-job-scheduler: Add --persisted option, see termux/termux-api#316

v0.48

Toggle v0.48's commit message
shellcheck most scripts

one thing left to do is unifying and standardizing the way the argument
string for the final call to termux-api is built.

v0.47

Toggle v0.47'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 termux#84 from bndeff/usbapi

Add a USB API compatible with libusb