aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removes support for devices with sdk < 19 - meaning only support for 4.4 ↵steckbrief2018-05-101-2/+0
| | | | (KitKat) or higher
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-9/+12
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-231-1/+1
| | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-0/+8
| | | | added
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-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
* Fixes FS#204: Observe all used directoriessteckbrief2016-04-231-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
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-251-0/+2
|\
| * FS#169 - Merge Conversations 1.11.2 into Conversations+ devlookshe2016-03-251-0/+2
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-0/+1
|\|
| * Imports organizedsteckbrief2016-02-121-2/+1
| |
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-0/+13
| |\ | |/ |/|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-0/+20
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-0/+4
| |\ \
| * \ \ Merge trz/rename into trz/rebasesteckbrief2015-10-221-0/+2
| |\ \ \
| * | | | fix imports and namespacessteckbrief2015-10-051-0/+2
| | | | |
* | | | | Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2015-12-161-0/+12
| |_|_|/ |/| | | | | | | | | | | distinguishes between image resizing and compressing/saving
* | | | FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-0/+21
| |_|/ |/| | | | | | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* | | Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief2015-10-231-0/+4
| |/ |/| | | | | values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
* | Access to preferences moved to global utility class ↵steckbrief2015-10-211-0/+2
|/ | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief2015-10-051-0/+62
access to app information