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

Introduce `ANGLE` GL provider on Apple platforms on top of SDL2 window backend (#8534)

* Disable OpenGL for SDL2 window backend and introduce ANGLE egl_backend

* Allow to build wit...

github.com/kivy/kivy - 8cc881c1aef71243a49bc4790cc87cb9cc08569e authored 9 months ago by Mirko Galimberti <[email protected]>
Qt Bootstrap - Adapting to Qt 6.7 release (#2990)

* Qt lib.xml - add placeholder for bundled_libs

* Qt Bootstrap: Set environment variables

...

github.com/kivy/python-for-android - b92522fab879dbfc0028966ca3c59ef46ab7767d authored 9 months ago by shyamnathp <[email protected]>
Rename `CaptureDelegate` to `KivyCaptureDelegate` in `AVFoundationCamera` to avoid duplicated symbols (#8385)

Co-authored-by: psychowasp <[email protected]>

github.com/kivy/kivy - 17319904d26f257c1a26b94689ca9f3f6f3f96ff authored 10 months ago by Asalerm <[email protected]>
New <Getting started> link for Apple Developer in Docs (#8642)

https://help.apple.com/developer-account/

has moved to

https://developer.apple.com/help/a...

github.com/kivy/kivy - 28ca16fb342d25086ae73b7ef1a8da3fe6b66e2e authored 10 months ago by chemelnucfin <[email protected]>
Merge pull request #2835 from T-Dynamos/coincurve

recipes: new recipe `coincurve`

github.com/kivy/python-for-android - d4a6e23c718f52b454e3215756772fe167e1900e authored 10 months ago by Andre Miras <[email protected]>
recipes: new recipe `coincurve`

github.com/kivy/python-for-android - bb49cb7a30ce7d730c33eb5f45cf10a6313db371 authored 10 months ago by T-Dynamos <[email protected]>
Merge pull request #2842 from T-Dynamos/libzmq

libzmq: fix build

github.com/kivy/python-for-android - 41595e5bbd120cfe1fc4b0730f172dc43615d13c authored 10 months ago by Andre Miras <[email protected]>
:fire: Remove unused Makefile variables (#2985)

github.com/kivy/python-for-android - ba77db07f1ac07c7b6b2ea32dab6e564dc906201 authored 10 months ago by Andre Miras <[email protected]>
:loud_sound: Improve rebuild recipes logging & bump `pyzbar` version (#2986)

Add the build command to the logs so it's more clear how to reproduce a
potential rebuild issue...

github.com/kivy/python-for-android - 69d970561d95ae52d5e847331db178e07a1def6e authored 10 months ago by Andre Miras <[email protected]>
Merge pull request #2987 from AndreMiras/feature/test_sdl2_mixer

:white_check_mark: Fix broken sdl2 mixer test

github.com/kivy/python-for-android - 8eacdc01b3399f16e6e24b69bc8445b50fa768dd authored 10 months ago by Andre Miras <[email protected]>
:white_check_mark: Fix broken sdl2 mixer test

Reproduce with:
```
PYTHONPATH=. pytest tests/recipes/test_sdl2_mixer.py
```
The error was:
```
...

github.com/kivy/python-for-android - eca86d2596370cab1132eacd8a1406a85d53c30f authored 10 months ago by Andre Miras <[email protected]>
Merge pull request #2980 from AndreMiras/feature/improve_sh_mocking

:white_check_mark: improve sh mocking reliability

github.com/kivy/python-for-android - 8aee887de8aa0fa51d23c7c096073f0486acd4f8 authored 10 months ago by Andre Miras <[email protected]>
:white_check_mark: improve sh mocking reliability

Make sure the mocking also works on setup without cmake or make.
Build dependencies should not b...

github.com/kivy/python-for-android - 9ef3f9f55caa4cdd4853f33c603f82cd73125777 authored 10 months ago by Andre Miras <[email protected]>
Merge pull request #2983 from cweilouis/develop

MANAGE_EXTERNAL_STORAGE

github.com/kivy/python-for-android - 0047b4fea816474e6127997dc89d46ee2ca55f22 authored 10 months ago by Andre Miras <[email protected]>
Merge pull request #2979 from AndreMiras/feature/test_get_dep_names_of_package

:white_check_mark: Fix test_get_dep_names_of_package

github.com/kivy/python-for-android - 5d61bdb1398f05408dc38079c6d5fb3e6a086114 authored 10 months ago by Andre Miras <[email protected]>
fix Flake8 tests error

fix Flake8 tests error

github.com/kivy/python-for-android - a3762dc7c46a7aed2c584d632a72fb263bfee3c0 authored 10 months ago by wei.cao <[email protected]>
MANAGE_EXTERNAL_STORAGE

android.permission.MANAGE_EXTERNAL_STORAGE

github.com/kivy/python-for-android - 88260ae4a724bc977a8b218842734edc54e56f33 authored 10 months ago by wei.cao <[email protected]>
Typo: Docs grammar issue in loader.py (been/be) (#8640)

Fixed a typo, been/be

github.com/kivy/kivy - 20e38cec4fb47da9657da38b5c3d25a7dfc0082b authored 10 months ago by Xovaryu <[email protected]>
Use `filetype` as `imghdr` built-in module is deprecated and slated for removal in Python 3.13 (#8581)

* Ensure Imghdr compatibility with Kivy

* Use iletype to get file extension

* Reformat fi...

github.com/kivy/kivy - 7e6d86197a8720dea8c84eedaa8181ed3d96670c authored 10 months ago by Kenechukwu Akubue <[email protected]>
Add `Window.unrotated_size`, simplify, clean-up and fix `Window.size` and `Window._density` logic (#8630)

github.com/kivy/kivy - 6bb27a91cb493c70085e7c1ed5b12d34642c6b40 authored 10 months ago by Mirko Galimberti <[email protected]>
Fix Typo: `kiby` instead of `kivy` in global variable in `_text_pango.pyx` (#8633)

This is just a typo fix for the line `global kiby_fontfamily_cache`, the kiby instead of kivy be...

github.com/kivy/kivy - 3de06c3d8fee005652b58decd6b721084685ca10 authored 10 months ago by Xovaryu <[email protected]>
Update python-for-android link in packaging-android.rst (#8638)

Added the correct link to avoid 404 error.

github.com/kivy/kivy - 2f6b8cad4f5d58b2f2e29b7d939f54741ee39056 authored 10 months ago by Stephen Littman <[email protected]>
:white_check_mark: Fix test_get_dep_names_of_package

Recent pythonf-for-android release added setuptools to install_requires.
Pinning to previous rel...

github.com/kivy/python-for-android - b48204f55eb41e8cc9bdf99d72942faab1da09fb authored 10 months ago by Andre Miras <[email protected]>
Merge pull request #2978 from rivian/arch-ref-fix

Arch type error when creating apk for project with setup.py

github.com/kivy/python-for-android - b3cc03430d777a692327f74992d504bd78e3b194 authored 10 months ago by Andre Miras <[email protected]>
Passing arch container instead of dereferenced arch string

github.com/kivy/python-for-android - 4c5e34e201f9e4ede1ae771a9362da353dbe9623 authored 10 months ago by Pramod Immaneni <[email protected]>
ImageIO: Include `CoreServices` header (fixes iOS build) (#8629)

github.com/kivy/kivy - 340ea0d625bd380b6d0a48e1ac17818e4bab82fa authored 10 months ago by Mirko Galimberti <[email protected]>
ImageIO provider: Retrieve supported image sources file extensions during runtime (#8623)

* ImageIO provider: Get supported sources file extensions during runtime

* Remove visionOS as...

github.com/kivy/kivy - c039371ea15ad534074c10218c208ef3b9fd90f7 authored 10 months ago by Mirko Galimberti <[email protected]>
Merge pull request #2975 from T-Dynamos/add-mcp

(`recipes/materialyoucolor`): update to 2.0.7

github.com/kivy/python-for-android - 0aba56e506b902a5f9fdfbeaa9114e9e542aaa86 authored 10 months ago by Andre Miras <[email protected]>
(`recipes/materialyoucolor`): update to 2.0.7

github.com/kivy/python-for-android - 10175717fafcbc8cbfe21d1e91f8a824a8fae611 authored 10 months ago by Ansh Dadwal <[email protected]>
Refactor SDL2 window creation to avoid DRY violations (#8616)

github.com/kivy/kivy - dc7fd3d8ae28029ebecfbb923af37caa4a5245c9 authored 10 months ago by Mirko Galimberti <[email protected]>
Allow using `c++` mode for Cython files on Android and iOS (#8619)

* Allow using c++ mode for Cython files on Android and iOS

* Fix PEP8 violation

github.com/kivy/kivy - 1ca6948c3430474b7f8d3514a52d001b59f8465b authored 10 months ago by Mirko Galimberti <[email protected]>
Remove Windows 32-bit support (tests, builds, docs) (#8617)

* Remove Windows 32-bit support (tests, builds)

* Remove fancy rules for dependencies and rem...

github.com/kivy/kivy - ff80a2213a7f52dc45e0decb4a12c47315bb90ad authored 10 months ago by Mirko Galimberti <[email protected]>
Fix flaky pyinstaller video widget test (#8618)

* Fix flaky pyinstaller video widget test

* Fix flaky pyinstaller video widget test

github.com/kivy/kivy - 1e32d45425cc536c3ec30f96e3e0d2d9bb0b9026 authored 10 months ago by Mirko Galimberti <[email protected]>
Remove bitcode support, as is now deprecated by Apple (#894)

github.com/kivy/kivy-ios - 3d94a16d2dfe6cc1723eef52f1f354b7e331422d authored 10 months ago by Mirko Galimberti <[email protected]>
Add support for display cutouts in manifest and add methods to retrieve data (#2969)

* Fresh changes of the display-cutout functionality

* Fine tuning + added tools

* Updated ...

github.com/kivy/python-for-android - 9cd52203d1395d9f51f2c5361350251f40a42edd authored 10 months ago by Mathias Lindström <[email protected]>
Update old `quickstart.rst` example from Py2 to Py3 (#711)

* Update quickstart.rst

minimum sample's forgot bracket fix

* Update quickstart.rst

rem...

github.com/kivy/pyjnius - 25c60a3aa40257c7b8a08ddfb4b9a5ca0f9b8d42 authored 11 months ago by Suletta-Majo <[email protected]>
Merge pull request #2950 from T-Dynamos/add-mcp

recipes: new `materialyoucolor` recipe

github.com/kivy/python-for-android - 4c5fff64f1b905b0dd243003b9d189d1e2d0b8b4 authored 11 months ago by Andre Miras <[email protected]>
Remove Python `3.7` from supported matrix and set minimum supported version to `3.8` (#8587)

github.com/kivy/kivy - 15f1db0394f85386c35c3e61e9be2ca1270efdc5 authored 11 months ago by Nidhi Nishad <[email protected]>
Update README.md

Update tag for consistency with the instructions of the Dockerfile

github.com/kivy/buildozer - d87a2e8749b553300b11dd6066795cf394e53170 authored 11 months ago by Juan Jose Pablos <[email protected]>
Add macOS build instructions, upgrade Ubuntu to current LTS, upgrade JDK to required 17

github.com/kivy/buildozer - 8d92a54760eeaa3fff4b48f9ab0315cc02013524 authored 11 months ago by Juraj Bednar <[email protected]>
Update build_android.dockerfile [build android apk]

github.com/kivy/templates - a2436709eb96f392db0e874cec61f08c49d0a3d6 authored 11 months ago by Akshay Arora <[email protected]>
[build osx app] [build android apk] [build windows run] [build linux run]

github.com/kivy/templates - 5e0785f8e3b00f370ff7de39f4faa70a28289397 authored 11 months ago by quanon <[email protected]>
Fix Osx Target to properly use buildozer.buildops

OSX Target was incorrectly using buildozer.buildops

github.com/kivy/buildozer - 42612b63bea6c51705968f873ce5a1087c05f781 authored 11 months ago by Akshay Arora <[email protected]>
Fix spelling on `unicode_textinput.py` (#8594)

github.com/kivy/kivy - 72d2767d0a08bfcb71bd21a99715798d4873a171 authored 11 months ago by Akshay Arora <[email protected]>
Windows Build instructions & files. [build windows run]

github.com/kivy/templates - 37510a32d0ea1ffd81ff9b4be338dd45c7fc4ab2 authored 11 months ago by quanon <[email protected]>
Merge pull request #2960 from kivy/master

Merge `master` into `develop`

github.com/kivy/python-for-android - fb97f1a429fa5f9db2ae99f7805dc3b885d0a4f3 authored 11 months ago by Mirko Galimberti <[email protected]>
Merge pull request #2959 from kivy/release-2024.01.21

Release 2024.01.21

github.com/kivy/python-for-android - 957a3e5f8c270f7aa648ba185e5a68c1077a798d authored 11 months ago by Mirko Galimberti <[email protected]>
Update CHANGELOG.md and bump version to 2024.01.21

github.com/kivy/python-for-android - f47fed606157bde6d1e82d58bfde339efdc3a65b authored 11 months ago by Mirko Galimberti <[email protected]>
Bump openssl version to `1.1.1w` (#891)

* Bump openssl version to 1.1.1w

* Bump hostopenssl version to 1.1.1w

github.com/kivy/kivy-ios - 7a03217c4243ac257bb4e0191d92d3fbaab242f2 authored 11 months ago by Mirko Galimberti <[email protected]>
Update OpenSSL version to `1.1.1w` (#2958)

github.com/kivy/python-for-android - 4dcb61ea5976b2c048a8bc533a8868995f116f88 authored 11 months ago by prolenodev <[email protected]>
Bump Kivy version to `2.3.0` (#890)

github.com/kivy/kivy-ios - a524ba40123ffa60c1a07cd679a9b1a77d70ec4a authored 11 months ago by Mirko Galimberti <[email protected]>
Bump Kivy version to `2.3.0` (#2952)

github.com/kivy/python-for-android - f06e5e39a86076389179508ea35b6e5c0c0bb6f1 authored 11 months ago by Mirko Galimberti <[email protected]>
recipes: new `materialyoucolor` recipe

github.com/kivy/python-for-android - 704523095f4157dd6418ef62d867f58584af050a authored 11 months ago by Ansh Dadwal <[email protected]>
Initial support for PySide6 and Qt bootstrap (#2918)

* Initial support for PySide6

- Add a new bootstrap for Qt
- This bootstrap will be used b...

github.com/kivy/python-for-android - 75be0186e437f6d198f3d51c46361ce46edc1f2a authored 12 months ago by shyamnathp <[email protected]>
Updated ES vkeyboard layout to resemble a real ES keyboard layout

github.com/kivy/kivy - 5df8304480f5980ed8dc5f08919efffbe9e48da5 authored 12 months ago by Stas Zytkiewicz <[email protected]>
Kivy 2.3.0 has been released. Update announcement. (#163)

github.com/kivy/kivy-website - f90a391668b16c6d3cce3f8076b060fe7554011c authored 12 months ago by Mirko Galimberti <[email protected]>
Bump to `3.0.0.dev0` for development (#8554)

github.com/kivy/kivy - 618a80212a0516f23ac6ae17c8696b3d709692cb authored 12 months ago by Mirko Galimberti <[email protected]>
Update stable and daily changelog for PPA (#102)

github.com/kivy/kivy-sdk-packager - d48c7b2bc60099202525b6dfe8d14b74fde5c457 authored 12 months ago by Mirko Galimberti <[email protected]>
Bump version to `2.3.0` (#8551)

github.com/kivy/kivy - 9ef218027178115a66b417ae34b21f488bdd3617 authored 12 months ago by Mirko Galimberti <[email protected]>
Update CHANGELOG for `2.3.0` (#8550)

github.com/kivy/kivy - 5826696dc60281b0ca2b92c32ae884f8d1b2be00 authored 12 months ago by Mirko Galimberti <[email protected]>
Bump to `2.3.0rc3` (#8543)

github.com/kivy/kivy - c1d89471bb60a3b19fa017e2df9fe64ad0bd67a0 authored 12 months ago by Mirko Galimberti <[email protected]>
Happy new year! Updated copyright year to 2024 (#8542)

github.com/kivy/kivy - decde20ea55c71b0a6422bb7893032d1c82fbed8 authored 12 months ago by Mirko Galimberti <[email protected]>
`PIL` text provider: Do not render text if font size is `< 1` (#8540)

* disable rendering if font_size < 1

* flake8

github.com/kivy/kivy - 1d8fdc39bf219d78cf781ebb4d203b9bf48c84dd authored 12 months ago by Dexer <[email protected]>
Bump to `2.3.0rc2` (#8536)

github.com/kivy/kivy - f04f4f47fe99878a0e096c718e140ae4be867478 authored 12 months ago by Mirko Galimberti <[email protected]>
Fix text attributes not changing after the settings panel is opened (#8535)

github.com/kivy/kivy - f380b28e157e334f88590e28c616485936db3b37 authored 12 months ago by Elliot Garbus <[email protected]>
Bump to `2.3.0rc1` (#8533)

github.com/kivy/kivy - 7146d0fb08ca0737a0d288dcdfde1643c7cf4052 authored 12 months ago by Mirko Galimberti <[email protected]>
Request `--only-binary` for Pillow on Windows when testing wheels (#8529)

github.com/kivy/kivy - a7aafd868b5957feb3f550da34b481dd0830b0d9 authored 12 months ago by Mirko Galimberti <[email protected]>
New feature: Add `limit_render_to_text_bbox` to `Label` to limit text rendering to the text bounding box, improving `Label` alignments. (#8510)

* add limit_render_to_text_bbox

* flake8

github.com/kivy/kivy - 9576cf756f804fead102a64ef32c940a488e7ed4 authored 12 months ago by Dexer <[email protected]>
`PIL` text provider: Ensure consistent text height to prevent text from bouncing when typing (#8511)

* fix incorrect text height

* flake8

github.com/kivy/kivy - 5e5cfe445b36eb2b46643926781b67d9383e7d43 authored 12 months ago by Dexer <[email protected]>
Added spanish layout json for the vkeyboard

github.com/kivy/kivy - 9f76591442ad2f6d6f5e5218da9928a89621a0ba authored about 1 year ago by Stas Zytkiewicz <[email protected]>
Fixed title and description spanish vkeyboard layout

github.com/kivy/kivy - 26456cc7e2cd8e2100df45ccca26e60cee85b213 authored about 1 year ago by Stas Zytkiewicz <[email protected]>
Set `fetch-depth: 0` for updated recipes checkout and use `actions/checkout@v4` instead of `actions/checkout@v3` (#884)

github.com/kivy/kivy-ios - 22a112cd830f165749065b0e88b85da7fba51b12 authored about 1 year ago by Mirko Galimberti <[email protected]>
Update sdl2 deps to reflect the same targeted in kivy/kivy (#2927)

* Update sdl2 deps to reflect the same targeted in kivy/kivy

* Update md5 sum

* Create new...

github.com/kivy/python-for-android - 66ba3e516ad7682e25918a45fd81b85e1ac5a90e authored about 1 year ago by Mirko Galimberti <[email protected]>
Add disclaimer to use `RecycleView` instead of `ScrollView` for large datasets (#8274)

github.com/kivy/kivy - cf0c974e42722197e37d1de8ee631029ceab0d00 authored about 1 year ago by Kulothungan U.G <[email protected]>
Make sure build dependencies are installed for Kivy.app, and use default python version provided by `create-osx-bundle.sh` (#8513)

* Make sure build dependencies are installed for Kivy.app

* Use the default python version fr...

github.com/kivy/kivy - a8ebd2df9d28682182ee035d78e9b2eb74b5779e authored about 1 year ago by Mirko Galimberti <[email protected]>
Make doc structure consistent and up-to-date (#8514)

* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sib...

github.com/kivy/kivy - 7b84bf61517655dd3ac43b6ed2db24a80017b9e2 authored about 1 year ago by Julian <[email protected]>
Handle `SyntaxError` on `parse_requirement` to allow `file://` paths in requirements file (#101)

github.com/kivy/kivy-sdk-packager - e88d756462846d164e90d014557c8ba94b78c09e authored about 1 year ago by Mirko Galimberti <[email protected]>
`sourceCompatibility` 1.7 and `targetCompatibility` 1.7 are obsolete, use 1.8 by default (#2942)

github.com/kivy/python-for-android - d35c70ae149748a213abb5bbe499ef4b6ba64d88 authored about 1 year ago by Mirko Galimberti <[email protected]>
Update sdl2 deps to reflect the same targeted in kivy/kivy (#881)

* Update sdl2 deps to reflect the same targeted in kivy/kivy

* Fix include folder for sdl_ima...

github.com/kivy/kivy-ios - 5333c35686eeebe9fc252ce0c97c740cbfddb6bf authored about 1 year ago by Mirko Galimberti <[email protected]>
Make doc structure consistent and up-to-date (#879)

* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sib...

github.com/kivy/kivy-ios - b54e7b5195ef9d7927cb9fb6f1d9363f012fc520 authored about 1 year ago by Julian <[email protected]>
Update Contributing Guidelines and Readme (#2922)

* Update Contributing Guidelines and Readme

### Contributing Guidelines

* Refer to Kivy fo...

github.com/kivy/python-for-android - bb63f7684b177eab26da3dac1660a5fe526020bd authored about 1 year ago by Julian <[email protected]>
Update `create-osx-bundle.sh`, introduce `prepare-wheels.py` to merge non-universal2 wheels. (#100)

github.com/kivy/kivy-sdk-packager - 24c9b6b91d31e9ea87e86185df5209a1bd73abad authored about 1 year ago by Mirko Galimberti <[email protected]>
Restrict the Pillow version to `>=9.5.0,<11` (#8505)

* Restrict the Pillow version to pillow>=9.5.0,<11

* Use --prefer-binary (will document it)
...

github.com/kivy/kivy - 74ed8e078517657ddb0fdd3adedfd3eac6dca489 authored about 1 year ago by Mirko Galimberti <[email protected]>
Stop No Response action running when unneeded. (#1755)

1) The No Response action is running every 5 minutes, wasting CPU. Once a day is plenty.

2) I...

github.com/kivy/buildozer - 079101d9086846c3fc5066de40506742bc044c9a authored about 1 year ago by Julian <[email protected]>
PIL text provider: use `get_bbox` when `get_size` is not available. Allows latest versions of pillow to work along with older ones. (#8503)

github.com/kivy/kivy - 49b81cb22436b4b60f534beb467afe6fcde1bcf1 authored about 1 year ago by Akshay Arora <[email protected]>
Make doc structure consistent and up-to-date (#96)

* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sib...

github.com/kivy/kivy-sdk-packager - 12f547f3cd420813d0d26a164d0163881b14f6b3 authored about 1 year ago by Julian <[email protected]>
Fix pep8 failures, and apply black formatting where applicable. (#788)

github.com/kivy/plyer - 47fbce1feb49828c300acca5933be0ca970a33f5 authored about 1 year ago by Mirko Galimberti <[email protected]>
Add support for Python 3.12 (tests, wheels) (#8393)

github.com/kivy/kivy - 3d045cd6ab9c8ad6a70d36acbde2b35fe28ca290 authored about 1 year ago by Mirko Galimberti <[email protected]>
Remove redundant append into `WHITELIST_PATTERNS` (#2935)

- pyconfig.h was appended twice into WHITELIST_PATTERNS
- Regression from commit a636b88

Co-...

github.com/kivy/python-for-android - 0df46c8ccce849da6eb11739e5063653f21352cb authored about 1 year ago by shyamnathp <[email protected]>
Bump `kivy_deps.angle` version to `~=0.4.0` (#8501)

github.com/kivy/kivy - a44d8730a77cdb405df493353acc01c98e6d301f authored about 1 year ago by Mirko Galimberti <[email protected]>
Refactor `filechoosertest_unicode.py` (#8485)

Was thinking about making changes to filechooser.py, but was not happy with the state of the exi...

github.com/kivy/kivy - 670cb0c440292d88ce1f361f17133f5fc31b1061 authored about 1 year ago by Julian <[email protected]>
Deprecate `kivy.utils.interpolate` and improve related docs (#8459)

* Deprecate interpolate

The interpolate function isn't fit for purpose, and thus likely isn't...

github.com/kivy/kivy - c1d97ceff53966880a109f592d4f9de3863abb42 authored about 1 year ago by Julian <[email protected]>
Correct `ActionBar` documentation (#8493)

* Correct ActionBar documentation.

Addresses #6233

* Update Review comment

Update Revie...

github.com/kivy/kivy - bf8202bf3e1ca37e0d38001047635acdbc2361fa authored about 1 year ago by Julian <[email protected]>
Add (now mandatory) `.readthedocs.yaml` file, add docs extras and update sphinx conf (#787)

github.com/kivy/plyer - d16addd9d950105da664c4c5963d3d922cd5263b authored about 1 year ago by Mirko Galimberti <[email protected]>
[publish angle win] Update `angle` version and add Python `3.12` to matrix for `angle` and update Github Actions for related jobs (#99)

* Add Python 3.12 to matrix for angle and update Github Actions for related jobs

* Seems to f...

github.com/kivy/kivy-sdk-packager - 9ee8d4e39025f6caf65ab98daf4640bdb18eb6a1 authored about 1 year ago by Mirko Galimberti <[email protected]>
Make doc structure consistent and up-to-date (#786)

* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sib...

github.com/kivy/plyer - fee1bb2c534904dbc273f5089cac1ce5c267009b authored about 1 year ago by Julian <[email protected]>
✨ feat: `TextInput.paste` now replaces '\n' by whitespace when `multiline=False`

github.com/kivy/kivy - c07997b1d05ab2d5607f929f03ce4930350f7413 authored about 1 year ago by Filipe Marchesini <[email protected]>
✨ feat: Added `get_max_scroll_x` method to TextInput

github.com/kivy/kivy - 148c1597fdf9c5e1dd83258715720d2f1a83e2e3 authored about 1 year ago by Filipe Marchesini <[email protected]>
✨ feat: Updating `TextInput.scroll_x` after `do_backspace` and `do_undo` methods

github.com/kivy/kivy - 118dd91ed229b25ee7d7ca9f0e5c8f3d44c67889 authored about 1 year ago by Filipe Marchesini <[email protected]>
♻️ refactor: Calling `get_max_scroll_x` whenever needed

- Fix unitest issues

github.com/kivy/kivy - ecc62f03d3d2dac627efe647e1c7b0c64d330eb0 authored about 1 year ago by Filipe Marchesini <[email protected]>