aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-16avatar displayed as a circle, positioning adjusted, colors changed back to ↵steckbrief1-1/+25
correct ones, positioning moved to own class file
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-84/+8
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief1-40/+3
- Implementing the FileObserver in a separate class, with mask to watch only deletions not everything - Add observation of all directories which could contain a sent/received file - Change observers if the folder names are changed via settings - markMessage method moved from XmppConnectionService to MessageUtil
2016-04-18Related to FS#199: Removed unnecessary build configuration variable to hide ↵steckbrief1-5/+3
disable button on foreground service notification
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-5/+0
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 ConversationsPlusPreferencessteckbrief2-65/+33
2016-03-30Logging for FS#80 to identify calling methodlookshe1-0/+1
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-1/+2
2016-03-22Fixes FS#87 - Crash on load messages after delete accountlookshe1-1/+5
2016-03-14once again: FS#34 - review all calls for String.trim()lookshe1-3/+3
2016-03-12Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief1-3/+2
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-25/+15
2016-03-10Fixes FS#157: Trigger loading messages from MAM in MUC does not endsteckbrief2-35/+44
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-1/+1
should be shown for a message
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-6/+7
should be shown for a message
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief1-6/+7
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-15Moved all avatar related work to AvatarServicesteckbrief2-61/+58
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-13Moved all avatar related work to AvatarServicesteckbrief3-191/+191
- 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-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-102/+23
distinguishes between image resizing and compressing/saving
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief2-3/+3
2015-12-06Fix flagging no more messages on server for conversationsteckbrief1-1/+1
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2-49/+49
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief3-166/+138
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-30/+88
picture or not
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief2-6/+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 ↵steckbrief3-155/+111
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-15Fixes FS#81 - avoid jumps after loading messagessteckbrief1-22/+32
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief1-1/+2
access to app information
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief6-0/+3704
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed