Version 5.724
This commit is contained in:
parent
37c391f596
commit
ea01c92d1c
2 changed files with 8 additions and 2 deletions
|
@ -49,8 +49,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 27023
|
||||
versionName '5.724-SNAPSHOT'
|
||||
versionCode 27024
|
||||
versionName '5.724'
|
||||
|
||||
// Keep in sync with the resource string array 'supported_languages'
|
||||
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr",
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.724" versioncode="27024">
|
||||
<change>Fixed crash when trying to forward or reply to a message</change>
|
||||
<change>Fixed crash when trying to compose a message from a search view</change>
|
||||
<change>Fixed crash when message list couldn't be loaded</change>
|
||||
<change>Fixed crash when setting up an account didn't work right away, e.g. wrong password was entered</change>
|
||||
</release>
|
||||
<release version="5.723" versioncode="27023">
|
||||
<change>Fixed bug that prevented some messages from being moved</change>
|
||||
<change>Fixed message list display bug when multiple roles were assigned to the same folder</change>
|
||||
|
|
Loading…
Reference in a new issue