|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v2023.09.16](https://github.com/kivy/python-for-android/tree/v2023.09.16) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/kivy/python-for-android/compare/v2023.05.21...v2023.09.16) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Microphone And Audio permissions doesn't work [\#2889](https://github.com/kivy/python-for-android/issues/2889) |
| 10 | +- Error with Scipy [\#2883](https://github.com/kivy/python-for-android/issues/2883) |
| 11 | +- Download failed \( Downloading sqlite3 from https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip \) during buildozer -v andriod debug [\#2881](https://github.com/kivy/python-for-android/issues/2881) |
| 12 | +- ONNXruntime lib open failed due to 64-bit [\#2880](https://github.com/kivy/python-for-android/issues/2880) |
| 13 | +- Question: how to write a recipe to download and install\(coz build fail\) a wheel package directly? [\#2878](https://github.com/kivy/python-for-android/issues/2878) |
| 14 | +- Impossible to install python for android [\#2867](https://github.com/kivy/python-for-android/issues/2867) |
| 15 | +- scipy with kivy [\#2861](https://github.com/kivy/python-for-android/issues/2861) |
| 16 | +- False positve parser warning. [\#2856](https://github.com/kivy/python-for-android/issues/2856) |
| 17 | +- After successfully building app, its crashes with this error, using firebase-admin [\#2854](https://github.com/kivy/python-for-android/issues/2854) |
| 18 | +- Kivy [\#2837](https://github.com/kivy/python-for-android/issues/2837) |
| 19 | +- not installing on windows 10 [\#2836](https://github.com/kivy/python-for-android/issues/2836) |
| 20 | +- Could not find com.android.tools.build:gradle:7.2.0. in android studio [\#2834](https://github.com/kivy/python-for-android/issues/2834) |
| 21 | +- vlc recipe build fail [\#2822](https://github.com/kivy/python-for-android/issues/2822) |
| 22 | +- mysqldb recipe build fail [\#2813](https://github.com/kivy/python-for-android/issues/2813) |
| 23 | +- babel recipe build fail [\#2803](https://github.com/kivy/python-for-android/issues/2803) |
| 24 | +- Python 3.10 cffi build fails [\#2799](https://github.com/kivy/python-for-android/issues/2799) |
| 25 | +- \[Recipe request\] OpenColorIO & rawpy \(libraw\) [\#2789](https://github.com/kivy/python-for-android/issues/2789) |
| 26 | +- Longer app load time, bigger apk size and unnecessary logs [\#2704](https://github.com/kivy/python-for-android/issues/2704) |
| 27 | +- -fp-model argument not found, directory strict not found [\#2329](https://github.com/kivy/python-for-android/issues/2329) |
| 28 | +- Kivy crashes on Android: ImportError: dlopen failed: library "libpython3.7m.so" not found [\#2237](https://github.com/kivy/python-for-android/issues/2237) |
| 29 | +- pyconfig.h issue [\#2074](https://github.com/kivy/python-for-android/issues/2074) |
| 30 | + |
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Use Python's touch\(\) rather than shelling out. [\#2886](https://github.com/kivy/python-for-android/pull/2886) ([Julian-O](https://github.com/Julian-O)) |
| 34 | +- Standardise on move [\#2884](https://github.com/kivy/python-for-android/pull/2884) ([Julian-O](https://github.com/Julian-O)) |
| 35 | +- Remove deprecated FlatDir in Gradle template [\#2876](https://github.com/kivy/python-for-android/pull/2876) ([Julian-O](https://github.com/Julian-O)) |
| 36 | +- :rotating\_light: linter fixes [\#2874](https://github.com/kivy/python-for-android/pull/2874) ([AndreMiras](https://github.com/AndreMiras)) |
| 37 | +- Standardise ensure\_dir and rmdir [\#2871](https://github.com/kivy/python-for-android/pull/2871) ([Julian-O](https://github.com/Julian-O)) |
| 38 | +- Correct check for --sdk option [\#2870](https://github.com/kivy/python-for-android/pull/2870) ([Julian-O](https://github.com/Julian-O)) |
| 39 | +- Python versions: Update documentation & CI testing [\#2869](https://github.com/kivy/python-for-android/pull/2869) ([Julian-O](https://github.com/Julian-O)) |
| 40 | +- Patching cleanup [\#2868](https://github.com/kivy/python-for-android/pull/2868) ([Julian-O](https://github.com/Julian-O)) |
| 41 | +- Factor out dependency checking. Use modern version handling [\#2866](https://github.com/kivy/python-for-android/pull/2866) ([Julian-O](https://github.com/Julian-O)) |
| 42 | +- `build_platform` should be all-lowercase [\#2864](https://github.com/kivy/python-for-android/pull/2864) ([misl6](https://github.com/misl6)) |
| 43 | +- Fix simple typos in comments [\#2863](https://github.com/kivy/python-for-android/pull/2863) ([Julian-O](https://github.com/Julian-O)) |
| 44 | +- Use a pinned version of `Cython` for now, as most of the recipes are incompatible with `Cython==3.x.x` [\#2862](https://github.com/kivy/python-for-android/pull/2862) ([misl6](https://github.com/misl6)) |
| 45 | +- Docs: Fix typos and updated command to build apk - README [\#2860](https://github.com/kivy/python-for-android/pull/2860) ([kulothunganug](https://github.com/kulothunganug)) |
| 46 | +- Docs: Fix code string - quickstart.rst [\#2859](https://github.com/kivy/python-for-android/pull/2859) ([kulothunganug](https://github.com/kulothunganug)) |
| 47 | +- Automatically generate required pre-requisites [\#2858](https://github.com/kivy/python-for-android/pull/2858) ([Julian-O](https://github.com/Julian-O)) |
| 48 | +- Use platform.uname instead of os.uname [\#2857](https://github.com/kivy/python-for-android/pull/2857) ([Julian-O](https://github.com/Julian-O)) |
| 49 | +- Bump `kivy` version to `2.2.1` [\#2855](https://github.com/kivy/python-for-android/pull/2855) ([misl6](https://github.com/misl6)) |
| 50 | +- Correct sys\_platform [\#2852](https://github.com/kivy/python-for-android/pull/2852) ([Julian-O](https://github.com/Julian-O)) |
| 51 | +- Changed the url to use https as http fails [\#2846](https://github.com/kivy/python-for-android/pull/2846) ([kuzeyron](https://github.com/kuzeyron)) |
| 52 | +- vlc: fix build [\#2841](https://github.com/kivy/python-for-android/pull/2841) ([T-Dynamos](https://github.com/T-Dynamos)) |
| 53 | +- Optimize CI runs, by avoiding unnecessary rebuilds [\#2833](https://github.com/kivy/python-for-android/pull/2833) ([misl6](https://github.com/misl6)) |
| 54 | +- Remove `pytz` recipe, as it's not needed anymore [\#2830](https://github.com/kivy/python-for-android/pull/2830) ([misl6](https://github.com/misl6)) |
| 55 | +- Remove `dateutil` recipe, as it's not needed anymore [\#2829](https://github.com/kivy/python-for-android/pull/2829) ([misl6](https://github.com/misl6)) |
| 56 | +- Removes `mysqldb` recipe as does not support Python 3 [\#2828](https://github.com/kivy/python-for-android/pull/2828) ([misl6](https://github.com/misl6)) |
| 57 | +- Bump `actions/setup-python` and `actions/checkout` versions, as old ones are deprecated [\#2827](https://github.com/kivy/python-for-android/pull/2827) ([misl6](https://github.com/misl6)) |
| 58 | +- Removes `Babel` recipe as it's not needed anymore. [\#2826](https://github.com/kivy/python-for-android/pull/2826) ([misl6](https://github.com/misl6)) |
| 59 | +- Cffi update [\#2800](https://github.com/kivy/python-for-android/pull/2800) ([HyTurtle](https://github.com/HyTurtle)) |
| 60 | +- Merge master into develop [\#2797](https://github.com/kivy/python-for-android/pull/2797) ([misl6](https://github.com/misl6)) |
| 61 | +- Use build rather than pep517 for building [\#2784](https://github.com/kivy/python-for-android/pull/2784) ([s-t-e-v-e-n-k](https://github.com/s-t-e-v-e-n-k)) |
| 62 | + |
3 | 63 | ## [v2023.05.21](https://github.com/kivy/python-for-android/tree/v2023.05.21)
|
4 | 64 |
|
5 | 65 | [Full Changelog](https://github.com/kivy/python-for-android/compare/v2023.02.10...v2023.05.21)
|
|
0 commit comments