You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #2796 from misl6/release-2023.05.21
* Add support for Python 3.10 and make it the default while building hostpython3 and python3 (#2577)
* Add support for Python 3.10 and make it the default while building hostpython3 and python3
* Update bugfix version
* Add PyAV recipe (#2750)
* pyav recipe
* flake8 fix
* Update pythonforandroid/recipes/av/__init__.py
Co-authored-by: Andre Miras <[email protected]>
---------
Co-authored-by: Andre Miras <[email protected]>
* Add debug loggings for identifying a matching dist (#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 (#2761)
* Home app functionality
* Cleanup
* Added --home-app to the docs
* Fixed the if statements within the intent-filter
* Use io.IOBase for LogFile (#2763)
This provides reasonable default implementations for common IO class
methods such as isatty().
Closes#2762.
* android_api to integer (#2765)
* android_api to integer
* changes to android_api
* changes to android_api
* fix#2768 smallIconName null can t be compared to String (#2769)
* fix#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 (#2791)
* Update Kivy recipe for 2.2.0 (#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 <[email protected]>
Co-authored-by: Andre Miras <[email protected]>
Co-authored-by: BitcoinWukong <[email protected]>
Co-authored-by: Mathias Lindström <[email protected]>
Co-authored-by: Dylan McCall <[email protected]>
Co-authored-by: Benoît HERVIER <[email protected]>
Co-authored-by: SomberNight <[email protected]>
- 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)
- 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)
- 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))
- 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))
- 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))
0 commit comments