From 699fac1061bbe379bff28bc0ccc7dc679389cbb1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 16 Sep 2013 10:15:47 -0400 Subject: [PATCH] Update changelog for version 4.512 --- changelog_master_branch.xml | 45 ++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/changelog_master_branch.xml b/changelog_master_branch.xml index c56153fb9..44343dbdf 100644 --- a/changelog_master_branch.xml +++ b/changelog_master_branch.xml @@ -8,6 +8,15 @@ They are automatically updated with "ant bump-version". --> + + Updated autoconfiguration system to use IMAP for outlook.com properties + Updated autoconfiguration settings for gmx.de + Nootifications no longer show "null" when sending mail + Updated Czech, French, German, Russian and Slovak translation + 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. + Improved to MIME parser. + Dramatically improved SMTP 8BITMIME compliance + Remove remote/local store references when deleting accounts Add visual indicator that a menu item opens a submenu @@ -23,24 +32,24 @@ Fixed a bug that prevented starring messages in the message list - Updates to Catalan, Czech, Dutch, Finnish, French, German, Korean, Spanish and Swedish translations - Several performance improvements and crash fixes - tweak message list item "read item" background color so you can see the item divider a bit better - Add back select/deselect action to the message list context menu - Default message list checkboxes to off again - move message list thread count up to the subject line - add back stars to the message list UI - Return to old style color chips for accounts, folders and messages. - Skip incorrectly formatted/parsed LSUB/LIST replies from IMAP servers - Autoconfigure SSL for provider gmx.de - Autoconfiguration for a comprehensive list of .ru mail providers. - Use Google's fix for the PRNG mess Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html - Add an actionbar item for "add account" to the account list (if there's room) - GMail-app-style generated colorful one-letter contact pictures for pictureless contacts - Tighten up the account list display for narrow-screened devices like the HTC One - Updated invalid certificate message to be a bit more user-friendly. - Restore super-dense message list layout when the user has selected 0 lines of message preview and no contact pictures - Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS" to better explain what's really going on + Updates to Catalan, Czech, Dutch, Finnish, French, German, Korean, Spanish and Swedish translations + Several performance improvements and crash fixes + tweak message list item "read item" background color so you can see the item divider a bit better + Add back select/deselect action to the message list context menu + Default message list checkboxes to off again + move message list thread count up to the subject line + add back stars to the message list UI + Return to old style color chips for accounts, folders and messages. + Skip incorrectly formatted/parsed LSUB/LIST replies from IMAP servers + Autoconfigure SSL for provider gmx.de + Autoconfiguration for a comprehensive list of .ru mail providers. + Use Google's fix for the PRNG mess Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html + Add an actionbar item for "add account" to the account list (if there's room) + GMail-app-style generated colorful one-letter contact pictures for pictureless contacts + Tighten up the account list display for narrow-screened devices like the HTC One + Updated invalid certificate message to be a bit more user-friendly. + Restore super-dense message list layout when the user has selected 0 lines of message preview and no contact pictures + Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS" to better explain what's really going on Move 'share' menu item back, at least for the moment