aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto/axolotl (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-06introduces new message state modelsteckbrief2-1/+39
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief1-6/+7
FS#251 (Privacy and Security settings), refactoring of location of some interfaces
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-6/+1
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-2/+3
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-1/+2
XmppConnectionService.attachLocationToConversation moved to ConversationUtil