mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-21 23:28:49 -05:00
4.590 updates
This commit is contained in:
parent
decf9b7f6b
commit
d29bd7b284
@ -8,6 +8,11 @@
|
||||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<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" >
|
||||
<change>Updated auto-configuration settings to use IMAP for outlook.com</change>
|
||||
<change>Updated auto-configuration settings for gmx.de</change>
|
||||
|
@ -117,7 +117,7 @@ public class K9 extends Application {
|
||||
* It should NEVER be on for Market builds
|
||||
* Right now, it just governs strictmode
|
||||
**/
|
||||
public static boolean DEVELOPER_MODE = true;
|
||||
public static boolean DEVELOPER_MODE = false;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user