aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusPreferences.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#106: Add expert setting to log xml tracesteckbrief2017-08-011-0/+4
|
* Merge tag '1.11.7' into trz/merge_1.11.7lookshe2016-04-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md build.gradle gradle/wrapper/gradle-wrapper.properties src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java src/main/java/eu/siacs/conversations/persistance/FileBackend.java src/main/java/eu/siacs/conversations/services/AvatarService.java src/main/java/eu/siacs/conversations/services/ContactChooserTargetService.java src/main/java/eu/siacs/conversations/services/NotificationService.java src/main/java/eu/siacs/conversations/services/XmppConnectionService.java src/main/java/eu/siacs/conversations/ui/ConversationActivity.java src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java src/main/java/eu/siacs/conversations/ui/PublishProfilePictureActivity.java src/main/java/eu/siacs/conversations/ui/ShareWithActivity.java src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java src/main/res/values-cs/strings.xml src/main/res/values-de/strings.xml src/main/res/values-es/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-it/strings.xml src/main/res/values-pt-rBR/strings.xml src/main/res/values-zh-rCN/strings.xml src/main/res/values/strings.xml src/main/res/xml/preferences.xml
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-061-0/+43
|
* Finally fixes FS#142lookshe2016-03-071-4/+0
|
* Fixes FS#147: Disable OMEMOsteckbrief2016-03-021-0/+4
|
* Fixes FS#48 and FS#136lookshe2016-02-281-3/+0
| | | | | - corrected preference "confirm_messages" to "confirm_messages_list" - removed unused "heart message" garbage
* Removed unnecessary dependencies to XmppConnectionService and added ↵steckbrief2016-02-231-0/+4
| | | | allowMessageCorrection to preferences
* Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2015-12-161-0/+8
| | | | distinguishes between image resizing and compressing/saving
* Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-1/+2
| | | | picture or not
* Implements FS#24: Introduce setting for picture resizingsteckbrief2015-10-301-0/+13
|
* 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.