Mirko Galimberti

Results 69 issues of Mirko Galimberti

Maintainer merge checklist * [ ] Title is descriptive/clear for inclusion in release notes. * [x] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation` or `api-break` label....

Component: Misc

Maintainer merge checklist * [x] Title is descriptive/clear for inclusion in release notes. * [x] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation` or `api-break` label. *...

Component: documentation

**Software Versions** * Python: * * OS: macOS / iOS * Kivy: master * Kivy installation method: source **Describe the bug** `AVFoundation` camera provider uses `devicesWithMediaType ` which has been...

Platform: OSX
Platform: IOS
Status: Confirmed
Priority: Medium

`ffpyplayer` now ships `cp310-*` and `Apple Silicon` compatible wheels, so tests on the full version can be re-introduced. Maintainer merge checklist * [ ] Title is descriptive/clear for inclusion in...

Component: tests/CI

- ✅ Bump `matplotlib` to `3.5.2` - ✅ Bump `cppy` to `1.1.0` (is not the latest version available as will need an updated `setuptools`, which is currently incompatible with `kivy`)...

- Adds support for Python 3.10 in `hostpython3` and `python3` recipes. - Makes Python 3.10 the default version.

### Checklist - [ ] the issue is indeed a bug and not a support request - [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a...

bug
Priority: Medium

This PR exposes support for native services in buildozer. (see https://github.com/kivy/python-for-android/pull/2244)

DRY violation: The minimum supported version is defined multiple times.

Apple deprecated `OpenGLES.framework` since iOS 12. This is a first-stage testing and migration to `MetalANGLE`, a OpenGL ES to Metal API translation layer. It's something I'm going to work on...