Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/pyjnius

Access Java classes from Python
https://github.com/kivy/pyjnius

replace "java" import with jnius

fixes #75

58317e1e8bbccbbb69265c68ace5f4ab3b4fc836 authored over 6 years ago by Gabriel Pettier <[email protected]>
resolve_class: use bytes default objects as req'd

Fixes a crash on Python 3.5 where PyBytes_Check() does not accept the
str() objects previously s...

a5e79e809fae54b2f757c5ce40a78fd998fe17bd authored over 6 years ago by James Laird-Wah <[email protected]>
Add test for getter names starting with "is"

3a6e6a34711781708b698ee2b20fcf6f93f3a35d authored almost 7 years ago by Derek J. Lambert <[email protected]>
If method starts with "is" only remove 2 characters

62486974f50234f9596b99de67215f0ac8b6da58 authored almost 7 years ago by Derek J. Lambert <[email protected]>
Ensure jnius_config.set_options and jnius_config.set_classpath set options as list types.

8b0c29cfd141fa9d0d40ebf0470dfccd933f331a authored about 7 years ago by Brandon Herzog <[email protected]>
Add missing string conversion.

d9f6f0ab19c2c86eb85273d51c56b63e6dbd70f0 authored about 7 years ago by Dan <[email protected]>
Remove always-false isinstance check.

e7dc9be08bf8ac94a7869e0f44c508a77c6f31fd authored about 7 years ago by Dan <[email protected]>
Add PythonJavaClass special case to subclasscheck.

de76124bfcb73030696b599a6c6dcd0e54ce751f authored about 7 years ago by Dan <[email protected]>
Fix uninitialized pointers.

50b66da8d4e63a1b585f4aef0cfd9bdaf7f880be authored about 7 years ago by Dan <[email protected]>
Check j_self for null when converting PythonJavaClass objects.

69766e9caacfb85b285108f3c0347ed1f2076868 authored about 7 years ago by Dan <[email protected]>
Add __instancecheck__ to MetaJavaClass.

9d0d0519bcd9c541ded5370483770d57ad70cdc6 authored about 7 years ago by Dan <[email protected]>
Add tests for isinstance, fix edge cases.

8d66f198db08e7eccf9b56af09ae65f95ecc1ed0 authored about 7 years ago by Dan <[email protected]>
Merge pull request #315 from drmoose/fix-duplicate-function

Remove earlier (pre-utf16) implementation of convert_jstring_to_python

d2ef91b73ee7dc6ae9ca3042fc1fc6de6565c237 authored about 7 years ago by Mathieu Virbel <[email protected]>
Remove earlier (pre-utf16) implementation of convert_jstring_to_python

16bbb46def4fc9d92823c5e69d06df1351caa1a9 authored about 7 years ago by Dan <[email protected]>
Merge pull request #303 from psader/feature/fix_reflext_indexerror

Fix bad JavaException in _getitem

5d1e563fd4e7e0506c964d84f0c1048b47238fc4 authored about 7 years ago by Mathieu Virbel <[email protected]>
Merge pull request #308 from drmoose/add_missing_nativeinvocationhandler

Add missing NativeInvocationHandler

141800410fe67faff621a191f0947a5767017d31 authored about 7 years ago by Mathieu Virbel <[email protected]>
Merge pull request #285 from brandonherzog/fix-unicode

Switching to JNI UTF-16 API for strings to fix supplementary unicode char encoding

3dec5d9610ec5ae1b94252e1155d91ac29da49f5 authored about 7 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' into fix-unicode

85131bc4ee7c03e5b2a2ea5ee61cacff585d909b authored about 7 years ago by brandonherzog <[email protected]>
Merge pull request #310 from gdyuldin/fix_print_exc_call

Fix traceback.print_exc call

19ae9b0721405029d27fc8efc3b82b6c1f62cfd0 authored about 7 years ago by Alexander Taylor <[email protected]>
Fix traceback.print_exc call

