Rework updates check & install setup

Merge updates checking logic into UpdateWorker and move trigger
methods to UpdateHelper class, similar to how DownloadHelper works.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-10-19 16:16:00 +05:30
parent 2e98e33847
commit 0eb58a4e9e
16 changed files with 348 additions and 277 deletions

View File

@@ -23,8 +23,6 @@ object Constants {
const val PARCEL_DOWNLOAD = "PARCEL_DOWNLOAD"
const val APP_ID = "com.aurora.store"
const val URL_TOS = "https://play.google.com/about/play-terms/"
const val URL_LICENSE = "https://gitlab.com/AuroraOSS/AuroraStore/blob/master/LICENSE"
const val URL_DISCLAIMER = "https://gitlab.com/AuroraOSS/AuroraStore/blob/master/DISCLAIMER.md"