Loading app/src/main/java/foundation/e/apps/data/application/downloadInfo/DownloadInfoApiImpl.kt +1 −8 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ class DownloadInfoApiImpl @Inject constructor( } Origin.GITLAB -> { updateDownloadInfoFromGitlab(appInstall, list) return // nothing to do as downloadURLList is already set } } Loading Loading @@ -102,13 +102,6 @@ class DownloadInfoApiImpl @Inject constructor( appInstall.signature = downloadInfo?.download_data?.signature ?: "" } private suspend fun updateDownloadInfoFromGitlab( appInstall: AppInstall, list: MutableList<String> ) { // TODO } override suspend fun getOSSDownloadInfo(id: String, version: String?) = (appSources.cleanApkAppsRepo as CleanApkDownloadInfoFetcher) .getDownloadInfo(id, version) Loading app/src/main/java/foundation/e/apps/install/workmanager/AppInstallProcessor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ class AppInstallProcessor @Inject constructor( it.contentRating = application.contentRating } if (appInstall.type == Type.PWA) { if (appInstall.type == Type.PWA || application.isSystemApp) { appInstall.downloadURLList = mutableListOf(application.url) } Loading Loading
app/src/main/java/foundation/e/apps/data/application/downloadInfo/DownloadInfoApiImpl.kt +1 −8 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ class DownloadInfoApiImpl @Inject constructor( } Origin.GITLAB -> { updateDownloadInfoFromGitlab(appInstall, list) return // nothing to do as downloadURLList is already set } } Loading Loading @@ -102,13 +102,6 @@ class DownloadInfoApiImpl @Inject constructor( appInstall.signature = downloadInfo?.download_data?.signature ?: "" } private suspend fun updateDownloadInfoFromGitlab( appInstall: AppInstall, list: MutableList<String> ) { // TODO } override suspend fun getOSSDownloadInfo(id: String, version: String?) = (appSources.cleanApkAppsRepo as CleanApkDownloadInfoFetcher) .getDownloadInfo(id, version) Loading
app/src/main/java/foundation/e/apps/install/workmanager/AppInstallProcessor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ class AppInstallProcessor @Inject constructor( it.contentRating = application.contentRating } if (appInstall.type == Type.PWA) { if (appInstall.type == Type.PWA || application.isSystemApp) { appInstall.downloadURLList = mutableListOf(application.url) } Loading