mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
Merge branch 'for-156-release' into android_branch
This commit is contained in:
commit
fc30ba5f40
2 changed files with 2 additions and 4 deletions
|
@ -230,7 +230,8 @@ android {
|
|||
debug {
|
||||
debuggable true
|
||||
resValue "bool", "DEBUG", "true"
|
||||
minifyEnabled true // for testing
|
||||
// Drop this. Takes too long to build
|
||||
// minifyEnabled true // for testing
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
// This doesn't work on marshmallow: duplicate permission error
|
||||
// applicationIdSuffix ".debug"
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Show name in scoreboard as "Not here yet" until invitee connects</li>
|
||||
<li>Fix crash drawing arrows on dark-background boards</li>
|
||||
<li>Fix so game list entries collapse correctly again</li>
|
||||
<li>Fix so bringing app to front keeps the open game open</li>
|
||||
<li>Include more Norwegian translations</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue