| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-23 | 2.6 kB | |
| v2024.01.21 source code.tar.gz | 2024-01-23 | 1.3 MB | |
| v2024.01.21 source code.zip | 2024-01-23 | 1.6 MB | |
| Totals: 3 Items | 2.9 MB | 6 | |
What's Changed
- Update Lottie player version by @HugoDaniel in https://github.com/kivy/python-for-android/pull/2900
- Add doc tests, make them pass. by @Julian-O in https://github.com/kivy/python-for-android/pull/2890
- Remove
distutilsusage, as is not available anymore on Python3.12by @misl6 in https://github.com/kivy/python-for-android/pull/2912 - enable json1 extenstion in sqlite3 by @HyTurtle in https://github.com/kivy/python-for-android/pull/2915
- Bump
pyjniusversion to1.6.1by @misl6 in https://github.com/kivy/python-for-android/pull/2914 - Add (now mandatory)
.readthedocs.yamlfile, add docsrequirements.txtand update sphinx conf by @misl6 in https://github.com/kivy/python-for-android/pull/2916 - Introduce FAQ by @Julian-O in https://github.com/kivy/python-for-android/pull/2917
- Update Android gradle plugin to
8.1.1and gradle to8.0.2by @misl6 in https://github.com/kivy/python-for-android/pull/2887 - Add support for Python
3.11and make it the default while buildinghostpython3andpython3by @T-Dynamos in https://github.com/kivy/python-for-android/pull/2850 - Update
python-for-androidprerequisites (Dockerfile,prerequisites.py, docs) by @misl6 in https://github.com/kivy/python-for-android/pull/2923 - Remove redundant append into WHITELIST_PATTERNS by @shyamnathp in https://github.com/kivy/python-for-android/pull/2935
- Update Contributing Guidelines and Readme by @Julian-O in https://github.com/kivy/python-for-android/pull/2922
sourceCompatibility1.7 andtargetCompatibility1.7 are obsolete, use 1.8 by default by @misl6 in https://github.com/kivy/python-for-android/pull/2942- Update sdl2 deps to reflect the same targeted in kivy/kivy by @misl6 in https://github.com/kivy/python-for-android/pull/2927
- Initial support for PySide6 and Qt by @shyamnathp in https://github.com/kivy/python-for-android/pull/2918
- Bump Kivy version to
2.3.0by @misl6 in https://github.com/kivy/python-for-android/pull/2952 - Update OpenSSL version to
1.1.1wby @prolenodev in https://github.com/kivy/python-for-android/pull/2958 - Release 2024.01.21 by @misl6 in https://github.com/kivy/python-for-android/pull/2959
New Contributors
- @HugoDaniel made their first contribution in https://github.com/kivy/python-for-android/pull/2900
- @shyamnathp made their first contribution in https://github.com/kivy/python-for-android/pull/2935
- @prolenodev made their first contribution in https://github.com/kivy/python-for-android/pull/2958
Full Changelog: https://github.com/kivy/python-for-android/compare/v2023.09.16...v2024.01.21