mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
4.512 changelog
This commit is contained in:
parent
fdda5768fe
commit
0b7cee6cc9
@ -8,6 +8,15 @@
|
||||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="4.512" versioncode="18012" >
|
||||
<change>Updated autoconfiguration system to use IMAP for outlook.com properties</change>
|
||||
<change>Updated autoconfiguration settings for gmx.de</change>
|
||||
<change>Nootifications no longer show "null" when sending mail</change>
|
||||
<change>Updated Czech, French, German, Russian and Slovak translation</change>
|
||||
<change>Removed code to write to /dev/urandom. In addition to a couple of custom ROMs linking /dev/urandom to a non-writable *random version, now Samsung's SELinux policy also prevents apps from opening /dev/urandom for writing. Since we shouldn't need to write to /dev/urandom anyway we now simply don't.</change>
|
||||
<change>Improved to MIME parser.</change>
|
||||
<change>Dramatically improved SMTP 8BITMIME compliance</change>
|
||||
</release>
|
||||
<release version="4.511" versioncode="18011" >
|
||||
<change>Remove remote/local store references when deleting accounts</change>
|
||||
<change>Add visual indicator that a menu item opens a submenu</change>
|
||||
@ -23,24 +32,24 @@
|
||||
<change>Fixed a bug that prevented starring messages in the message list</change>
|
||||
</release>
|
||||
<release version="4.509" versioncode="18009" >
|
||||
<change>Updates to Catalan, Czech, Dutch, Finnish, French, German, Korean, Spanish and Swedish translations</change>
|
||||
<change>Several performance improvements and crash fixes</change>
|
||||
<change>tweak message list item "read item" background color so you can see the item divider a bit better</change>
|
||||
<change>Add back select/deselect action to the message list context menu</change>
|
||||
<change>Default message list checkboxes to off again</change>
|
||||
<change>move message list thread count up to the subject line</change>
|
||||
<change>add back stars to the message list UI</change>
|
||||
<change>Return to old style color chips for accounts, folders and messages.</change>
|
||||
<change>Skip incorrectly formatted/parsed LSUB/LIST replies from IMAP servers</change>
|
||||
<change>Autoconfigure SSL for provider gmx.de</change>
|
||||
<change>Autoconfiguration for a comprehensive list of .ru mail providers.</change>
|
||||
<change>Use Google's fix for the PRNG mess Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html</change>
|
||||
<change>Add an actionbar item for "add account" to the account list (if there's room)</change>
|
||||
<change>GMail-app-style generated colorful one-letter contact pictures for pictureless contacts</change>
|
||||
<change>Tighten up the account list display for narrow-screened devices like the HTC One</change>
|
||||
<change>Updated invalid certificate message to be a bit more user-friendly.</change>
|
||||
<change>Restore super-dense message list layout when the user has selected 0 lines of message preview and no contact pictures</change>
|
||||
<change>Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS" to better explain what's really going on</change>
|
||||
<change>Updates to Catalan, Czech, Dutch, Finnish, French, German, Korean, Spanish and Swedish translations</change>
|
||||
<change>Several performance improvements and crash fixes</change>
|
||||
<change>tweak message list item "read item" background color so you can see the item divider a bit better</change>
|
||||
<change>Add back select/deselect action to the message list context menu</change>
|
||||
<change>Default message list checkboxes to off again</change>
|
||||
<change>move message list thread count up to the subject line</change>
|
||||
<change>add back stars to the message list UI</change>
|
||||
<change>Return to old style color chips for accounts, folders and messages.</change>
|
||||
<change>Skip incorrectly formatted/parsed LSUB/LIST replies from IMAP servers</change>
|
||||
<change>Autoconfigure SSL for provider gmx.de</change>
|
||||
<change>Autoconfiguration for a comprehensive list of .ru mail providers.</change>
|
||||
<change>Use Google's fix for the PRNG mess Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html</change>
|
||||
<change>Add an actionbar item for "add account" to the account list (if there's room)</change>
|
||||
<change>GMail-app-style generated colorful one-letter contact pictures for pictureless contacts</change>
|
||||
<change>Tighten up the account list display for narrow-screened devices like the HTC One</change>
|
||||
<change>Updated invalid certificate message to be a bit more user-friendly.</change>
|
||||
<change>Restore super-dense message list layout when the user has selected 0 lines of message preview and no contact pictures</change>
|
||||
<change>Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS" to better explain what's really going on</change>
|
||||
</release>
|
||||
<release version="4.508" versioncode="18008" >
|
||||
<change>Move 'share' menu item back, at least for the moment</change>
|
||||
|
Loading…
Reference in New Issue
Block a user