Skip to content

Commit dd5020f

Browse files
committed
Implement ads variant
If you are reading this, it's obvious that you do care (thank you!!). So it's important for me to say: no, this doesn't mean the normal app will have ads. The ads version is (and will always be) a separate app: https://play.google.com/store/apps/details?id=com.trianguloy.openInWhatsapp.ads More info here: https://triangularapps.blogspot.com/2025/12/new-version-of-click-to-chat-v-53-new.html
1 parent d579a9c commit dd5020f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

PlayStore_donation/en-GB.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This version is practically the same without any noticeable differences, more pr
3030
- Small size: both versions are as small as possible.
3131

3232
• What does change:
33-
- Less translations: This version only contains locales where the translators gave me permission to use it. To know if a locale is available, open the normal app, then choose the language from settings, then press on 'Support' in information: if a 'Click to chat' entry is shown, it is available. All translations are provided freely by users, and so I feel bad using them on a paid app unless I get explicit permission from them.
34-
- Icon: The only visual change between versions: normal=green, donation=yellow.
33+
- Colors: The only visual change between versions. The normal version has a green color, the donation version will use your main device color (although the icon will be yellow).
34+
- Less translations: This version only contains locales where the translators gave me permission to use it. To know if a locale is available, open the normal app, then choose the language from settings, then press on 'Support' in information: if a 'donation version' entry is shown, it is available. All translations are provided freely by users, and so I feel bad using them on a paid app unless I get explicit permission from them.
3535

3636

37-
Paying for this version won't benefit you in a direct way, because both are practically identical, however if you do so you will help in the future and improvement of the app. Think of this as a cosmetic purchase.
37+
Paying for this version won't benefit you in a direct way, because both are practically identical, however if you do so you will help in the future and improvement of the app. Think of this as a cosmetic purchase.
3838
And if you want to help but can't buy it don't worry, you can continue using the normal app. If you like and share it you are already helping. (A constructive comment also helps).
3939

4040
There is a cheaper general donation app also if you prefer: https://play.google.com/store/apps/details?id=com.trianguloy.coffeeDonation

res/values-es/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ La aplicación se cerrará. La próxima vez que la abras estará como recién in
144144
<string name="txt_donation_version">Versión de donación</string>
145145
<string name="txt_coffee_version">Aplicación Compra un café a %s</string>
146146
<string name="txt_blog">Blog de %s</string>
147+
<string name="txt_ads_version">Version con anuncios</string>
147148
</resources>

res/values/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Example: for +44 (UK) 123 456 7890 write 44 1234567890"</string>
5252
<string name="txt_business">It appears you are using the app for business purposes. Please consider [[spt|supporting]], thanks.\n\n[[hdb|Discard]]</string>
5353
<string name="txt_longUser">It appears you have been using the app for quite some time. Please consider [[spt|supporting]], thanks.\n\n[[hdb|Discard]]</string>
5454

55+
<!-- This entry is special, and will be shown for locales available on the ads version (with a link to it) similar to how the donation works. I won't ask for your permission to use your translation on the ads version however, so you don't need to translate it. But if for some reason you do want to show it...just indicate it with a comment. -->
56+
<string name="txt_ads_version">Ads version</string>
57+
5558

5659
<string name="txt_addonDescr">With this addon you can allow this app to show a list of unknown recent calls to click. Don\'t worry: it\'s free, smaller than a picture, and no ads.</string>
5760

0 commit comments

Comments
 (0)