setupwizard: remove all LineageOS branding and references
- Rename LineageSettingsActivity -> PawletSettingsActivity - Rename all LINEAGE_* intent action names to drop the LINEAGE_ prefix (BLUETOOTH_SETUP, WELCOME, LOCALE, SIM_MISSING, NETWORK_SETUP, DATETIME, RESTORE_BACKUP, LOCATION_SETTINGS, RECOVERY_UPDATE, PAWLET_SETTINGS, BIOMETRIC_SETTINGS, LOCKSCREEN_SETTINGS, SETUP_COMPLETE) - Rename lineage_wizard_script* raw resources to pawlet_wizard_script* - Rename setup_lineage_settings layout to setup_pawlet_settings - Update wizard_script.xml and wizard_script_user.xml action names - Fix DeviceSpecificActivity SUW_SETTINGS action to me.pawlet.settings.device - Update user-visible strings: "Lineage Recovery", "LineageOS features" - Update privacy policy URI from lineageos.org to pawletos.oxmc.me
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
@@ -8,50 +8,50 @@
|
||||
wizard:firstAction="bluetooth_setup">
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_BLUETOOTH_SETUP;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.BLUETOOTH_SETUP;end"
|
||||
id="bluetooth_setup">
|
||||
<result wizard:action="welcome" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_WELCOME;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="locale" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCALE;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCALE;end"
|
||||
id="locale">
|
||||
<result wizard:action="sim_missing" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_SIM_MISSING;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.SIM_MISSING;end"
|
||||
id="sim_missing">
|
||||
<result wizard:action="network_setup" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_NETWORK_SETUP;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.NETWORK_SETUP;end"
|
||||
id="network_setup">
|
||||
<result wizard:action="datetime" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_DATETIME;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.DATETIME;end"
|
||||
id="datetime">
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
@@ -63,25 +63,25 @@
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_RECOVERY_UPDATE;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.RECOVERY_UPDATE;end"
|
||||
id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
<result wizard:action="pawlet_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_SETTINGS;end"
|
||||
id="lineage_settings">
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.PAWLET_SETTINGS;end"
|
||||
id="pawlet_settings">
|
||||
<result wizard:action="biometric_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.BIOMETRIC_SETTINGS;end"
|
||||
id="biometric_settings">
|
||||
<result wizard:action="lockscreen_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCKSCREEN_SETTINGS;end"
|
||||
id="lockscreen_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
@@ -99,7 +99,7 @@
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
||||
+5
-5
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2021 The Calyx Institute
|
||||
@@ -9,26 +9,26 @@
|
||||
wizard:firstAction="welcome">
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_WELCOME;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
@@ -8,32 +8,32 @@
|
||||
wizard:firstAction="welcome">
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_WELCOME;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="biometric_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.BIOMETRIC_SETTINGS;end"
|
||||
id="biometric_settings">
|
||||
<result wizard:action="lockscreen_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LOCKSCREEN_SETTINGS;end"
|
||||
id="lockscreen_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
@@ -51,7 +51,7 @@
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
wizard:uri="intent:#Intent;action=me.pawlet.setupwizard.SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
||||
@@ -130,16 +130,16 @@
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_qr_provision_flow" id="qr_provision_flow">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.LINEAGE_RESTORE_BACKUP;end" id="oem_post_setup">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.RESTORE_BACKUP;end" id="oem_post_setup">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.DEVICE_SPECIFIC;end" id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.LINEAGE_RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<result wizard:action="pawlet_settings" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.LINEAGE_SETTINGS;end" id="lineage_settings">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.PAWLET_SETTINGS;end" id="pawlet_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.THEME_SETTINGS;end" id="theme_settings">
|
||||
@@ -148,7 +148,7 @@
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.NAVIGATION_SETTINGS;end" id="navigation_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.SETUP_COMPLETE;end" id="finish">
|
||||
<result wizard:action="exit" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_post_dpm_provision_finalization_flow" id="enterprise_finalization_flow" />
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_user_account_flow" id="no_account_flow">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="oem_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=me.pawlet.setupwizard;action=me.pawlet.setupwizard.SETUP_COMPLETE;end" id="oem_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.KID_POST_SETUP;end" id="kid_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.EXIT;end" id="exit" />
|
||||
<WizardAction id="END_OF_SCRIPT" />
|
||||
|
||||
Reference in New Issue
Block a user