3 research outputs found
kivy/python-for-android: v2022.09.04
Highlights:
This is the last release that defaults to Python 3.9 when building hostpython3 and python3. The next one will target Python 3.10
This is the last release that uses Android NDK 23b by default, the next one will use Android NDK 25
This is the last release that defaults to target API 27, the next one will default to target API 31, following the new requirement from Google for apps that need to be distributed on Play Store.
In order to fully support API 31 and as a propedeutic change for new features in Kivy, in the next release, python-for-android will use the new SDL2 releases.
Full changelog:
liblzma: Use p4a_install instead of install, as a file named INSTALL is already present. #2663 (misl6)
Force --platform=linux/amd64 in Dockerfile #2660 (misl6)
Remove six and enum34 dependency #2657 (misl6)
Update supported Python versions #2656 (misl6)
Fixes some E275 - assert is a keyword. #2647 (misl6)
Updates matplotlib, fixes an issue related to shared libc++ #2645 (misl6)
RTSP support for ffmpeg #2644 (alicakici1234)
Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 #2642 (Furtif)
Resolve absolute path to local recipes #2640 (dbnicholson)
Merges master into develop after release 2022.07.20 #2639 (misl6)
Fix webview Back button behaviour #2636 (interlark)
Add icon-bg and icon-fg to fix_args #2633 (danigm)
Remove stray - in output file name #2581 (dbnicholson)
Add option for adding files to res/xml without touching manifest #2330 (rambo
kivy/python-for-android: v2022.07.20
Highlights:
NDK 23 + Gradle 7 support
Apple Silicon support (with NDK ≥ 24)
Use shutil.which instead of sh.which (fixes an issue introduced by sh==1.14.3
Updated scipy - lapack - numpy recipes
Added LEGACY_NDK option to build lapack/scipy recipes with a separate NDK
Now also webview and service bootstraps allow building multiarch artifacts.
macOS prerequisites are now handled automatically, except for NDK and SDK.
pythonforandroid.androidndk.AndroidNDK has been added in order to better handle NDK paths and configs.
Full changelog:
Upgrading the flask version to avoid exception at the start of webview application #2560 (Prashanth-BC)
add recipe for freetype-py to not include the prebuilt .so for the wr… #2558 (domedave)
Update to Kivy 2.1.0 #2557 (RobertFlatt)
tflite-runtime recipe #2554 (RobertFlatt)
Update AndroidManifest.tmpl.xml #2551 (drahba)
Update recipe.py (#2544) #2546 (misl6)
Update python versions matrix on CI #2534 (misl6)
Add ifaddr recipe #2527 (syrykh)
Remove websocket-client recipe #2526 (syrykh)
Fix build #2525 (correa)
Add aaptOptions noCompress #2523 (RobertFlatt)
Updated version of pygame from 2.0.1 to 2.1.0 #2520 (CAPTAIN1947)
Bump Pillow version to 8.4.0 #2516 (misl6)
Moved support-request to v2. v1 has been shut down. #2515 (misl6)
Add support-requests configuration. #2514 (misl6)
proper --host for libsecp256k1, libogg, libvorbis, libcurl #2512 (accumulator)
Fix broken Contribute link #2505 (daMatz)
Makes pep8 happy on sdl2 recipe #2504 (misl6)
Fix broken recipes with missing arch.arch in get_site_packages_dir #2503 (misl6)
added android permission ACCESS_BACKGROUND_LOCATION #2500 (xloem)
GitHub Actions: Fixes wrong actions/checkout@v2 usage #2496 (misl6)
Fixes ndk_include_dir on lxml recipe. #2495 (misl6)
Move coveralls to github actions #2490 (misl6)
Master #2489 (misl6)
Add should_build method to sdl2 recipe #2482 (AndyRusso)
AAB support related changes #2467 (misl6)
services: fix START_STICKY #2401 (mzakharo
