up strings for release

This commit is contained in:
Eric House 2014-07-08 06:17:20 -07:00
parent 71fce9bf15
commit 1942628584
3 changed files with 10 additions and 6 deletions

View file

@ -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="76"
android:versionCode="77"
android:versionName="@string/app_version"
>

View file

@ -5,17 +5,21 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 83 release</b>
<b>Crosswords 4.4 beta 84 release</b>
<h3>New with this release</h3>
<ul>
<li>Display board in upside-down portrait orientation too (where OS version allows)</li>
<li>Bug fix (obscure): don't mangle unicode model names</li>
<li>Rewrite lots of internals getting ready for dual-window display (on tablets)</li>
<li>Make translations (e.g. of menus) downloadable rather than
built in to the app</li>
<li>Handle display and download of wordlists internally rather
than handing off to a browser</li>
<li>Add debug option to play via "data" SMS, which works if both
devices are NOT on Verizon or Sprint</li>
</ul>
<h3>Next up</h3>
<ul>
<li>Much better support for localization</li>
<li>Look, again, at play via Bluetooth now that HTC phones aren't quite so common</li>
<li>Fix SMS play for KitKat</li>
<li>Offer "Rematch" when game's over</li>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 83</string>
<string name="app_version">4.4 beta 84</string>
</resources>