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

197 Commits

Author SHA1 Message Date
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
Fredrik Fornwall
ab1af8b244 Remove unused variables 2015-08-01 02:34:39 +02:00
Fredrik Fornwall
8305dc73a8 Add android:supportsRtl="true" 2015-08-01 02:31:21 +02:00
Fredrik Fornwall
9f90f6fc10 Secure the sharedfiles content provider 2015-08-01 02:26:19 +02:00
Fredrik Fornwall
a107af7568 Project config fixes 2015-08-01 01:56:34 +02:00
Fredrik Fornwall
05c80a16d7 Update gradle 2015-08-01 01:45:27 +02:00
Fredrik Fornwall
f510b39d74 Remove log spam 2015-07-31 03:10:23 +02:00
Fredrik Fornwall
b23a68f669 Add android studio xml file 2015-07-31 01:15:32 +02:00
Fredrik Fornwall
9f5d2b37b7 Center toasts 2015-07-31 01:14:18 +02:00
Fredrik Fornwall
e0988c346f Remove idea about termux-share since it's done 2015-07-31 00:59:40 +02:00
Fredrik Fornwall
9d1a918d03 Add PhotoAPI, ShareAPI and ToastAPI 2015-07-29 04:19:45 +02:00
Fredrik Fornwall
a69c640be1 Add ideas from /u/the_kindly_one 2015-07-26 18:51:37 +02:00
Fredrik Fornwall
040d02dd3c Add ideas to README 2015-07-26 02:57:56 +02:00
Fredrik Fornwall
28f2f52ae2 Update README.md 2015-07-26 02:40:28 +02:00
Fredrik Fornwall
c4ef079206 Bump version to 0.3 2015-07-26 02:26:33 +02:00
Fredrik Fornwall
1f2e562ac7 Initial push
The project was just converted from Eclipse to Android Studio, so
there may be some glitches.
2015-07-26 02:23:21 +02:00
Fredrik Fornwall
9e043ef50d Initial commit 2015-07-03 02:57:59 +02:00