aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/generator/AbstractGenerator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-071-63/+0
| | | | FS#251 (Privacy and Security settings), refactoring of location of some interfaces
* Implements XEP-0202 Entity Time, moves Software Version to xmpp package, ↵steckbrief2017-08-061-2/+6
| | | | moves namespace definitions for mam, carbons and avatar to xmpp package
* Using a generator approach for generating PresencePacketssteckbrief2017-08-021-5/+5
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-3/+5
|
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-7/+0
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief2015-10-051-15/+2
| | | | access to app information
* Note added where to change sth. for FS#70steckbrief2015-10-041-1/+2
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-1/+1
| | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-0/+91
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed