Skip to content

Commit 31d4fdb

Browse files
authored
refactor(settings): remove color customization lock and add thank you button (#252)
1 parent f68fe06 commit 31d4fdb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/src/gplay/res/values/bools.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<resources>
33
<bool name="show_donate_in_about">false</bool>
44
<bool name="hide_google_relations">false</bool>
5-
<bool name="hide_all_external_links">true</bool>
65
</resources>

app/src/main/res/layout/activity_settings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
android:layout_height="wrap_content"
6464
android:text="@string/general_settings" />
6565

66+
<org.fossify.commons.views.PurchaseThankYouItem
67+
android:id="@+id/settings_purchase_thank_you_holder"
68+
android:layout_width="match_parent"
69+
android:layout_height="wrap_content"/>
70+
6671
<RelativeLayout
6772
android:id="@+id/settings_use_english_holder"
6873
style="@style/SettingsHolderSwitchStyle"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ detektCompose = "0.4.27"
88
androidx-swiperefreshlayout = "1.1.0"
99
androidx-documentfile = "1.1.0"
1010
#Fossify
11-
commons = "4.4.2"
11+
commons = "5.0.0"
1212
#Other
1313
autofittextview = "0.2.1"
1414
gestureviews = "2.8.3"

0 commit comments

Comments
 (0)