Commit Graph

6 Commits

Author SHA1 Message Date
Gabriel Pettier dba732a0b4 fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
Gabriel Pettier 807bc5be7d make sure Interface have access to Object's methods
as specified in https://docs.oracle.com/javase/specs/jls/se8/html/jls-9.html#jls-9.2
2019-12-03 21:10:33 +01: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
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 774fc295e9 add cast(classname, obj) method to be able to use an instance from another class def 2012-08-16 00:16:17 +02:00