Releases: learningequality/kolibri-installer-android
Releases · learningequality/kolibri-installer-android
v0.1.4
v0.1.3
v0.1.2
v0.1.1
What's Changed
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #198
- Limit progress integers to less than or equal to 10000 by @bjester in #206
- Resolve issues with foreground tasks getting cancelled by @bjester in #207
- Update release workflow to properly self-reference. by @rtibbles in #208
- Update targetSdk to 34. by @rtibbles in #209
- Actually fix release action. by @rtibbles in #210
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- This release delegates all asynchronous task processing to the Android WorkManager API
- All server lifecycle is handled within the lifecycle of the main App
- Python for Android bootstrap has been committed to the repository for easier development
- PyEverywhere has been removed to simplify development process
- Full internationalization of all strings possible to be internationalized
Complete list of PRs
* Add independent buildkite pipeline by @DXCanas in https://github.com//pull/43 * Bringing develop up to date with master by @DXCanas in https://github.com//pull/45 * Wrap pip by @DXCanas in https://github.com//pull/46 * Bringing over fixes in develop to master by @DXCanas in https://github.com//pull/47 * Automatically blocking build by @DXCanas in https://github.com//pull/48 * Bring in Autoblock to Master by @DXCanas in https://github.com//pull/49 * Dev Cache/Build Overhaul by @DXCanas in https://github.com//pull/50 * Using cidfile option to store Container ID by @DXCanas in https://github.com//pull/51 * Switch Kolibri server start to a separate persistent foreground service by @jamalex in https://github.com//pull/52 * Add arch argument to makefile. by @kollivier in https://github.com//pull/56 * Additional optimizations (pre-seed entire kolibri data directory, and blacklist unneeded source files) by @jamalex in https://github.com//pull/53 * Upload any APK produced by Buildkite block, not just release by @jamalex in https://github.com//pull/57 * Add support for 64bit builds via docker and add to Buildkite pipeline by @jamalex in https://github.com//pull/58 * Fix Automated Builds by @DXCanas in https://github.com//pull/64 * Using LE_KOLIBRI_RELEASE envar to conditionalize trigger step. by @DXCanas in https://github.com//pull/66 * Fix symlink issue and update blacklist after style guide changes. by @kollivier in https://github.com//pull/67 * App plugin by @kollivier in https://github.com//pull/68 * Add twisted manhole to provide remote provisioning/debugging shell by @jamalex in https://github.com//pull/71 * Set KOLIBRI_RUN_MODE based on signing key for APK (dev, testing, prod) by @jamalex in https://github.com//pull/72 * Merge develop to master by @jamalex in https://github.com//pull/73 * Re enable non dev builds by @DXCanas in https://github.com//pull/74 * Merge develop to master by @DXCanas in https://github.com//pull/75 * Version Number Fix by @DXCanas in https://github.com//pull/77 * Revert "Make it possible to make non-dev builds via Buildkite" by @DXCanas in https://github.com//pull/78 * Use release-able key rather than defunct "Dev" key by @DXCanas in https://github.com//pull/79 * Default to release-able key during build. by @DXCanas in https://github.com//pull/80 * Update build number to be one larger for 64bit builds by @jamalex in https://github.com//pull/81 * Release develop updates by @jamalex in https://github.com//pull/82 * Patch Django to allow pyc migrations, as p4a deletes the originals by @jamalex in https://github.com//pull/83 * Master into develop by @rtibbles in https://github.com//pull/87 * Use ANDROID_ID for MORANGO_NODE_ID. by @rtibbles in https://github.com//pull/88 * Morango node id update into master by @rtibbles in https://github.com//pull/89 * Update to target API level 30, and prepare for Kolibri 0.15 by @jamalex in https://github.com//pull/91 * Master into develop by @rtibbles in https://github.com//pull/95 * Allow a temporary SSH password to be set over ADB by @jamalex in https://github.com//pull/99 * Master into develop by @rtibbles in https://github.com//pull/100 * Update Android App building and runtime by @rtibbles in https://github.com//pull/101 * Update P4A version. by @rtibbles in https://github.com//pull/110 * Docker fixes by @dbnicholson in https://github.com//pull/107 * Use variables to allow overriding build tools by @dylanmccall in https://github.com//pull/108 * Add make target for AAB build by @dbnicholson in https://github.com//pull/112 * Set the SELinux label on docker bind mounts by @dbnicholson in https://github.com//pull/113 * Upgrade to Python 3.9 by @manuq in https://github.com//pull/115 * Multi arch builds by @dbnicholson in https://github.com//pull/114 * Prototype of new architecture, without work manager API. by @rtibbles in https://github.com//pull/117 * Enable fullscreen for videos by @danigm in https://github.com//pull/116 * Proper cmdline-tools installation by @dbnicholson in https://github.com//pull/118 * Backport: Enable fullscreen for videos by @rtibbles in https://github.com//pull/120 * Master into develop by @rtibbles in https://github.com//pull/121 * Upgrade Python for Android to branch based off latest 2022.09.04 by @rtibbles in https://github.com//pull/125 * Add caching of some Java API call results. by @rtibbles in https://github.com//pull/126 * Refactor context-fetching to serve worker environments by @jamalex in https://github.com//pull/129 * Add SSH tunnel instructions to README by @jamalex in https://github.com//pull/130 * Work manager integration by @rtibbles in https://github.com//pull/119 * Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com//pull/139 * Android Util - Get metered connection status from ConnectivityManager by @nucleogenesis in https://github.com//pull/134 * Bump pre-commit/action from 2.0.0 to 3.0.0 by @dependabot in https://github.com//pull/138 * Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com//pull/135 * Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com//pull/137 * Bump actions/checkout from 2 to 3 by @dependabot in https://github.com//pull/136 * Bump actions/cache from 2 to 3 by @dependabot in https://github.com//pull/140 * Interpreter shutdown by @rtibbles in https://github.com//pull/145 * Create internationalized loading pages from kolibri. by @rtibbles in https://github.com//pull/147 * Add explicit MIT license. by @rtibbles in https://github.com//pull/148 * Build and release pipeline by @rtibbles in https://github.com//pull/152 * Fix command line tools setup by @rtibbles in https://github.com//pull/153 * Intent for remote shell by @jredrejo in https://github.com//pull/154 * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com//pull/155 * Handle tracks with no releases key. by @rtibbles in https://github.com//pull/158 * Tweak logging to avoid repeated logging calls. by @rtibbles in https://github.com//pull/159 * Update target sdk version to 33. by @rtibbles in https://github.com//pull/161 * Integrates quick start for on my own setup by @rtibbles in https://github.com//pull/162 * Do not try to set tasks as expedited when Android does not allow it. by @rtibbles in https://github.com//pull/166 * Remove unneeded default task starting. by @rtibbles in https://github.com/learninge...v0.1.0-beta4
Fixing some version name updates
v0.1.0-beta3
Merge pull request #38 from DXCanas/version-number-improvements Version number improvements