aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/parser/IqParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removes XmppConnectionService access from IqParsersteckbrief2018-03-291-2/+2
|
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-071-21/+6
| | | | 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-3/+9
| | | | moves namespace definitions for mam, carbons and avatar to xmpp package
* avatar handling refactoredsteckbrief2017-08-061-15/+3
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-6/+216
|
* Introducing some specialized IqPacketGeneratorssteckbrief2016-01-151-13/+0
| | | | | | - IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
* Moved all avatar related work to AvatarServicesteckbrief2016-01-131-3/+4
| | | | | | | - fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
* Moved logcat to a module, increased error robustness for loading last messagessteckbrief2015-12-101-2/+1
|
* Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-201-3/+3
| | | | activity to show logcat output and button to copy contents
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-0/+158
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed