up constants and change message for new release

This commit is contained in:
Andy2 2011-05-16 06:43:42 -07:00
parent 3762fc07d1
commit 740c5dd46c
3 changed files with 10 additions and 14 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4" package="org.eehouse.android.xw4"
android:versionCode="19" android:versionCode="20"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -8,20 +8,16 @@
<b>Crosswords 4.4 beta 26 release</b> <b>Crosswords 4.4 beta 26 release</b>
<ul>A quick release to get a much-requested feature in. <ul>A couple of quick improvements in dictionary display/storage
<li>Group dictionaries by language</li>
<li>Allow storage of downloaded dictionaries on SD card ("external
storage") if present and usable.</li> <li>Show location of dictionaries and allow movement between
them (if you have an external storage card).</li>
<li>Route all download activities through the Dictionary list view.</li>
</ul> </ul>
<p>(Allowing install of the app itself on SD is not recommended because <p>Please remember that this is beta software. Please let me know (at
of some of the OS features I'm using, e.g. periodic checks for eehouse@eehouse.org) what's broken and what features you'd most like
moves).</p> 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> <p>Thanks!<br>--Eric</p>

View file

@ -69,7 +69,7 @@
<!-- other --> <!-- other -->
<string name="default_host">eehouse.org</string> <string name="default_host">eehouse.org</string>
<string name="dict_url">http://eehouse.org/and_dicts_hh</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--> <!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->