aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto/axolotl/AxolotlServiceImpl.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces JidUtil for Jid creation, fixes duplication of childs while ↵steckbrief2018-05-111-4/+5
| | | | adding childs with xmlns and name
* introduces new message state modelsteckbrief2018-05-051-1/+2
|
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-071-6/+7
| | | | FS#251 (Privacy and Security settings), refactoring of location of some interfaces
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-6/+1
|
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-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
* XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-091-1/+2
| | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-171-4/+13
| | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/de/thedevstack/conversationsplus/services/AvatarService.java src/main/res/values-bg/strings.xml src/main/res/values-cs/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-ja/strings.xml src/main/res/values-nl/strings.xml src/main/res/values-pt/strings.xml src/main/res/values-ro-rRO/strings.xml src/main/res/values-sv/strings.xml src/main/res/values-zh-rCN/strings.xml src/main/res/values/strings.xml
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-85/+104
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-0/+1021