Move apk module to apk-ng

In preparation to preserve the existing old apk module codebase so
that the old implementation can live side-by-side the next generation.
This commit is contained in:
topjohnwu
2026-03-16 03:25:47 -07:00
parent 6242a605f5
commit 62c6ab8c0a
116 changed files with 96 additions and 12 deletions
@@ -1014,7 +1014,7 @@ private fun ManagerInstallComposableDialog(
text = stringResource(CoreR.string.install),
onClick = {
showDialog.value = false
DownloadEngine.startWithActivity(activity, activity.extension, Subject.App())
DownloadEngine.startWithActivity(activity, Subject.App())
},
modifier = Modifier.weight(1f),
colors = ButtonDefaults.textButtonColorsPrimary()
@@ -119,7 +119,7 @@ fun ModuleScreen(viewModel: ModuleViewModel) {
onDownload = { install ->
showOnlineDialog.value = false
DownloadEngine.startWithActivity(
activity, activity.extension,
activity,
OnlineModuleSubject(pendingOnlineModule!!, install)
)
pendingOnlineModule = null

Some files were not shown because too many files have changed in this diff Show More