aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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