aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-16introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief1-0/+6
picture resize
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief36-83/+886
FS#251 (Privacy and Security settings), refactoring of location of some interfaces
2017-08-06Implements XEP-0202 Entity Time, moves Software Version to xmpp package, ↵steckbrief11-17/+172
moves namespace definitions for mam, carbons and avatar to xmpp package
2017-08-06Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief5-45/+4
2017-08-06avatar handling refactoredsteckbrief4-64/+101
2017-08-02Using a generator approach for generating PresencePacketssteckbrief1-1/+28
2017-08-01Implements FS#106: Add expert setting to log xml tracesteckbrief1-1/+6
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief11-49/+154
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-1/+1
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2-34/+66
feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-1/+1
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-08-23xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief8-8/+10
parts of xmpp.filetransfer.http moved to .delete package
2016-08-22Improved error handling for httpuploadsteckbrief1-4/+7
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief11-12/+260
added
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief14-17/+346
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-26Fixed javadoc of HttpUploadHintsteckbrief1-1/+11
2016-05-26Fixed javadoc of PubSub Element Generation/Parsingsteckbrief3-5/+114
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief2-9/+8
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-0/+15
Conversations+ Database version HttpUpload Flag introduced for message to identify if a link was sent after httpupload message hint for httpupload added (message parsing and message generating)
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-1/+2
2016-02-12Imports organizedsteckbrief2-2/+0
2016-01-16Fixed minor class cast issuesteckbrief1-4/+4
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief6-0/+276
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-1/+2
distinguishes between image resizing and compressing/saving
2015-12-11Removed stupid DNS query codesteckbrief1-55/+23
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief5-6/+7
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief5-97/+97
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief3-9/+10
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-3/+3
values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-11/+0
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief40-0/+3973
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed