Commit Graph

13 Commits

Author SHA1 Message Date
binkybear
54247fdbaa Add gradle.properties and missing SDK25
Signed-off-by: binkybear <binkybear@nethunter.com>
2016-11-07 21:58:18 -06:00
binkybear
8e2c7328dd Update build tools & add Android.mk
Signed-off-by: binkybear <binkybear@nethunter.com>
2016-10-26 17:53:37 -05:00
binkybear
175ec3cbb2 Android lint cleanup
Apply recommendations and ignore generated apks

Signed-off-by: binkybear <binkybear@nethunter.com>
2016-09-27 17:45:11 -05:00
binkybear
687acf28c5 Update gradle 2016-09-13 19:31:56 -05:00
jmingov
ca9d5194ec Kali Nethunter addtions
Some bugs "seem to be fixed"
2015-11-19 19:04:26 +01:00
Jack Palevich
1b643bcec3 Update TargetSDK to 22. MinSDK to 4 2015-03-28 12:06:34 -07:00
Alexander Rvachev
fb9872145a A bit of cleanup and refactoring.
Moved former native hangupProcessGroup into TermExec as sendSignal. Added some documentation,
that was accidentally removed in 13a90130e1. Bump version numbers
of native libraries to fix #401 and #403 (an ABI compatibility issue, encountered by firmware
developers and people, using ATE as a system app).
2015-03-27 08:29:08 +10:00
Jack Palevich
d3bce69271 Use ptsname_r instead of ptsname
This avoids a warning when compiling.
2015-03-22 09:54:34 -07:00
Jack Palevich
77aabc2277 Fix compiler warning.
NULL is not an integer in C++. Use 0.
2015-03-22 08:59:26 -07:00
Jack Palevich
c45393cc12 Close non-standard file descriptors when execing.
Fixes issue #399.
2015-03-22 08:47:03 -07:00
Alexander Rvachev
01369b17fc Do not use multi-catch for reflection-related exceptions — it somehow compiles into
closest common parent, which is a ReflectiveOperationException, not supported on old
Android versions.
2015-03-16 11:38:33 +10:00
Alexander Rvachev
001ff7911a Fixed issues with new methods, not supported in API v4 (getLocalizedMessage is
worthless anyway)
2015-03-16 09:35:10 +10:00
Alexander Rvachev
13a90130e1 Move reusable application launching routines to separate library. Export AIDL interface
to use ATE from other apps. Open /dev/ptmx and use ParcelFileDescriptors in Java. Changed
minnimal API version to 4, because IntentSender.
2015-03-16 08:29:41 +10:00