Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Vincent 8bad281128 Bumped manifest to 4.590 2013-09-29 16:11:15 -04:00
Jesse Vincent d29bd7b284 4.590 updates 2013-09-29 16:11:02 -04:00
3 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="18012"
android:versionName="4.512" package="com.fsck.k9"
android:versionCode="18013"
android:versionName="4.590" package="com.fsck.k9"
>
<uses-sdk
android:minSdkVersion="8"

View File

@ -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>

View File

@ -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;
/**