aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-2/+5
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2-16/+2
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2-4/+4
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 MessageUtilsteckbrief2-1/+8
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-1/+1
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-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-1/+3
distinguishes between image resizing and compressing/saving
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-8/+8
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-10/+6
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-2/+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-1/+2
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.conversationsplussteckbrief7-0/+1165
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed