aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer/FileTransferManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-051-4/+5
|
* introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief2018-02-161-1/+1
| | | | picture resize
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-0/+2
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-5/+5
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-231-1/+1
| | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* Related to FS#131, FS#129, FS#220:filetransfersteckbrief2016-06-061-4/+54
| | | | | | | - FileTransferFailureReason including types introduced. A failure can be recoverable, non-recoverable or limited recoverable - in case file transfer with the highest weight factor fails, the next file transfer method is used - improved logging - javadoc comments added
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-0/+127
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