Mathieu Virbel
|
86a9720861
|
more API doc.
|
2012-08-20 11:17:14 +02:00 |
Mathieu Virbel
|
35ef6575d8
|
when calculating the score, check the assignable from too, and return -1 if the check doesn't work.
|
2012-08-20 11:09:02 +02:00 |
Mathieu Virbel
|
79b564a338
|
renaming to JavaMultipleMethod.
|
2012-08-20 11:08:32 +02:00 |
Mathieu Virbel
|
77f2928e0b
|
fixes for subclasses. closes #3
|
2012-08-20 10:34:14 +02:00 |
Mathieu Virbel
|
4730c2b802
|
reorder functions
|
2012-08-20 09:40:18 +02:00 |
Mathieu Virbel
|
7bd35411bf
|
split jnius.pyx
|
2012-08-20 09:35:14 +02:00 |
gabriel.pettier
|
6aa4760721
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-18 19:35:26 +02:00 |
gabriel.pettier
|
6d2df26f0b
|
small grammar fix
|
2012-08-18 19:34:16 +02:00 |
gabriel.pettier
|
9ec504dfd6
|
change to getMethods and getFields to get inherited methods/fields too
and small doc fix
|
2012-08-18 19:32:15 +02:00 |
Mathieu Virbel
|
f8fc0e714a
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-18 12:59:32 +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 |
gabriel.pettier
|
2eea0f45d3
|
fix grammar errors in some comments
|
2012-08-18 11:21:14 +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
|
3e6de4f7c9
|
Update docs/source/quickstart.rst
|
2012-08-18 02:28:25 +03:00 |
Mathieu Virbel
|
2aebb554a9
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-17 13:20:29 +02:00 |
Mathieu Virbel
|
8b220a4602
|
doc: start API
|
2012-08-17 13:20:17 +02:00 |
Mathieu Virbel
|
e572743dbf
|
Update docs/source/android.rst
|
2012-08-17 13:30:27 +03:00 |
Mathieu Virbel
|
61088ab5e6
|
Merge branch 'fixdoc' of https://github.com/dekoza/pyjnius into dekoza-fixdoc
Conflicts:
docs/source/index.rst
|
2012-08-17 03:45:06 +02:00 |
Mathieu Virbel
|
5bbeff3d52
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-16 18:12:52 +02:00 |
Mathieu Virbel
|
b6bc661e01
|
docfixes
|
2012-08-16 18:08:53 +02:00 |
Gabriel Pettier
|
67ce2e9536
|
Update docs/source/index.rst
fix english
|
2012-08-16 17:07:13 +03:00 |
Dominik Kozaczko
|
d3f948bf30
|
__doc__ fixed :)
|
2012-08-16 14:12:10 +02:00 |
Dominik Kozaczko
|
c150daee06
|
small grammatical changes
|
2012-08-16 14:07:52 +02:00 |
Mathieu Virbel
|
9307698c1b
|
first pass for a doc
|
2012-08-16 12:56:29 +02:00 |
Mathieu Virbel
|
8d2490a433
|
put the code in LGPL license
|
2012-08-16 01:46:02 +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 |
Mathieu Virbel
|
7eecc34237
|
fix autoclass when return
|
2012-08-15 23:36:40 +02:00 |
Mathieu Virbel
|
2c2adefb6a
|
lazy methods and fields loading.
|
2012-08-15 23:28:53 +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 |
Mathieu Virbel
|
a4af093aa1
|
raise exception correctly now + add more unittests
|
2012-08-15 16:31:22 +02:00 |
gabriel.pettier
|
83fb36b2c7
|
prefer () to \ to break long lines
|
2012-08-14 23:29:47 +02:00 |
gabriel.pettier
|
1588c6040a
|
add desktop subsection in README
|
2012-08-14 23:28:26 +02:00 |
Mathieu Virbel
|
30b083b362
|
Update README.md
|
2012-08-14 19:38:30 +03:00 |
Mathieu Virbel
|
a2dd51da1c
|
Update README.md
|
2012-08-14 19:35:17 +03:00 |
Mathieu Virbel
|
53f1b94fd8
|
Update README.md
|
2012-08-14 19:34:40 +03:00 |
Mathieu Virbel
|
d15564cf23
|
add a test for overflow
|
2012-08-14 18:26:58 +02:00 |
Mathieu Virbel
|
379c67873b
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-14 18:21:44 +02:00 |
Mathieu Virbel
|
33bc309045
|
remove generated files
|
2012-08-14 18:21:25 +02:00 |
Mathieu Virbel
|
6047d60192
|
add DeleteLocalRef where it seem the best place.
|
2012-08-14 18:20:35 +02:00 |
Mathieu Virbel
|
68ef892cd1
|
little fixes for android, remove the recursive part in autoclass for the moment
|
2012-08-14 17:21:55 +02:00 |
Gabriel Pettier
|
2a25b4f37e
|
Update README.md
|
2012-08-14 16:36:57 +03:00 |
Gabriel Pettier
|
3ae545d21a
|
Update README.md
add small example of what can be done.
|
2012-08-14 16:36:26 +03:00 |
Mathieu Virbel
|
7319fab9e5
|
fix package import, make tests work again.
|
2012-08-14 15:12:34 +02:00 |
Mathieu Virbel
|
162d011912
|
add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self
|
2012-08-14 15:09:48 +02:00 |
Mathieu Virbel
|
977857adc3
|
wip
|
2012-08-14 15:04:13 +02:00 |
Mathieu Virbel
|
47a9ceb931
|
first commit. Just use "make tests"
|
2012-08-14 03:42:43 +02:00 |