Ecosyste.ms: OpenCollective

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

Kivy

Python UI framework for making outstanding desktop and mobile applications
Collective - Host: opensource - https://opencollective.com/kivy - Website: https://kivy.org - Code: https://github.com/kivy

fix classpath for windows and CLASSPATH definition

github.com/kivy/pyjnius - 7068b37d693f9e43adc8ed7f33b14aebd0f9a45c authored about 12 years ago
move testImpl to tests/test_proxy.py and move NativeInvocationHandler

adapt jnius_jvm_desktop to have access to java jnius package

github.com/kivy/pyjnius - e10ed056bb784693fa4344fd31e096bff540b4d3 authored about 12 years ago
pyjnius require python at least >_>

github.com/kivy/python-for-android - 8e3f2d451b6aae79da9d8a6cc2551d81c3431682 authored about 12 years ago
remove pyjnius dependency on pygame (>_>)

github.com/kivy/python-for-android - d8b382bfb49cff62b97e4c6d0e6fa2586e208574 authored about 12 years ago
fix issue with int/long not being accepted as Object in conversion

not sure it's the best fix, but seems to fix it

github.com/kivy/pyjnius - be312974f310cce149693d21a42823d176b9e37f authored about 12 years ago
add support for multiple signatures, add various tests

github.com/kivy/pyjnius - 208806f63532e6dd4ff54efa7e5817a088ae60af authored about 12 years ago
added convert_python_to_jobject: don't do convert to java primitive/jvalue, but jobject. fixed array translation.

