Kivy

Latest version: v2.3.1

Safety actively analyzes 703031 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

2022.07.19

Added
- Added py3dns recipe [\728](https://github.com/kivy/kivy-ios/pull/728) ([Neizvestnyj](https://github.com/Neizvestnyj))
- Ignore egg-info in git [\718](https://github.com/kivy/kivy-ios/pull/718) ([tito](https://github.com/tito))
- Bump Kivy recipe to a commit that includes latest camera API enhancements [\700](https://github.com/kivy/kivy-ios/pull/700) ([RobertFlatt](https://github.com/RobertFlatt))
- Add support-requests v2 [\689](https://github.com/kivy/kivy-ios/pull/689) ([misl6](https://github.com/misl6))

Fixed
- Updated shebangs to target python3. Bumped libffi version to 3.4.2 [\688](https://github.com/kivy/kivy-ios/pull/688) ([misl6](https://github.com/misl6))
- Fixes libffi 3.4.2 not linking correctly (missing symbols) on iOS Simulator [\695](https://github.com/kivy/kivy-ios/pull/695) ([misl6](https://github.com/misl6))
- Update dpi for latest iPhone models [\707](https://github.com/kivy/kivy-ios/pull/707) ([akshayaurora](https://github.com/akshayaurora))
- Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively [\710](https://github.com/kivy/kivy-ios/pull/710) ([misl6](https://github.com/misl6))
- Update xcassets to include mandatory icons in latest xcode [\717](https://github.com/kivy/kivy-ios/pull/717) ([tito](https://github.com/tito))
- Bump cookiecutter from 1.7.2 to 2.1.1 [\714](https://github.com/kivy/kivy-ios/pull/714) ([dependabot](https://github.com/dependabot))
- Use shutil.which instead of sh.which [\735](https://github.com/kivy/kivy-ios/pull/735) ([misl6](https://github.com/misl6))

2020.06.02

- :arrow_up: Bumps to Gradle 6.4.1 [\2222](https://github.com/kivy/python-for-android/pull/2222) ([AndreMiras](https://github.com/AndreMiras))
- :bug: Adds missing requests sub dependencies [\2221](https://github.com/kivy/python-for-android/pull/2221) ([AndreMiras](https://github.com/AndreMiras))
- :arrow_up: Bumps to Cython==0.29.19 [\2220](https://github.com/kivy/python-for-android/pull/2220) ([AndreMiras](https://github.com/AndreMiras))
- :pencil: Updates install and troubleshooting docs [\2219](https://github.com/kivy/python-for-android/pull/2219) ([AndreMiras](https://github.com/AndreMiras))
- :arrow_up: Bumps to Ubuntu 20.04 [\2218](https://github.com/kivy/python-for-android/pull/2218) ([AndreMiras](https://github.com/AndreMiras))
- :pencil: Attempt to improve the issue template [\2217](https://github.com/kivy/python-for-android/pull/2217) ([AndreMiras](https://github.com/AndreMiras))
- :package: Split logic for build modes & debug symbols [\2213](https://github.com/kivy/python-for-android/pull/2213) ([opacam](https://github.com/opacam))
- :sparkles: Add `opencv_extras` recipe [\2209](https://github.com/kivy/python-for-android/pull/2209) ([opacam](https://github.com/opacam))
- :books: Troubleshoot SSL error [\2205](https://github.com/kivy/python-for-android/pull/2205) ([AndreMiras](https://github.com/AndreMiras))
- Remove superfluous recipes fixes \1387 [\2202](https://github.com/kivy/python-for-android/pull/2202) ([AndreMiras](https://github.com/AndreMiras))
- :white_check_mark: Add tests for hostpython3 recipe [\2196](https://github.com/kivy/python-for-android/pull/2196) ([opacam](https://github.com/opacam))
- Fix for 'ImportError: No module named setuptools', encountered when building with buildozer [\2195](https://github.com/kivy/python-for-android/pull/2195) ([atom2626](https://github.com/atom2626))
- :pencil2: Rename `Hostpython3Recipe` class to camel case [\2194](https://github.com/kivy/python-for-android/pull/2194) ([opacam](https://github.com/opacam))
- :ambulance: Fix `test_should_build` [\2193](https://github.com/kivy/python-for-android/pull/2193) ([opacam](https://github.com/opacam))
- :white_check_mark: Add initial tests for python3 recipe [\2192](https://github.com/kivy/python-for-android/pull/2192) ([opacam](https://github.com/opacam))
- :bug: Fixes flake8 errors post update [\2191](https://github.com/kivy/python-for-android/pull/2191) ([AndreMiras](https://github.com/AndreMiras))
- PythonActivityUtil helper for unpacking data [\2189](https://github.com/kivy/python-for-android/pull/2189) ([AndreMiras](https://github.com/AndreMiras))
- Share PythonUtil.java between bootstraps [\2188](https://github.com/kivy/python-for-android/pull/2188) ([AndreMiras](https://github.com/AndreMiras))
- Java code linting using PMD 6.23.0 [\2187](https://github.com/kivy/python-for-android/pull/2187) ([AndreMiras](https://github.com/AndreMiras))
- Deletes deprecated renpy Python{Activity,Service}.java [\2186](https://github.com/kivy/python-for-android/pull/2186) ([AndreMiras](https://github.com/AndreMiras))
- Removes java concurrency/ folder [\2185](https://github.com/kivy/python-for-android/pull/2185) ([AndreMiras](https://github.com/AndreMiras))
- Moves kamranzafar/ java directory to common/ [\2184](https://github.com/kivy/python-for-android/pull/2184) ([AndreMiras](https://github.com/AndreMiras))
- Use common Hardware.java [\2183](https://github.com/kivy/python-for-android/pull/2183) ([AndreMiras](https://github.com/AndreMiras))
- Reuse common AssetExtract.java [\2182](https://github.com/kivy/python-for-android/pull/2182) ([AndreMiras](https://github.com/AndreMiras))
- Fixes service only unittest loading [\2181](https://github.com/kivy/python-for-android/pull/2181) ([AndreMiras](https://github.com/AndreMiras))
- Downgrades to SDL2 2.0.9 [\2180](https://github.com/kivy/python-for-android/pull/2180) ([AndreMiras](https://github.com/AndreMiras))
- Narrows some context manager scopes [\2179](https://github.com/kivy/python-for-android/pull/2179) ([AndreMiras](https://github.com/AndreMiras))
- Updates release documentation [\2177](https://github.com/kivy/python-for-android/pull/2177) ([AndreMiras](https://github.com/AndreMiras))
- Post release version bump 2020.04.29.dev0 [\2176](https://github.com/kivy/python-for-android/pull/2176) ([AndreMiras](https://github.com/AndreMiras))
- Updates version number to 2020.04.29 [\2175](https://github.com/kivy/python-for-android/pull/2175) ([AndreMiras](https://github.com/AndreMiras))
- Adds macOS install instructions [\2165](https://github.com/kivy/python-for-android/pull/2165) ([AndreMiras](https://github.com/AndreMiras))
- Adds pygame recipe [\2164](https://github.com/kivy/python-for-android/pull/2164) ([AndreMiras](https://github.com/AndreMiras))
- Removed python2 support mention from README [\2162](https://github.com/kivy/python-for-android/pull/2162) ([inclement](https://github.com/inclement))
- Fixes hostpython build with macOS venv [\2159](https://github.com/kivy/python-for-android/pull/2159) ([AndreMiras](https://github.com/AndreMiras))
- Get --add-source working for dirs in Gradle builds [\2156](https://github.com/kivy/python-for-android/pull/2156) ([kollivier](https://github.com/kollivier))
- Adding more assets [\2132](https://github.com/kivy/python-for-android/pull/2132) ([robertpfeiffer](https://github.com/robertpfeiffer))
- Bump to SDL2 2.0.10 & extract .java from SDL2 tarball: merge conflicts fixed [\2113](https://github.com/kivy/python-for-android/pull/2113) ([inclement](https://github.com/inclement))

[v2020.04.29](https://github.com/kivy/python-for-android/tree/v2020.04.29) (2020-05-07)

[Full Changelog](https://github.com/kivy/python-for-android/compare/v2020.03.30...v2020.04.29)

**Closed issues:**

- BUILD FAILURE: No main.py\(o\) found in your app directory. [\2171](https://github.com/kivy/python-for-android/issues/2171)
- \[ERROR\] Building cffi for armeabi-v7a [\2161](https://github.com/kivy/python-for-android/issues/2161)
- Setting p4a.source_dir in buildozer causes AttributeError: module 'build' has no attribute 'parse\_args\_and\_make\_package' [\2149](https://github.com/kivy/python-for-android/issues/2149)
- Full screen apps have significantly degraded performance [\2148](https://github.com/kivy/python-for-android/issues/2148)
- Build failed: Couldn't find executable for CC [\2146](https://github.com/kivy/python-for-android/issues/2146)
- Sign in apk is not working [\2139](https://github.com/kivy/python-for-android/issues/2139)
- openssl 1.1.1 has moved, recipe fails [\2119](https://github.com/kivy/python-for-android/issues/2119)
- App not asking for permission [\2086](https://github.com/kivy/python-for-android/issues/2086)
- app on android 6.0.1 does not work, but on android 8.0 if [\1801](https://github.com/kivy/python-for-android/issues/1801)

**Merged pull requests:**

2020.04.29

- Fixes sh `_env` should be a dictionary [\2160](https://github.com/kivy/python-for-android/pull/2160) ([AndreMiras](https://github.com/AndreMiras))
- :rotating light: Fix linting for setup.py [\2158](https://github.com/kivy/python-for-android/pull/2158) ([opacam](https://github.com/opacam))
- When bootstraps were unified, sources moved from src to src/main/java… [\2154](https://github.com/kivy/python-for-android/pull/2154) ([kollivier](https://github.com/kollivier))
- Show loading screen while unpacking for webview bootstrap [\2153](https://github.com/kivy/python-for-android/pull/2153) ([kollivier](https://github.com/kollivier))
- Use python3's venv instead of virtualenv [\2152](https://github.com/kivy/python-for-android/pull/2152) ([opacam](https://github.com/opacam))
- Update setup.py: add classifiers & python\_requires [\2151](https://github.com/kivy/python-for-android/pull/2151) ([opacam](https://github.com/opacam))
- Twisted recipe [\2147](https://github.com/kivy/python-for-android/pull/2147) ([pavelsof](https://github.com/pavelsof))
- Update AndroidManifest.tmpl.xml to support HTTP [\2143](https://github.com/kivy/python-for-android/pull/2143) ([yingshaoxo](https://github.com/yingshaoxo))
- Simplifies Dockerfile and fix GitHub runner space [\2142](https://github.com/kivy/python-for-android/pull/2142) ([AndreMiras](https://github.com/AndreMiras))
- Fix some code quality and bug-risk issues [\2141](https://github.com/kivy/python-for-android/pull/2141) ([pnijhara](https://github.com/pnijhara))
- Update bootstrap.py [\2137](https://github.com/kivy/python-for-android/pull/2137) ([yingshaoxo](https://github.com/yingshaoxo))
- :lock: Bump twisted version to `20.3.0` [\2135](https://github.com/kivy/python-for-android/pull/2135) ([opacam](https://github.com/opacam))
- release-2020.03.30 to develop [\2134](https://github.com/kivy/python-for-android/pull/2134) ([AndreMiras](https://github.com/AndreMiras))
- Bumps cffi==1.13.2 fixes under Python 3.8 [\2131](https://github.com/kivy/python-for-android/pull/2131) ([AndreMiras](https://github.com/AndreMiras))
- recipe: update 'cryptography' and rm unnecessary dependencies [\2130](https://github.com/kivy/python-for-android/pull/2130) ([SomberNight](https://github.com/SomberNight))
- Fix coveralls error on GitHub Actions [\2129](https://github.com/kivy/python-for-android/pull/2129) ([AndreMiras](https://github.com/AndreMiras))
- bump zeroconf version to 0.24.5, fix depends [\2128](https://github.com/kivy/python-for-android/pull/2128) ([mikevlz](https://github.com/mikevlz))
- Install already compiled libraries [\2127](https://github.com/kivy/python-for-android/pull/2127) ([robertpfeiffer](https://github.com/robertpfeiffer))
- Fixes code block directives [\2126](https://github.com/kivy/python-for-android/pull/2126) ([AndreMiras](https://github.com/AndreMiras))
- Merge master into develop [\2125](https://github.com/kivy/python-for-android/pull/2125) ([inclement](https://github.com/inclement))
- Merge master into develop [\2123](https://github.com/kivy/python-for-android/pull/2123) ([inclement](https://github.com/inclement))
- Auto deploys to PyPI using Travis on tags [\2122](https://github.com/kivy/python-for-android/pull/2122) ([AndreMiras](https://github.com/AndreMiras))
- Update recommended NDK version to 19c [\2116](https://github.com/kivy/python-for-android/pull/2116) ([inclement](https://github.com/inclement))
- Minor fixes and cleanup [\2115](https://github.com/kivy/python-for-android/pull/2115) ([AndreMiras](https://github.com/AndreMiras))
- Fixes linting errors in runnable.py [\2114](https://github.com/kivy/python-for-android/pull/2114) ([AndreMiras](https://github.com/AndreMiras))
- :package: Refactor python module into hostpython3/python3 recipes [\2108](https://github.com/kivy/python-for-android/pull/2108) ([opacam](https://github.com/opacam))
- :fire: Move to python3 `super` calls [\2106](https://github.com/kivy/python-for-android/pull/2106) ([opacam](https://github.com/opacam))
- :fire: Drop Python 2 support [\2105](https://github.com/kivy/python-for-android/pull/2105) ([opacam](https://github.com/opacam))
- Android library [\2092](https://github.com/kivy/python-for-android/pull/2092) ([zworkb](https://github.com/zworkb))
- \[recipes\] Update harfbuzz to v2.6.4 [\2069](https://github.com/kivy/python-for-android/pull/2069) ([opacam](https://github.com/opacam))
- \[recipes\] Update freetype & add zlib support [\2068](https://github.com/kivy/python-for-android/pull/2068) ([opacam](https://github.com/opacam))
- Unify most of the test apps into `on device unit test app` [\2046](https://github.com/kivy/python-for-android/pull/2046) ([opacam](https://github.com/opacam))
- Fix debug build not resulting in gdb-debuggable build [\1867](https://github.com/kivy/python-for-android/pull/1867) ([etc0de](https://github.com/etc0de))
- fix for the problem with decorator run\_on\_ui\_thread and the local ref… [\1830](https://github.com/kivy/python-for-android/pull/1830) ([oukiar](https://github.com/oukiar))

[v2020.03.30](https://github.com/kivy/python-for-android/tree/v2020.03.30) (2020-04-04)

[Full Changelog](https://github.com/kivy/python-for-android/compare/v2019.10.06...v2020.03.30)

**Fixed bugs:**

- Remove `--sysroot` from LDFLAGS for cffi and pymunk [\1965](https://github.com/kivy/python-for-android/pull/1965) ([opacam](https://github.com/opacam))
- Fix build for case-insensitive FS and add CI test for OSX [\1951](https://github.com/kivy/python-for-android/pull/1951) ([opacam](https://github.com/opacam))
- Also copy the service/main.py when building with setup.py [\1936](https://github.com/kivy/python-for-android/pull/1936) ([etc0de](https://github.com/etc0de))

**Closed issues:**

- Version bump for zeroconf to 0.25.4 [\2107](https://github.com/kivy/python-for-android/issues/2107)
- ValueError: read of closed file after download of psycopg2 [\2098](https://github.com/kivy/python-for-android/issues/2098)
- Why advise us to use Python2??? [\2090](https://github.com/kivy/python-for-android/issues/2090)
- KiwiSolver error led build fail when require matplotlib [\2080](https://github.com/kivy/python-for-android/issues/2080)
- Is it possible to run matplotlib script in android? [\2079](https://github.com/kivy/python-for-android/issues/2079)
- How to create my app name automatically on usb connect [\2071](https://github.com/kivy/python-for-android/issues/2071)
- Default buildozer.spec fails to build - fails on openssl [\2060](https://github.com/kivy/python-for-android/issues/2060)
- ImportError: dlopen failed: cannot locate symbol - Matplotlib module [\2059](https://github.com/kivy/python-for-android/issues/2059)
- ft2font build error with Matplotlib [\2058](https://github.com/kivy/python-for-android/issues/2058)
- SDL Error: Error Could not load any libpythonXXX.so [\2056](https://github.com/kivy/python-for-android/issues/2056)
- Crashing on phone. SDL Error Could not load any libpythonXXX.so [\2051](https://github.com/kivy/python-for-android/issues/2051)
- Hadi [\2048](https://github.com/kivy/python-for-android/issues/2048)
- p4a \(2019.10.6\) project build file management [\2045](https://github.com/kivy/python-for-android/issues/2045)
- listdir of primary\_external\_storage\_path\(\) fails [\2032](https://github.com/kivy/python-for-android/issues/2032)
- Can't use AsyncImage with HTTPS URL \(or any HTTPS url with any request\): fix is to manually load certifi [\1827](https://github.com/kivy/python-for-android/issues/1827)

**Merged pull requests:**

- Bumps openssl to 1.1.1f [\2118](https://github.com/kivy/python-for-android/pull/2118) ([AndreMiras](https://github.com/AndreMiras))

2020.03.30

- Updates quickstart.rst "Installing Dependencies" [\2109](https://github.com/kivy/python-for-android/pull/2109) ([AndreMiras](https://github.com/AndreMiras))
- :alien: Remove deprecated key `sudo` from `travis.yml` [\2102](https://github.com/kivy/python-for-android/pull/2102) ([opacam](https://github.com/opacam))
- :arrow_up: Update `pytz` to version `2019.3` [\2101](https://github.com/kivy/python-for-android/pull/2101) ([opacam](https://github.com/opacam))
- :sparkles: Add `pandas` recipe [\2100](https://github.com/kivy/python-for-android/pull/2100) ([opacam](https://github.com/opacam))
- Fixes psycopg2 URL, closes \2098 [\2099](https://github.com/kivy/python-for-android/pull/2099) ([AndreMiras](https://github.com/AndreMiras))
- :sparkles: Compression libraries - episode III: add support for libbz2 & liblzma to python3 [\2097](https://github.com/kivy/python-for-android/pull/2097) ([opacam](https://github.com/opacam))
- :sparkles: Compression libraries - episode II: liblzma [\2096](https://github.com/kivy/python-for-android/pull/2096) ([opacam](https://github.com/opacam))
- :sparkles: Compression libraries - episode I: libbz2 [\2095](https://github.com/kivy/python-for-android/pull/2095) ([opacam](https://github.com/opacam))
- Update quickstart.rst [\2094](https://github.com/kivy/python-for-android/pull/2094) ([BornForFever](https://github.com/BornForFever))
- Fixes gevent recipe on arm64-v8a arch [\2093](https://github.com/kivy/python-for-android/pull/2093) ([AndreMiras](https://github.com/AndreMiras))
- :bug: Add `-fPIC` to `CFLAGS` for Arch `x86_64` [\2085](https://github.com/kivy/python-for-android/pull/2085) ([opacam](https://github.com/opacam))
- Fix Python 3.8.1 patch naming and content [\2083](https://github.com/kivy/python-for-android/pull/2083) ([opacam](https://github.com/opacam))
- Update PythonService.java [\2081](https://github.com/kivy/python-for-android/pull/2081) ([erikhu](https://github.com/erikhu))
- Update `numpy` to v1.18.1 \(add `cython` recipe\) [\2077](https://github.com/kivy/python-for-android/pull/2077) ([opacam](https://github.com/opacam))
- Fix `matplotlib` and update to `v3.1.3` [\2076](https://github.com/kivy/python-for-android/pull/2076) ([opacam](https://github.com/opacam))
- Fix recipe `kiwisolver` \(add `cppy` recipe\) [\2075](https://github.com/kivy/python-for-android/pull/2075) ([opacam](https://github.com/opacam))
- \[gh-actions\] Move to actions/checkoutv2 [\2070](https://github.com/kivy/python-for-android/pull/2070) ([opacam](https://github.com/opacam))
- \[recipes\] Update Pillow to v7.0.0 [\2067](https://github.com/kivy/python-for-android/pull/2067) ([opacam](https://github.com/opacam))
- Fix missing renames of Bootstrap.list\_bootstraps -\> Bootstrap.all\_bootstraps [\2066](https://github.com/kivy/python-for-android/pull/2066) ([touilleMan](https://github.com/touilleMan))
- fixed patch's name to apply correctly [\2064](https://github.com/kivy/python-for-android/pull/2064) ([HirotsuguMINOWA](https://github.com/HirotsuguMINOWA))
- virtualenv 20 breaks the osx build [\2063](https://github.com/kivy/python-for-android/pull/2063) ([AndreMiras](https://github.com/AndreMiras))
- automatically load/enable certifi in kivy [\2055](https://github.com/kivy/python-for-android/pull/2055) ([tshirtman](https://github.com/tshirtman))
- \[protobuf\_cpp\] fixed python binding installation [\2050](https://github.com/kivy/python-for-android/pull/2050) ([goffi-contrib](https://github.com/goffi-contrib))
- \[omemo\] updated to 0.11.0 + updated omemo-backend-signal to 0.2.5 [\2049](https://github.com/kivy/python-for-android/pull/2049) ([goffi-contrib](https://github.com/goffi-contrib))
- Python 3.8 support on Android [\2044](https://github.com/kivy/python-for-android/pull/2044) ([inclement](https://github.com/inclement))
- Updated version after 2019.10.06 release [\2043](https://github.com/kivy/python-for-android/pull/2043) ([inclement](https://github.com/inclement))
- Updated version to 2019.10.06 [\2042](https://github.com/kivy/python-for-android/pull/2042) ([inclement](https://github.com/inclement))
- Added a build.py argument to add arbitrary xml to the AndroidManifest.xml [\2040](https://github.com/kivy/python-for-android/pull/2040) ([inclement](https://github.com/inclement))
- update pyjnius recipe [\2036](https://github.com/kivy/python-for-android/pull/2036) ([tshirtman](https://github.com/tshirtman))
- added a recipe for bcrypt library [\2035](https://github.com/kivy/python-for-android/pull/2035) ([tomgold182](https://github.com/tomgold182))
- Fix vibration for testapps [\2034](https://github.com/kivy/python-for-android/pull/2034) ([opacam](https://github.com/opacam))
- \[gh-actions\] Add new testapp and upload artifacts... [\2033](https://github.com/kivy/python-for-android/pull/2033) ([opacam](https://github.com/opacam))
- from kivy.base import runTouchApp for line 75 [\2028](https://github.com/kivy/python-for-android/pull/2028) ([cclauss](https://github.com/cclauss))
- Fix libshine and re-enable it for ffmpeg & ffpyplayer\_codecs [\2027](https://github.com/kivy/python-for-android/pull/2027) ([opacam](https://github.com/opacam))
- Introduce github-actions \(push & pull\_requests\) [\2025](https://github.com/kivy/python-for-android/pull/2025) ([opacam](https://github.com/opacam))
- Fix rebuild updated recipes, refs \2011 [\2024](https://github.com/kivy/python-for-android/pull/2024) ([opacam](https://github.com/opacam))
- Exposes ANDROID\_SDK\_HOME to rebuild\_updated\_recipes [\2018](https://github.com/kivy/python-for-android/pull/2018) ([AndreMiras](https://github.com/AndreMiras))
- update pyproj recipe [\2017](https://github.com/kivy/python-for-android/pull/2017) ([joergbrech](https://github.com/joergbrech))
- Documentation: android hide loading screen [\2014](https://github.com/kivy/python-for-android/pull/2014) ([adityabhawsingka](https://github.com/adityabhawsingka))
- Travis CI revamp part 1, refs \2008 [\2011](https://github.com/kivy/python-for-android/pull/2011) ([AndreMiras](https://github.com/AndreMiras))
- twisted: updated to 19.7.0 + removed inceremental.path [\2006](https://github.com/kivy/python-for-android/pull/2006) ([goffi-contrib](https://github.com/goffi-contrib))
- Fix error on py2 when `import numpy` [\2003](https://github.com/kivy/python-for-android/pull/2003) ([opacam](https://github.com/opacam))
- Fix libcurl with openssl [\2000](https://github.com/kivy/python-for-android/pull/2000) ([tito](https://github.com/tito))
- Fixes ffmpeg build on ndk 19 [\1997](https://github.com/kivy/python-for-android/pull/1997) ([misl6](https://github.com/misl6))
- Fixes test\_virtualenv and test\_venv failing, closes \1994 [\1995](https://github.com/kivy/python-for-android/pull/1995) ([AndreMiras](https://github.com/AndreMiras))
- Fixes libiconv & libzbar configure host [\1993](https://github.com/kivy/python-for-android/pull/1993) ([AndreMiras](https://github.com/AndreMiras))
- Updates Java version troubleshooting [\1991](https://github.com/kivy/python-for-android/pull/1991) ([AndreMiras](https://github.com/AndreMiras))
- Made p4a use per-arch dist build dirs [\1986](https://github.com/kivy/python-for-android/pull/1986) ([inclement](https://github.com/inclement))
- Made on-device unit tests app use the develop branch by default [\1985](https://github.com/kivy/python-for-android/pull/1985) ([inclement](https://github.com/inclement))
- Recipes tests enhancements [\1984](https://github.com/kivy/python-for-android/pull/1984) ([opacam](https://github.com/opacam))
- Proof of concept - A bunch of tests for library recipes [\1982](https://github.com/kivy/python-for-android/pull/1982) ([opacam](https://github.com/opacam))
- Updated README.md to clarify NDK versions [\1981](https://github.com/kivy/python-for-android/pull/1981) ([Zen-CODE](https://github.com/Zen-CODE))
- Fix CI's test for `arm64-v8a` [\1977](https://github.com/kivy/python-for-android/pull/1977) ([opacam](https://github.com/opacam))
- Added missing recommendations command and cleaned up code [\1975](https://github.com/kivy/python-for-android/pull/1975) ([inclement](https://github.com/inclement))
- Added libffi headers troubleshooting note to doc [\1972](https://github.com/kivy/python-for-android/pull/1972) ([inclement](https://github.com/inclement))
- \[WIP\]\[LIBS - PART VII\] Rework of libtorrent and boost [\1971](https://github.com/kivy/python-for-android/pull/1971) ([opacam](https://github.com/opacam))
- \[WIP\]\[LIBS - PART VI\] Rework of protobuf\_cpp [\1969](https://github.com/kivy/python-for-android/pull/1969) ([opacam](https://github.com/opacam))
- \[WIP\]\[LIBS - PART V\] Rework of libzmq [\1968](https://github.com/kivy/python-for-android/pull/1968) ([opacam](https://github.com/opacam))
- \[WIP\]\[LIBS - PART IV\] Rework of shapely and libgeos [\1967](https://github.com/kivy/python-for-android/pull/1967) ([opacam](https://github.com/opacam))
- \[WIP\]\[LIBS - PART III\] Rework of pyleveldb, leveldb and snappy [\1966](https://github.com/kivy/python-for-android/pull/1966) ([opacam](https://github.com/opacam))
- Updated version number for develop branch following 2019.08.09 release [\1960](https://github.com/kivy/python-for-android/pull/1960) ([inclement](https://github.com/inclement))
- Merge release-2019.08.09 branch into develop [\1959](https://github.com/kivy/python-for-android/pull/1959) ([inclement](https://github.com/inclement))
- Fix and update regex's recipe [\1958](https://github.com/kivy/python-for-android/pull/1958) ([opacam](https://github.com/opacam))
- Fix/doc quotes [\1956](https://github.com/kivy/python-for-android/pull/1956) ([tshirtman](https://github.com/tshirtman))
- \[LIBS - PART II\] Part II of NDK r19 migration - Initial STL lib migration [\1947](https://github.com/kivy/python-for-android/pull/1947) ([opacam](https://github.com/opacam))
- \[LIBS - PART I\] Initial refactor of library recipes [\1944](https://github.com/kivy/python-for-android/pull/1944) ([opacam](https://github.com/opacam))
- customizability [\1869](https://github.com/kivy/python-for-android/pull/1869) ([zworkb](https://github.com/zworkb))
- Initial migration to NDK r19 \(Part I - The core\) [\1722](https://github.com/kivy/python-for-android/pull/1722) ([opacam](https://github.com/opacam))

[v2019.10.06](https://github.com/kivy/python-for-android/tree/v2019.10.06) (2019-12-22)

[Full Changelog](https://github.com/kivy/python-for-android/compare/v2019.08.09...v2019.10.06)

**Fixed bugs:**

- TestGetSystemPythonExecutable.test\_virtualenv test fail [\1994](https://github.com/kivy/python-for-android/issues/1994)

**Closed issues:**

- Presplash is removed prematurely. [\2029](https://github.com/kivy/python-for-android/issues/2029)
- Sorry posted in the wrong repository. Closing this issue [\2022](https://github.com/kivy/python-for-android/issues/2022)
- p4a building apk error on Mac OS [\2016](https://github.com/kivy/python-for-android/issues/2016)
- Revamp .travis.yml file [\2008](https://github.com/kivy/python-for-android/issues/2008)
- Possible SDL2 issues introduced with P4A 2019.06.06 [\2002](https://github.com/kivy/python-for-android/issues/2002)
- Error message about python2 [\2001](https://github.com/kivy/python-for-android/issues/2001)
- ffmpeg recipe is broken on ndk19 [\1996](https://github.com/kivy/python-for-android/issues/1996)
- Error while running ".buildozer.../native-build/python -OO -m compileall -b -f /.../app [\1990](https://github.com/kivy/python-for-android/issues/1990)
- The mpl\_android\_fixes.patch didn't work [\1989](https://github.com/kivy/python-for-android/issues/1989)
- Importing numpy yields: TypeError: add\_docstring\(\) argument 2 must be str, not None [\1988](https://github.com/kivy/python-for-android/issues/1988)
- p4a apk :compileDebugJavaWithJavac error [\1980](https://github.com/kivy/python-for-android/issues/1980)
- \[question\]Python for android no longer supports Error ! [\1978](https://github.com/kivy/python-for-android/issues/1978)
- Can not Find on Google Play or Buy Premium [\1974](https://github.com/kivy/python-for-android/issues/1974)
- Build failed [\1970](https://github.com/kivy/python-for-android/issues/1970)
- Can't build a package with bcrypt as requirement [\1910](https://github.com/kivy/python-for-android/issues/1910)
- import wxpy module fail [\1897](https://github.com/kivy/python-for-android/issues/1897)
- Cannot build APK with buildozer [\1817](https://github.com/kivy/python-for-android/issues/1817)
- Kivy crashes on Android: ImportError: dlopen failed. [\1810](https://github.com/kivy/python-for-android/issues/1810)
- App build failing on MacOS [\1647](https://github.com/kivy/python-for-android/issues/1647)
- Remove superfluous recipes [\1387](https://github.com/kivy/python-for-android/issues/1387)

**Merged pull requests:**

2019.10.06

[v2019.08.09](https://github.com/kivy/python-for-android/tree/v2019.08.09) (2019-08-19)

[Full Changelog](https://github.com/kivy/python-for-android/compare/v2019.07.08...v2019.08.09)

**Fixed bugs:**

- Call Cython via `python -m Cython` rather than system-wide binary [\1937](https://github.com/kivy/python-for-android/pull/1937) ([etc0de](https://github.com/etc0de))

**Closed issues:**

- Building an Android Library [\1957](https://github.com/kivy/python-for-android/issues/1957)
- dlopen failed: library "../../../../src/main/jniLibs/armeabi-v7a/libpython3.7m.so" not found [\1954](https://github.com/kivy/python-for-android/issues/1954)
- App crashing on startup - Import Error: dlopen failed: \_portaudio.so is 64 bit instead of 32 bit [\1953](https://github.com/kivy/python-for-android/issues/1953)
- How to overcome:? \error "LONG\_BIT definition appears wrong for platform \(bad gcc/glibc config?\)." [\1949](https://github.com/kivy/python-for-android/issues/1949)
- copy paste option is not working in mobile client \(android \)after cloning from updated p4a [\1942](https://github.com/kivy/python-for-android/issues/1942)
- It seems kivy has no support for tkinter, os, sys, random modules [\1934](https://github.com/kivy/python-for-android/issues/1934)
- Mxnet recipe for running kivy app on android [\1929](https://github.com/kivy/python-for-android/issues/1929)
- java.lang.UnsatisfiedLinkError: dlopen failed: library "libffi.so.7" not found [\1924](https://github.com/kivy/python-for-android/issues/1924)
- Ndk19c compiled numpy problems [\1923](https://github.com/kivy/python-for-android/issues/1923)
- run\_on\_ui\_thread crash [\1908](https://github.com/kivy/python-for-android/issues/1908)
- please provide recipes for libraries dlib, easygui, Colormath , keras ,imutils [\1906](https://github.com/kivy/python-for-android/issues/1906)
- About TextInput, I can't type korean character. I only can type english. [\1904](https://github.com/kivy/python-for-android/issues/1904)
- app crash when bootstrap=webview [\1894](https://github.com/kivy/python-for-android/issues/1894)
- apk file crash on app launch generated using kivy, buildozer [\1891](https://github.com/kivy/python-for-android/issues/1891)
- StartService in Android Oreo and More should use startForegroundService [\1785](https://github.com/kivy/python-for-android/issues/1785)
- Remove WRITE\_EXTERNAL\_STORAGE default permission [\1081](https://github.com/kivy/python-for-android/issues/1081)

**Merged pull requests:**

2019.08.09

- Unit tests Recipe.download\_file\(\) partly [\1952](https://github.com/kivy/python-for-android/pull/1952) ([AndreMiras](https://github.com/AndreMiras))
- Unit tests Recipe download feature [\1946](https://github.com/kivy/python-for-android/pull/1946) ([AndreMiras](https://github.com/AndreMiras))
- Added setuptools to Kivy recipe requirements [\1938](https://github.com/kivy/python-for-android/pull/1938) ([inclement](https://github.com/inclement))
- Bumps to Kivy==1.11.1 [\1935](https://github.com/kivy/python-for-android/pull/1935) ([AndreMiras](https://github.com/AndreMiras))
- Increases toolchain.py test coverage [\1933](https://github.com/kivy/python-for-android/pull/1933) ([AndreMiras](https://github.com/AndreMiras))
- Add a document describing how p4a interacts with pip & python packages [\1931](https://github.com/kivy/python-for-android/pull/1931) ([etc0de](https://github.com/etc0de))
- Fix pyzmq \(libunwind and arm64-v8a\) [\1930](https://github.com/kivy/python-for-android/pull/1930) ([tito](https://github.com/tito))
- Basic toolchain.py unit tests [\1928](https://github.com/kivy/python-for-android/pull/1928) ([AndreMiras](https://github.com/AndreMiras))
- Merge 2019.07.08 release branch to develop [\1921](https://github.com/kivy/python-for-android/pull/1921) ([inclement](https://github.com/inclement))
- Drop Python 2 support [\1918](https://github.com/kivy/python-for-android/pull/1918) ([inclement](https://github.com/inclement))
- Remove `nosetests.xml` from gitignore [\1915](https://github.com/kivy/python-for-android/pull/1915) ([opacam](https://github.com/opacam))
- Drop CrystaX support and code base [\1913](https://github.com/kivy/python-for-android/pull/1913) ([opacam](https://github.com/opacam))

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.