.. |
src/org/jnius
|
Cleanup some Java code in `NativeInvocationHandler.java` (#691)
|
2023-10-29 16:01:47 +01:00 |
__init__.py
|
Update CHANGELOG and version for release `1.6.1` (#694)
|
2023-11-05 16:37:43 +01:00 |
env.py
|
Initialize logger as a child of the Kivy's one (#643)
|
2022-11-26 16:49:24 +01:00 |
jni.pxi
|
remove const_char, as Cython supports const from 0.18
|
2016-04-05 14:47:00 +02:00 |
jnius.pyx
|
Support both Cython >3 and Cython < 3 (#669)
|
2023-09-16 13:57:15 +02:00 |
jnius_compat.pxi
|
Remove Python 2 support, six dependency (#619)
|
2022-10-16 14:56:56 +02:00 |
jnius_conversion.pxi
|
Support both Cython >3 and Cython < 3 (#669)
|
2023-09-16 13:57:15 +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
|
Support both Cython >3 and Cython < 3 (#669)
|
2023-09-16 13:57:15 +02:00 |
jnius_export_func.pxi
|
Remove Python 2 support, six dependency (#619)
|
2022-10-16 14:56:56 +02:00 |
jnius_jvm_android.pxi
|
Update jnius_jvm_android to simplify patching for p4a
|
2021-08-23 01:31:08 +02:00 |
jnius_jvm_desktop.pxi
|
Remove Python 2 support, six dependency (#619)
|
2022-10-16 14:56:56 +02:00 |
jnius_jvm_dlopen.pxi
|
Removes some Python2-era complexity (#641)
|
2022-11-20 16:51:10 +01:00 |
jnius_localref.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 Python 2 support, six dependency (#619)
|
2022-10-16 14:56:56 +02:00 |
jnius_utils.pxi
|
Remove Python 2 support, six dependency (#619)
|
2022-10-16 14:56:56 +02:00 |
reflect.py
|
introduce protocol_map for Map$Entry (#659)
|
2023-09-10 13:50:47 +02:00 |
signatures.py
|
pep8 fixes
|
2017-03-23 19:56:02 +02:00 |