We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f658084 commit fc8afa4Copy full SHA for fc8afa4
app/src/main/res/xml/preferences_acknowledgements.xml
@@ -49,6 +49,15 @@
49
android:action="android.intent.action.VIEW"
50
android:data="https://github.com/furiousMAC/continuity" />
51
</eu.darken.capod.common.preferences.IntentPreference>
52
+ <eu.darken.capod.common.preferences.IntentPreference
53
+ android:key="thanks.crowdin"
54
+ android:summary="For supporting translation of open-source projects"
55
+ android:title="crowdin.com"
56
+ app:iconSpaceReserved="false">
57
+ <intent
58
+ android:action="android.intent.action.VIEW"
59
+ android:data="https://crowdin.com/" />
60
+ </eu.darken.capod.common.preferences.IntentPreference>
61
</PreferenceCategory>
62
63
<PreferenceCategory
0 commit comments