Tags: endlessm/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>
Wait for redirects before showing main webview The onPageFinished callback fires when a page is redirected to another one. We can detect if a new page load is started before the previous page is finished, and wait for that new page load to finish. https://phabricator.endlessm.com/T34576
Restrict sh version to sh>=1.10, <2.0 (kivy#2746) keep sh version under 2.0 as default behaviour was switched
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
Update build.tmpl.gradle add stripped and unstripped libs dirs
PreviousNext