diff --git a/app/src/main/java/com/fox2code/mmm/SetupActivity.java b/app/src/main/java/com/fox2code/mmm/SetupActivity.java index 7f8e6cf..fa51173 100644 --- a/app/src/main/java/com/fox2code/mmm/SetupActivity.java +++ b/app/src/main/java/com/fox2code/mmm/SetupActivity.java @@ -96,7 +96,7 @@ public class SetupActivity extends FoxActivity implements LanguageActivity { ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_magisk_alt_repo))).setChecked(BuildConfig.ENABLED_REPOS.contains("magisk_alt_repo")); // On debug builds, log when a switch is toggled if (BuildConfig.DEBUG) { - ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_background_update_check))).setOnCheckedChangeListener((buttonView, isChecked) -> Timber.i("Background Update Check: %s", isChecked)); + ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_background_update_check))).setOnCheckedChangeListener((buttonView, isChecked) -> Timber.i("Automatic update Check: %s", isChecked)); ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_crash_reporting))).setOnCheckedChangeListener((buttonView, isChecked) -> Timber.i("Crash Reporting: %s", isChecked)); ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_androidacy_repo))).setOnCheckedChangeListener((buttonView, isChecked) -> Timber.i("Androidacy Repo: %s", isChecked)); ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_magisk_alt_repo))).setOnCheckedChangeListener((buttonView, isChecked) -> Timber.i("Magisk Alt Repo: %s", isChecked)); @@ -179,7 +179,7 @@ public class SetupActivity extends FoxActivity implements LanguageActivity { // get instance of editor SharedPreferences.Editor editor = prefs.edit(); editor.putBoolean("first_time_setup_done", false); - // Set the background update check pref + // Set the Automatic update check pref editor.putBoolean("pref_background_update_check", ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_background_update_check))).isChecked()); // Set the crash reporting pref editor.putBoolean("pref_crash_reporting", ((MaterialSwitch) Objects.requireNonNull(view.findViewById(R.id.setup_crash_reporting))).isChecked()); @@ -218,7 +218,7 @@ public class SetupActivity extends FoxActivity implements LanguageActivity { } // Log the changes if debug if (BuildConfig.DEBUG) { - Timber.d("Background update check: %s", prefs.getBoolean("pref_background_update_check", false)); + Timber.d("Automatic update check: %s", prefs.getBoolean("pref_background_update_check", false)); Timber.i("Crash reporting: %s", prefs.getBoolean("pref_crash_reporting", false)); } // Restart the activity diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2281a48..b0da650 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -184,7 +184,7 @@ API key has been changed. Restart the app to apply changes. The API key you input is the same as the one already in use. Allow notifications? - We need the notifications permission to notify you on app and module updates. If you don\'t grant this permission, background update checks will not run. + We need the notifications permission to notify you on app and module updates. If you don\'t grant this permission, Automatic update checks will not run. Grant permission Please enable notifications to enable this option. Don\'t ask again @@ -224,7 +224,7 @@ First time setup Welcome! This app will help you install and manage Magisk modules. To get started, please select the options below. These and more can be configured from settings later. Finish setup - Background update check + Automatic update check Allow us to check for module and app updates in the background. This feature may use more battery and data. Enable the Androidacy repo Features user reviews, automatic virus scans, fast updates, a wide selection, and is backed by Androidacy.