aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/generator (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-0/+4
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-01-15Introducing some specialized IqPacketGeneratorssteckbrief1-60/+0
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-15Moved all avatar related work to AvatarServicesteckbrief1-3/+3
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-4/+4
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2015-10-21Access to preferences moved to global utility class ↵steckbrief4-24/+4
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief2-19/+6
access to app information
2015-10-04Note added where to change sth. for FS#70steckbrief1-1/+2
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief4-0/+524
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed