mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
6267eb9c4f
Lots of work dealing with banned permissions (SEND_SMS and RECEIVE_SMS). First, if they're banned and NBSProxy is installed, just use it as if the permissions had been granted. When it's not there, explain at various points where users will otherwise be confused: when they try to invite using data sms, or when they open a game that already uses it.)
60 lines
2.5 KiB
HTML
60 lines
2.5 KiB
HTML
<html>
|
|
<body style="max-width: 500px; width:100%; margin: 0px auto;"
|
|
>
|
|
<h2>CrossWords and Play-via-Data-SMS</h2>
|
|
<p>Play-via-Data-SMS is one of my favorite features of
|
|
CrossWords. It's super-reliable, and works between GSM phones
|
|
round-the-world without requiring any kind of server. Most apps
|
|
have servers in order to harvest saleable infomation about you
|
|
or to show ads, but CrossWords doesn't care about that and so
|
|
has always supported this feature.</p>
|
|
|
|
<p>Unfortunately, Google's decided there are security problems
|
|
with SMS (or at least that's their claimed motivation) and is
|
|
prohibiting most apps from continuing to send or receive SMS
|
|
(including Data SMS) if they want to be listed on the Play
|
|
Store. And so I've removed the feature from the CrossWords
|
|
"variant" that's available there. The feature remains, however,
|
|
in other variants, including those at:
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/eehouse/xwords/releases/">Github
|
|
OpenSource repository</a></li>
|
|
<li><a href="https://sourceforge.net/projects/xwords/">Sourceforge
|
|
OpenSource repository</a></li>
|
|
<li><a href="https://f-droid.org/en/packages/org.eehouse.android.xw4/">F-droid
|
|
OpenSource "app store"</a></li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>(The GitHub and Sourceforge variants will install over the top
|
|
of the Play Store variant without problems. With the F-droid
|
|
variant, however, you'll have to uninstall your current
|
|
variant first, losing your games and settings.)</p>
|
|
|
|
<p>I've also starting working on a data-SMS-forwarding app called
|
|
NBSProxy. With NBSProxy installed, CrossWords can communicate
|
|
using Data SMS without the SMS permissions (since NBSProxy has
|
|
them, and is the one using Android's Data SMS functionality.)
|
|
Google says that apps whose core functionality requires SMS
|
|
permissions will be allowed on the Play Store, so NBSProxy
|
|
should be available there soon. In the meantime, you
|
|
can <a href="https://github.com/eehouse/nbsproxy/releases">get
|
|
it from GitHub</a>.
|
|
</p>
|
|
|
|
<p>Side note: It'd be helpful to know how many people use the
|
|
Play-via-Data-SMS feature in deciding whether to keep these
|
|
separate variants going. Would you
|
|
mind <a href="mailto:xwords@eehouse.org">emailing me</a> and
|
|
letting me know whether you've found it useful?
|
|
</p>
|
|
|
|
<p>Thanks!
|
|
<br>
|
|
<br>
|
|
--Eric
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|