Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 834269ab authored by Mathew Smith's avatar Mathew Smith Committed by Fahim M. Choudhury
Browse files

Changed default message auto download size from 32Kb to 1Mb

(cherry picked from commit 7803c662)
parent 1b8490a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,6 +668,6 @@ class AccountPreferenceSerializer(
        const val DEFAULT_STRIP_SIGNATURE = true
        const val DEFAULT_REMOTE_SEARCH_NUM_RESULTS = 25
        const val DEFAULT_RINGTONE_URI = "content://settings/system/notification_sound"
        const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 131072
        const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 1048576
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ class AccountSettingsDescriptions {
                new V(1, new IntegerRangeSetting(0, 100, 10))
        ));
        s.put("maximumAutoDownloadMessageSize", Settings.versions(
                new V(1, new IntegerResourceSetting(32768, R.array.autodownload_message_size_values)),
                new V(1, new IntegerResourceSetting(1048576, R.array.autodownload_message_size_values)),
                new V(93, new IntegerResourceSetting(131072, R.array.autodownload_message_size_values))
        ));
        s.put("maximumPolledMessageAge", Settings.versions(