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

66 Commits

Author SHA1 Message Date
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
Fredrik Fornwall
cc2041539a Update gradle to 2.10 and android plugin to 1.5 2016-01-12 14:13:59 +01:00
Fredrik Fornwall
dbbaab76fb Update README.md 2015-12-27 12:22:25 +01:00
Fredrik Fornwall
8a7cceb83d Update README.md 2015-12-27 12:13:24 +01:00
Fredrik Fornwall
6945c069cd Bump version to 0.8 2015-11-29 23:22:34 +01:00
Fredrik Fornwall
e81c0dd2f0 Update version to 0.7 2015-11-29 23:17:33 +01:00
Fredrik Fornwall
4a70231c6b Merge pull request #7 from tstein/master
PhotoAPI: Take sensor orientation into account
2015-11-29 23:13:57 +01:00
Ted Stein
4b3a1528b0 PhotoAPI: Take sensor orientation into account.
On a Nexus 5X, the old code would take pictures that were upside-down.
Apparently, the Android device standards require that the long edge of the
sensor must align with the long edge of the device, but doesn't say which of the
two ways to satisfy this manufacturers should pick. This change makes PhotoAPI
generate right-side-up pictures in both conditions.

Tested on a Nexus 7 (second-gen) and a Nexus 5X.
2015-11-29 01:27:21 -08:00
Fredrik Fornwall
f9f439feb0 Improve ShareAPI to work in more cases 2015-11-28 23:38:34 +01:00
Fredrik Fornwall
d5549938df Cleanup build.gradle 2015-11-28 11:56:37 +01:00
Fredrik Fornwall
0b6e915935 Update gradle from 2.7 to 2.9 2015-11-28 11:17:05 +01:00
Fredrik Fornwall
a9ce1b4b0b Add GPLv3 license information (fixes #4) 2015-11-03 12:18:51 +01:00
Fredrik Fornwall
1fb834ca98 Improve termux-dialog to support password and titles
Also bump version to 0.5.

See https://github.com/termux/termux-app/issues/3
2015-10-27 02:16:01 +01:00
Fredrik Fornwall
7719bd7c59 Remove stray char 2015-10-27 01:45:33 +01:00
Fredrik Fornwall
d5768dc4e5 Add support for password input dialogs 2015-10-27 00:13:06 +01:00
Fredrik Fornwall
2880427dfe Improve PhotoAPI 2015-09-20 22:35:02 +02:00
Fredrik Fornwall
b3e5882bc6 Compare against correct variable 2015-09-20 22:21:51 +02:00
Fredrik Fornwall
26801a68cf termux-share: Default to application/octet-stream
Also expose the file name in query().
2015-09-20 22:09:54 +02:00
Fredrik Fornwall
bf7627ce5c Update gradle wrapper for 2.7 2015-09-19 12:34:43 +02:00
Fredrik Fornwall
fe98a42faa Bump version to 0.4 2015-09-04 16:43:37 +02:00
Fredrik Fornwall
0ea0f250ba Update camera photo API
Try to warmup the camera sensor and focus machinery before
saving JPEG. Should hopefully fix problems with black/empty
images.
2015-09-04 16:42:10 +02:00
Fredrik Fornwall
ead1b8d168 Add information about camera jpeg output size 2015-09-04 15:59:47 +02:00
Fredrik Fornwall
7b32995f9f Lower case file extension before mimetype lookup 2015-09-04 15:46:14 +02:00
Fredrik Fornwall
20252cf9a7 Minor formatting changes only 2015-09-04 14:40:00 +02:00
Fredrik Fornwall
749e68b6f2 Gradle config update 2015-09-04 11:54:17 +02:00
Fredrik Fornwall
cddc466cad Update gradle from 2.5 to 2.6 2015-08-27 10:42:47 +02:00
Fredrik Fornwall
48120fa559 Gradle config tweaking 2015-08-01 03:50:36 +02:00
Fredrik Fornwall
5515c401ce Remove PhotoActivity 2015-08-01 02:43:56 +02:00
Fredrik Fornwall
5880d40624 Android Studio warnings cleanups 2015-08-01 02:43:20 +02:00
Fredrik Fornwall
2d6babcc29 Android Studio warnings cleanups 2015-08-01 02:39:22 +02:00