aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/http/HttpDownloadConnection.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-17completely implements FS#161lookshe1-4/+1
save state of treatAsDownloadable() and set on error to specified value
2016-03-16partially implements FS#161lookshe1-17/+29
do not show download button on 404
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-1/+2
distinguishes between image resizing and compressing/saving
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-3/+3
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-2/+3
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-1/+2
values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class