aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-201-0/+58
|\
| * 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
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-231-1/+2
|\| | | | | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java src/main/java/de/thedevstack/conversationsplus/ui/dialogs/MessageDetailsDialog.java src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java src/main/java/eu/siacs/conversations/generator/MessageGenerator.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java
| * 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
| |\ | |/ |/|
| * Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-0/+1
| |\
* | | FS#169 - Merge Conversations 1.11.2 into Conversations+ devlookshe2016-03-251-0/+2
| |/ |/|
* | Imports organizedsteckbrief2016-02-121-2/+1
| |
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-0/+13
|\|
| * Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2015-12-161-0/+12
| | | | | | | | distinguishes between image resizing and compressing/saving
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-0/+20
|\|
| * FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-0/+21
| | | | | | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-0/+4
|\|
| * 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
* | Merge trz/rename into trz/rebasesteckbrief2015-10-221-0/+2
|\|
| * 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.
* | fix imports and namespacessteckbrief2015-10-051-0/+2
|/
* Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief2015-10-051-0/+62
access to app information