Releases: overhangio/tutor-android
v21.0.0
-
[Improvement] Migrate from pylint and black to ruff. (by @Abdul-Muqadim-Arbisoft)
-
[Improvement] Test python package distribution build when running make test. (by @Abdul-Muqadim-Arbisoft)
-
[Improvement] Upgraded Android build configuration to use latest SDK and API versions (
ANDROID_API_LEVEL=36,ANDROID_SDK_VERSION=13114758) to ensure compatibility with the latest Android tools. (by @Abdul-Muqadim-Arbisoft) -
[Bugfix] Fix Android build on Apple Silicon by forcing the base Docker image to use
linux/amd64, ensuring Android SDK and Gradle tools run correctly across all platforms. (by @Abdul-Muqadim-Arbisoft) -
💥[Feature] Upgrade to Ulmo. (by @Abdul-Muqadim-Arbisoft)
v20.0.0
-
[Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft)
- For more details view tutor core PR: overhangio/tutor#1163
-
[Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @DawoudSheraz)
-
💥[Feature] Upgrade to teak. (by @Abdul-Muqadim-Arbisoft)
v19.0.0
- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
v18.0.1
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
- 💥[Feature] Update android image to use Ubuntu
24.04as base OS. (by @Abdul-Muqadim-Arbisoft) - 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
- Rename master to release, as this branch runs the latest official Open edX release tag.
- Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
v18.0.0
- 💥[Feature] Upgrade to redwood (by @DawoudSheraz)
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on
pkg_resources. (by @regisb) - 💥[Feature] Upgrade the deprecated edx-app-android to openedx-app-android. (by @hamza-56)
- [Feature] Update the tutor.yaml configuration to align with the new app’s default settings. See the default configuration here: default_config/prod/config.yaml (by @cmltaWt0).
- [Feature] Enhanced
ANDROID_APP_VERSIONlogic to dynamically set the version based onOPENEDX_COMMON_VERSION: for nightly builds,ANDROID_APP_VERSIONis set to main. For other builds,ANDROID_APP_VERSIONis set to the value ofOPENEDX_COMMON_VERSION. (by @hamza-56)
v17.0.0
- 💥 [Feature] Upgrade to Quince (by @muhammadali286).
- The nightly branch will now build the master branch of the edx-app-android repository. (by @regisb)
- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)