mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
Merge branch 'android_branch' into android_invite
This commit is contained in:
commit
2fae0842c4
3 changed files with 10 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
|||
to come from a domain that you own or have control over. -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.eehouse.android.xw4"
|
||||
android:versionCode="19"
|
||||
android:versionCode="20"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -8,20 +8,16 @@
|
|||
|
||||
<b>Crosswords 4.4 beta 26 release</b>
|
||||
|
||||
<ul>A quick release to get a much-requested feature in.
|
||||
|
||||
<li>Allow storage of downloaded dictionaries on SD card ("external
|
||||
storage") if present and usable.</li>
|
||||
|
||||
<li>Route all download activities through the Dictionary list view.</li>
|
||||
|
||||
<ul>A couple of quick improvements in dictionary display/storage
|
||||
<li>Group dictionaries by language</li>
|
||||
|
||||
<li>Show location of dictionaries and allow movement between
|
||||
them (if you have an external storage card).</li>
|
||||
</ul>
|
||||
|
||||
<p>(Allowing install of the app itself on SD is not recommended because
|
||||
of some of the OS features I'm using, e.g. periodic checks for
|
||||
moves).</p>
|
||||
|
||||
<p>Please remember that this is beta software. Please let me know (at eehouse@eehouse.org) what's broken and what features you'd most like to see.</p>
|
||||
<p>Please remember that this is beta software. Please let me know (at
|
||||
eehouse@eehouse.org) what's broken and what features you'd most like
|
||||
to see.</p>
|
||||
|
||||
<p>Thanks!<br>--Eric</p>
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<!-- other -->
|
||||
<string name="default_host">eehouse.org</string>
|
||||
<string name="dict_url">http://eehouse.org/and_dicts_hh</string>
|
||||
<string name="app_version">4.4 beta 26</string>
|
||||
<string name="app_version">4.4 beta 27</string>
|
||||
|
||||
<!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue