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
iOS/Android fixes and new environment variables (#130)
* iOS packaging match both something.*.so and something.so
* Configure NATIVE_LIBRARY_DIR and MAIN_ACTIVITY_CLASS_NAME env vars
* Added com.flet.serious_python_android.PythonActivity
* Changed behavior of SERIOUS_PYTHON_ALLOW_SOURCE_DISTRIBUTIONS
* run_example update
* Version bumped to 0.8.6
* Updated changlelog
Copy file name to clipboardExpand all lines: src/serious_python/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 0.8.6
2
+
3
+
* Added `com.flet.serious_python_android.PythonActivity` holder class with `mActivity` holding a reference to an app MainActivity. Needed for `plyer`.
4
+
* Android plugin sets `MAIN_ACTIVITY_HOST_CLASS_NAME` environment variable with the name of activity holder class name (`com.flet.serious_python_android.PythonActivity`).
5
+
* Android plugin sets `MAIN_ACTIVITY_CLASS_NAME` environment variable with a class name of an app MainActivity.
6
+
* Android plugin sets `ANDROID_NATIVE_LIBRARY_DIR` environment variable with the path to a directory containing app .so libraries. Needed for patching `ctypes.find_library`.
7
+
* Changed behavior of `SERIOUS_PYTHON_ALLOW_SOURCE_DISTRIBUTIONS` environment variable that should contain a comma-separated list of packages to allow installation from source distribution.
8
+
* Fixed: iOS `site-packages` to `xcframeworks` migration script supports both `library.so` and `library.{something}.so`.
9
+
1
10
## 0.8.5
2
11
3
12
* Added Java `loadLibrary` to Android plugin to support `pyjnius` ([#128](https://github.com/flet-dev/serious-python/issues/128)).
0 commit comments