github.com/kivy/pyjnius - a2d0076e561b8f7cad9689fcd58ecfc31d7e1aca authored about 12 years ago
more work on the proxy, better argument conversion. shuffle() works on array <= 3. with 9 argument, it seem to call toArray(), and argument conversion is not great for [I

github.com/kivy/pyjnius - 143ab371b6636991719a62c93df25a78eb964f71 authored about 12 years ago
fix for always returning an Object from invoke(). If it's a native primitive, create the corresponding native java.lang.<type>.

The current conversion is only for: int (java.lang.Long), bool (java.lang.Boolean), float (java.l...

github.com/kivy/pyjnius - 9838ac928257019a712f4dab3c191762a3f105a5 authored about 12 years ago
add auto conversion for java.lang.Long/Integer/Float/Double/Short/Boolean/Byte/Character

github.com/kivy/pyjnius - f12abcbc882b682ad18a02726965c138fa1f0f9c authored about 12 years ago
fix jnius import

github.com/kivy/python-for-android - 263a931736a75a419f27219f5999ccb147a68648 authored about 12 years ago
started working on the cythonizer

github.com/kivy/python-for-android - 411ad2b880e38dfb4db9fede171ba0aa6056d25e authored about 12 years ago
various fix for java/python implementation. It finally start working, but still lot to do.

Use: make testimplem, and check the jnius/jnius_utils.pxi:test() function.

github.com/kivy/pyjnius - dcfe369f1e376aa22f265c853975a39b685041a3 authored about 12 years ago
some clarifications for java classes extended support

github.com/kivy/pyjnius - 9b758a81c3fb3f176ad290483986b75021e38a82 authored about 12 years ago
Merge branch 'master' of https://github.com/kivy/buildozer

Conflicts:
.gitignore

github.com/kivy/buildozer - 3a6ba988bdc1c00edbbbf8240dcb7d3223ba444c authored about 12 years ago
put NativeInvocationHandler in jnius java package

github.com/kivy/pyjnius - 5d143331a824b2ecc7efb10df7209d70cfd693f9 authored about 12 years ago
some progress on proxy/invocation handler for wrapping python classes in java

github.com/kivy/pyjnius - 21a6e0d4ceec640eaa55a9589f46d6c130cb2f6f authored about 12 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-ios

github.com/kivy/kivy-ios - d539c90474b6185227d0cd18b966472ee49507cd authored about 12 years ago
remove sdl tests files

github.com/kivy/kivy-ios - ba638deb45794af8cb5409bb2de9de0a47af6500 authored about 12 years ago
more work on iOS target.

github.com/kivy/buildozer - 56d5cc490f3b14f6c97fbc48cf9d847db5f85078 authored about 12 years ago
self.error doesn't exit

github.com/kivy/buildozer - cd439458c5278cfb1f280fedfdc2c02178c95821 authored about 12 years ago
add missing default methods in target.py

github.com/kivy/buildozer - b732490b2c96cb4340552c07d28e54f0402878b7 authored about 12 years ago
check configuration token when target is set

github.com/kivy/buildozer - 47fbfbe209e1d1c484f6a80a5be957a8db811a92 authored about 12 years ago
Update projects.json

kivy 1.5.1 released

github.com/kivy/kivy-website - c9f4590cfb74f78993a15a58b35e592ba57f19ff authored about 12 years ago
Merge branch 'master' into extend_class_support

github.com/kivy/pyjnius - 70fa391458de49a7045ffdb0e54a354af12dd50b authored about 12 years ago
fix audiostream compilation on python-for-android

github.com/kivy/audiostream - 2936fcee27b129145de79d95b4d88600a3a53c25 authored about 12 years ago
fix debug() issue, and avoid % in print.

github.com/kivy/buildozer - b2300e2bd99472abc5df78386ddb55602c1003f8 authored about 12 years ago
-always- release the arrays, whatever is the iscopy boolean. According to the documentation, "The result is valid until the corresponding Release<PrimitiveType>ArrayElements() function is called". The iscopy boolean serve just for another case: "Since the returned array may be a copy of the Java array, changes made to the returned array will not necessarily be reflected in the original array until Release<PrimitiveType>ArrayElements() is called.Since the returned array may be a copy of the Java array, changes made to the returned array will not necessarily be reflected in the original array until Release<PrimitiveType>ArrayElements() is called."

github.com/kivy/pyjnius - f03dfdf886bb6d17c5dffb1e710a86b5ad96e95b authored about 12 years ago
add target configuration check (like ensure the android permissions are the correct one, according to the platform sdk).

github.com/kivy/buildozer - fd9cc88a762124f47b1ce067a2c4f05d302fbc6f authored about 12 years ago
add initial .spec tokens checks

github.com/kivy/buildozer - d7e7d748b169a514a97f8977b22fed1a00b61cfc authored about 12 years ago
add logging level capability. restrict to error+info by default. use --verbose/-v, or log_level=2 in the spec for increasing to debug, and show command output.

github.com/kivy/buildozer - f297fd5ac25391256a7ef27a26a302083a136b88 authored about 12 years ago
add color in the log!

github.com/kivy/buildozer - bc279d1839f56ee451564e6a275969c9bd0234cb authored about 12 years ago
Doc: Update links to the new VM

github.com/kivy/python-for-android - 49658cc5629afd4c825498c97cc11aafc4c4ee4a authored about 12 years ago
Add the new VM to the Downloads Section

github.com/kivy/kivy-website - 16a62615972422ec76f402b154cdb97d3de03a6f authored about 12 years ago
enhance cmd() stdout/stderr capture, and use fcntl/select to faster redirection. avoid to store stdout/stderr if not used.

github.com/kivy/buildozer - 3e908d8d060a5934bc6f7f0b046a7c2fa3909902 authored about 12 years ago
add custom commands + usage + ability to follow an stdout command

github.com/kivy/buildozer - 2f529b4f99eba3d1525c641a5c899a0a95614f20 authored about 12 years ago
Update index.html

add commented out test for g+ communities integration.

github.com/kivy/kivy-website - bc13a18df9169747df988aadb0c50c8330d901d3 authored about 12 years ago
bump to 0.3-dev

github.com/kivy/buildozer - 1a2353362c033148e32aa15086666a17f642349d authored about 12 years ago
update README + bump to 0.2

github.com/kivy/buildozer - 0dd7d484c0fc0e41b5442da1b03397cebd8f7ea7 authored about 12 years ago
fix readme

github.com/kivy/buildozer - fc6be4002814dde024739b94360844ac2881a07e authored about 12 years ago
add seperation between "global" and "local" stuff, and allow to use custom ndk/sdk/ant directory

github.com/kivy/buildozer - c25c2dc9e975382ff1b98b0677d0c9a8ea794182 authored about 12 years ago
fix default command

github.com/kivy/buildozer - 2e250079dc1c6535f469fa91737e425553f3c971 authored about 12 years ago
seperate the state.db from the platform dir. avoid to create platform dir until we know the target.

github.com/kivy/buildozer - e30ef6364e876805319c508f0715c164342700d2 authored about 12 years ago
add missing .buildozer creation0

github.com/kivy/buildozer - bf61eb0e6b98becfd5ff344abc94b260bf35dc0e authored about 12 years ago
avoid multiple execution of build() and prepare_for_build() method

github.com/kivy/buildozer - 1ba027e85d22bc9843c51a260cdc0180b843fe10 authored about 12 years ago
include the default.spec when using setup.py install

github.com/kivy/buildozer - 5a9cfb1b2e8a61a0712aa4bc9ec50fb71e76a972 authored about 12 years ago
fix buildozer init

github.com/kivy/buildozer - aea63eafe412c2863ec822ff705738727245d3ea authored about 12 years ago
add missing files, and publish a first version

github.com/kivy/buildozer - 6224f748be8901a272d311a1d57f897ff5e32b0d authored about 12 years ago
remove unused usage

github.com/kivy/buildozer - e6f1db2b4b8f11cb91af4d101ee85bbcd7581e67 authored about 12 years ago
rework command line arguments / target / usage

add deploy and run command.

github.com/kivy/buildozer - 262922472f3eee7dfabbe3cecd651f7234052dce authored about 12 years ago
add buildozer.spec

github.com/kivy/kivy-remote-shell - a8f4055f3b4283e692b1e932b5dda6805c42c3dd authored about 12 years ago
add more doc

github.com/kivy/buildozer - 66f6e46c4f523cc2b3be20b7dd8ee9d2f3d648a5 authored about 12 years ago
finish buildozer android target (only debug build are supported right now.)

github.com/kivy/buildozer - 2e68748411449b485c5588d401e89e4c2eae9bf6 authored about 12 years ago
Merge pull request #10 from geojeff/master

Added myself to core team

github.com/kivy/kivy-website - c2894c2237548c45181ba224ee1e5f66017c5143 authored about 12 years ago
Added link to geojeff.org

github.com/kivy/kivy-website - b5de323d0c35d2d02a0d375af2e1b2f7ef303a15 authored about 12 years ago
Added geojeff to core developers list.

github.com/kivy/kivy-website - e3567d4958c61c5f590d590bcca9077e9d54ab17 authored about 12 years ago
first commit

github.com/kivy/buildozer - a4173ccedafab069f3bfe8424b668ca4e60b65f6 authored about 12 years ago
avoid PYTHONPATH usage for generating the doc.

github.com/kivy/audiostream - f7ca8c0f125820c44f80da635dfb397b3265d266 authored about 12 years ago
add requirements (for rtd)

github.com/kivy/audiostream - 7d950e67d5c58f326c119670f9551e1f3edfaf1d authored about 12 years ago
refactor audiostream + add doc

github.com/kivy/audiostream - ea1ec7342d5ffa1faf278fadf964ec15489adb6d authored about 12 years ago
update readme and python init

github.com/kivy/audiostream - 1ca031010b9b6d03bf0f66c507d377341d204c6f authored about 12 years ago
setup: rework ios/android detection from the latest approach done in kivy

github.com/kivy/audiostream - 7b047b0e4fa65d95b699ca304e71498f055763ec authored about 12 years ago
Merge http://github.com/kivy/python-for-android into ndkr8c

github.com/kivy/python-for-android - d7e42abba8d0a15274b447035c65be19a05a5dd4 authored about 12 years ago
fix build-sdl.all to be cwd change resistant

github.com/kivy/kivy-ios - 4e5de20389b400f69f1a2182f0830d3e601b9957 authored about 12 years ago
latest sensors merge broke the on_pause behavior. fixing the compatibility layer.

github.com/kivy/python-for-android - 9c0d227b5c60c29d9f5cd56453840e056b473f54 authored about 12 years ago
add easy_install information for cython. closes #29

github.com/kivy/kivy-ios - 48fe0740b053686619f6280149399295b6bbd83f authored about 12 years ago
Adding kivy_stable for builds of kivy using stable code.

github.com/kivy/python-for-android - d02810840098f0009075f685fbc5e27a3cd6dd6c authored about 12 years ago
fix changelog

github.com/kivy/kivy-website - b65adfeeffe03d7ad5a7b548af41bf4471592c83 authored about 12 years ago
Merge pull request #9 from thopiekar/master

Adding new links to the download section

github.com/kivy/kivy-website - 7111a34f3c7d9e48355abd6b3cdf5b96b8c96bbf authored about 12 years ago
Added links for OBS

* Opensuse
* Mandriva
* Fedora

github.com/kivy/kivy-website - 170d4166dcbfced6ec5449115bf10c8c9e491bb0 authored about 12 years ago
publish 1.5.0

github.com/kivy/kivy-website - 7b289f437bd5beb2cec8efb664a349d0439a661c authored about 12 years ago
Merge branch 'master' of ssh://github.com/kivy/kivy-ios

github.com/kivy/kivy-ios - 9a6b0acce404457bb7406129c0f6280194c8eea8 authored about 12 years ago
change kivy default branch to master.

github.com/kivy/kivy-ios - 8d8e26c75f8187e937d6e6d7f90aff9b3b26b28e authored about 12 years ago
fix compilation, latest sensor merge break it by using a too recent API

github.com/kivy/python-for-android - 37c2aa04f35699917c804332f54caa85ff0fec92 authored about 12 years ago
Merge branch 'master' of github.com:kivy/python-for-android

github.com/kivy/python-for-android - 765abd253d0327782e000990eedead19e6395905 authored about 12 years ago
Merge pull request #51 from nklever/master

tidy new Hardware.java including backwards compatibility and changed and upated doc-files

github.com/kivy/python-for-android - a7ba008ebc19f37767c5a74fbf7f0b079961e7b2 authored about 12 years ago
Merge pull request #65 from legikaloz/master

Get Android network state by direct query or with BroadcastReciever

github.com/kivy/python-for-android - caff228166afe42582d8b1e3f38fc3096a6fc5f7 authored about 12 years ago
Merge pull request #71 from thopiekar/master

New recipe for mysql-connector-python!

github.com/kivy/python-for-android - 9b8d4fa5372a508483c5c31fca0336a0cfc68af3 authored about 12 years ago
update particlepanda media

github.com/kivy/kivy-website - 357264aa23c70c264b2d3e3338565145cb59084a authored about 12 years ago
Merge pull request #42 from allfro/patch-1

Updated to support Mac OS X build support

github.com/kivy/pyjnius - 844f8f48268c461ea8e518698b6cd3a895180750 authored about 12 years ago
adding mysql_connector

github.com/kivy/python-for-android - 2acdd17e803e76cfbae52894d681807fe5cbb705 authored about 12 years ago
fix link for particle-panda / google play

github.com/kivy/kivy-website - 7e29ee07d90c0d8b8591d6206fb009f906a18544 authored about 12 years ago
feature particle panda

github.com/kivy/kivy-website - c2809bdaa835f435b0115bf2e3485697cf9a2a45 authored about 12 years ago
freetype: doenload gzip source instaed of bzip

bzip wasn;t extaracted correctly on one retina mac book pro with mountain lion?!

github.com/kivy/kivy-ios - f763bf437b45a0717f6fab339896a81e1e953d77 authored about 12 years ago
fix _scproxy error when importing urllib by adding a fake _scproxy.py

github.com/kivy/kivy-ios - 6a1e722cc4057bfc25dfe81f8b6c7868b451647c authored about 12 years ago
update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf.

github.com/kivy/kivy-ios - 10c9887263b46bbc38d8608e7a2dac669bf64bfe authored about 12 years ago
Update src/jni/jpeg/jidctfst.S

"]"

github.com/kivy/python-for-android - 26b10c3c44fa4a0a333f9d8fc15ce9fd3ee3a538 authored about 12 years ago
add an example of TTS

github.com/kivy/pyjnius - fdb785e516c59e0576baa5cc49238e34a703308c authored about 12 years ago
Fix compilation of jpeg with ndk r8c

github.com/kivy/python-for-android - 0755512f06ca8c718ae98980ed1500d505644b3f authored about 12 years ago
Cleanup checkNetwork()

github.com/kivy/python-for-android - ebf5ce4cd22d325e1991d25d4df3c20ca3c4275e authored about 12 years ago
Get Android network state by direct query or with intent

github.com/kivy/python-for-android - 4f0363d769696f86c5775de543830f29c69f4957 authored about 12 years ago