From 861bc416e69a211ccee9e7cc7fb4756080c02954 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 19 Oct 2015 16:26:11 -0400 Subject: [PATCH] Update attachment size limits to match mobile clients Per WhisperSystems/TextSecure@8a1428e, bump GIF limit to 5MB, and audio/video limit to 100MB. Update toast to notify in correct human-readable units. The only kB size limit is for images, and will trigger only if after scaling up to 4 times, the rescaled image did not come in under the size limit without unacceptable quality loss. Closes #354 --- background.html | 2 +- js/views/file_input_view.js | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/background.html b/background.html index eed124db..7a5437e1 100644 --- a/background.html +++ b/background.html @@ -135,7 +135,7 @@