Fredrik Fornwall
5f8a0fc099
termux-api: Update from 0.39 to 0.40
6 years ago
Fredrik Fornwall
668a50475f
termux-api: Update from 0.38 to 0.39
6 years ago
Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
3800e15179
termux-api: Update from 0.37 to 0.38
6 years ago
Fredrik Fornwall
581af6c625
termux-api: Update from 0.36 to 0.37
6 years ago
Fredrik Fornwall
5ca41ad620
termux-api: Update from 0.35 to 0.36
6 years ago
Leonid Plyushch
d01c3e88fd
termux-api: depend on 'bash'
6 years ago
Fredrik Fornwall
bc544c88e5
termux-api: Update from 0.34 to 0.35
6 years ago
Fredrik Fornwall
ba54c30b84
termux-api: Update from 0.33 to 0.34
6 years ago
Fredrik Fornwall
cbb50e1af3
termux-api: Update from 0.32 to 0.33
6 years ago
Fredrik Fornwall
4aeccd234a
termux-api: Update from 0.31 to 0.32
7 years ago
Fredrik Fornwall
63d47bacb5
termux-api: Update from 0.30 to 0.31
7 years ago
Fredrik Fornwall
196c195982
termux-api: Update from 0.29 to 0.30
7 years ago
Fredrik Fornwall
0fda3b3d4e
termux-api: Update from 0.28 to 0.29
7 years ago
Fredrik Fornwall
b065e7940e
termux-api: Update from 0.27 to 0.28
7 years ago
Fredrik Fornwall
9c5f22ade4
termux-api: Update from 0.26 to 0.27
7 years ago
Fredrik Fornwall
83b6b08865
termux-api: Update from 0.25 to 0.26
7 years ago
Fredrik Fornwall
f719ada53f
termux-api: Update from 0.24 to 0.25
Adds termux-media-scan and termux-audio-info (requires v0.16 of
the Termux:API app).
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Fredrik Fornwall
acfff3c992
termux-api: Update from 0.23 to 0.24
8 years ago
Fredrik Fornwall
44ece79ba5
termux-api: Update from 0.22 to 0.23
8 years ago
Fredrik Fornwall
10f2395f3e
termux-api: Break out source into separate repo
This will make it easier to test and develop on a device.
8 years ago
Fredrik Fornwall
85699cc8f1
termux-api: Fix termux-notification --content ""
8 years ago
Fredrik Fornwall
2d617a3231
termux-api: Remove empty lines from -h output
8 years ago
Fredrik Fornwall
53f568ca91
termux-api: Bump version
8 years ago
Fredrik Fornwall
a78e11404b
termux-api: Update termux-notification
8 years ago
Fredrik Fornwall
bdc45c6809
termux-api: Add termux-notification-remove
8 years ago
Fredrik Fornwall
1f33750fc4
termux-api: Add wifi connectioninfo&scaninfo
8 years ago
Fredrik Fornwall
b4443d5eac
termux-api: Add options to termux-notification
Add support for controlling priority, vibration, sound and led.
8 years ago
Fredrik Fornwall
33b944c8a2
Add termux-storage-get
8 years ago
Fredrik Fornwall
c8fc4751a1
termux-api: Bump version from 0.19 to 0.20
8 years ago
garwiz
76f60643ce
Added optional region and variant params to termux-tts-speak ( #428 )
8 years ago
Fredrik Fornwall
b2d955fc19
termux-api: Fix typo in termux-location
Closes #253 .
9 years ago
Fredrik Fornwall
3a6b0ae963
termux-api: Bump version from 0.17 to 0.18
9 years ago
Fredrik Fornwall
d525dd2fc7
termux-api: Add infrared and telephony api:s
9 years ago
Fredrik Fornwall
bea93fbd7a
termux-api: Cleanup and improve consistency
9 years ago
Fredrik Fornwall
b1a3165438
termux-api.c: Minor cleanups
9 years ago
Fredrik Fornwall
1acf7001f9
termux-api.c: rand() -> arc4random()
9 years ago
Fredrik Fornwall
bb3266ca1e
termux-api.c: Fix indentation
9 years ago
Fredrik Fornwall
8d6e165f62
termux-api: Cleanups and fix whitespace handling
Fixes https://github.com/termux/termux-api/issues/20
9 years ago
Fredrik Fornwall
c3c912e687
termux-vibrate: Cleanup
9 years ago
Fredrik Fornwall
3b43db5d96
termux-tts-speak: Cleanup
- Make it possible to specify text to speak either as argument or
on stdin.
- Use proper option parsing and validation.
- Document options better.
9 years ago
Fredrik Fornwall
9043ae1c06
termux-tts-engines: Add -h support and validate
9 years ago
Fredrik Fornwall
0ec2b70462
termux-api: Start to cleanup api calling scripts
Start using shell built-in getops and remove long arguments.
Make both clipboard-set and sms-send either take argument or read
from stdin. Fixes https://github.com/termux/termux-api/issues/14
9 years ago
Fredrik Fornwall
1b58032556
termux-api: Bump version to 0.15
9 years ago
Fredrik Fornwall
36ff0d1474
termux-vibrate: Fix help text for --duration
9 years ago
Fredrik Fornwall
8353c56c0b
Modify setup in wrappers for /system/bin/ commands
On several devices several tools in /system/bin/ requires
LD_LIBRARY_PATH to contain /system/lib(64). Check for the bit-ness
with `getprop ro.product.cpu.abilist64` and setup the environment
accordingly.
Closes #193 .
Closes #206 .
9 years ago
Fredrik Fornwall
8cd4ab4e6f
termux-api: Ensure /system/bin/am_process in PATH
Closes https://github.com/termux/termux-api/issues/12
9 years ago
Fredrik Fornwall
08d717918a
termux-api: Add termux-vibrate -f/--force option
9 years ago