Rename package to com.machaiv3lli.fdroid

This commit is contained in:
machiav3lli
2022-07-05 03:21:35 +02:00
parent b8deae87ea
commit c482580686
126 changed files with 689 additions and 684 deletions

View File

@ -5,7 +5,7 @@
android:id="@+id/toolbar_search"
android:icon="@drawable/ic_search"
android:title="@string/search"
app:actionViewClass="com.looker.droidify.widget.FocusSearchView"
app:actionViewClass="com.machiav3lli.fdroid.widget.FocusSearchView"
app:showAsAction="always|collapseActionView" />
<item

View File

@ -1,21 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
app:startDestination="@id/exploreTab">
<fragment
android:id="@+id/exploreTab"
android:name="com.looker.droidify.ui.fragments.ExploreFragment"
tools:layout="@layout/fragment_explore_x" />
android:name="com.machiav3lli.fdroid.ui.fragments.ExploreFragment" />
<fragment
android:id="@+id/latestTab"
android:name="com.looker.droidify.ui.fragments.LatestFragment"
tools:layout="@layout/fragment_latest_x" />
android:name="com.machiav3lli.fdroid.ui.fragments.LatestFragment" />
<fragment
android:id="@+id/installedTab"
android:name="com.looker.droidify.ui.fragments.InstalledFragment"
tools:layout="@layout/fragment_installed_x" />
android:name="com.machiav3lli.fdroid.ui.fragments.InstalledFragment" />
</navigation>

View File

@ -6,21 +6,20 @@
<fragment
android:id="@+id/userTab"
android:name="com.looker.droidify.ui.fragments.PrefsUserFragment"
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUserFragment"
tools:layout="@layout/fragment_prefs" />
<fragment
android:id="@+id/updateTab"
android:name="com.looker.droidify.ui.fragments.PrefsUpdatesFragment"
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUpdatesFragment"
tools:layout="@layout/fragment_prefs" />
<fragment
android:id="@+id/reposTab"
android:name="com.looker.droidify.ui.fragments.PrefsRepositoriesFragment"
tools:layout="@layout/fragment_repositories_x" />
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsRepositoriesFragment" />
<fragment
android:id="@+id/otherTab"
android:name="com.looker.droidify.ui.fragments.PrefsOtherFragment"
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsOtherFragment"
tools:layout="@layout/fragment_prefs" />
</navigation>