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

Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - 653f8728d229e92cf6102ec1e090278278c8cca8 authored over 4 years ago
Merge pull request #567 from obfusk/fix-static-methods

Fix static methods

github.com/kivy/pyjnius - 80815da495a4e4625c33720d262f8e77fdf3323e authored over 4 years ago
fix constructor tests

github.com/kivy/pyjnius - 445839df08065ca5f8379316b6b0b9968447502a authored over 4 years ago
fix bug for constuctors with variable arguments

github.com/kivy/pyjnius - 27a9ef4ee5e90ef976e19f0b337ca94ea1249794 authored over 4 years ago
do not allow calling non-static methods on classes

github.com/kivy/pyjnius - 46c4682e6ac251c1e8a0f274d20971229e7172d3 authored over 4 years ago
Merge pull request #565 from obfusk/update-python-versions

Update python versions

github.com/kivy/pyjnius - 205e1432f324273e91c260952f5f993e570c7f07 authored over 4 years ago
Merge pull request #564 from obfusk/ci-on-pull-request

CI: run on pull request & add missing badge

github.com/kivy/pyjnius - eb6968c62c723e99ea5f233069e34a930f8b41c3 authored over 4 years ago
CI: use setup-python@v2

github.com/kivy/pyjnius - ac3f2e72f54095ecaa38ae5d7a916f9c187f9174 authored over 4 years ago
CI: run on pull request & add missing badge

github.com/kivy/pyjnius - 57d1be5066738389f74ff39ad47826e22e3c0297 authored over 4 years ago
update python versions

github.com/kivy/pyjnius - 7768eed3afcd4eddc50648304ec47967b8061365 authored over 4 years ago
Merge pull request #536 from kivy/ci_python_x86

add missing architecture for python setup in actions

github.com/kivy/pyjnius - d30accc64de2d75fc1ce208e7e9251f7f6be6ebd authored over 4 years ago
Merge pull request #560 from obfusk/x86-ci

CI: added x86 workflow

github.com/kivy/pyjnius - d2740a86cf4e8c6832b2c89012260a9848546736 authored over 4 years ago
CI: added x86 workflow

github.com/kivy/pyjnius - 70985b638ade95f827145e77c67499d4d5e94567 authored over 4 years ago
Merge pull request #558 from cmacdonald/improved_method_error

Improve error message on method not found

github.com/kivy/pyjnius - a89929caf48c2a3558c7d0897d790b55a3c67ee3 authored over 4 years ago
add missing architecture for python setup in actions

also drop python2 builds

github.com/kivy/pyjnius - 06d96a4d885c6b6c156fbe92f9df18331a411ab6 authored over 4 years ago
actually use cython language_level=3 + fix issue!

github.com/kivy/pyjnius - afcc535afc9ac0fdeb6d264334646797eeab8f92 authored over 4 years ago
Merge pull request #66 from Mulugruntz/fix-objcarr-crash-if-empty

Function `objc_arr` would crash with empty arrays.

github.com/kivy/pyobjus - 3ae3550c536f14be62b63ca004f64e550804c26f authored over 4 years ago
Improve error message on method not found

github.com/kivy/pyjnius - 9de2f9a5a0a94a7473fca7bdb54aca4e715be719 authored over 4 years ago
Use atexit() for windows notification cleanup

Without that, if the app terminates uncleanly, the `__del__` method of notification is not calle...

github.com/kivy/plyer - e8ea752d1eb56f459dcac20765d8119a601adb28 authored over 4 years ago
Merge pull request #7160 from kivy/recycleview_examples

Recycleview examples

github.com/kivy/kivy - 36dab10b896bd3c442fb0a66416033104ec46f46 authored over 4 years ago
Fix some PEP8 issues.

github.com/kivy/kivy - 5e5180efff60456cdc054f7bd11527649866eed4 authored over 4 years ago
Fix thread issue, and some polish.

