From 4e780c609a3eebf59a4813a624e1cdeda5b8d453 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sat, 5 Jul 2025 14:20:44 +0530 Subject: [PATCH] add missing bits --- .../BaseFlavouredOnboardingFragment.kt | 4 ---- .../data/receiver/InstallerStatusReceiver.kt | 24 +++++++++++++++++++ .../data/receiver/InstallerStatusReceiver.kt | 24 +++++++++++++++++++ 3 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 app/src/preload/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt create mode 100644 app/src/vanilla/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt diff --git a/app/src/main/java/com/aurora/store/view/ui/onboarding/BaseFlavouredOnboardingFragment.kt b/app/src/main/java/com/aurora/store/view/ui/onboarding/BaseFlavouredOnboardingFragment.kt index 157bfb4a1..565a2623f 100644 --- a/app/src/main/java/com/aurora/store/view/ui/onboarding/BaseFlavouredOnboardingFragment.kt +++ b/app/src/main/java/com/aurora/store/view/ui/onboarding/BaseFlavouredOnboardingFragment.kt @@ -207,10 +207,6 @@ abstract class BaseFlavouredOnboardingFragment : BaseFragment { - // Wrap up the installation process & log error message - } - else -> { } diff --git a/app/src/preload/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt b/app/src/preload/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt new file mode 100644 index 000000000..440a1070d --- /dev/null +++ b/app/src/preload/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt @@ -0,0 +1,24 @@ +/* + * Aurora Store + * Copyright (C) 2021, Rahul Kumar Patel + * + * Aurora Store is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * Aurora Store is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Aurora Store. If not, see . + * + */ +package com.aurora.store.data.receiver + +import dagger.hilt.android.AndroidEntryPoint + +@AndroidEntryPoint +class InstallerStatusReceiver : BaseInstallerStatusReceiver() diff --git a/app/src/vanilla/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt b/app/src/vanilla/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt new file mode 100644 index 000000000..440a1070d --- /dev/null +++ b/app/src/vanilla/java/com/aurora/store/data/receiver/InstallerStatusReceiver.kt @@ -0,0 +1,24 @@ +/* + * Aurora Store + * Copyright (C) 2021, Rahul Kumar Patel + * + * Aurora Store is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * Aurora Store is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Aurora Store. If not, see . + * + */ +package com.aurora.store.data.receiver + +import dagger.hilt.android.AndroidEntryPoint + +@AndroidEntryPoint +class InstallerStatusReceiver : BaseInstallerStatusReceiver()