Add ability to install jar versions of extensions (#2182)

* Install JARs directly

* Changelog

* Return pkgName for extension install

* Lint

* Utility function

* Remove test function

* Optimize imports

* Improvements and fixes

* Simplify installExtension

* Fix memory leak on APK extension install

* Commonize installExtension function

* Delete unused function

* TextExtensionCompatibility fix

* Lint
This commit is contained in:
Mitchell Syer
2026-07-13 14:21:08 -04:00
committed by GitHub
parent b0bc8c6fb3
commit d34a486dca
18 changed files with 753 additions and 297 deletions

View File

@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased] (Preview)
### Added
- .
- (**Extension**) Add ability to install jar versions of extensions
### Changed
- .