aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusPreferences.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-1/+2
picture or not
2015-10-30Implements FS#24: Introduce setting for picture resizingsteckbrief1-0/+13
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-0/+15
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/+294
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.