.. |
android/testhardware
|
little fixes for android, remove the recursive part in autoclass for the moment
|
2012-08-14 17:21:55 +02:00 |
org/jnius
|
Add support for multidimensional arrays
|
2014-05-05 17:29:33 +10:00 |
test_assignable.py
|
fixes for subclasses. closes #3
|
2012-08-20 10:34:14 +02:00 |
test_bad_declaration.py
|
add support for multiple signatures on constructors and methods.
|
2012-08-15 19:16:39 +02:00 |
test_basics.py
|
Fix field dereference when multiple instances of a class exist. Fixes #77
|
2013-09-16 22:04:56 +02:00 |
test_bytearray.py
|
add tests for testing Python string -> [B, using ByteBuffer.wrap(byte[])
|
2013-06-24 09:24:37 +02:00 |
test_cast.py
|
add the previous tests from python-for-android/javawrapper branch.
|
2012-08-18 12:59:15 +02:00 |
test_class_argument.py
|
added support for Python class as parameter of java methods that takes Java Class object as parameter
|
2012-10-14 23:00:19 +02:00 |
test_enum.py
|
added some tests for Interface, enums and nested enums in Interface
|
2012-10-12 16:51:40 +02:00 |
test_implementation.py
|
fix encoding issues in test_implementation.py
|
2013-06-24 09:36:31 +02:00 |
test_interface.py
|
added some tests for Interface, enums and nested enums in Interface
|
2012-10-12 16:51:40 +02:00 |
test_jnitable_overflow.py
|
raise exception correctly now + add more unittests
|
2012-08-15 16:31:22 +02:00 |
test_method_multiple_signatures.py
|
fix method resolution when they are varargs
|
2012-09-30 22:39:38 +02:00 |
test_multidimension.py
|
Add support for multidimensional arrays
|
2014-05-05 17:29:33 +10:00 |
test_output_args.py
|
basic support for output args. works only in the original type allow slice assignment. We gently ignore TypeError if the assignation didnt work. closes #58
|
2013-07-02 09:43:39 +02:00 |
test_proxy.py
|
raise an exception if the signature have invalid character + fix pyjnius documentation about array declaration in signature
|
2014-01-21 09:48:48 +01:00 |
test_reflect.py
|
raise exception correctly now + add more unittests
|
2012-08-15 16:31:22 +02:00 |
test_signature.py
|
Renames “java_signature” to “with_signature”; adds “signature” method to public API
|
2014-09-17 17:30:37 +10:00 |
test_simple.py
|
add the previous tests from python-for-android/javawrapper branch.
|
2012-08-18 12:59:15 +02:00 |