mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
up version strings
Easier to test dualpane upgrade notification with new version in place. And remove version code from manifest, since it's duplicated in build.gradle.
This commit is contained in:
parent
966c48bd57
commit
bbae0ab6ed
4 changed files with 15 additions and 25 deletions
|
@ -1,8 +1,8 @@
|
||||||
import groovy.swing.SwingBuilder
|
import groovy.swing.SwingBuilder
|
||||||
|
|
||||||
def INITIAL_CLIENT_VERS = 8
|
def INITIAL_CLIENT_VERS = 8
|
||||||
def VERSION_CODE_BASE = 111
|
def VERSION_CODE_BASE = 112
|
||||||
def VERSION_NAME = '4.4.115'
|
def VERSION_NAME = '4.4.116'
|
||||||
def VARIANTS = [ "xw4", "xw4dbg" ]
|
def VARIANTS = [ "xw4", "xw4dbg" ]
|
||||||
def BUILDS = [ "Debug", "Release" ]
|
def BUILDS = [ "Debug", "Release" ]
|
||||||
def GITREV = "git describe --tags --dirty".execute().text.trim()
|
def GITREV = "git describe --tags --dirty".execute().text.trim()
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
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="111"
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- BE SURE TO MODIFY project.properties AND the variable TARGET in
|
<!-- BE SURE TO MODIFY project.properties AND the variable TARGET in
|
||||||
|
|
|
@ -13,11 +13,10 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Crosswords 4.4.115 release</h2>
|
<h2>Crosswords 4.4.116 release</h2>
|
||||||
|
|
||||||
<p>This release uses the new permissions process introduced with
|
<p>This release adds side-by-side display for large-screen devices
|
||||||
Android "Marshmallow": Crosswords only asks for permissions at
|
in the "landscape" orientation.</p>
|
||||||
the moment they're required.</p>
|
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -27,23 +26,15 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Request permissions when they're needed, e.g. ask to send
|
<li>Enable side-by-side display for tablets</li>
|
||||||
SMS messages when a game is being configured to communicate
|
<li>In service of above, rewrite pretty much everything
|
||||||
using SMS</li>
|
dialog-related. :-)</li>
|
||||||
<li>Change order of games to put oldest in which it's your turn
|
<li>Fix game timers</li>
|
||||||
at the top</li>
|
<li>Make blank-tile-picker dialog prettier</li>
|
||||||
<li>New two-color icon for notifications (required by the newer
|
<li>Remove pick-face-up option for networked games. (It didn't
|
||||||
Android that supports just-in-time permissions)</li>
|
work anyway.)</li>
|
||||||
<li>Use less battery by being smarter about how often to check
|
<li>Don't open a closed group when moving games to it</li>
|
||||||
the relay for moves (This will mostly impact those
|
<li>Fix occasional crash</li>
|
||||||
installing from F-Droid.)</li>
|
|
||||||
<li>Stop mis-identifying tablets as data-SMS-capable (only GSM
|
|
||||||
phones are)</li>
|
|
||||||
<li>Shorten default rematch game name</li>
|
|
||||||
<li>Allow board "squares" to be wider than tall if it
|
|
||||||
fills the screen better</li>
|
|
||||||
<li>Improvements in localization for French, Catalan, Dutch,
|
|
||||||
Czech and Japanese (via Weblate)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version" translatable="false">4.4.115</string>
|
<string name="app_version" translatable="false">4.4.116</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue