1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

4.590 updates

This commit is contained in:
Jesse Vincent 2013-09-29 16:09:51 -04:00
parent decf9b7f6b
commit d29bd7b284
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@
They are automatically updated with "ant bump-version". They are automatically updated with "ant bump-version".
--> -->
<changelog> <changelog>
<release version="4.590" versioncode="18013" >
<change>Updated German, Russian, and Slovak translations</change>
<change>Better fallback letters for contact pictures in some circumstances</change>
<change>More reliable generation of file attachments</change>
</release>
<release version="4.512" versioncode="18012" > <release version="4.512" versioncode="18012" >
<change>Updated auto-configuration settings to use IMAP for outlook.com</change> <change>Updated auto-configuration settings to use IMAP for outlook.com</change>
<change>Updated auto-configuration settings for gmx.de</change> <change>Updated auto-configuration settings for gmx.de</change>

View File

@ -117,7 +117,7 @@ public class K9 extends Application {
* It should NEVER be on for Market builds * It should NEVER be on for Market builds
* Right now, it just governs strictmode * Right now, it just governs strictmode
**/ **/
public static boolean DEVELOPER_MODE = true; public static boolean DEVELOPER_MODE = false;
/** /**