github.com/kivy/kivy - 9caf2d5ce3660c976f38a7612cf36fe2ae8709a4 authored over 4 years ago
Add instruction for cleaning cache and the build directory (#558)

* :sparkles: Add PR for cleaning cache and the build directory

* :arrow_up: Add cleaning of c...

github.com/kivy/kivy-ios - 4e82b86da39735424fc9952ae7c1f1788074a1b6 authored over 4 years ago
Merge pull request #282 from tim-win/feature/mag_filter_access_in_texture_manager

Pass mag_filter opt through texture_manager loaders

github.com/kivy/kivent - e89a5b0aef9309a65b5a14132000b2bcae773416 authored over 4 years ago
Add feature request template (#557)

github.com/kivy/kivy-ios - 1c27c3686d163a231603fdbf70ac1d6f58649618 authored over 4 years ago
Add a "messenger" example for RecycleView

Manage dynamic sizes using the key_size but with some logic to update
the desired size depending...

github.com/kivy/kivy - 76198f965b4ca3ae0ea95ae5bc635de0734cb49d authored over 4 years ago
pep8 fixes in recycleview examples

github.com/kivy/kivy - 8ac12586b56f8c2b46d162a4da9dbfac09f26e59 authored over 4 years ago
Recycleview Pull to refresh example

github.com/kivy/kivy - d1596704828e55dd2d6463b41cd0730c5e15f91f authored over 4 years ago
Example to animate items of a RecycleView

github.com/kivy/kivy - f611be511803b0feea15a0538b598fc2b90af28e authored over 4 years ago
An infinite scrolling example using RecycleView

github.com/kivy/kivy - 2a8b0fe8565a72ffe612243aeac8111660a1a361 authored over 4 years ago
Add another RecycleView example

This one showing the usage of key_viewclass

github.com/kivy/kivy - e7d7c5eabff78ce51daad9c6a89359000b361133 authored over 4 years ago
Merge pull request #7159 from kivy/matham-patch-1

Use python3 if it's present.

github.com/kivy/kivy - 5d2131e4551cdd7c0197640b8502076cb7da2e19 authored over 4 years ago
Use python3 if it's present.

github.com/kivy/kivy - 9ac3c9a70b26d97634193af40620d7f0ffbdcd4b authored over 4 years ago
Drop python2 packages.

github.com/kivy/kivy-sdk-packager - adc19681e2d14a7d04e5cc944e97dcc15ec8ccd9 authored over 4 years ago
Try python3 first as python may point to python2. (#7157)

github.com/kivy/kivy - f031f2a67935ba150f1dc20a3f46de1930da7a86 authored over 4 years ago
Merge pull request #7154 from kivy/matham-patch-1

Respect SDKROOT and use_osx_frameworks

github.com/kivy/kivy - 4315d2d817fcda43400c3634ad6e261906fe8c52 authored over 4 years ago
Respect SDKROOT and use_osx_frameworks

github.com/kivy/kivy - e49fbcbce4286da0f2ed322348b17d2461a52fa3 authored over 4 years ago
Add android.adb_args option

github.com/kivy/buildozer - 84d9390805f6e7f29cd443070269598bed0c2cfc authored over 4 years ago
Bump to 2.0.0rc4.

github.com/kivy/kivy - d74461b200a2182581f229082b041a4c70a673cb authored over 4 years ago
Stop building wheels for RPi stretch (#7152)

* Don't build for py35 as it's not supported [build wheel linux].

* Python 3.5 is not support...

github.com/kivy/kivy - 87407c59b48864bc185a848d11e2e61df5e5e63c authored over 4 years ago
[wip] optimize GridLayout (#7118)

* avoid temporal list/tuple creation

* rename internal function

* avoid holding pre-calcul...

github.com/kivy/kivy - 5bc001e1514bc74eabe36cfae49be820263bb907 authored over 4 years ago
Update versions of ffmpeg and ffpyplayer recipes. Do not enable building of GPL components if not necessary. Add support for x86 build in ffmmpeg recipe

github.com/kivy/python-for-android - b6a6d465cb0db8049423071ebf56c0e8b36e76d8 authored over 4 years ago
Merge pull request #7151 from matham/cython

Bump cython to 0.29.21

github.com/kivy/kivy - d9a971899742c796bf7395c69295cf5c86c34e2c authored over 4 years ago
Bump cython to 0.29.21.

github.com/kivy/kivy - 0d3bc288f66c5fea3e41c24c0cd193819cf0cf59 authored over 4 years ago
Merge pull request #7132 from matham/3.9

Add support for Python 3.9.

github.com/kivy/kivy - 86c88f6364835373c93e8ae4e893e924be2faf93 authored over 4 years ago
Merge branch '3.9' of github.com:matham/kivy into 3.9

github.com/kivy/kivy - de959ac97498d98f1de6692bed0a33b0e9e6d68d authored over 4 years ago
Merge branch 'master' into 3.9

github.com/kivy/kivy - 653dad0992155d15ca459f6262483350b93c2bc9 authored over 4 years ago
Merge pull request #7147 from matham/pep8

Fix PEP8 issues

github.com/kivy/kivy - f03900daf68051099fb8b36f919715cd6b178539 authored over 4 years ago
Fix PEP8.

github.com/kivy/kivy - 2ca45f87b6add77a23ffca7eed6b2c13fbb153d4 authored over 4 years ago
Merge pull request #7129 from D4SK/master

stop tab buttons from scrolling around

github.com/kivy/kivy - 7fa28bdfc410eec794fc6b2f1bdb11e1b97b5b81 authored over 4 years ago
Merge pull request #119 from DevTown/LinkDocs

Add link to Documentation on landingpage

github.com/kivy/kivy-website - 7cee0372dde9083ba1384c6c274e251a30e01794 authored over 4 years ago
Add link to Documentation and ref #104

github.com/kivy/kivy-website - 7e2b1671e8b5419154937b55b2261eab6905e1a7 authored over 4 years ago
`libpython3.8m.so` should not have `m` suffix

github.com/kivy/python-for-android - de8f339b540df344c131d41f01598b2441b794af authored over 4 years ago
Merge pull request #7054 from ibrahimcetin/master

User Agent and Cookies added to UrlRequest

github.com/kivy/kivy - da621743f32960e2a4f2f4c3f1a1d6d550da4b8e authored over 4 years ago
Update README.md

Fix broken hyperlink.

github.com/kivy/pyjnius - 69b9cafa39d378f12ea03edcc4e35a06a5eeb970 authored over 4 years ago
Update classifier.

github.com/kivy/kivy - ea211977b51065e65f160e7e5dd498f6c3d0c649 authored over 4 years ago
Add support for Python 3.9.

github.com/kivy/kivy - 4777dcc76339791cfe257f9ffe3a943bc5b3c174 authored over 4 years ago
Ensure wheels builds even if tests fail [publish sdl2 win][publish angle win][publish gstreamer win]

github.com/kivy/kivy-sdk-packager - 2a424f6066771f58db5cf60e979aa2eaf24edfae authored over 4 years ago
Add support for py3.9 and bump versions [publish sdl2 win][publish angle win][publish gstreamer win][publish glew win]

github.com/kivy/kivy-sdk-packager - 18e2d6383ebd5af3b4204674ddbb0e0d2a54b624 authored over 4 years ago
Merge pull request #1 from D4SK/D4SK-tab-overscroll-patch

stop tab buttons from scrolling around

github.com/kivy/kivy - 22c93320b0c9ac413aafdc3174ddd4b4db96fb14 authored over 4 years ago
Add recipe for https://docs.aiohttp.org/en/stable/

github.com/kivy/python-for-android - 8394ebd9d5950b8545072332b45cc7bcf0eba3c0 authored over 4 years ago
Merge pull request #6404 from Fak3/f6400

fix pausing without app instance

github.com/kivy/kivy - 2b6441ddca1388956ded2fa56ce70ba38555ea4c authored over 4 years ago
Merge pull request #546 from cmacdonald/545_typechecking

Add in missing assignable check for int parameters etc.

github.com/kivy/pyjnius - 88212e2e61d9150d8108b964f497ffd8c8bd2d4d authored over 4 years ago
Add link to GitHub action

github.com/kivy/buildozer - 513ad560b774bf99b71836bbca219afcccc73649 authored over 4 years ago
handle the case of getting list as res_xml

github.com/kivy/python-for-android - 214047f1c7b1d925555f1756e2af9ad0b531b146 authored over 4 years ago
Add option for copying arbitratry xml files to src/main/res/xml without touching manifest

github.com/kivy/python-for-android - 8350dfd018bf7129c67fb566c48880ded0f6f5b1 authored over 4 years ago
res_xml paths are relative to buildozer.spec

github.com/kivy/buildozer - e631ec37f8176c03b872a1baafef3b72f13f369a authored over 4 years ago
Add support --res_xml option in p4a

github.com/kivy/buildozer - 2d2ba94ede41afa1276a3e29d3a290dd845496e7 authored over 4 years ago
sdl2_gradle is now in sdl2, fix invalid documentation

github.com/kivy/buildozer - 5d75e75376002b277fefb2ca8dc36af9b60fa855 authored over 4 years ago
make include_exts etc. properly case-insentitive

github.com/kivy/buildozer - 2f070737594e5d1920c410664dc742456838c075 authored over 4 years ago
Add support for p4a --feature option

See https://github.com/kivy/python-for-android/pull/2322

github.com/kivy/buildozer - 2c445735bfee8cad07f70029bf18de134bd4a27c authored over 4 years ago
WSL workaround now accommodates WSL 2

Examples:

For WSL 1:
uname()[2] = '4.4.0-18362-Microsoft'
For WSL 2:
uname()[2] = '4.19.104-m...

github.com/kivy/buildozer - fdb3d787394ca3fb9d974b9cb9d334decadec7e3 authored over 4 years ago
Update quickstart.rst for Windows 10

github.com/kivy/buildozer - 0d9b536407b2cb2b322d19de3ce06f4d39c76337 authored over 4 years ago
Update quickstart.rst for Windows 10

Added note to check if Windows ADB and Buildozer installed ADB are the same version.

github.com/kivy/buildozer - 3198f244f29f4a148cefcc8eeede4174c7674f5b authored over 4 years ago
Add android.backup_rules parameter to buildozer.spec

github.com/kivy/buildozer - d27020fe4ef14f539a7432f089f5688cc810624d authored over 4 years ago
Update README.md

github.com/kivy/buildozer - c9345fa06aa679a67901ca4c0c2f46a5fa335815 authored over 4 years ago
stop tab buttons from scrolling around

The always_overscroll (default true) option that was added to ScrollView in #6678 causes the but...

github.com/kivy/kivy - c72ff6155bba0a1bbb3a0b2196ea5bf122efb377 authored over 4 years ago
Merge pull request #7115 from kivy/matham-patch-1

Remove mcnotify integration

github.com/kivy/kivy - 1a9ac2de82be21916e51fefb436b3aaa86446272 authored over 4 years ago
Remove mcnotify integration

It doesn't currently work anyway I believe.

github.com/kivy/kivy - 032d0e980108a1c7c958817c6e0e382e4779accc authored over 4 years ago
Merge pull request #8 from kivy/dependabot/npm_and_yarn/node-fetch-2.6.1

chore(deps): bump node-fetch from 2.2.0 to 2.6.1

github.com/kivy/mcnotify - ebdc8732ece6a81a38fd4e10b605afa9ea2a7627 authored over 4 years ago
Merge pull request #6858 from td1803/master

fix update_velocity

github.com/kivy/kivy - 69b98d874c1f89eb5039b0973b57c0ef0e10113d authored over 4 years ago
Merge pull request #7112 from kivy/supplement-pr-#7110

require python version >=3.6

github.com/kivy/kivy - 9f426628b999ffae84510dd141a472d23020edfd authored over 4 years ago
Merge pull request #7110 from kivy/make_pyver_check

Detect python verion and gracefully fail on unsupported ver.

github.com/kivy/kivy - fbeac051e40d845f147934483ff7d9c751531fcc authored over 4 years ago
No need for quotes in setup file.

github.com/kivy/kivy - 5bab4849c432c13dbe64f94ce2190e035002f7a8 authored over 4 years ago
Merge pull request #7074 from smrg-lm/splitter_offset

Fix: Splitter handling offset.

github.com/kivy/kivy - 6388b6ef7a5f32cd0663c5fc06697338e4dce364 authored over 4 years ago
require python version >=3.6

supplement pr to #7110

github.com/kivy/kivy - b407ae4bdb0afc7a74249d1e6ebbd8a1cc587f56 authored over 4 years ago
fail on anything less than 3.0

github.com/kivy/kivy - 20a0641b7666b2078f6e2adfbd715e164e13e671 authored over 4 years ago
Merge pull request #6741 from gottadiveintopython/add_orientation_to_GridLayout

add 'orientation'property to GridLayout

github.com/kivy/kivy - e7f232501d2b0d81e7e2498075de511d5912c15a authored over 4 years ago
Detect python verion and gracefully fail on unsupported ver.

github.com/kivy/kivy - 56c4447ffb0c5b20ecec3c4b15c49fd6cd0c5643 authored over 4 years ago
Merge pull request #6994 from kivy/matham-patch-2

Don't do event loop stuff when stopped.

github.com/kivy/kivy - 0b7d32702714c4792e5373171423357ffd22d054 authored over 4 years ago
Merge pull request #7069 from shreyash/patch-1

Horizontal scrolling disabled if no overflow

github.com/kivy/kivy - d594e1373b401cfa3b25106add95c4fa01fb0c88 authored over 4 years ago
Pep8 fix kivy/uix/scrollview.py

spaces around !=

github.com/kivy/kivy - ce9294e567fd40450a10009df88aec772cc2ded4 authored over 4 years ago
Merge pull request #7071 from misl6/fix/camera-texture-reconfig

Fixes crash during camera configuration

github.com/kivy/kivy - 77ad019ecc9611d574993c506f7e20db5fac2bd1 authored over 4 years ago
Merge pull request #7102 from snuq/snu-android-audio-loop

Added loop functionality for SoundAndroidPlayer

github.com/kivy/kivy - f401b47065f0b2a89aff77bae302af19b55a1f6d authored over 4 years ago
Merge pull request #6574 from noembryo/master

TreeViewNode'a arrow in filechooser

github.com/kivy/kivy - 7397bba3885ef0815cfe378d698d9031cf72772a authored over 4 years ago
Merge pull request #6624 from s0h3ck/master

Update filechooser.py

github.com/kivy/kivy - f6c07473065c4c8ebea32218b5f8af9230c9ce5d authored over 4 years ago
Update __init__.py

github.com/kivy/python-for-android - 0382da65afd99f413c48d21975afbd221871f8c7 authored over 4 years ago
Added loop functionality for SoundAndroidPlayer

github.com/kivy/kivy - 7fa0a6bd3d34cdb01c4f20a49078840f069ae5a3 authored over 4 years ago
Generate Kivy.app on the CI (#7080)

* Re-enable osx app build[build app osx]

* app directory should be in root [build app osx]

...

github.com/kivy/kivy - d13e221671fbd04d663429129663d623461d8e29 authored over 4 years ago