Leonid Plyushch
5475199638
keep newline
2019-09-24 18:54:02 +03:00
fa5b52da78
Add title, description, subtitle and cancel text options in the fingerprint script
2019-08-18 15:00:37 +02:00
Alessandro Caputo
4c53f71dd5
termux-job-scheduler: document one-letter options
2019-08-11 22:40:48 +02:00
Alessandro Caputo
abe3241d14
Setup issue templates
2019-08-11 16:59:52 +02:00
Alessandro Caputo
edc4faf2f5
job-scheduler: document minimum for period-ms
...
Since Android N, period-ms cannot be lower than 900.000 (15 minutes)
2019-08-11 15:32:46 +02:00
Alessandro Caputo
60af0488db
termux-notification: add --help-actions
...
fixes #37
2019-08-08 15:29:00 +02:00
Alessandro Caputo
bb832a5182
termux-notification: document one-letter options
2019-08-08 15:01:45 +02:00
Alessandro Caputo
93ae63b905
termux-notification: specify -c/stdin precedence
...
-c/--content takes precedence over stdin to set the notification's
content
2019-08-08 15:01:00 +02:00
Alessandro Caputo
5a477124e8
termux-job-scheduler: fix doc
2019-08-08 11:05:27 +02:00
Alessandro Caputo
3f68215d12
notification: do not allow empty id with --ongoing
...
Ongoing notifications can only be removed with
termux-notification-remove, which requires the notification id.
An ongoing notification without an id requires a reboot to be removed.
This commit forbids creating such an "unremovable" notification.
2019-08-08 01:18:44 +02:00
Fredrik Fornwall
0b1845fe5d
termux-job-scheduler: Fix --network doc
2019-08-07 22:35:12 +02:00
Alessandro Caputo
c73a09e34a
add termux-notification-list
...
fixes termux/termux-api#110
2019-08-07 22:33:31 +02:00
Alessandro Caputo
d803d16610
termux-notification: allow using STDIN as content
...
... without hanging the script
fixes termux/termux-api#271 and termux/termux-api-package#71
2019-08-07 22:30:35 +02:00
Alessandro Caputo
d9e1d699f5
termux-notification: handle multiline content
...
fixes termux/termux-api#274
2019-08-07 22:30:35 +02:00
Fredrik Fornwall
f483c815f6
Merge pull request #72 from xalexalex/master
...
termux-notification: implement ongoing, alert-once, group, image-path, and the media notification type
2019-08-06 00:50:54 +02:00
Alessandro Caputo
5065b155dd
Implement ongoing, alert-once, group, image-path,
...
... and media options (type, media-{next,previous,pause,play})
Implement these options introduced in termux-api by
termux/termux-api#209 and not yet present in this script.
2019-08-04 15:35:40 +02:00
Fredrik Fornwall
7a1b7cb120
Merge pull request #53 from tomty89/app_995
...
termux-share: companion of termux/termux-api#253
2019-05-30 00:43:04 +02:00
Fredrik Fornwall
a6e432b160
Merge pull request #60 from Oj18/patch-1
...
Fixed termux-toast to allow -s (short) anywhere
2019-05-30 00:42:16 +02:00
Fredrik Fornwall
816b358e06
Merge pull request #62 from Oj18/patch-2
...
Fix that notifications that don't have content specified hang
2019-05-30 00:42:01 +02:00
Fredrik Fornwall
c0cb408069
Merge pull request #65 from monking/speech-to-text-one-line
...
termux-speech-to-text: output only last line by default
2019-05-30 00:41:25 +02:00
Fredrik Fornwall
56bf789bec
Merge pull request #64 from monking/clipboard-without-newline
...
Avoid adding trailing newline to copied text
2019-05-29 23:27:53 +02:00
Fredrik Fornwall
58219fa2fe
Merge pull request #55 from benmoran/termux-job-scheduler-more
...
Expose job cancellation in termux-job-scheduler
2019-05-29 23:26:40 +02:00
Christopher Lovejoy
d3551bee36
termux-speech-to-text: output only last line by default
...
-p option to print all lines, as before
2019-03-31 20:50:12 -07:00
Christopher Lovejoy
a7087a22cf
Avoid adding trailing newline to copied text
2019-03-29 18:23:53 -07:00
Oj18
228bf70487
Fix that notifications that don't have content specified hang
...
It just sets the content to empty ("") by default, as if there is no content at all it hangs.
2019-03-23 19:02:26 +00:00
Oj18
a72b359948
Fixed termux-toast to allow -s (short) anywhere
...
Before, -s had to be used at the very start, as it would completely overwrite the params string instead of appending. This simple fix just makes it append instead of overwrite.
2019-03-23 18:49:38 +00:00
Ben Moran
1bfdb803c8
Expose cancel and cancel-all options, remove arguments from pending option; edit help
2019-02-23 12:15:25 +00:00
Tom Yan
689e3f964b
termux-share: companion of termux/termux-api#253
2019-02-12 11:10:41 +08:00
Fredrik Fornwall
6c92f85b12
Merge pull request #50 from eternal-flame-AD/patch-1
...
Add auto option to termux-brightness
2019-01-27 21:00:16 +01:00
Fredrik Fornwall
18feace413
Merge pull request #51 from xeffyr/fix-termux-share
...
termux-share: remove slash from beginning of file path
2019-01-27 20:23:05 +01:00
Leonid Plyushch
9e8931682f
termux-share: remove slash from beginning of file path
...
See https://github.com/termux/termux-app/issues/995 .
2019-01-27 15:49:57 +02:00
饺子w
ecd7d70d2c
Add auto option to termux-brightness
2019-01-25 13:48:28 +08:00
Fredrik Fornwall
4db6f75044
Merge pull request #47 from tomty89/recorder
...
termux-microphone-record: companion PR for termux-api/#248
2019-01-25 00:14:04 +01:00
Fredrik Fornwall
c0a12172b5
Merge pull request #46 from xeffyr/fix-termux-notification-help
...
termux-notification: more clear description of "--content" option
2019-01-25 00:13:44 +01:00
Tom Yan
6f978782cc
termux-microphone-record: companion PR for termux-api/#248
2019-01-21 15:54:50 +08:00
Leonid Plyushch
213b102265
termux-notification: more clear description of "--content" option
...
Requested in https://github.com/termux/termux-api-package/issues/39 .
2019-01-15 16:45:25 +02:00
Fredrik Fornwall
edf994cc91
Fix typo in termux-job-scheduler
2019-01-11 20:30:35 +01:00
Fredrik Fornwall
a26a6a16d2
Merge pull request #42 from benmoran/termux-job-scheduler
...
termux-job-scheduler
2019-01-10 21:41:15 +01:00
Ben Moran
d171f23b5f
termux-job-scheduler
2019-01-03 10:05:15 +00:00
Fredrik Fornwall
e62ee954d1
Merge pull request #38 from pawamoy/patch-1
...
termux-notification: fix typo "context" -> "content"
2018-12-29 23:44:32 +01:00
Fredrik Fornwall
d4d3373695
Merge pull request #41 from xeffyr/fix-call-log
...
termux-call-log: remove invalid option '-d' from the help info
2018-12-29 23:44:22 +01:00
Leonid Plyushch
5bbd51236b
termux-call-log: remove invalid option '-d' from the help info
2018-12-28 15:17:40 +02:00
Timothée Mazzucotelli
af7229048d
Fix typo "context" -> "content"
2018-12-03 12:56:51 +01:00
Fredrik Fornwall
5962212e58
Merge pull request #33 from aeolwyr/master
...
Add termux-keystore
2018-09-27 20:48:16 +02:00
Kaan Karaagacli
903a9564d1
Add termux-keystore
2018-09-24 22:13:44 -07:00
Fredrik Fornwall
6cfe80963f
Add placeholder at termux-sms-inbox
2018-08-28 02:41:54 +02:00
Fredrik Fornwall
16779a2462
Merge pull request #32 from gburch/fixSMSParam
...
Fix issue where limit lost its parameter
2018-08-28 02:40:21 +02:00
Greg Burch
02f1525ed6
Fix issue where limit lost its parameter
2018-08-26 15:40:52 -07:00
Fredrik Fornwall
c7c886a5c9
Rename termux-sms-inbox to termux-sms-list
2018-08-26 01:51:51 +02:00
Fredrik Fornwall
b698ef077f
termux-sms-inbox: Use strings for listed sms types
2018-08-26 01:49:09 +02:00