Commit Graph

176 Commits

Author SHA1 Message Date
tshirtman 52aea7efb8 start to add native invocation handler
+fix badly formated string
2012-09-16 00:45:32 +02:00
tshirtman 82b703c0c1 Merge branch 'master' into extend_class_support
Conflicts:
	jnius/jnius_export_class.pxi
2012-09-06 17:48:25 +02:00
Gabriel Pettier 4ff916dfdf Merge pull request #24 from apalala/classpath
Allow for '*' wildcards in CLASSPATH+(some tipos).
2012-09-06 05:47:49 -07:00
tshirtman 7ac9bcd3d7 partial work on extending java classes from python
non-functionnal!
2012-09-06 14:19:45 +02:00
Gabriel Pettier 2ca5cee5ef Update README.md 2012-09-06 15:16:13 +03:00
Mathieu Virbel f83827353b Merge pull request #26 from kivy/varargs_support
Varargs support
2012-08-31 12:32:27 -07:00
gabriel.pettier 858bff6e25 varargs works!
at least for printf, and probably for other methods accepting Strings

need more tests cases!
2012-08-26 17:52:19 +02:00
gabriel.pettier 708b2d075f Doesn't break the tests anymore, add test for varargs, not passing (yet) 2012-08-26 15:53:11 +02:00
gabriel.pettier 17258f100d work on varargs support 2012-08-26 02:51:22 +02:00
Juancarlo Añez 9bd899e371 Allow for '*' wildcards in CLASSPATH+(some tipos). 2012-08-25 10:24:48 -04:30
Gabriel Pettier 3651d1ac20 Merge pull request #20 from nklever/patch-1
Typo in line 39
2012-08-23 14:46:08 -07:00
nklever 4df5609f6d Typo in line 39
In line 39 it must be written "if" instead of "in"
2012-08-24 00:45:16 +03:00
Gabriel Pettier 18a41bf7a2 Merge pull request #14 from apalala/classpath
Make the desktop use CLASSPATH if defined.
2012-08-21 12:22:29 -07:00
Juancarlo Añez 93109ccab5 Make the desktop use CLASSPATH if defined. 2012-08-21 14:22:37 -04:30
Gabriel Pettier 659b1eae80 Merge pull request #10 from graingert/patch-2
Update README.md
2012-08-21 03:25:45 -07:00
Thomas Grainger 79717fd8f0 Update README.md
fix missing "a"
2012-08-21 12:05:55 +02:00
Mathieu Virbel 9cbe8e3a6f update license/description/classifiers in setup.py 2012-08-21 01:30:53 +02:00
Mathieu Virbel 852ba4132e Merge branch 'master' of github.com:kivy/pyjnius
Conflicts:
	setup.py
2012-08-21 01:22:14 +02:00
Mathieu Virbel 4b825b1076 ensure we raise the exception if cython is not installed on desktop
+ include missing pxi in the setup
+ include missing infos
+ extract the version correctly
2012-08-21 01:19:43 +02:00
Gabriel Pettier 47e2fe0e06 Merge pull request #6 from graingert/patch-1
Add cython to install_requires Fixes #5
2012-08-20 12:24:12 -07:00
Thomas Grainger eb95963d98 Add cython to install_requires Fixes #5 2012-08-20 20:49:54 +02:00
Mathieu Virbel dec97c9eb9 Update README.md 2012-08-20 20:42:59 +03:00
Mathieu Virbel e3a2965810 bump to 1.1-dev 2012-08-20 18:48:22 +02:00
Mathieu Virbel f9c63fd186 set version to 1.0 2012-08-20 18:47:44 +02:00
Mathieu Virbel 61855a4f12 fixes 2012-08-20 16:51:32 +02:00
Mathieu Virbel a4d2315951 remove the "reflect" import from the documentation 2012-08-20 16:26:44 +02:00
Mathieu Virbel 443c2de64a doc fixes 2012-08-20 14:51:28 +02:00
Mathieu Virbel 1d401b9da2 typo 2012-08-20 11:19:13 +02:00
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