pyjnius/jnius
tshirtman 208806f635 add support for multiple signatures, add various tests 2013-01-03 01:19:49 +01:00
..
NativeInvocationHandler.java more work on the proxy, better argument conversion. shuffle() works on array <= 3. with 9 argument, it seem to call toArray(), and argument conversion is not great for [I 2013-01-02 13:57:08 +01:00
__init__.py bump to 1.1-dev 2012-08-20 18:48:22 +02:00
jni.pxi various fix for java/python implementation. It finally start working, but still lot to do. 2012-12-31 05:15:09 +01:00
jnius.pyx fixes for subclasses. closes #3 2012-08-20 10:34:14 +02:00
jnius_conversion.pxi added convert_python_to_jobject: don't do convert to java primitive/jvalue, but jobject. fixed array translation. 2013-01-02 18:11:12 +01:00
jnius_export_class.pxi various fix for java/python implementation. It finally start working, but still lot to do. 2012-12-31 05:15:09 +01:00
jnius_export_func.pxi split jnius.pyx 2012-08-20 09:35:14 +02:00
jnius_jvm_android.pxi little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00
jnius_jvm_desktop.pxi Merge branch 'master' into extend_class_support 2012-09-06 17:48:25 +02:00
jnius_localref.pxi split jnius.pyx 2012-08-20 09:35:14 +02:00
jnius_utils.pxi add support for multiple signatures, add various tests 2013-01-03 01:19:49 +01:00
reflect.py partial work on extending java classes from python 2012-09-06 14:19:45 +02:00