aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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