`traceback.print_exc` expects `limit` as a first argument. Passing
excepiton instance (Assertion...

c9b6348a2b0c596acbe56b4d2337d6108c8e6139 authored about 7 years ago by Georgy Dyuldin <[email protected]>
Remove redunant .encode()

f3d4f9fec494aac873e9eee73241f67c17eb2ddd authored about 7 years ago by Dan <[email protected]>
Search for a javac based on JAVA_HOME/JDK_HOME.

75ba217d347c96ea1454ab3c1f9bfeda36d4d40d authored about 7 years ago by Dan <[email protected]>
Specify a target bytecode level.

c3188ec927ae03b34ac4f45f71975e852023b800 authored about 7 years ago by Dan <[email protected]>
Add missing javac call.

b0037b0631897f4fdd4553c19971601225ab3df5 authored about 7 years ago by Dan <[email protected]>
Include NativeInvocationHandler in the installed package and ensure its location is added to the path.

Close #288, #223, #137.

1b6d0ababdded2bcd5446d74df8944496bfbee1e authored about 7 years ago by Jesse Crossen <[email protected]>
Fix bad JavaException in _getitem

Fix list iteration test broken since commit efe610b8, which results in a
JavaException with a ba...

3ce729b41d2243287317c1b61b188743dc574748 authored about 7 years ago by psader <[email protected]>
Updated highly outdated Android installation info

52ec55563efe5d8589b05a74a4a1650dbbf915f6 authored over 7 years ago by Alexander Taylor <[email protected]>
Merge pull request #234 from espes/import-crash

check exceptions in find_javaclass

72be57a3bd3f32a6adc8604906c2677905093619 authored over 7 years ago by Mathieu Virbel <[email protected]>
Merge pull request #268 from b3b/empty_bytearray

bytearray: fix #267 operations on empty arrays

406dd2099faf69769c1b2331892de941660cb9d7 authored over 7 years ago by Mathieu Virbel <[email protected]>
Merge pull request #271 from InvalidCo/list_getitem_indexerror

for...in iteration of list interfaces

efe610b89d59b099e25484eeba8ca320ea9fcc75 authored over 7 years ago by Mathieu Virbel <[email protected]>
Merge pull request #291 from jtoledo1974/master

Fixed mishandling of long arguments in multiple methods. Added test cases.

6f8d846fbe5630dae26ca6cd9ea874d9a60c978f authored over 7 years ago by Mathieu Virbel <[email protected]>
Fixed long literals for Python3 compatibility

a912e1a87eaee1857201884db040df16be9a62d8 authored over 7 years ago by Juan Toledo <[email protected]>
Replaced calculation with its value

e3dad6b5f5949d798662bad2889097895679f7bf authored over 7 years ago by Juan Toledo <[email protected]>
Fixed multiple method matching when passing long arguments that cannot actually be represented as ints in java

01633339541148af289511fa6d664add11f0b777 authored over 7 years ago by Juan Toledo <[email protected]>
Fixed multiple method matching when passing long arguments that can actually be represented as ints in java

ee87ed735ca6bc492169cce5761468bab7d9cc6c authored over 7 years ago by Juan Toledo <[email protected]>
Merge branch 'master' of https://github.com/jtoledo1974/pyjnius

cb099b8bc3071e3e640bdbbf3426c6539ba5dd3f authored over 7 years ago by Juan Toledo <[email protected]>
Added new tests to confirm that longs are not properly handled with multiplemethods

f0c5b97915c47657b724659adeb9584052c8d433 authored over 7 years ago by Juan Toledo <[email protected]>
Merge pull request #272 from malverick/android_signature

See signature for android class methods

6ad8740400071a9de8c207e105ea6e09dbab047f authored over 7 years ago by Akshay Arora <[email protected]>
Merge pull request #290 from madhawav/master

Fixed issue #279 which causes callbacks to fail in Windows 64 bit

e428ced0878b351f7e6c7ff9a3b361818c2a806e authored over 7 years ago by Akshay Arora <[email protected]>
Fixed issue #279 which causes callbacks to fail in Windows 64 bit

19b8a0bfcfe1d37df7af5bdcf5a5f18a3b53c2aa authored over 7 years ago by madhawav <[email protected]>
Switching to JNI UTF-16 API for strings to fix supplementary unicode char encoding

61592eedb0e5efd9713d66fcbbc2026daa7851de authored over 7 years ago by Brandon Herzog <[email protected]>
See signature for android class methods

34143a55a45b7ed751bcb6a92ddb645e22ae223a authored over 7 years ago by malverick <[email protected]>
add support for subclasses of IndexOutOfBoundsException

b4d2d503db7d5341d3a7442897bb6bb283609ae3 authored over 7 years ago by Mikael Kasimir Harvilahti <[email protected]>
support for for...in iteration

0c0e6641f6c84a6f44fb5925d537696f4602af3f authored over 7 years ago by Mikael Kasimir Harvilahti <[email protected]>
add test for for...in iteration of list interfaces

39c0ee80751e2b5ae1d73628032f2e54dcabef1e authored over 7 years ago by Mikael Kasimir Harvilahti <[email protected]>
bytearray: fix #267 operations on empty arrays

d36d3b6d6578b5b01952c2eed169f56ae241434c authored over 7 years ago by b3b <[email protected]>
Update README.md

5fe976335318cb6200219885328874094181662e authored almost 8 years ago by Mathieu Virbel <[email protected]>
Merge pull request #233 from espes/long-fix

fix longs

cb405423dff48a7e48f73758d255792d5fe671e7 authored almost 8 years ago by Mathieu Virbel <[email protected]>
Update README.md

b30dd291dddd9be4d46843dbd3c4d249ef21a003 authored almost 8 years ago by Mathieu Virbel <[email protected]>
update changelog

edc66c99566118ba7a4fb1520a5c921cef7b5a89 authored almost 8 years ago by Mathieu Virbel <[email protected]>
Bump to 1.1.2-dev

f40123a9b824a9c4d8593b3f2c48ca349bb0c92c authored almost 8 years ago by Mathieu Virbel <[email protected]>
Bump to 1.1.1

a7e791aa26c84645c53dac985dd97183071f7bc4 authored almost 8 years ago by Mathieu Virbel <[email protected]>
add pyjnius.egg-info to gitignore

c7a6cbf6b1c0d49c6a0c9f62f7741629079cd649 authored almost 8 years ago by Mathieu Virbel <[email protected]>
rename jnius to pyjnius for pypi

fdefa15141242119093bcbf0bc26e21854d2d70b authored almost 8 years ago by Mathieu Virbel <[email protected]>
add CHANGELOG.md

ef34aaccad1067da068cf259f3c64cd1e7181a5b authored almost 8 years ago by Mathieu Virbel <[email protected]>
Bump to 1.1.1-dev

ca8c52e758d89491d1e9f417b7b3928d434c5ad2 authored almost 8 years ago by Mathieu Virbel <[email protected]>
Bump to 1.1.0

2aa566d37f611890d29d5e1db04853b9fadba8f4 authored almost 8 years ago by Mathieu Virbel <[email protected]>
enhance gitignore

0bb5398a234c6c256a09f906f595f3494afd11f5 authored almost 8 years ago by Mathieu Virbel <[email protected]>
fix classifiers not accepted anymore

ce391bb1f226f38448c9dc5a6eb9d44450a98689 authored almost 8 years ago by Mathieu Virbel <[email protected]>
do not render doc section as quote

7627e13dc379be5c41281be90427049ac887d020 authored almost 8 years ago by dessant <[email protected]>
fix doc formatting

1a21a2d1deb8d8d06a7956b69f30502c2ecd1fc3 authored almost 8 years ago by dessant <[email protected]>
clean up windows installation guide

93e35efcbc42a6aaf202d70df2a72f92130322d9 authored almost 8 years ago by dessant <[email protected]>
Merge pull request #224 from harishankarv/patch-1

Update installation.rst: Instructions for Windows

7ded3ef8b2767e2cad9f24d5d8b24ac8562637d2 authored almost 8 years ago by dessant <[email protected]>
collect license file in manifest

8901477be2930b2bccaaa1c1bc30de3587d60127 authored almost 8 years ago by dessant <[email protected]>
travis py3.5 -> py3.6

077bc00f2da7df0fde00624ab711487dede770b5 authored almost 8 years ago by dessant <[email protected]>
update authors in sphinx config, package description

845c919b21611fc277dc81c864237a697310432e authored almost 8 years ago by dessant <[email protected]>
pep8 fixes

b214ff1f8ba68bbd5a5bfed7e56ca2e06fccfddd authored almost 8 years ago by dessant <[email protected]>
update author and classifiers

4c0d0df7f780e5db7913f2821963b686b76c65d6 authored almost 8 years ago by dessant <[email protected]>
update copyright year

48a476315a65e562431ed26a74a682429c6bc055 authored almost 8 years ago by dessant <[email protected]>
use https for travis webhook

5b14aaf76213295f91596db99a7b340b2efb9f1a authored almost 8 years ago by dessant <[email protected]>
Update __init__.py

81aabc58e906b12486ededaf728c36826220eecb authored about 8 years ago by Akshay Arora <[email protected]>
Detach only on android

b5a1ecb7ec409c37e955acd6a12eb1d75ba3d1ab authored about 8 years ago by Akshay Arora <[email protected]>
call detach on all threads before exiting

98386606262329b29cf74bc894b048ac37dbd6cb authored about 8 years ago by Akshay Arora <[email protected]>
check for exceptions in find_javaclass

27a4a85ac5c3c309f51188fd3e097a2a9e71c9bc authored over 8 years ago by espes <[email protected]>
fix longs

57efacb31169f124e2eb56cc1b8df91c51ad6d2a authored over 8 years ago by espes <[email protected]>
Update installation.rst: Instructions for Windows

The pyjnius installation for Windows is not straightforward. After a spending a lot of time goin...

e810e344158198033742652924cf9feb61f38529 authored over 8 years ago by Harishankar Vishwanathan <[email protected]>
Update README.md

98596b37be14b7e0342342c1eaaae740574ba040 authored over 8 years ago by Mathieu Virbel <[email protected]>
fix python3 issue for decoding str (it might come from an updated Cython.). Closes #218

ddcaa432e51c455db15fb63846eccb2d11c8c786 authored over 8 years ago by Mathieu Virbel <[email protected]>
remove const_char, as Cython supports const from 0.18

57c8461053c0453b46424be586b758e85d2bbd51 authored over 8 years ago by Mathieu Virbel <[email protected]>
Merge pull request #212 from kivy/handle_charsequence

Handle charsequence

28fb734ab35c4cd50dd016ee11efd3a58f5c16be authored almost 9 years ago by Akshay Arora <[email protected]>
charSequence: remove repeated code.

9565b7de85eea8396b20300e10b37b59fca2517d authored almost 9 years ago by akshayaurora <[email protected]>
call toString forCharSequence

6fc9107231773b2036a5b2f014d2dbd7eeb4ad2b authored almost 9 years ago by akshayaurora <[email protected]>
Merge pull request #202 from jk1ng/master

Updated readme to counter issues #197

e2f6b7b18c4746747c1d88d08143541d6c24686a authored almost 9 years ago by Akshay Arora <[email protected]>
Merge pull request #200 from danielepantaleone/master

setup fixes for python 3.5

707cc93d1b514f395d272e02482ca92013b2e662 authored almost 9 years ago by Alexander Taylor <[email protected]>
Merge pull request #204 from kived/fix-six-requirement

add version to six requirement

04fcdefc35cddebd0e690e2945cf30dc6fcf9f29 authored almost 9 years ago by Ryan Pessa <[email protected]>
add version to six requirement

5bf2246e4154318e40fcf8d1e5317fae4070b3c2 authored almost 9 years ago by Ryan Pessa <[email protected]>
Updated readme to counter issues #197 on /kivy/pyjnius

4ca9cf7c631a249dc74d91309848d8176213843f authored almost 9 years ago by James King <[email protected]>
setup: fixed jre_home variable referenced before assignment

5d8267c340d5bc630c8868fca2216ac87f33509c authored almost 9 years ago by Daniele Pantaleone <[email protected]>
setup: removed unnecessary semicolons

c8bfdc83517206724ea4a3c1f7a4f37dd2f76bfc authored almost 9 years ago by Daniele Pantaleone <[email protected]>
setup: fixed setup no longer working under python 3.5 #199

d9475a695a9a70358114e0e0e97524d40bc663e8 authored almost 9 years ago by Daniele Pantaleone <[email protected]>
Merge pull request #198 from danielepantaleone/i386

setup: fixed invalid libjvm.so reference on i386 cpu

6fb5d6ca0c4a988263d6628d2a14849754e2fc57 authored almost 9 years ago by Akshay Arora <[email protected]>
setup: fixed invalid libjvm.so reference on i386 cpu

b9a144b48a837e703720377fc46c70ecb5116db1 authored almost 9 years ago by Daniele Pantaleone <[email protected]>
Merge pull request #184 from thopiekar/arch-arm-fix

Adding support for armhf builds

a00ce3d3908082f828663bf2b029b50320221a10 authored about 9 years ago by Mathieu Virbel <[email protected]>
remove debug from a previous commit/pr. Closes #190

6a7421df726e54a68d98df44876e63f9fd7e6643 authored about 9 years ago by Mathieu Virbel <[email protected]>
fixes bytearray tests again (python3)

ac2324d96ef613bf0fcc519046a2d5b7d39c7317 authored about 9 years ago by Mathieu Virbel <[email protected]>
fix bytearray test, and check more input/output signed/unsigned with unittests

c8ede02ae05d9b729b429ab3163bc14d1e3e28f3 authored about 9 years ago by Mathieu Virbel <[email protected]>
bytearray: fix bytes -128-127 from java to 0-255 python

c5863be424a58d1b212df06bb5497aeee1060148 authored about 9 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

Conflicts:
jnius/jnius_conversion.pxi

f11f88e2df63b6049053b3993d070eced05b929e authored about 9 years ago by Mathieu Virbel <[email protected]>
supports bytearray as argument for byte[]. Useful for socket/bluetooth reading (no need to read one by one)

5bb7e6cfdb89a88c2168833bddbfb358da426e76 authored about 9 years ago by Mathieu Virbel <[email protected]>
Adding missing commas

I was sure I'm will miss something..

38d1a56e7bd6c37eaed97c5db092019c424a7019 authored about 9 years ago by Thomas-Karl Pietrowski <[email protected]>