Skip to content

Commit 3707294

Browse files
authored
refactor(settings): remove color customization lock and add thank you button (#208)
1 parent ad0fe01 commit 3707294

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">false</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
@@ -80,6 +80,11 @@
8080
android:layout_height="wrap_content"
8181
android:text="@string/general_settings" />
8282

83+
<org.fossify.commons.views.PurchaseThankYouItem
84+
android:id="@+id/settings_purchase_thank_you_holder"
85+
android:layout_width="match_parent"
86+
android:layout_height="wrap_content"/>
87+
8388
<RelativeLayout
8489
android:id="@+id/settings_use_english_holder"
8590
style="@style/SettingsHolderSwitchStyle"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-documentfile = "1.1.0"
1313
#Room
1414
room = "2.7.2"
1515
#Fossify
16-
commons = "4.4.2"
16+
commons = "5.0.0"
1717
#Gradle
1818
gradlePlugins-agp = "8.11.1"
1919
#build

0 commit comments

Comments
 (0)