aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-10removes support for devices with sdk < 19 - meaning only support for 4.4 ↵steckbrief1-2/+0
(KitKat) or higher
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-9/+12
2016-08-23services.filetransfer.httpupload moved to new namespace ↵steckbrief1-1/+1
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief1-0/+8
added
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-0/+50
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-04-23Fixes FS#204: Observe all used directoriessteckbrief1-2/+1
- 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-02-12Imports organizedsteckbrief1-2/+1
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-0/+12
distinguishes between image resizing and compressing/saving
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-0/+21
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-0/+4
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-0/+2
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-05fix imports and namespacessteckbrief1-0/+2
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief1-0/+62
access to app information