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

Continuous Integration minimal build

Makes sure at least Python and Kivy are built every time.

github.com/kivy/kivy-ios - 5ec5740d86539c2b0326d1501cd1de830b0a7e54 authored almost 5 years ago
Fixes python build with macOS venv

Running the freshly compiled python binary from another Python
process (e.g. sh module or os.sys...

github.com/kivy/python-for-android - 38ba1ad763f52bb3d012c5720f333071f1f035c4 authored almost 5 years ago
Merge pull request #2160 from AndreMiras/feature/fixes_sh_module_expect_dict

Fixes sh `_env` should be a dictionary

github.com/kivy/python-for-android - 50affc808881810b3f85cb4eae6606bef0b5c9d7 authored almost 5 years ago
Twine needs to be installed to upload to pypi.

github.com/kivy/kivy - b6eddbb2fcf97a21b7f0c4cfbf0d8ccdb74fb3ec authored almost 5 years ago
Bump to 2.0.0rc2.

github.com/kivy/kivy - 78fb93b88f9941c22be02d36a786db8ca7639c59 authored almost 5 years ago
Merge pull request #6846 from kivy/revert-6844-force-gles-context

Revert "Use GLES context when ES2 is forced"

github.com/kivy/kivy - 23777d0a48e54f5780ab10867507057655e19ae4 authored almost 5 years ago
Revert "Use GLES context when ES2 is forced (#6844)"

This reverts commit 40fc630ff4e088d4f3bd858d9005d956f9b63c01.

github.com/kivy/kivy - 6d6db1b7dc25a0ad01ae935856561fae646f16d0 authored almost 5 years ago
Merge pull request #6813 from hoba87/master

bugfix for 3D rendering example

github.com/kivy/kivy - b05ce70ac17be90edd10424656a8a481c2feceba authored almost 5 years ago
Use GLES context when ES2 is forced (#6844)

* lib: sdl2: add SDL_GLprofile enum

* window: sdl2: use GLES context when ES2 is forced

On...

github.com/kivy/kivy - 40fc630ff4e088d4f3bd858d9005d956f9b63c01 authored almost 5 years ago
Fix failing tests (#6845)

github.com/kivy/kivy - 69338d7e41bbc2ead5e0084e1a9ba96f773b8284 authored almost 5 years ago
Fixes sh `_env` should be a dictionary

It looks like the `_env` keyword argument is acception dictionary only.
The error was:
```
TypeE...

github.com/kivy/python-for-android - e2b9cfe17d17607d876b7664cc0026dcd5e69f2e authored almost 5 years ago
Merge pull request #519 from cmacdonald/show_javaexception_name

Always show the Java exception name

github.com/kivy/pyjnius - a1171d79cdd14eeaa9f1e3dd04d362c3d5c0b0f4 authored almost 5 years ago
quick update of installation instructions

github.com/kivy/kivy3 - e3364b39ec61a69aa31bf88e77fadaa148359ec6 authored almost 5 years ago
Fix flake8 CI check on toolchain, remaining recipes (#456)

* :fire: Fix flake8 checks for host_setuptools3

* :fire: Fix flake8 checks for kivy recipe

...

github.com/kivy/kivy-ios - 8416d46fd4f70da155f62640443c30cf71a0e52f authored almost 5 years ago
fix: Svg consistency #6467 (#6808)

https://github.com/kivy/kivy/issues/6699

github.com/kivy/kivy - 4b1e5bfc231dc182d64b96fe15e040ac9a536988 authored almost 5 years ago
Merge pull request #522 from hx2A/master

consider "package protected" methods and fields in autoclass

github.com/kivy/pyjnius - d339fe70e1bc7a00f1ca4f7e883215d3c774fdea authored almost 5 years ago
take out the Modifier.isPackageProtected method

github.com/kivy/pyjnius - e66cc3c38584a6b1830cdb762268c717f2b4a6a1 authored almost 5 years ago
Merge pull request #523 from cmacdonald/expose_class_class

expose the class's class attribute

github.com/kivy/pyjnius - e803c0d3df01f0e23ee64ac0ef85314f7ab978c5 authored almost 5 years ago
expose the class's class attribute

github.com/kivy/pyjnius - fd8eb088f0eff616bc80a752126fe91a469b9315 authored almost 5 years ago
:rotating light: Fix linting for setup.py (#2158)

* :rotating_light: Fix linting for setup.py

- F401 'os' imported but unused
- E303 too many ...

github.com/kivy/python-for-android - 60c624ffe839e0f975bfdbf5a2adfd88743cf010 authored almost 5 years ago
Show loading screen while unpacking for webview bootstrap (#2153)

* Port unpack task to webview to properly show loading screen.

* Remove customization for our...

github.com/kivy/python-for-android - 41b363cf17ddaa59bc6eed3ec1881bbcdeefb20a authored almost 5 years ago
Use python3's venv instead of virtualenv (#2152)

* :alien: Migrate to `toml` and apply `isort` to `pythonpackage.py`

Because `pytoml` is depre...

github.com/kivy/python-for-android - 678117965f53b0fdbbd83d72964403ca4cae672b authored almost 5 years ago
visibility of package_protected methods and fields should follow include_protected or include_private if the class is or is not in the same package as the autoclass start package

github.com/kivy/pyjnius - 712dbfdd4a2fbe7e7dadbb92f18a6b4b0bf9ac3f authored almost 5 years ago
Merge pull request #2154 from kollivier/jnius_fix

When bootstraps were unified, sources moved from src to src/main/java…

github.com/kivy/python-for-android - 088077f1858c243b7136a5fe255f58f16b803ab9 authored almost 5 years ago
consider package protected methods and fields in autoclass

github.com/kivy/pyjnius - a15b686e148e5fe1b937c49eba7f266fca1ec141 authored almost 5 years ago
Merge pull request #1078 from AndreMiras/feature/test_on_macos

Also tests against macOS platform

github.com/kivy/buildozer - 1f8c88fe7b4f3ce66ed54dfa20c17ff45b90d7eb authored almost 5 years ago
Merge pull request #521 from kivy/issue_479

fix inheritance in example

github.com/kivy/pyjnius - cd067d7c8e19dcfd5bd5351785c3c87c8d0d2a1e authored almost 5 years ago
fix inheritance in example

closes #479

github.com/kivy/pyjnius - de6c6e9b7ac68e6dcd1d1264b5ddba50d4863e98 authored almost 5 years ago
Update to python 3.8.2 (#443)

* bump python version to 3.8.2

* Revert to cython 0.28.1

github.com/kivy/kivy-ios - 9bb9efe0f70d95404d0a3541b8ba5f14eb5f63ad authored almost 5 years ago
When bootstraps were unified, sources moved from src to src/main/java for webview and service boostraps, so copy other sources there as well.

github.com/kivy/python-for-android - 253dc2876835213dbde1b88a6905f20e1c35fbd0 authored almost 5 years ago
Update setup.py: add classifiers & python_requires (#2151)

* :pushpin: Update classifiers & add python_requires

* :ok_hand: Allow Python version > 3

github.com/kivy/python-for-android - 83f35ab6d83bff2015bf5eb9bc5b33f0f2816c2b authored almost 5 years ago
Flake8 CI fixes (#451)

* Pep8 fixes

* tox Pep8 compliance

* Excluded external tools folder from flake 8 tests

...

github.com/kivy/kivy-ios - 64bd692632a7a434584c485df6cbe2c309ef2e3f authored almost 5 years ago
Also tests against macOS platform

Increases coverage from 28% to 30%.

github.com/kivy/buildozer - 891e24b6f27551c619e1f11a2e98b20f73fde44d authored almost 5 years ago
try to be smarter about detecting libjvm.so

also create a new env variable JVM_PATH as a workaround for users for
which the system doesn't work

github.com/kivy/pyjnius - eb1bb63b84e63b631a9ae732a8086ad3a362ba24 authored almost 5 years ago
Merge pull request #1071 from lerela/1070_fix_python3_raw_input

Support for both input and raw_input in iOS target to avoid NameError with Python 3

github.com/kivy/buildozer - 504efcc2437a4fdd3a79946f4e5211f1255ed728 authored almost 5 years ago
Always show the exception name

github.com/kivy/pyjnius - 8bfa2578cca4917c060d3b6d5854cd44c7305d47 authored almost 5 years ago
detail lambda support

github.com/kivy/pyjnius - 66b267e42ece3c46c09cd2af40e081d19078206b authored almost 5 years ago
Merge pull request #518 from hx2A/master

ensure autoclass prefers methods over properties

github.com/kivy/pyjnius - 54f400494dc5389f0448c77cd5088423be9e2d7c authored almost 5 years ago
add a comment to explain the relationship between JavaBeans and properties.

github.com/kivy/pyjnius - 99bd241a90d919b20957134ec99465e057ffcf30 authored almost 5 years ago
unit test and code to ensure autoclass prefers methods over properties

github.com/kivy/pyjnius - bd014cbe747ed08aac640d7b88ac1952943dac21 authored almost 5 years ago
Merge pull request #517 from cmacdonald/signature_exception

make signature exception more useful

github.com/kivy/pyjnius - 97b0dd3d418d609f5e3bf58006d51e33e2b9cb42 authored almost 5 years ago
make signature exception more useful

github.com/kivy/pyjnius - f9d5e4b0fe6cf33424c0de360d63a4b00147a6dd authored almost 5 years ago
remove "holds"; more test cases; detect lambda in signature scoring

github.com/kivy/pyjnius - 2294c2d514b642339de811d6616da7bbf3a9262e authored almost 5 years ago
Merge remote-tracking branch 'origin/master' into lambdas_v1

github.com/kivy/pyjnius - 30bbac7b1c02ee360f2b53908c08a6a5085d9231 authored almost 5 years ago
work in progress on JavaException

github.com/kivy/pyjnius - 6781b12bcd440f23e055da3150d1568d99f1a5dc authored almost 5 years ago
Merge pull request #500 from hx2A/master

add include_protected and include_private options to autoclass

github.com/kivy/pyjnius - 1ab9573b15a4a05903282a5d74f7b7cabbebb116 authored almost 5 years ago
Update jnius/reflect.py

github.com/kivy/pyjnius - 1c56e91d59004ec25960a2e556def8ce3e51b717 authored almost 5 years ago
add unit test to ensure autoclass prefers methods over fields

github.com/kivy/pyjnius - e76dd3370a38fadfc17e71c847d206b266ea867a authored almost 5 years ago
Merge pull request #2147 from pavelsof/twisted

Removes Twisted recipe unit tests from target install

github.com/kivy/python-for-android - 3aa2aec0c851af32281ca5eb2b35114589ed62ae authored almost 5 years ago
make include_protected and include_private default to true and prefer methods over fields

github.com/kivy/pyjnius - 8b63e56a55b3e484cdafca66e296ab8367f417dd authored almost 5 years ago
Better recipe for Twisted: removed the unit tests.

github.com/kivy/python-for-android - af8e1b740aa4488ffe8c86aecee55b440a6223df authored almost 5 years ago
clarify heritage

github.com/kivy/pyjnius - 47fd21f74dd7a2bddcb450e76910fc2d32076ded authored almost 5 years ago
remove extraneous comment

github.com/kivy/pyjnius - 46a6af893bda2490048910f9e6288e97580af382 authored almost 5 years ago
remove unused field

github.com/kivy/pyjnius - 793b8bbec0b87339528dda2bed7b5e65933f2a3c authored almost 5 years ago
PoC of passing Python Lambdas as Java lambdas

github.com/kivy/pyjnius - 2182eee89253d3c7cc247607c7eb36bafbf52112 authored almost 5 years ago
Merge pull request #508 from kollivier/exception_details

Let the check_exception handler raise the error with more details.

github.com/kivy/pyjnius - a63331da058cf345d2630bb2e19d25914692e38e authored almost 5 years ago
Merge pull request #512 from cmacdonald/patch-1

documentation clarifications including for #511

github.com/kivy/pyjnius - 635f1197607045dfd8b894c11ff7d9cbf7f28bc7 authored almost 5 years ago
Merge pull request #514 from cmacdonald/static_fields_rebase

reading static fields from instances, and writing to static fields (rebase)

github.com/kivy/pyjnius - 54811fc9707efdde9029981f5d5f89fc0437dd05 authored almost 5 years ago
dont refer to method that doesnt exist

github.com/kivy/pyjnius - 5d2417e24f9b9061f663d54dcf957138adb82534 authored almost 5 years ago
improved test for static fields

github.com/kivy/pyjnius - 59e8296bbf6927cb727f59ecc42ea391c0266fa2 authored almost 5 years ago
fixes writting to StaticField through the class

github.com/kivy/pyjnius - 84d6591d50a7e70240e04dbe39d6f41421b84b9a authored almost 5 years ago
reading static fields from instances, and writing to static fields

github.com/kivy/pyjnius - 7f084beed84a38fc6f6b2f6164610a43a4fc6bd1 authored almost 5 years ago
Merge pull request #2143 from yingshaoxo/patch-1

Update AndroidManifest.tmpl.xml to support HTTP

github.com/kivy/python-for-android - 710c3d554b64b79e0c026a0cb0854fb3593670b7 authored almost 5 years ago
Update AndroidManifest.tmpl.xml to support HTTP

https://stackoverflow.com/questions/52707918/webview-showing-err-cleartext-not-permitted-althoug...

github.com/kivy/python-for-android - 5d329bf49ae37c988dd4caa5f1192cd7cf6146e9 authored almost 5 years ago
clarifications including viz. #511

github.com/kivy/pyjnius - f7f34bb831506951b6f7ae8cb2860e9072c939f0 authored almost 5 years ago
Merge pull request #2142 from AndreMiras/feature/python2_drop_follow_up

Simplifies Dockerfile and fix GitHub runner space

github.com/kivy/python-for-android - 71f8fb5c98c0b070726604218a4011980677ee8e authored almost 5 years ago
Simplifies Dockerfile and fix GitHub runner space

Simplifies the Dockerfile as Python 2 was dropped.
Renames to default "Dockerfile" so it's picke...

github.com/kivy/python-for-android - b5dfdafb0953764a884384870eb0d41cad7ed561 authored almost 5 years ago
Update bootstrap.py (#2137)

* Update bootstrap.py

Try to fix a bug that I meet during compiling.

This is how I met thi...

github.com/kivy/python-for-android - 265fe7f4aa767838a5fa4b4020a0935d23a3e230 authored almost 5 years ago
Merge pull request #6579 from DanTheMan2000/master

Horizontal value track is offset from the center of Slider

github.com/kivy/kivy - 108a9151eb55b00f246613c511d88b7d58334595 authored almost 5 years ago
Merge pull request #2092 from zworkb/android-library

Android library

github.com/kivy/python-for-android - 36bc8a40b893737862569761e91784971ebf1062 authored almost 5 years ago
Merge pull request #2141 from pnijhara/pnijhara-patch-1

Fix some code quality and bug-risk issues

github.com/kivy/python-for-android - ca9c46713a3b60ca6b8435a0158944fc51b90c1e authored almost 5 years ago
Fix some code quality and bug-risk issues

github.com/kivy/python-for-android - 00719aea805616a956774825344a091989bde129 authored almost 5 years ago
Encode password before it is saved to file as Python 3 input returns a string, not bytes

github.com/kivy/buildozer - cd11167067f36beb1a327f384a4b2b255a713a31 authored almost 5 years ago
Support for both input and raw_input in iOS target to avoid NameError with Python 3 (fixes #1070)

github.com/kivy/buildozer - d3fd1ad9e36bdf8f51005cdf97c6ddca1c4a3f27 authored almost 5 years ago
Added '_found_source' attribute to AsyncImage class so that value of that attribute can be used when removing image from Cache.

github.com/kivy/kivy - 19c451e60ec90a7d48b3232cd5f8943c5de1fd48 authored almost 5 years ago
p4a support for creating aar libraries

* ported @xuhcc's PR 1063 to recent p4a master

* bootstraps dirs are cumulatively copied based ...

github.com/kivy/python-for-android - 0b81c78f59d033027a88dd68f6952877b492b983 authored almost 5 years ago
repairted test on number of bootstraps

github.com/kivy/python-for-android - cea61f59d70a3090ff67b69ddd7768b94bb29810 authored almost 5 years ago
fixed rebase armageddon

github.com/kivy/python-for-android - 15590dabec8c4505d1ec05963f7bd47879e9681d authored almost 5 years ago
Merge pull request #445 from misl6/add-flake8

Add flake8

github.com/kivy/kivy-ios - 85f849e187b15102e95f0bbaabdfa1d58cedcf09 authored almost 5 years ago
Merge pull request #510 from cmacdonald/patch-1

missing pxi files in setup.py

github.com/kivy/pyjnius - 837659a4e61a799abcfff13a224b604d41136e58 authored almost 5 years ago
Add flake8

github.com/kivy/kivy-ios - 78c36997b15225558899f7612410c64a2e258545 authored almost 5 years ago
Expand on the current logger docs (#6821)

* :book: Expaned on the current logger docs

* Revised wording to tone down recommendation

github.com/kivy/kivy - 067064c23a275187e67f1c9d7de7cc06f384af4d authored almost 5 years ago
missing pxi files in setup.py

this prevents changes in the relevant files from being observed and causing Cython to recompile

github.com/kivy/pyjnius - ee293c3e3af9cd5321c14482269b326af91300b2 authored almost 5 years ago
Merge pull request #1069 from AndreMiras/feature/test_android_build_package

Unit tests TargetAndroid.build_package()

github.com/kivy/buildozer - b566125f71edc82b53ac0249ca710ff8fd4fea54 authored almost 5 years ago
Unit tests TargetAndroid.build_package()

Increases android.py coverage from 24% to 36% and total coverage from
25% to 29%.
Note that this...

github.com/kivy/buildozer - 757941aabb25c0c5def3297b9883a38e7be94e9c authored almost 5 years ago
Merge pull request #1068 from AndreMiras/feature/dedicated_docker_job

Dedicated Docker build/run job

github.com/kivy/buildozer - 35cce59e63cd1036d92844653f2d5a3a259d55e9 authored almost 5 years ago
Merge pull request #1066 from AndreMiras/feature/linter_F841

F841: local variable is assigned to but never used

github.com/kivy/buildozer - d3361bbcfb3442358530902ed5ce815cfc5bd9a1 authored almost 5 years ago
Dedicated Docker build/run job

Creates a dedicated job for Docker testing so it can run in parallel
with the other tests.
Prior...

github.com/kivy/buildozer - ee34d7e95bc6b27597e5a8689e7e1836b0d754a9 authored almost 5 years ago
F841: local variable is assigned to but never used

github.com/kivy/buildozer - 5f35e8b409a36c6866bee39821189e1cc90dba71 authored almost 5 years ago
Merge pull request #1063 from AndreMiras/feature/coveralls_from_pull_requests

Fixes coveralls.io on pull requests

github.com/kivy/buildozer - 422f951931e5b2038735fc5f85bf335dd11c84b3 authored almost 5 years ago
Merge pull request #1065 from AndreMiras/feature/linting_organisation_and_fixes

Linting organisation and fixes

github.com/kivy/buildozer - 58774d8aacaf14e2f4cad073c88bd10ebd86a111 authored almost 5 years ago
Merge branch 'master' into master

github.com/kivy/pyjnius - c9c085066d684fccf9c64400eee14bb8c375bb35 authored almost 5 years ago
PEP8 fixes

- E129 visually indented line with same indent as next logical line
- E226 missing whitespace ar...

github.com/kivy/buildozer - 6b03c54832606a31a14f92c447c45c15611d95f7 authored almost 5 years ago
Organises linter errors and check tests/ directory

github.com/kivy/buildozer - ef63f1311197b5376b3038aef18279649e6b91a3 authored almost 5 years ago
Let the check_exception handler raise the error with more details.

github.com/kivy/pyjnius - 6822a53a736e4930c013e7234d614292ab89d379 authored almost 5 years ago
Merge pull request #507 from kivy/fix_iterators_py2

Fix iterators py2

github.com/kivy/pyjnius - 84613641a76b1d23958a5b8a45889c5c1b2e084a authored almost 5 years ago
implement __iter__ in Py2Iterator for cleanness's sake

github.com/kivy/pyjnius - 553fc05b746eedcc8306cbcf1587856a1a3dadc6 authored almost 5 years ago
fix log level checks

github.com/kivy/pyjnius - 3b255087fa442b9414fe2e5fd4b5192c15b4ac40 authored almost 5 years ago
fix issue with iterators in python2

not a *great* solution, but shouldn't impact code that uses the java
api, and allow using the py...

github.com/kivy/pyjnius - 8196cd4677f5a575f897a4f71e2ca1fdcfdcea8e authored almost 5 years ago