aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto/OtrService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-11introduces JidUtil for Jid creation, fixes duplication of childs while ↵steckbrief1-5/+6
adding childs with xmlns and name
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-8/+8
activity to show logcat output and button to copy contents
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-1/+2
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.