Version 5.730
This commit is contained in:
parent
1fb8c0be14
commit
c452e588af
2 changed files with 10 additions and 2 deletions
|
@ -49,8 +49,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 27029
|
||||
versionName '5.730-SNAPSHOT'
|
||||
versionCode 27030
|
||||
versionName '5.730'
|
||||
|
||||
// Keep in sync with the resource string array 'supported_languages'
|
||||
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.730" versioncode="27030" date="2021-02-16">
|
||||
<change>Fixed bug where account wouldn't refresh automatically</change>
|
||||
<change>Fixed crash when trying to compose a message</change>
|
||||
<change>Fixed bug that could have lead to an empty email being sent</change>
|
||||
<change>Fixed bug where refresh indicator in drawer disappeared too early</change>
|
||||
<change>Back button now opens Unified Inbox before exiting the app</change>
|
||||
<change>Added translations: Belarusian, British English</change>
|
||||
</release>
|
||||
<release version="5.729" versioncode="27029" date="2021-02-12">
|
||||
<change>Fixed a bug that could crash the app at startup</change>
|
||||
</release>
|
||||
|
|
Loading…
Reference in a new issue