Tags: waynus84/python-for-android
Tags
Merge pull request kivy#2796 from misl6/release-2023.05.21 * Add support for Python 3.10 and make it the default while building hostpython3 and python3 (kivy#2577) * Add support for Python 3.10 and make it the default while building hostpython3 and python3 * Update bugfix version * Add PyAV recipe (kivy#2750) * pyav recipe * flake8 fix * Update pythonforandroid/recipes/av/__init__.py Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com> --------- Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com> * Add debug loggings for identifying a matching dist (kivy#2751) * Add debug loggings for identifying a matching dist * Fix lint failure on f-string. * Adds flag to support home app (launcher) intent-filter on SDL2 bootstrap (kivy#2761) * Home app functionality * Cleanup * Added --home-app to the docs * Fixed the if statements within the intent-filter * Use io.IOBase for LogFile (kivy#2763) This provides reasonable default implementations for common IO class methods such as isatty(). Closes kivy#2762. * android_api to integer (kivy#2765) * android_api to integer * changes to android_api * changes to android_api * fix kivy#2768 smallIconName null can t be compared to String (kivy#2769) * fix kivy#2768 smallIconName null can t be compared to String * fix: Remove Importance None of notification which is modification from my own fork * fix: Readd Importance_NONE in the notification channel as it s also in upstream p4a * fix tools/liblink: syntax error regression from 22b7dfe * Update pyjnius version in recipe (kivy#2791) * Update Kivy recipe for 2.2.0 (kivy#2793) * Update Kivy recipe for 2.2.0rc1 * Bump to 2.2.0 * Update CHANGELOG.md and bump version to 2023.05.21 --------- Co-authored-by: Dexer <73297572+DexerBR@users.noreply.github.com> Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com> Co-authored-by: BitcoinWukong <87334822+BitcoinWukong@users.noreply.github.com> Co-authored-by: Mathias Lindström <kuzeyron@gmail.com> Co-authored-by: Dylan McCall <dylan@dylanmccall.ca> Co-authored-by: Benoît HERVIER <b@rvier.fr> Co-authored-by: SomberNight <somber.night@protonmail.com>
Merge pull request kivy#2747 from misl6/release-2023.02.10 * Update `pydantic` recipe There is [incompatibility](huggingface/transformers#8638) between python > 3.6 and package `dataclasses`. This error was happening after my compilations: `AttributeError: module 'typing' has no attribute '_ClassVar'` The fix is removing `dataclasses` from `python_depends`. I also updated the pydantic version to the newest release `1.10.4`, it can be checked [here](https://github.com/pydantic/pydantic/releases) and its url. I already compiled my app after applying these changes, and the compilation is working successfully again. * Restrict sh version to sh>=1.10, <2.0 (kivy#2746) keep sh version under 2.0 as default behaviour was switched * Update CHANGELOG.md and update version to 2023.02.10 --------- Co-authored-by: Filipe Marchesini <filipe.marchesini@gmail.com> Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com> Co-authored-by: HyTurtle <81598434+HyTurtle@users.noreply.github.com>
Merge pull request kivy#2740 from misl6/release-2023.01.28 Release 2023.01.28
Merge pull request kivy#2718 from kivy/release-2022.12.20 Release 2022.12.20
Merge pull request kivy#2638 from misl6/release-2022.07.20 Release 2022.07.20
Merge pull request kivy#2561 from misl6/release-2022.03.13 Release 2022.03.13
Merge pull request kivy#2488 from misl6/release-2021.09.05 Release 2021.09.05
🔖 v2020.06.02 * Adds missing requests sub dependencies (kivy#2221) * Bumps to Gradle 6.4.1 (kivy#2222) * Bumps to Cython==0.29.19 (kivy#2220) * Updates install and troubleshooting docs (kivy#2219) * Bumps to Ubuntu 20.04 (kivy#2218) * Attempt to improve the issue template (kivy#2217) * Add `opencv_extras` recipe (kivy#2209) * Split logic for build modes & debug symbols (kivy#2213) * Troubleshoot SSL error (kivy#2205) * Remove superfluous recipes fixes (kivy#2202) * Add tests for hostpython3 recipe (kivy#2196) * Fix for 'cannot find setuptools module' (kivy#2195) * Rename `Hostpython3Recipe` class to camel case (kivy#2194) * Fix `test_should_build` (kivy#2193) * Add initial tests for python3 recipe (kivy#2192) * PythonActivityUtil helper for unpacking data (kivy#2189) * Fixes flake8 errors post update (kivy#2191) * Share PythonUtil.java between bootstraps (kivy#2188) * Java code linting using PMD 6.23.0 (kivy#2187) * Deletes deprecated renpy Python{Activity,Service}.java (kivy#2186) * Removes java concurrency/ folder (kivy#2185) * Reuse common AssetExtract.java (kivy#2182) * Use common Hardware.java (kivy#2183) * Moves kamranzafar/ java directory to common/ (kivy#2184) * Updates release documentation (kivy#2177) * Fixes service only unittest loading (kivy#2181) * Narrows some context manager scopes (kivy#2179) * Downgrades to SDL2 2.0.9 (kivy#2180) * Bump to SDL2 2.0.10 & extract .java from SDL2 tarball (kivy#2113) * Adds pygame recipe (kivy#2164) * Adds macOS install instructions (2165) * Removed python2 support mention from README (kivy#2162) * Adding more assets (kivy#2132) * Get --add-source working for dirs in Gradle builds (kivy#2156) * Fixes python build with macOS venv (kivy#2159)
v2020.04.29 * Fixes sh `_env` should be a dictionary (kivy#2160) * Fix linting for setup.py (kivy#2158) * Show loading screen while unpacking for webview bootstrap (kivy#2153) * Use python3's venv instead of virtualenv (kivy#2152) * When bootstraps were unified, sources moved (kivy#2154) * Update setup.py: add classifiers & python_requires (kivy#2151) * Removes Twisted recipe unit tests from target install (kivy#2147) * Update AndroidManifest.tmpl.xml to support HTTP (kivy#2143) * Simplifies Dockerfile and fix GitHub runner space (kivy#2142) * Update bootstrap.py (kivy#2137) * Android library (kivy#2092) * Fix some code quality and bug-risk issues (kivy#2141) * p4a support for creating aar libraries (kivy#2092) * Bump twisted version to `20.3.0` (kivy#2135) * Auto deploys to PyPI using Travis on tags (kivy#2122) * Fixes code block directives (kivy#2126) * recipe: update 'cryptography' and rm unnecessary dependencies (kivy#2130) * Bumps cffi==1.13.2 fixes under Python 3.8 (kivy#2131) * Fix coveralls error on GitHub Actions (kivy#2129) * bump zeroconf version to 0.24.5, fix depends (kivy#2128) * Install already compiled libraries (kivy#2127) * Fix debug build not resulting in gdb-debuggable build (kivy#1867) * Update recommended NDK version to 19c (kivy#2116) * Unify most of the test apps into `on device unit test app`(kivy#2046) * Minor fixes and cleanup (kivy#2115) * Fixes linting errors in runnable.py (kivy#2114) * Refactor python module into hostpython3/python3 recipes (kivy#2108) * fix for the problem with decorator run_on_ui_thread and the local (kivy#1830) * [recipes] Update harfbuzz to v2.6.4 (kivy#2069) * [recipes] Update freetype & add zlib support (kivy#2068) * Move to python3 `super` calls (kivy#2106) * Drop Python 2 support (kivy#2105)
PreviousNext