mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
changelog and version strings
This commit is contained in:
parent
249bfbe66e
commit
db430d63db
2 changed files with 23 additions and 2 deletions
|
@ -1,6 +1,26 @@
|
||||||
|
/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
|
||||||
|
/*
|
||||||
|
* Copyright 2015 - 2020 by Eric House (xwords@eehouse.org). All rights
|
||||||
|
* reserved.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation; either version 2 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
def INITIAL_CLIENT_VERS = 10
|
def INITIAL_CLIENT_VERS = 10
|
||||||
def VERSION_CODE_BASE = 165
|
def VERSION_CODE_BASE = 166
|
||||||
def VERSION_NAME = '4.4.169'
|
def VERSION_NAME = '4.4.170'
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
||||||
// Not all variants use the same BT_UUID. Those with the same talk to
|
// Not all variants use the same BT_UUID. Those with the same talk to
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
<li>Fix showing game-deleted message multiple times</li>
|
<li>Fix showing game-deleted message multiple times</li>
|
||||||
<li>Improve the selected-game (checkbox) icon</li>
|
<li>Improve the selected-game (checkbox) icon</li>
|
||||||
<li>Fix problem accepting invitations on Android 11</li>
|
<li>Fix problem accepting invitations on Android 11</li>
|
||||||
|
<li>Fix game list items sometimes being broken for new games</li>
|
||||||
<li>Include Brazilian Portuguese translations (new) via Weblate</li>
|
<li>Include Brazilian Portuguese translations (new) via Weblate</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue