Mathieu Virbel
a7e791aa26
Bump to 1.1.1
2017-03-24 01:38:54 +01:00
Mathieu Virbel
c7a6cbf6b1
add pyjnius.egg-info to gitignore
2017-03-24 01:38:06 +01:00
Mathieu Virbel
fdefa15141
rename jnius to pyjnius for pypi
2017-03-24 01:36:42 +01:00
Mathieu Virbel
ef34aaccad
add CHANGELOG.md
2017-03-23 21:07:00 +01:00
Mathieu Virbel
ca8c52e758
Bump to 1.1.1-dev
2017-03-23 21:04:39 +01:00
Mathieu Virbel
2aa566d37f
Bump to 1.1.0
2017-03-23 21:04:35 +01:00
Mathieu Virbel
0bb5398a23
enhance gitignore
2017-03-23 21:04:13 +01:00
Mathieu Virbel
ce391bb1f2
fix classifiers not accepted anymore
2017-03-23 21:03:35 +01:00
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
8901477be2
collect license file in manifest
2017-03-23 20:21:47 +02:00
dessant
077bc00f2d
travis py3.5 -> py3.6
2017-03-23 20:18:58 +02:00
dessant
845c919b21
update authors in sphinx config, package description
2017-03-23 20:17:17 +02:00
dessant
b214ff1f8b
pep8 fixes
2017-03-23 19:56:02 +02:00
dessant
4c0d0df7f7
update author and classifiers
2017-03-23 19:38:55 +02:00
dessant
48a476315a
update copyright year
2017-03-23 19:20:24 +02:00
dessant
5b14aaf762
use https for travis webhook
2016-12-31 03:53:39 +02:00
Akshay Arora
81aabc58e9
Update __init__.py
2016-10-27 11:42:14 +05:30
Akshay Arora
b5a1ecb7ec
Detach only on android
2016-10-26 20:42:55 +05:30
Akshay Arora
9838660626
call detach on all threads before exiting
2016-10-26 20:34:01 +05:30
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
98596b37be
Update README.md
2016-04-18 20:38:31 +02:00
Mathieu Virbel
ddcaa432e5
fix python3 issue for decoding str (it might come from an updated Cython.). Closes #218
2016-04-18 20:28:13 +02:00
Mathieu Virbel
57c8461053
remove const_char, as Cython supports const from 0.18
2016-04-05 14:47:00 +02:00
Akshay Arora
28fb734ab3
Merge pull request #212 from kivy/handle_charsequence
...
Handle charsequence
2016-03-18 12:52:05 +05:30
akshayaurora
9565b7de85
charSequence: remove repeated code.
2016-03-17 04:34:02 +05:30
akshayaurora
6fc9107231
call toString forCharSequence
2016-03-16 14:56:18 +05:30
Akshay Arora
e2f6b7b18c
Merge pull request #202 from jk1ng/master
...
Updated readme to counter issues #197
2016-03-11 00:15:10 +05:30
Alexander Taylor
707cc93d1b
Merge pull request #200 from danielepantaleone/master
...
setup fixes for python 3.5
2016-02-15 17:49:21 +00:00
Ryan Pessa
04fcdefc35
Merge pull request #204 from kived/fix-six-requirement
...
add version to six requirement
2016-02-11 14:01:53 -06:00
Ryan Pessa
5bf2246e41
add version to six requirement
2016-02-11 13:53:24 -06:00
James King
4ca9cf7c63
Updated readme to counter issues #197 on /kivy/pyjnius
2016-02-09 13:33:21 -08:00
Daniele Pantaleone
5d8267c340
setup: fixed jre_home variable referenced before assignment
2016-02-07 15:10:49 +01:00
Daniele Pantaleone
c8bfdc8351
setup: removed unnecessary semicolons
2016-02-07 15:09:40 +01:00
Daniele Pantaleone
d9475a695a
setup: fixed setup no longer working under python 3.5 #199
2016-02-07 15:08:50 +01:00
Akshay Arora
6fb5d6ca0c
Merge pull request #198 from danielepantaleone/i386
...
setup: fixed invalid libjvm.so reference on i386 cpu
2016-02-06 02:47:04 +05:30
Daniele Pantaleone
b9a144b48a
setup: fixed invalid libjvm.so reference on i386 cpu
2016-02-02 12:44:27 +01:00
Mathieu Virbel
a00ce3d390
Merge pull request #184 from thopiekar/arch-arm-fix
...
Adding support for armhf builds
2015-12-11 17:07:52 +01:00
Mathieu Virbel
6a7421df72
remove debug from a previous commit/pr. Closes #190
2015-12-11 17:06:49 +01:00
Mathieu Virbel
ac2324d96e
fixes bytearray tests again (python3)
2015-12-10 14:14:48 +01:00
Mathieu Virbel
c8ede02ae0
fix bytearray test, and check more input/output signed/unsigned with unittests
2015-12-10 13:20:39 +01:00
Mathieu Virbel
c5863be424
bytearray: fix bytes -128-127 from java to 0-255 python
2015-12-10 13:11:25 +01:00
Mathieu Virbel
f11f88e2df
Merge branch 'master' of github.com:kivy/pyjnius
...
Conflicts:
jnius/jnius_conversion.pxi
2015-12-10 00:56:06 +01:00
Mathieu Virbel
5bb7e6cfdb
supports bytearray as argument for byte[]. Useful for socket/bluetooth reading (no need to read one by one)
2015-12-10 00:55:08 +01:00
Thomas-Karl Pietrowski
38d1a56e7b
Adding missing commas
...
I was sure I'm will miss something..
2015-11-19 18:56:54 +01:00
Thomas-Karl Pietrowski
c999bb38bd
New method finding correct "cpu" sting
...
Except of using the platform.architecture for the check, I'm using the platform.machine output to check for the cpu detection.
I'm not sure about different outputs on other devices, eg. different ARM versions, so added a dictionary which translates these strings to the correct one found in <jre_home>/lib/*.
In case a platform.machine output is unknown to the dictionary, the code will fall back to i386 like the old code and warn the user about that. A missing translation can be easily added to the dictionary to support other platforms.
WARNING: This commit is untested and was coded via github webpage.
2015-11-19 18:51:18 +01:00
Thomas-Karl Pietrowski
f2e66661f5
Merge pull request #1 from kivy/master
...
Updating codebase
2015-11-19 17:54:37 +01:00
dessant
84cbe70ba3
Merge pull request #179 from ibobalo/master
...
compilation error fixed
2015-11-13 02:40:13 +02:00