8000 Tags · endlessm/python-for-android · GitHub
[go: up one dir, main page]

Skip to content

Tags: endlessm/python-for-android

Tags

v2023.05.21

Toggle v2023.05.21's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>

v2022.09.04-endless9

Toggle v2022.09.04-endless9's commit message

Verified

This commit was signed with the committer’s verified signature.
dylanmccall Dylan McCall
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

v2022.09.04-endless8

Toggle v2022.09.04-endless8's commit message
Restrict sh version to sh>=1.10, <2.0 (kivy#2746)

keep sh version under 2.0 as default behaviour was switched

v2023.02.10

Toggle v2023.02.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2023.01.28

Toggle v2023.01.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kivy#2740 from misl6/release-2023.01.28

Release 2023.01.28

v2022.12.20

Toggle v2022.12.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kivy#2718 from kivy/release-2022.12.20

Release 2022.12.20

v2022.09.04-endless7

Toggle v2022.09.04-endless7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from endlessm/upload-crashlytics-symbol-file

Add task to upload debug symbols

v2022.09.04-endless6

Toggle v2022.09.04-endless6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build.tmpl.gradle

add stripped and unstripped libs dirs
0