Mathieu Virbel
|
4730c2b802
|
reorder functions
|
2012-08-20 09:40:18 +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 |
Mathieu Virbel
|
bb0923d77d
|
fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_<
|
2012-08-18 04:14:53 +02:00 |
Mathieu Virbel
|
7eecc34237
|
fix autoclass when return
|
2012-08-15 23:36:40 +02:00 |
Mathieu Virbel
|
7721b70c46
|
always convert the return with autoclass()
|
2012-08-15 21:54:53 +02:00 |
Mathieu Virbel
|
77139529ad
|
add support for multiple signatures on constructors and methods.
|
2012-08-15 19:16:39 +02:00 |
Mathieu Virbel
|
69fe77c403
|
refactor the conversion functions, move them into jnius_conversion.pxi, and factorize the jobject conversion.
|
2012-08-15 17:26:24 +02:00 |