summaryrefslogtreecommitdiff
path: root/java/jni/Android.mk
AgeCommit message (Collapse)Author
2015-07-01change some build settings. add a lockGrant Limberg
2015-07-01...Grant Limberg
2015-06-10Rename JniCache to JniLookupGrant Limberg
Removed caching capabilities as the cached methods, fields, and objects appears to be broken on Android
2015-05-02added a JniCache objectet for caching jclass, jmethodID, and jfieldID objectsGrant Limberg
2015-04-25Added logging to Android logcatGrant Limberg
2015-04-23added stub utility functions for creating ArrayLists, appending items to ↵Grant Limberg
ArrayLists, creating InetAddress objects, and MulticastGroup objects Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Updated Java Node class native methods to pass the node IDGrant Limberg
This is so that we know which C-based ZT1_Node struct is being operated on Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Add build files for compiling ZeroTier One SDK for Android targetsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>