aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusPreferences.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief2015-10-231-0/+15
| | | | 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/+294
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.