refactor(settings): remove color customization lock and add thank you button (#252)

This commit is contained in:
Naveen Singh
2025-08-25 04:02:37 +05:30
committed by GitHub
parent f68fe061e0
commit 31d4fdbf4f
3 changed files with 6 additions and 2 deletions

View File

@@ -2,5 +2,4 @@
<resources>
<bool name="show_donate_in_about">false</bool>
<bool name="hide_google_relations">false</bool>
<bool name="hide_all_external_links">true</bool>
</resources>

View File

@@ -63,6 +63,11 @@
android:layout_height="wrap_content"
android:text="@string/general_settings" />
<org.fossify.commons.views.PurchaseThankYouItem
android:id="@+id/settings_purchase_thank_you_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<RelativeLayout
android:id="@+id/settings_use_english_holder"
style="@style/SettingsHolderSwitchStyle"

View File

@@ -8,7 +8,7 @@ detektCompose = "0.4.27"
androidx-swiperefreshlayout = "1.1.0"
androidx-documentfile = "1.1.0"
#Fossify
commons = "4.4.2"
commons = "5.0.0"
#Other
autofittextview = "0.2.1"
gestureviews = "2.8.3"