aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/parser/IqParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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