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