aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/parser (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-29Fixes FS#29: Own Avatar not loadedsteckbrief1-3/+9
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-1/+6
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-1/+1
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-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-3/+4
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief1-0/+3
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-1/+3
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-07Fixes FS#197: Decrease verbosity of logging of 'skipping duplicate message'steckbrief1-1/+1
2016-03-30Logging for FS#80 to identify calling methodlookshe1-0/+3
2016-03-17Fixes FS#156 and FS#135 (occured again)lookshe1-4/+10
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-1/+1
should be shown for a message
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief2-21/+0
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-13Moved all avatar related work to AvatarServicesteckbrief4-21/+21
- 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-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief2-3/+2
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief3-9/+9
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief2-3/+4
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-1/+6
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-3/+3
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.conversationsplussteckbrief4-0/+1033
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed