ZeroTierOne/java/jni
Grant Limberg 09631ad382 fix datastore get call in JNI
Just delete the local reference rather than do an array delete.  Array delete was causing a crash on loading network config files.  Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
2015-05-26 21:32:56 -07:00
..
Android.mk added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects 2015-05-02 12:05:02 -07:00
Application.mk add more warnings to the JNI build 2015-04-29 19:14:52 -07:00
com_zerotierone_sdk_Node.cpp fix datastore get call in JNI 2015-05-26 21:32:56 -07:00
com_zerotierone_sdk_Node.h Remove link desperation from java API 2015-05-21 19:34:19 -07:00
ZT1_jnicache.cpp added the android verbose log level and moved most jni debug messages to verbose 2015-05-26 21:31:34 -07:00
ZT1_jnicache.h added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects 2015-05-02 12:05:02 -07:00
ZT1_jniutils.cpp Refactor package name from com.zerotierone.sdk to com.zerotier.sdk 2015-05-02 16:54:00 -07:00
ZT1_jniutils.h added the android verbose log level and moved most jni debug messages to verbose 2015-05-26 21:31:34 -07:00