pyjnius/jnius
Mathieu Virbel cb405423df Merge pull request #233 from espes/long-fix
fix longs
2017-03-24 01:47:03 +01:00
..
src/org/jnius proxy: force GIL on invoke0, and add a special case for $Proxy name (android failed to FindClass) 2013-03-24 18:45:33 -05:00
__init__.py Bump to 1.1.2-dev 2017-03-24 01:38:57 +01:00
jni.pxi remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
jnius.pyx Use dlopen instead of linking -ljvn. 2015-05-03 11:24:32 -04:00
jnius_conversion.pxi fix longs 2016-08-29 13:43:32 -07:00
jnius_env.pxi add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius_export_class.pxi fix longs 2016-08-29 13:43:32 -07:00
jnius_export_func.pxi Merge branch 'master' of github.com:kivy/pyjnius into python-34 2015-11-03 07:51:45 -05:00
jnius_jvm_android.pxi jnius: refactor to not save jni env, and use the current pushed/pop env. This resolve few issues when pyjnius is called from a proxy (error such as E/dalvikvm( 6036): JNI ERROR: env->self != thread-self (0x68415860 vs. 0x400bb010); auto-correcting) 2013-06-24 17:58:20 +02:00
jnius_jvm_desktop.pxi Support Python 3.4 2015-05-03 11:24:27 -04:00
jnius_jvm_dlopen.pxi fix python3 issue for decoding str (it might come from an updated Cython.). Closes #218 2016-04-18 20:28:13 +02:00
jnius_localref.pxi Fix string format error in 2.6 2013-08-29 16:14:06 +08:00
jnius_nativetypes.pxi bytearray: fix bytes -128-127 from java to 0-255 python 2015-12-10 13:11:25 +01:00
jnius_nativetypes3.pxi bytearray: fix bytes -128-127 from java to 0-255 python 2015-12-10 13:11:25 +01:00
jnius_proxy.pxi Add specific case for Android/libART: it crash if we check NativeInvocationHandler/InvocationHandler with isAssignableFrom. Plus, include some defaults methods implementation of java.lang.Object (hashCode, toString, equals), which is used by ART. Closes #92. Closes #113. 2014-07-31 13:49:25 +02:00
jnius_utils.pxi Merge branch 'master' of github.com:kivy/pyjnius 2015-12-10 00:56:06 +01:00
reflect.py pep8 fixes 2017-03-23 19:56:02 +02:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00