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 pull request #6922 from matham/weakmethod

Cleanup WeakMethod

github.com/kivy/kivy - df699cfedbeb7d53a0cf0ea360b027021a762c84 authored over 4 years ago
trigger_action warning / documentation updates (#6938)

* Trigger warning: documentation updates

github.com/kivy/kivy - 6ac1adce23bd17bdf841c6fcbd5e89903fa9013c authored over 4 years ago
Merge pull request #542 from hx2A/master

Improve performance of byte array parameters

github.com/kivy/pyjnius - 3371e1012873fe373773c43b556d2796d10d102e authored over 4 years ago
add documentation for pass_by_reference and the autoclass visibility

github.com/kivy/pyjnius - 6dea8811cbde3edfae48db948cb1cd85c3327ccb authored over 4 years ago
Merge pull request #6937 from kivy/eventswitch

Rename `slave` to `embedded`

github.com/kivy/kivy - 00034a5669b52339a817f0518459f57158d37250 authored over 4 years ago
Rename `slave` to `embedded` in `runTouchApp`

github.com/kivy/kivy - 597ac18452188ff7ba75e1fec9894c081a465318 authored over 4 years ago
:bug: Updates libffi download link, closes #515 (#516)

github.com/kivy/kivy-ios - b5b0c9cf4dc136eb23778c3aec120c067b749b7f authored over 4 years ago
constructor unit tests

github.com/kivy/pyjnius - 4a0ee3ee01fef573a9748cf7cbe57677f99a98d0 authored over 4 years ago
unit tests for pass_by_reference

github.com/kivy/pyjnius - 1e159689c1c2513e3fdbf1f6baaac895160d50ef authored over 4 years ago
allow for argument specific pass by reference / value settings

github.com/kivy/pyjnius - b838402897fbfa1094e269f476f1ecc363c581af authored over 4 years ago
use kwargs to indicate if variables should be passed by reference or by value

github.com/kivy/pyjnius - 6542d7dcf10b42e4963a550609b159854cd1fe86 authored over 4 years ago
Merge pull request #1142 from AndreMiras/feature/garden_is_deprecated

:fire: Drops garden support

github.com/kivy/buildozer - 40c79e5a93a35b94d10ebabbf9a386d51154e64c authored over 4 years ago
:fire: Drops garden support

Garden are now installed like normal packages, refs:
https://kivy.org/doc/stable/api-kivy.garden...

github.com/kivy/buildozer - e8b20d5beb701515443234d7e7e598bd8870a203 authored over 4 years ago
Merge pull request #2236 from Swpolo/patch-1

Added missing semicolon on service-only bootstrap

github.com/kivy/python-for-android - 61be5d4c6e2a46e7364796a5f69277db2bd08213 authored over 4 years ago
Added missing semicolon on service-only bootstrap

github.com/kivy/python-for-android - cf71b4db91d047b985401d4605b5bd5bfc7c749f authored over 4 years ago
add check for __setitem__ in release_args

github.com/kivy/pyjnius - beef66aa490e655a583ad3b97e22325fd9067b27 authored over 4 years ago
Remove changes to ByteArray and minor cleanup

github.com/kivy/pyjnius - 9e14516ddf35f2b674cc7814627f4b62629892bd authored over 4 years ago
Merge pull request #1147 from Julian-O/patch-1

Declare Buildozer to be Stable

github.com/kivy/buildozer - 25a5a11b643df0fdd2b9d193fbf78bb13f8f89c2 authored over 4 years ago
Declare Buildozer to be Stable

According to @AndreMiras ([ref](https://discord.com/channels/423249981340778496/4904938142813388...

github.com/kivy/buildozer - 3081af7ccaff57239d8e4059504d2d229aa0c79c authored over 4 years ago
vim highlighting: properly define canvas region

github.com/kivy/kivy - d64d1e326b45e7472038027ea650307f5ef066d6 authored over 4 years ago
Use ObservableList as internal storage for ColorProperty (#6930)

* Using ObservableList as internal storage for ColorProperty. Added tests for ColorProperty to a...

github.com/kivy/kivy - cf88ec511748d62c3a4d463c0809a750eae48585 authored over 4 years ago
handle bytes objects like bytearray objects

github.com/kivy/pyjnius - 1c7b66a7b7a79a83a91ce7656010a6bbfb2c17ef authored over 4 years ago
fix back references and improvements in vim highlighting

github.com/kivy/kivy - 42518bcc3e20d4f86c8f915d57d3f508027d89ab authored over 4 years ago
Re-add ColorProperty to __all__ list in properties.pyx module (#6917)

Re-add ColorProperty to __all__ list in properties.pyx module. Register ColorProperty to Factory.

github.com/kivy/kivy - 422350301684cfc814fa8fb8c3637cefd825ec5f authored over 4 years ago
new approach that would make pass by reference configurable for any method

github.com/kivy/pyjnius - 056c44e45bd1e67ce5053247a9e02d8f0b618e8d authored over 4 years ago
Added versionchanged tag for all ListProperty to ColorProperty changes.

github.com/kivy/kivy - ed688b9cb3a9bb65c619d0be460a978d9e2cf26b authored over 4 years ago
figure out byte transfer performance issues and clean up code

github.com/kivy/pyjnius - 4b8d7eac7292638ee3977b07fa1f306469ef53e9 authored over 4 years ago
Improvements to kv lang docs (#6927)

* logger fix

* pep

* encoding, test

* black

* mock locale

* fix

* tests / enco...

github.com/kivy/kivy - 0df48543a676adf9089ab2ca1b6ad7889c116f5f authored over 4 years ago
Merge pull request #2235 from AndreMiras/feature/fix_travis_build

:green_heart: Fixes Travis build post OpenJDK bump

github.com/kivy/python-for-android - e9dc94278fad4141163cfd397d2128c7270871f7 authored over 4 years ago
:green_heart: Fixes Travis build post OpenJDK bump

This is a follow up for previous migration that was missing the Travis update,
refs #2231

github.com/kivy/python-for-android - 92a0a83e2030731ad7b75bf00271fadbe1700914 authored over 4 years ago
Updated gradle plugin version to 3.5.2

Got rid of deprecated compile method

github.com/kivy/python-for-android - add82d19ddd0e6bec51813e27beff1b86b319212 authored over 4 years ago
:bento: Add CHANGELOG.md (#2232)

* :bento: Add CHANGELOG.md

This changelog was automatically generated by [github_changelog_ge...

github.com/kivy/python-for-android - ef2e7a9bdc3bc035e6f39159c5a0dfbbedc28380 authored over 4 years ago
Buildozer is now in Beta.

Updating reference to Buildozer's project status.

github.com/kivy/kivy - 2c3a5b44d4adbdf5c9f598f091ecc0e61b717229 authored over 4 years ago
Call proxy only once for performance improvements.

github.com/kivy/kivy - 87b29fe1a8d164b4cc3abfda6ff1572224f6e5de authored over 4 years ago
Cleanup WeakMethod and add tests.

github.com/kivy/kivy - 089699d4836d74b2e66768dc71a16a44f2187f34 authored over 4 years ago
Merge pull request #2233 from AndreMiras/feature/ticket2228_fix_symbol_errors

:bug: Fixes service_only and webview symbol errors, closes #2228

github.com/kivy/python-for-android - aff8c42a719f287b3f84e9115f76c4692c7595f6 authored over 4 years ago
Merge pull request #2231 from AndreMiras/feature/bumps_to_openjdk13

:arrow_up: Bumps to OpenJDK 13

github.com/kivy/python-for-android - 34dba985d6c29d24f14e1de23bc55a7e6e8bfc3d authored over 4 years ago
Merge pull request #1140 from AndreMiras/feature/bumps_openjdk_version

:arrow_up: Bumps Ubuntu and OpenJDK versions

github.com/kivy/buildozer - 2d9c05af58d2228cec16bb0d4aaec62dd41e5c9a authored over 4 years ago
Updated installation.rst avoiding duplication

Updated Windows 10 installation instructions avoiding duplication

github.com/kivy/buildozer - ff55af5a05d5495d1671b8cb260c775d82daacf5 authored over 4 years ago
:bug: Fixes service_only and webview symbol errors, closes #2228

The error was:
```
Listing '/home/user/.local/share/python-for-android/dists/unnamed_dist_1__arm...

github.com/kivy/python-for-android - 45b6190c48160b46e9be3109eed010a48492e5af authored over 4 years ago
:arrow_up: Bumps to OpenJDK 13

- bumps CI build to OpenJDK 13
- bumps Android SDK Build-Tools to 29.0.3
- unpins Cython as it c...

github.com/kivy/python-for-android - e060e9af798434fca633c9dfca1a6500413dc800 authored over 4 years ago
a bit more test cases

github.com/kivy/pyjnius - 261f4d6e66335252d8b269aa5d9c81ea6a1585bb authored over 4 years ago
added float check too

github.com/kivy/pyjnius - 08b7ca42c39fde3e9a6cb9e72ad8168577689870 authored over 4 years ago
addresses #545 by calling check_assignable_from_str for int and float parameters

github.com/kivy/pyjnius - 31ee83ec51674e2dab3222aaeda5a75dd1eb4c6a authored over 4 years ago
Merge pull request #2227 from AndreMiras/feature/fix_warnings

:rotating_light: Depreciation warning fixes

github.com/kivy/python-for-android - 9c601cf197cec5a76e4875236283d9632fad7af6 authored over 4 years ago
Use ColorProperty instead of ListProperty to represent color value.

github.com/kivy/kivy - ec255b0826e7cbe7ff89196806ec4040d8174813 authored over 4 years ago
Merge pull request #2229 from sak96/bug/missing_imports_python_activity

Fixed KeyError not found, fixes#2228

github.com/kivy/python-for-android - 0c7ee8574d7bfc82953043e44ac3537f309d9e81 authored over 4 years ago
Fixed KeyError not found

github.com/kivy/python-for-android - 605b68622ded8ca7f1ece9d2a5f35c507fc1893b authored over 4 years ago
:arrow_up: Bumps Ubuntu and OpenJDK versions

- Ubuntu 20.04
- OpenJDK 13

github.com/kivy/buildozer - 47630e848b76ccc7e1f9d4fe9ddd87460fc2f61d authored over 4 years ago
:rotating_light: Depreciation warning fixes

Fixes running `tox` outputs warnings:
- replaces the `imp` module by the `importlib` one
- simpl...

github.com/kivy/python-for-android - 17f6e1ee39e6fe5cf5bb2000f2a10eb3264408ac authored over 4 years ago
Merge pull request #2226 from kivy/master

Master

github.com/kivy/python-for-android - 98ee79fcb19e19112edfca581f6d233203db875d authored over 4 years ago
Merge pull request #2225 from kivy/release-2020.06.02

Release 2020.06.02

github.com/kivy/python-for-android - 1b3b0e3f9ff3fb0f436d5eea94e9f2ab1b474d4a authored over 4 years ago
:bookmark: Updates version number to 2020.06.02

github.com/kivy/python-for-android - 5a32f6801512c0ae253de1a9431a828808ebcc2a authored over 4 years ago
Merge pull request #2221 from AndreMiras/feature/fix_on_device_tests

:bug: Adds missing requests sub dependencies

github.com/kivy/python-for-android - 46d14e9e4e27387c808cc6c11e243e92ee48c1b1 authored over 4 years ago
:bug: Adds missing requests sub dependencies

The `requests` module has `urllib3`, `chardet` and `idna` as dependencies.
This used to be handl...

github.com/kivy/python-for-android - f5e08553d68e67a3a52dfa6dc6e00d46f3ae4d2c authored over 4 years ago
Merge pull request #2222 from AndreMiras/feature/bumps_gradle_version

:arrow_up: Bumps to Gradle 6.4.1

github.com/kivy/python-for-android - 5affb70deb19581f141670aa33699f80bfe52599 authored over 4 years ago
Merge pull request #6912 from pythonic64/remove_encode_argument_from_text_getter

Remove 'encode' argument from getter method of 'text' property of TextInput

github.com/kivy/kivy - f044806e1128579c221aba710427329c4e8349f6 authored over 4 years ago
Merge pull request #1139 from AndreMiras/feature/post_release_version

Post release bump 1.2.0.dev0

github.com/kivy/buildozer - ffe73a67b58f02d0fbf048439a9ef61904de01e3 authored over 4 years ago
Post release bump 1.2.0.dev0

github.com/kivy/buildozer - 5d7610cf6c6113ccd0a47771baf4dd87466f7a14 authored over 4 years ago
Removed 'encode' argument from getter method of 'text' property as it's no longer needed.

github.com/kivy/kivy - e3872afb7e6c4d27e01f1444a552a9c677109c76 authored over 4 years ago
Merge pull request #1137 from AndreMiras/release/1.2.0

:bookmark: 1.2.0

github.com/kivy/buildozer - 94cfcb8d591c11d6ad0e11f129b08c1e27a161c5 authored over 4 years ago
:bookmark: 1.2.0

github.com/kivy/buildozer - 4a2bf27cdac726f6cd84284f17d6db3ebce43953 authored over 4 years ago
logger fix (#6910)

* logger fix

* pep

* encoding, test

* black

* mock locale

* fix

* tests / enco...

github.com/kivy/kivy - 4b450ccf5b7cf33ce7fe283a4b9c68fdc6a2c43f authored over 4 years ago
Merge pull request #6880 from kivy/pr/5649

Use utf-8 encoding by default on reading .kv files. Fixes #5154

github.com/kivy/kivy - 5596f6259266eb2a135749c8d0529be935f30e79 authored over 4 years ago
Merge pull request #6288 from pythonic64/cache_text_property_in_textinput

Cache `text` property in TextInput

github.com/kivy/kivy - 98afab281c5bb440a61475bef606cd679f2d4708 authored over 4 years ago
Updated getter method of TextInput 'text' property to not copy '_lines_flags' list.

github.com/kivy/kivy - aaa53397f558105fdc63885320247392c7ce91ab authored over 4 years ago
use utf-8 encoding by default on reading .kv files. Fixes #5154

Add optional 'encoding' parameter loading .kv files, defaulting
to utf-8.

github.com/kivy/kivy - bc94afd6123732ac63036ab1537e0e2c1a45b103 authored over 4 years ago
:arrow_up: Bumps to Gradle 6.4.1

Gradle 6 supports OpenJDK up to version 13.
Also refs: https://github.com/kivy/buildozer/pull/1135

github.com/kivy/python-for-android - aca3c4b5239a726de1b0d3e866805569987c20d4 authored over 4 years ago
Made ByteArray mutable with __setattr__ method

github.com/kivy/pyjnius - 331e9406273a92ede4b2b164a56de448aba24aef authored over 4 years ago
Merge pull request #6815 from pythonic64/fixes_for_image_and_async_image

Fixes for Image and AsyncImage

github.com/kivy/kivy - 420c8e2b8432d5363ed0662be7a649c2a8b86274 authored over 4 years ago
Added note to AsyncImage about not supported "mipmap" and "anim_loop" properties.

github.com/kivy/kivy - 9cfa528525c19b3480669be124b6c69e8a341e07 authored over 4 years ago
Using python3 "super" calls in Image and AsyncImage classes.

github.com/kivy/kivy - fb3365e5366c1f42339d39e0cba676ea89d696d2 authored over 4 years ago
Merge pull request #6905 from sanderland/patch-fileview

file chooser font property

github.com/kivy/kivy - 7cb51c2ed13683506c7c08401d4927ea7f3e462e authored over 4 years ago
Merge pull request #1135 from AndreMiras/feature/command_line_tools

:arrow_up: Migrates to Command line tools

github.com/kivy/buildozer - ce114822df1d28f3efd9750b348496653594aa86 authored over 4 years ago
:arrow_up: Migrates to Command line tools

The SDK Tools package is deprecated and no longer receiving updates:
https://developer.android.c...

github.com/kivy/buildozer - 435d6a21ebc643dd094aa13f7076a941eef27832 authored over 4 years ago
Merge pull request #1132 from AndreMiras/feature/bump_cython_version

:arrow_up: Bumps to latest Cython version

github.com/kivy/buildozer - 697139d1f5e8bc6d026d1cf20d9fdee2cd4a33ca authored over 4 years ago
Merge pull request #2220 from AndreMiras/feature/bump_latest_cython

:arrow_up: Bumps to Cython==0.29.19

github.com/kivy/python-for-android - bff8a2a850517d7dd773d75d719dcaa89a463c4d authored over 4 years ago
Merge pull request #1131 from AndreMiras/feature/macos_integration_test

:white_check_mark: Also integration test on macOS

github.com/kivy/buildozer - 4bffaa64a1eb13227984fd2143e6e4c47904c141 authored over 4 years ago
Merge pull request #2219 from AndreMiras/feature/update_install_docs

:pencil: Updates install and troubleshooting docs

github.com/kivy/python-for-android - 70251d8fde6cce9dc38b6ac71591fd9d80dc0638 authored over 4 years ago
Merge pull request #6882 from inclement/fix_screenmanager_example

Improved ScreenManager example

github.com/kivy/kivy - 9aaca29d2f4e72aac71afba5c23c6cc8128b9e3c authored over 4 years ago
:white_check_mark: Also integration test on macOS

Note the `sed` expression got updated to work for both OS.
Also workaround openssl lib install o...

github.com/kivy/buildozer - 32c5b8379c36193777488aa5fc0d1b2fb7dcb182 authored over 4 years ago
:arrow_up: Bumps to latest Cython version

github.com/kivy/buildozer - 7a9bbeb9a8a0e4a8c02a0cedd9caf3089df18a90 authored over 4 years ago
:arrow_up: Bumps to Cython==0.29.19

github.com/kivy/python-for-android - a4be492184f929ba1c564ae1eb01391864d34bf6 authored over 4 years ago
:pencil: Updates install and troubleshooting docs

Followed the docs as I was building a project from a fresh macOS install.

github.com/kivy/python-for-android - 62bda59fbb0284e2cab954c996039fe1f03f26b0 authored over 4 years ago
Merge pull request #2218 from AndreMiras/feature/bumps_to_ubuntu_20.04

:arrow_up: Bumps to Ubuntu 20.04

github.com/kivy/python-for-android - 51de0b3ee5323c91068fbf4d33669b0d5a88c461 authored over 4 years ago
:arrow_up: Bumps to Ubuntu 20.04

Using the latest released LTS.

github.com/kivy/python-for-android - a22231ea9b0ecab778927e7e62f3589f487e4c17 authored over 4 years ago
Merge pull request #2217 from AndreMiras/feature/issue_template_update

:pencil: Attempt to improve the issue template

github.com/kivy/python-for-android - 13a78991fb7b603ce5e3221d906949d0c88cf151 authored over 4 years ago
Merge pull request #1129 from AndreMiras/feature/test_numeric_version

:white_check_mark: Tests android.numeric_version config

github.com/kivy/buildozer - dccb7e82e31cf73538f43658238c85ebfe3e282d authored over 4 years ago
:pencil: Attempt to improve the issue template

github.com/kivy/python-for-android - c236ddd392799b9acce2ea763114c8eda53d91b5 authored over 4 years ago
file chooser font property

github.com/kivy/kivy - 5299ca71c6a57fc90df2fac48ecb3baff75317de authored over 4 years ago
:white_check_mark: Tests android.numeric_version config

Follow-up for #1126

github.com/kivy/buildozer - 5dcc879bfb101eaeca107392c62b3d1cac1af889 authored over 4 years ago
Pin flask version and dependencies (#510)

* Pin flask version and dependencies

* Fix pep8 check

Co-authored-by: richard <richard@dot...

github.com/kivy/kivy-ios - 9dc7e41f73d7a4a9aa62d069f58093ccfb958241 authored over 4 years ago
Fix werkzeug recipe (#509)

Co-authored-by: richard <richard@dotmodus>

github.com/kivy/kivy-ios - 2ef99a4924c742dd94b20acb54cb14cdccd1d044 authored over 4 years ago
Merge pull request #1127 from pavelsof/target-android-tests

TargetAndroid tests

github.com/kivy/buildozer - a6d3b3ec56b43b759a30f866292a58dc2a3029fb authored over 4 years ago
Merge branch 'master' into target-android-tests

github.com/kivy/buildozer - 9527f2ab9624b7fc2d3b132c36c9a8f8b0e634c8 authored over 4 years ago
Refactored the TargetAndroid tests.

github.com/kivy/buildozer - 5b541de4d89785d9e7fd84e55551e42014f73fef authored over 4 years ago
:sparkles: Add `opencv_extras` recipe (#2209)

* :sparkles: Add `opencv_extras` recipe

* :construction: Test `opencv_extras` build via githu...

github.com/kivy/python-for-android - c8c97761653355dfdecef5016e322cb97df86b4d authored over 4 years ago
:hammer: Fix context directory, removing distutils reference. (#508)

Co-authored-by: richard <richard@dotmodus>

github.com/kivy/kivy-ios - 98345a662e721096ef223cce7b194602558bb73d authored over 4 years ago
modify the recycle one as well

github.com/kivy/kivy - 33803464f5c4e6005cd84e4ec89b9f3e9c01a6e3 authored over 4 years ago
add 'orientation'property to GridLayout

github.com/kivy/kivy - 0607a909a406ac5674b49b9378eda9c7b079f0c3 authored over 4 years ago