1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +01:00
Commit Graph

195 Commits

Author SHA1 Message Date
Alain Kalker
56b5a1257c termux-tts-speak: Use STREAM_MUSIC as default stream (#67)
This fixes #66.
2017-02-20 01:59:02 +01:00
Wetitpig
cff02a5614 Correct Typo (#57)
"Overhead" changed to "Overheat"
2017-01-26 07:54:19 +01:00
Fredrik Fornwall
3d2ff5fe60 Hack to make led work without vibrating
It seems that led coloring does not work without vibration. So if
the led color has been specified but not vibration, default to a
dummy vibrate={0}.
2017-01-10 00:39:52 +01:00
Fredrik Fornwall
25e6f00bef Bump version to 0.12 2017-01-06 02:16:05 +01:00
Fredrik Fornwall
adc9b4eccc Update the NotificationAPI 2017-01-05 03:47:52 +01:00
Fredrik Fornwall
fe51705dde Add WifiAPI 2017-01-05 03:46:46 +01:00
Fredrik Fornwall
79a2c03676 Update to new Termux icon 2017-01-05 02:33:20 +01:00
Fredrik Fornwall
ed2df64506 gradle: Update android gradle plugin 2016-12-07 20:27:01 -05:00
Fredrik Fornwall
41341bd0ca Clean up log calls 2016-12-04 17:36:33 +01:00
Fredrik Fornwall
85180038e3 Add the roundIcon to the manifest 2016-12-04 04:27:53 +01:00
Fredrik Fornwall
6e532522aa Use the new vector icon 2016-12-04 04:26:18 +01:00
Fredrik Fornwall
899a7e353c Add options to control notifictions 2016-12-04 04:24:29 +01:00
Fredrik Fornwall
8927dd540b Start a command to request a file from the system
Using the Storage Access Framework through something like

	termux-storage-get output-file

will allow one to get files from e.g. usb memory sticks.
2016-12-04 02:42:55 +01:00
Fredrik Fornwall
407681550a Update gradle 2016-11-29 23:25:12 +01:00
Fredrik Fornwall
378d4f19d5 Better flow for requesting permissions 2016-11-29 22:36:10 +01:00
Fredrik Fornwall
cfd0d52c38 Update gradle config 2016-10-26 02:11:33 +02:00
Fredrik Fornwall
fb1ccb8683 Merge pull request #45 from ZeppLu/long-message
now able to send message longer than the maximum size
2016-09-26 23:12:16 +02:00
Fredrik Fornwall
96560a0c27 Remove projectFilesBackup/ 2016-09-26 22:44:46 +02:00
Fredrik Fornwall
d85a3f9a29 Update gradle and Android Studio 2016-09-26 22:43:16 +02:00
Zepp Lu
05a9ad60bd now able to send message longer than the maximum size 2016-09-26 00:15:12 +08:00
Fredrik Fornwall
fbf628fefd Bump version to 0.11 2016-09-04 16:45:48 +02:00
Fredrik Fornwall
0026f1ae3c Merge pull request #43 from garwiz/master
Added optional region and variant params to TTS intent
2016-09-04 16:44:10 +02:00
garwiz
50672b0d51 Added optional region and variant params to TTS intent 2016-09-04 15:07:34 +02:00
Fredrik Fornwall
1f57769116 Manifest file cleanup 2016-08-22 14:43:06 +02:00
Fredrik Fornwall
fb58a71f99 Merge pull request #36 from edupsousa/master
Fixed unended JSON object for TelephonyDeviceInfo
2016-08-10 22:41:31 +02:00
Fredrik Fornwall
c09dc9ca67 Update gradle configuration 2016-08-10 22:39:24 +02:00
Eduardo Pereira de Sousa
c927b7d5a5 Fixed unended JSON object for TelephonyDeviceInfo 2016-08-09 23:39:29 -03:00
Fredrik Fornwall
1a85aeffb5 Format code (mostly tab -> whitespace diff) 2016-06-06 00:23:00 +02:00
Fredrik Fornwall
b52856b44e Bump build tools version 2016-06-06 00:19:04 +02:00
Fredrik Fornwall
f40e90b5ce Update gradle 2016-04-28 12:46:05 +02:00
Fredrik Fornwall
c8b6bb67d2 Mark used hardware features as optional 2016-04-26 03:11:00 +02:00
Fredrik Fornwall
551bcd066f Bump version to 0.10 2016-04-26 03:06:12 +02:00
Fredrik Fornwall
6be2b473af Add infrared and telephony api:s 2016-04-26 03:05:39 +02:00
Fredrik Fornwall
a83a77c508 Support multiple recipients when sending SMS 2016-04-24 23:52:55 +02:00
Fredrik Fornwall
151717e2fb TextToSpeechAPI: Make stream configurable 2016-04-23 15:14:02 +02:00
Fredrik Fornwall
0fd66d37e3 termux-tts-speak: Use STREAM_NOTIFICATION 2016-04-20 11:24:02 +02:00
Fredrik Fornwall
6563446522 termux-tts-speak: Use STREAM_ALARM (fixes #13) 2016-04-20 00:31:01 +02:00
Fredrik Fornwall
0efb8bc1ee termux-camera-photo: Drop attempt to use previews
This doesn't work reliable across devices and is of questionable
value. Fixes #11. Fixes #15.
2016-04-20 00:18:40 +02:00
Fredrik Fornwall
7f050bded3 Request runtime permissions as necessary on 6.0+
Fixes #19.
2016-04-20 00:16:57 +02:00
Fredrik Fornwall
1c082d6307 Update for android studio 2.0 2016-04-18 09:05:34 +02:00
Fredrik Fornwall
b359dba6f3 Update the gradle android plugin 2016-04-18 09:05:22 +02:00
Fredrik Fornwall
7cc33f4d92 Update to gradle 2.12 2016-03-18 01:29:46 +01:00
Fredrik Fornwall
07a628a339 Update README.md 2016-02-20 17:04:31 +01:00
Fredrik Fornwall
3be0f61cfe Update README.md 2016-01-13 01:31:07 +01:00
Fredrik Fornwall
355fd21433 Bump version to 0.9 2016-01-12 14:17:09 +01:00
Fredrik Fornwall
bf5dec5c0d termux-vibrate: Do not vibrate when in silent mode
Do not vibrate when in silent mode unless the -f/--force option is
given.
2016-01-12 14:13:59 +01:00
Fredrik Fornwall
7170f8dcde Remove unused annotations 2016-01-12 14:13:59 +01:00
Fredrik Fornwall
2b18980a37 Update gradle.xml to silence notification 2016-01-12 14:13:59 +01:00
Fredrik Fornwall
631401f1fb Add a v2 of termux-clipboard for using stdin 2016-01-12 14:13:59 +01:00
Fredrik Fornwall
153fd6354c Update gradle config 2016-01-12 14:13:59 +01:00