Ryosuke839 / UnicodePad

An Android App that enables input every character in Unicode
https://play.google.com/store/apps/details?id=jp.ddo.hotmist.unicodepad
Apache License 2.0
314 stars 32 forks source link

Split into variants for "play" and "fdroid" #74

Closed t-8ch closed 3 years ago

t-8ch commented 3 years ago

play: Works exactly as before. fdroid: does not contain any ads/ad libraries making the app compatible with FDroid again.

Both variants share the same application ID so users of both platforms will get seamless upgrades.

Fixes #48.

I couldn't actually make the ads show up in my test builds. (Also not with the original version). So this would need some validation.

Ryosuke839 commented 3 years ago

I confirmed that both build variants, play and fdroid, work as expected on AVD with Google Play.

Thank you for making clean and reasonable change 🙂

t-8ch commented 3 years ago

Thank you for UnicodeMap and the quick responses!