aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusPreferences.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-0/+43
2016-03-07Finally fixes FS#142lookshe1-4/+0
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief1-0/+4
2016-02-28Fixes FS#48 and FS#136trz/merge_1.10.0lookshe1-3/+0
- corrected preference "confirm_messages" to "confirm_messages_list" - removed unused "heart message" garbage
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added ↵steckbrief1-0/+4
allowMessageCorrection to preferences
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-0/+8
distinguishes between image resizing and compressing/saving
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.