aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/http/HttpUploadConnection.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-243/+0
2016-08-23xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief1-9/+4
parts of xmpp.filetransfer.http moved to .delete package
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-23/+29
separated, some bugfixes - HttpUpload moved into own package - FileTransfer managed by a central manager class, several FileTransferService implementation can be used - Security initializations moved to ConversationsPlusApplication - Access to PowerManager moved to ConversationsPlusApplication - Removed unused code fragments - Access to HttpConnectionManager is now static
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-2/+2
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief1-0/+2
2016-04-16Fixed null pointer exception in case of IOException before uploading file to ↵steckbrief1-2/+7
http host
2016-03-28Implements FS#176: error logging for httpupload improvedsteckbrief1-1/+7
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-4/+4
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-4/+5
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.