Version 6.306
This commit is contained in:
parent
b5c45e1a3b
commit
ee3094d7fe
3 changed files with 16 additions and 2 deletions
|
@ -50,8 +50,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 33005
|
||||
versionName '6.306-SNAPSHOT'
|
||||
versionCode 33006
|
||||
versionName '6.306'
|
||||
|
||||
// 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="6.306" versioncode="33006" date="2022-09-23">
|
||||
<change>Added a monochromatic app icon for Android 13</change>
|
||||
<change>Changed the UI component used for the message list; now changes to the list will be animated</change>
|
||||
<change>Removed the volume key navigation for list views because it doesn't play nice with the above change</change>
|
||||
<change>Fixed a bug that lead to the search input field being focused on app start on some devices</change>
|
||||
<change>Restored the previous behavior of "show next message after delete"</change>
|
||||
<change>A lot of internal changes and some minor performance improvements</change>
|
||||
</release>
|
||||
<release version="6.305" versioncode="33005" date="2022-09-17">
|
||||
<change>Fixed a bug that could lead to a crash when opening the message list</change>
|
||||
</release>
|
||||
|
|
6
fastlane/metadata/android/en-US/changelogs/33006.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/33006.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
- Added a monochromatic app icon for Android 13
|
||||
- Changed the UI component used for the message list; now changes to the list will be animated
|
||||
- Removed the volume key navigation for list views because it doesn't play nice with the above change
|
||||
- Fixed a bug that lead to the search input field being focused on app start on some devices
|
||||
- Restored the previous behavior of "show next message after delete"
|
||||
- A lot of internal changes and some minor performance improvements
|
Loading…
Reference in a new issue