|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v2023.05.21](https://github.com/kivy/python-for-android/tree/v2023.05.21) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/kivy/python-for-android/compare/v2023.02.10...v2023.05.21) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- python [\#2795](https://github.com/kivy/python-for-android/issues/2795) |
| 10 | +- Create APK from PyQt app [\#2794](https://github.com/kivy/python-for-android/issues/2794) |
| 11 | +- psutil/\_psutil\_linux.so" is 64-bit instead of 32-bit [\#2785](https://github.com/kivy/python-for-android/issues/2785) |
| 12 | +- pythonforandroid.toolchain.py: error: unrecognized arguments: --dir [\#2775](https://github.com/kivy/python-for-android/issues/2775) |
| 13 | +- App [\#2774](https://github.com/kivy/python-for-android/issues/2774) |
| 14 | +- org.kivy.android.PythonActivity$NewIntentListener is not visible from class loader java.lang.IllegalArgumentException [\#2770](https://github.com/kivy/python-for-android/issues/2770) |
| 15 | +- Service don t start anymore, as smallIconName extra is now mandatory [\#2768](https://github.com/kivy/python-for-android/issues/2768) |
| 16 | +- Start a background sticky service that auto-restart. [\#2767](https://github.com/kivy/python-for-android/issues/2767) |
| 17 | +- Fail installation [\#2764](https://github.com/kivy/python-for-android/issues/2764) |
| 18 | +- Python exception when using colorlog due to incomplete IO implementation in sys.stderr [\#2762](https://github.com/kivy/python-for-android/issues/2762) |
| 19 | +- AttributeError: 'org.kivy.android.PythonService' object has no attribute 'getComponentName' [\#2760](https://github.com/kivy/python-for-android/issues/2760) |
| 20 | +- https://code.videolan.org not available [\#2758](https://github.com/kivy/python-for-android/issues/2758) |
| 21 | +- Cannot install Python-for-Android [\#2754](https://github.com/kivy/python-for-android/issues/2754) |
| 22 | +- c/\_cffi\_backend.c:407:23: error: expression is not assignable [\#2753](https://github.com/kivy/python-for-android/issues/2753) |
| 23 | +- not install [\#2749](https://github.com/kivy/python-for-android/issues/2749) |
| 24 | +- APK crashes upon launch. logcat error: null pointer dereference \(occurs with imported modules\) [\#2358](https://github.com/kivy/python-for-android/issues/2358) |
| 25 | +- Error occured while building the aplication using buildozer [\#2104](https://github.com/kivy/python-for-android/issues/2104) |
| 26 | +- "Could Not Extract Public Data" Needs very explicit instructions or feedback to the user [\#260](https://github.com/kivy/python-for-android/issues/260) |
| 27 | + |
| 28 | +**Merged pull requests:** |
| 29 | + |
| 30 | +- Update Kivy recipe for 2.2.0 [\#2793](https://github.com/kivy/python-for-android/pull/2793) ([misl6](https://github.com/misl6)) |
| 31 | +- Update `pyjnius` version to `1.5.0` [\#2791](https://github.com/kivy/python-for-android/pull/2791) ([misl6](https://github.com/misl6)) |
| 32 | +- fix tools/liblink: syntax error [\#2771](https://github.com/kivy/python-for-android/pull/2771) ([SomberNight](https://github.com/SomberNight)) |
| 33 | +- fix \#2768 smallIconName null can t be compared to String [\#2769](https://github.com/kivy/python-for-android/pull/2769) ([brvier](https://github.com/brvier)) |
| 34 | +- android\_api to integer [\#2765](https://github.com/kivy/python-for-android/pull/2765) ([kuzeyron](https://github.com/kuzeyron)) |
| 35 | +- Use io.IOBase for LogFile [\#2763](https://github.com/kivy/python-for-android/pull/2763) ([dylanmccall](https://github.com/dylanmccall)) |
| 36 | +- Home app functionality [\#2761](https://github.com/kivy/python-for-android/pull/2761) ([kuzeyron](https://github.com/kuzeyron)) |
| 37 | +- Add debug loggings for identifying a matching dist [\#2751](https://github.com/kivy/python-for-android/pull/2751) ([BitcoinWukong](https://github.com/BitcoinWukong)) |
| 38 | +- Add PyAV recipe [\#2750](https://github.com/kivy/python-for-android/pull/2750) ([DexerBR](https://github.com/DexerBR)) |
| 39 | +- Merge master into develop [\#2748](https://github.com/kivy/python-for-android/pull/2748) ([misl6](https://github.com/misl6)) |
| 40 | +- Add support for Python 3.10 and make it the default while building hostpython3 and python3 [\#2577](https://github.com/kivy/python-for-android/pull/2577) ([misl6](https://github.com/misl6)) |
| 41 | + |
| 42 | + |
3 | 43 | ## [v2023.02.10](https://github.com/kivy/python-for-android/tree/v2023.02.10) (2023-02-10)
|
4 | 44 |
|
5 | 45 | [Full Changelog](https://github.com/kivy/python-for-android/compare/v2023.01.28...v2023.02.10)
|
|
0 commit comments