aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-315-123/+59
| | | | 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-0614-26/+433
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-113-13/+39
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-051-1/+1
|\
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-041-1/+1
| | | | | | | | | | auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-2012-40/+47
|/
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-296-14/+34
|
* Confirmation dialog added before sending delete command for remote filesteckbrief2016-08-231-8/+25
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-239-9/+9
| | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief2016-08-236-11/+8
| | | | parts of xmpp.filetransfer.http moved to .delete package
* Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-223-0/+135
| | | | added
* Related to FS#131, FS#129, FS#220:filetransfersteckbrief2016-06-0613-80/+464
| | | | | | | - 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-2910-0/+651
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