compose: spoof: Initial migration to compose

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-12-07 20:24:40 +08:00
parent bb9debaec2
commit 28e93b0af7
18 changed files with 562 additions and 527 deletions

View File

@@ -61,11 +61,6 @@
android:name="com.aurora.store.view.ui.all.AppsGamesFragment"
android:label="@string/title_apps_games"
tools:layout="@layout/fragment_generic_with_search" />
<fragment
android:id="@+id/spoofFragment"
android:name="com.aurora.store.view.ui.spoof.SpoofFragment"
android:label="@string/title_spoof_manager"
tools:layout="@layout/fragment_spoof" />
<fragment
android:id="@+id/settingsFragment"
android:name="com.aurora.store.view.ui.preferences.SettingsFragment"

View File

@@ -470,6 +470,7 @@
<string name="checking_updates">Checking for updates</string>
<!-- ForceRestartDialog -->
<string name="force_restart_snack">Restart to apply changes?</string>
<string name="force_restart_title">Restart Aurora Store</string>
<string name="force_restart_summary">Aurora Store needs to be restarted to apply the newly changed settings</string>