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:
oxmc
2026-06-15 01:26:27 -07:00
parent d8539affdd
commit 2ef798acff
12 changed files with 77 additions and 78 deletions

View File

@@ -8,9 +8,9 @@
<string name="app_name">Setup Wizard</string>
<string name="os_name" translatable="false">PawletOS</string>
<string name="lineage_wizard_script_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/lineage_wizard_script</string>
<string name="lineage_wizard_script_user_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/lineage_wizard_script_user</string>
<string name="lineage_wizard_script_managed_profile_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/lineage_wizard_script_managed_profile</string>
<string name="pawlet_wizard_script_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script</string>
<string name="pawlet_wizard_script_user_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script_user</string>
<string name="pawlet_wizard_script_managed_profile_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script_managed_profile</string>
<string name="activity_label_empty" />
@@ -54,17 +54,17 @@
<string name="location_agps_access_summary">When location is on, <b>download satellite assistance data from the internet</b>, which can greatly improve the GPS startup performance.</string>
<!-- Recovery update page -->
<string name="update_recovery_title">Update Lineage Recovery</string>
<string name="update_recovery_description">Updates Lineage Recovery on first boot subsequent to every update.</string>
<string name="update_recovery_title">Update Recovery</string>
<string name="update_recovery_description">Updates the recovery partition on first boot subsequent to every update.</string>
<string name="update_recovery_warning">Recovery will be updated as soon as you finish the setup. If you wish to keep it intact, disable this feature.</string>
<string name="update_recovery_setting">Update Lineage Recovery alongside the OS</string>
<string name="update_recovery_setting">Update recovery alongside the OS</string>
<string name="update_recovery_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
<!-- LineageOS features page -->
<string name="setup_services">LineageOS features</string>
<!-- PawletOS features page -->
<string name="setup_services">PawletOS features</string>
<string name="services_pp_explanation">These services work for you to extend the capabilities of your device. Data will be used in accordance with <xliff:g id="name" example="LineageOS">%1$s</xliff:g>\'s privacy policy.</string>
<string name="services_find_privacy_policy">You can read the privacy policy on another device by visiting <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
<string name="services_privacy_policy_uri" translatable="false">https://lineageos.org/legal</string>
<string name="services_privacy_policy_uri" translatable="false">https://pawletos.oxmc.me/legal</string>
<string name="services_help_improve_cm">Help improve <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> by automatically sending diagnostic and usage data to <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. This information cant be used to identify you and lends a hand to teams working on things like battery life, app performance, and new <xliff:g id="name" example="LineageOS">%3$s</xliff:g> features.</string>
<string name="services_os_nav_keys_label"><b>Use on screen navigation keys</b> instead of hardware keys.</string>