brandonherzog
|
85131bc4ee
|
Merge branch 'master' into fix-unicode
|
2017-12-05 19:50:20 -05:00 |
Juan Toledo
|
a912e1a87e
|
Fixed long literals for Python3 compatibility
|
2017-08-21 18:00:04 +02:00 |
Juan Toledo
|
f0c5b97915
|
Added new tests to confirm that longs are not properly handled with multiplemethods
|
2017-08-21 16:48:27 +02:00 |
Brandon Herzog
|
61592eedb0
|
Switching to JNI UTF-16 API for strings to fix supplementary unicode char encoding
|
2017-07-04 00:09:54 -04:00 |
espes
|
57efacb311
|
fix longs
|
2016-08-29 13:43:32 -07:00 |
Benson Margulies
|
da68d701f1
|
Removr all use of 'future'.
|
2015-11-04 17:30:24 -05:00 |
Benson Margulies
|
e1070965cc
|
Support Python 3.4
see if we can't make travis happy.
|
2015-05-03 11:24:27 -04:00 |
Max Smolens
|
18d506911e
|
Enable setting primitive data type fields on Java classes
|
2015-02-25 22:59:28 -05:00 |
Michał Zieliński
|
51889323a3
|
Fix field dereference when multiple instances of a class exist. Fixes #77
|
2013-09-16 22:04:56 +02:00 |
Mathieu Virbel
|
693275fe48
|
new ByteArray native class, used to transport [B in python, instead of using Python list + integer.
ByteArray have .tostring() + .tolist(), and support slices / item lookup / size, but everything is readonly.
|
2013-09-11 17:18:49 +02:00 |
Mathieu Virbel
|
af824144cc
|
fixes for convert_jobject_to_python to correctly handle [B as parameters, as well as "Ljava/lang/Object;" that can be converted into "[Ljava/lang/String;"
|
2013-09-10 11:05:13 +02:00 |
Amirouche Boubekki
|
c216057647
|
convert arrays returned as Java Object to python list
|
2012-10-01 02:20:58 +02:00 |
Amirouche Boubekki
|
4a6945accd
|
convert list of integer, float and long to their equivalent Java Array object
|
2012-10-01 01:30:51 +02:00 |
Amirouche Boubekki
|
20b4bd5d62
|
allow to use python list and tuple as Object params
|
2012-10-01 01:21:24 +02:00 |
Mathieu Virbel
|
60ee14ed6f
|
add the previous tests from python-for-android/javawrapper branch.
+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default (it's already used in jnius so..)
|
2012-08-18 12:59:15 +02:00 |