Wendel Scardua
55df207ebd
Fix case when -d is used before -a or -s
2018-06-07 19:00:37 -03:00
Wendel Scardua
1951f0e838
Actually fixes sensor arguments handling
2018-06-07 18:18:59 -03:00
Wendel Scardua
d2672c1310
Prevent sensor names from being splitted when they contain spaces
2018-05-14 14:48:59 -03:00
Fredrik Fornwall
c03b659042
Update termux-microphone-record
...
See https://github.com/termux/termux-api-package/pull/13
2018-04-09 01:07:30 +02:00
Fredrik Fornwall
c6b5317cbc
Merge pull request #14 from dkramer95/wallpaperAPI
...
Add termux-wallpaper
2018-04-09 01:05:25 +02:00
Fredrik Fornwall
bfe172255b
Merge pull request #12 from dkramer95/termux-microphone-record
...
Add termux-microphone-record
2018-04-09 01:05:16 +02:00
David Kramer
69166addbb
Add termux-wallpaper
2018-04-08 15:26:18 -06:00
David Kramer
5b5315f321
Add termux-microphone-record
2018-04-07 20:01:18 -06:00
Fredrik Fornwall
5a64eb6917
Merge pull request #11 from tomty89/master
...
fix termux-media-player
2018-04-07 00:36:32 +02:00
Tom Yan
3714387eb3
fix termux-media-player
2018-04-04 11:17:57 +08:00
Fredrik Fornwall
1686e053fd
Add termux-media-player
2018-04-02 01:32:26 +02:00
Fredrik Fornwall
6bee084205
Add termux-sensor
2018-04-02 01:26:48 +02:00
Fredrik Fornwall
5abdd84879
Add termux-torch command
2018-04-02 01:24:38 +02:00
Fredrik Fornwall
374a4a7ba5
Merge pull request #7 from Neo-Oli/fix-globbing
...
Disable globbing in termux-notification.
2018-04-02 00:50:30 +02:00
Oliver Schmidhauser
06d4a0bf2f
Disable globbing in termux-notification.
...
Fixes https://github.com/termux/termux-api/issues/120
`termux-notification --content '*'` should mean the content of the
notifiation is `*` and not a list of files. The globbing, if desired,
should be done by the shell starting the process
```
echo * # does globbing
echo '*' does not do globbing
termux-notification --content * # Does globbing (but errors, since this
won't be valid syntax).
termux-notification --content '*' # Does globbing without this patch but
shouldn't
```
2018-02-12 11:30:40 +01:00
Fredrik Fornwall
21878b4622
Add termux-audio-info
2018-02-05 00:57:40 +01:00
Fredrik Fornwall
1b466ca135
Add termux-media-scan
...
See https://github.com/termux/termux-api/pull/123 .
2018-02-05 00:52:22 +01:00
Fredrik Fornwall
95099ecca7
Merge pull request #1 from Neo-Oli/fix-notification
...
Fix initialisation of variable.
2017-04-10 18:29:57 +02:00
Oliver Schmidhauser
3b447e8036
Fix initialisation of variable.
...
Fixes https://github.com/termux/termux-api/issues/83
2017-04-10 08:31:38 +02:00
Fredrik Fornwall
79b31ddfe2
Add termux-telephony-call
2017-04-09 19:31:27 +02:00
Fredrik Fornwall
712e0caf16
termux-notification: Support --on-delete action
...
This makes it possible to act on the notification being dismissed.
Client side part of https://github.com/termux/termux-api/issues/81
2017-04-09 19:07:53 +02:00
Fredrik Fornwall
6f6777319a
Set path to termux-api executable
2017-04-09 19:00:34 +02:00
Fredrik Fornwall
fc464cc316
Update README.md
2017-04-09 18:38:20 +02:00
Fredrik Fornwall
5605270647
Rewrite shebangs for easier development on device
2017-04-09 18:20:02 +02:00
Fredrik Fornwall
1ec1334b54
Initial push
2017-04-09 18:19:29 +02:00
Fredrik Fornwall
01558e502c
Initial commit
2017-04-09 18:01:38 +02:00