- Renamed the package Name

- Update some features
- Fix some bugs
This commit is contained in:
2026-03-08 11:39:00 +01:00
parent d5789bb124
commit 24ff71b1fa
70 changed files with 421 additions and 439 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
android:fontFamily="monospace"
android:textSize="16sp"
android:inputType="textNoSuggestions|textMultiLine"
tools:ignore="Autofill,LabelFor" />
tools:ignore="Autofill,LabelFor,Speakable" />
<TextView
android:id="@+id/fingerprint_error"
+3 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<nya.kitsunyan.foxydroid.widget.FragmentLinearLayout
<com.michatec.store.widget.FragmentLinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -13,7 +13,7 @@
android:background="?android:attr/colorPrimary"
android:elevation="4dp">
<nya.kitsunyan.foxydroid.widget.Toolbar
<com.michatec.store.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -33,4 +33,4 @@
android:layout_weight="1"
android:background="?android:attr/colorBackground" />
</nya.kitsunyan.foxydroid.widget.FragmentLinearLayout>
</com.michatec.store.widget.FragmentLinearLayout>
@@ -66,6 +66,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_gravity="bottom"
android:text="@string/website"
style="@android:style/Widget.Material.Button" />
</LinearLayout>
+1 -1
View File
@@ -15,7 +15,7 @@
<FrameLayout
android:id="@+id/section_layout"
android:layout_width="match_parent"
android:layout_height="0dp">
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/section_change"
+1 -1
View File
@@ -10,7 +10,7 @@
<string name="always">Always</string>
<string name="anti_features">Anti-features</string>
<string name="application">Application</string>
<string name="application_name" translatable="false">Foxy Droid</string>
<string name="application_name" translatable="false">Store</string>
<string name="application_not_found">Application not found</string>
<string name="author_email">Author email</string>
<string name="author_website">Author website</string>