pyjnius/jnius
Gabriel Pettier 82d872bbbe also JavaMultipleMethod
closes #327
2018-04-30 14:34:15 +02: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 also JavaMultipleMethod 2018-04-30 14:34:15 +02:00
jnius_conversion.pxi Remove earlier (pre-utf16) implementation of convert_jstring_to_python 2017-12-11 12:56:11 -05: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 check for exceptions in find_javaclass 2016-08-29 13:47:37 -07: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 Remove redunant .encode() 2017-10-29 17:42:35 -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 #267 operations on empty arrays 2017-04-12 16:59:07 +03:00
jnius_nativetypes3.pxi bytearray: fix #267 operations on empty arrays 2017-04-12 16:59:07 +03:00
jnius_proxy.pxi Fix traceback.print_exc call 2017-11-20 18:21:27 +03:00
jnius_utils.pxi Fix bad JavaException in _getitem 2017-10-15 18:36:42 -04:00
reflect.py Fix bad JavaException in _getitem 2017-10-15 18:36:42 -04:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00