Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduces cancel status for file transfers, fixes NPE in file sharing after ↵ | steckbrief | 2018-02-16 | 3 | -2/+3 |
| | | | | picture resize | ||||
* | properly handle downloadable links0.0.8-beta2 | steckbrief | 2018-01-31 | 1 | -1/+2 |
| | |||||
* | Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵ | steckbrief | 2017-07-31 | 5 | -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 okhttp | steckbrief | 2017-02-06 | 14 | -26/+433 |
| | |||||
* | Improved error handling for filetransfer:http:delete, Check for httpupload ↵ | steckbrief | 2017-01-11 | 3 | -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/rename | steckbrief | 2017-01-05 | 1 | -1/+1 |
|\ | |||||
| * | Added columns to fileparams table: url, original file name, key and iv | steckbrief | 2017-01-04 | 1 | -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/rebase | steckbrief | 2016-10-20 | 12 | -40/+47 |
|/ | |||||
* | Implements FS#235: Deletion of remote files uploaded via httpupload | steckbrief | 2016-09-29 | 6 | -14/+34 |
| | |||||
* | Confirmation dialog added before sending delete command for remote file | steckbrief | 2016-08-23 | 1 | -8/+25 |
| | |||||
* | services.filetransfer.httpupload moved to new namespace ↵ | steckbrief | 2016-08-23 | 9 | -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 ↵ | steckbrief | 2016-08-23 | 6 | -11/+8 |
| | | | | parts of xmpp.filetransfer.http moved to .delete package | ||||
* | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵ | steckbrief | 2016-08-22 | 3 | -0/+135 |
| | | | | added | ||||
* | Related to FS#131, FS#129, FS#220:filetransfer | steckbrief | 2016-06-06 | 13 | -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), HttpUpload | steckbrief | 2016-05-29 | 10 | -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 |