Peter Badida
737ef99838
Add installation instructions for macOS
2019-02-04 00:11:47 +01:00
Peter Badida
76f4720385
Add warning about Java class comparing (.hashCode())
2019-02-01 13:37:57 +01:00
Peter Badida
e8c28d0f07
Add Java getClass() alternative to __javaclass__ for Something.class
2019-02-01 12:59:26 +01:00
Peter Badida
080f669f64
Document local ref table overflow resolved on Android 8.0+
2019-01-31 23:25:54 +01:00
Peter Badida
da5ec3e24c
Explain accessing Java members named as Python keywords
2019-01-30 19:32:28 +01:00
Peter Badida
ffe595cdc7
Add note about incompatibility of __metaclass__ in Python 3
...
new behavior specified in PEP 3115 (https://www.python.org/dev/peps/pep-3115/ )
2018-12-16 00:06:28 +01:00
Richard Larkin
4034c68752
Doc tweaks ( #377 )
...
* Grammar tweaks
* Added missing space, replace like with e.g.
* More grammar tweaks
* Grammar tweaks
2018-12-15 23:27:53 +01:00
Peter Badida
e90a93a857
Merge pull request #374 from kivy/condaforge
...
Add instructions for installing pyjnius in conda
2018-12-04 23:09:47 +01:00
Peter Badida
8820407e3d
Add instructions for installing pyjnius in conda
...
Build repo: https://github.com/conda-forge/pyjnius-feedstock , closes #348
2018-12-04 23:06:52 +01:00
Peter Badida
2ff175f0fc
Add instructions for packaging with PyInstaller
2018-12-04 22:31:28 +01:00
Peter Badida
15eb4fa069
Update installation instructions
2018-10-22 23:46:56 +02:00
João Sousa
354bc27fdb
Fix class name generated by autoclass
...
This is just a minor fix. It is important to show the determinism of generated class names
2018-07-18 17:17:51 +01:00
Alexander Taylor
52ec55563e
Updated highly outdated Android installation info
2017-09-22 17:15:39 +01:00
malverick
34143a55a4
See signature for android class methods
2017-05-14 21:57:43 +05:30
dessant
7627e13dc3
do not render doc section as quote
2017-03-23 21:13:29 +02:00
dessant
1a21a2d1de
fix doc formatting
2017-03-23 21:08:55 +02:00
dessant
93e35efcbc
clean up windows installation guide
2017-03-23 20:58:21 +02:00
dessant
7ded3ef8b2
Merge pull request #224 from harishankarv/patch-1
...
Update installation.rst: Instructions for Windows
2017-03-23 20:34:51 +02:00
dessant
845c919b21
update authors in sphinx config, package description
2017-03-23 20:17:17 +02:00
Harishankar Vishwanathan
e810e34415
Update installation.rst: Instructions for Windows
...
The pyjnius installation for Windows is not straightforward. After a spending a lot of time going through the installation code, I have compiled a list of steps for installation and have tried to be as verbose as possible.
2016-06-22 19:28:41 -04:00
Mathieu Virbel
9e60152dc5
pyjnius: document detach() function. Closes #97 . Closes #107 .
2015-02-07 20:07:56 +01:00
Mathieu Virbel
bb3cd4f376
Merge pull request #110 from abrasive/jvmoptions
...
Add control of JVM startup options
2014-09-30 20:01:09 +02:00
Mathieu Virbel
17a8ae8627
Merge pull request #121 from JustinCappos/patch-1
...
Update api.rst
2014-09-29 21:31:43 +02:00
Corey Prophitt
f9e0a87e97
Fixed sound recorder example syntax error
2014-08-30 00:53:12 -07:00
JustinCappos
0635452378
Update api.rst
...
grammar fix
2014-07-29 17:57:25 -04:00
James Laird
2910e2fddc
Add control of JVM startup options
2014-05-09 18:20:29 +10:00
Richard Larkin
19d4ddc45d
doc: revisions to docs/source/android.rst
2014-03-07 15:24:10 +02:00
Richard Larkin
10b36fdf00
doc: revisions to docs/sources/android.rst
2014-03-07 15:18:35 +02:00
Mathieu Virbel
d5d2926190
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
Ian
6a9705138f
Remove duplicated text from TextToSpeech example.
2013-09-22 10:55:59 +01:00
Ian Foote
9ecf8b2263
Document autoclass syntax for nested Java classes.
2013-09-11 22:41:19 +01:00
Mathieu Virbel
bd3f007ed3
add missing documentation for __javacontext__ in PythonJavaClass
2013-06-23 15:45:48 +02:00
Mathieu Virbel
44f1a338ac
add documentation for proxy, and for java signature format
2013-03-13 22:12:38 +01:00
Ramkumar Ramachandra
95e0b3b94b
docs/source/android: add note about nested classes
...
Right after the first DPI example, write a short note demonstrating
the use of autoclass() with nested classes using the `$` character.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-02-05 15:36:45 +05:30
Mathieu Virbel
fdb785e516
add an example of TTS
2012-11-18 23:00:38 +01:00
Georg Schelkshorn
e58a7cf82f
Fixed URI Bug
2012-09-24 22:45:08 +03: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
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
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