Version 5.710
This commit is contained in:
parent
626f8e18d6
commit
fa8b8dbdc3
2 changed files with 9 additions and 2 deletions
|
@ -40,8 +40,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 27009
|
||||
versionName '5.710-SNAPSHOT'
|
||||
versionCode 27010
|
||||
versionName '5.710'
|
||||
|
||||
minSdkVersion buildConfig.minSdk
|
||||
targetSdkVersion buildConfig.targetSdk
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.710" versioncode="27010">
|
||||
<change>Fixed duplicate message bug after moving a message</change>
|
||||
<change>Removed keyboard shortcuts for menu items; on some devices they conflicted with system shortcuts</change>
|
||||
<change>Don't show fullscreen keyboard in landscape mode</change>
|
||||
<change>Fixed bug where line breaks were ignored when loading draft messages</change>
|
||||
<change>POP3: Fixed moving deleted messages to the Trash folder</change>
|
||||
</release>
|
||||
<release version="5.709" versioncode="27009">
|
||||
<change>Display larger preview for image attachments</change>
|
||||
<change>Fixed import and export of folder settings</change>
|
||||
|
|
Loading…
Reference in a new issue