pyjnius/jnius
Gabriel Pettier fc714ea798 Update env.py for android building
- return [] in get_libraries as it's not needed on android
- update android library definition to minimize patching in python-for-android
2021-08-23 01:30:45 +02:00
..
src/org/jnius Add tests for isinstance, fix edge cases. 2017-12-11 14:04:32 -05:00
__init__.py refactoring of Java location bootstrap, addressing #537 2021-08-23 01:30:45 +02:00
env.py Update env.py for android building 2021-08-23 01:30:45 +02:00
jni.pxi remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
jnius.pyx Create compat file to handle basestring issues and more 2019-01-05 15:09:26 +01:00
jnius_compat.pxi Use PY2 to separate CPython 2/3 for compat 2019-01-31 18:02:00 +01:00
jnius_conversion.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02: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 Merge pull request #515 from cmacdonald/lambdas_v1 2021-07-08 23:23:01 +02:00
jnius_export_func.pxi Let the check_exception handler raise the error with more details. 2020-04-11 19:21:42 -07:00
jnius_jvm_android.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_jvm_desktop.pxi refactoring of Java location bootstrap, addressing #537 2021-08-23 01:30:45 +02:00
jnius_jvm_dlopen.pxi refactoring of Java location bootstrap, addressing #537 2021-08-23 01:30:45 +02:00
jnius_localref.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_nativetypes.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_nativetypes3.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_proxy.pxi remove extraneous comment 2020-04-19 22:54:42 +01:00
jnius_utils.pxi Change type of type-related java exceptions to TypeError 2021-07-21 14:06:28 +02:00
reflect.py Merge branch 'origin_master' into lambdas_v1 2020-05-24 17:13:34 +01:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00