aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/parser/PresenceParser.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-06introduces new message state modelsteckbrief1-4/+8
2018-05-05introduces new message state modelsteckbrief1-4/+8
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief1-2/+3
FS#251 (Privacy and Security settings), refactoring of location of some interfaces
2017-08-06Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief1-1/+1
2017-08-06avatar handling refactoredsteckbrief1-8/+10
2017-08-02Using a generator approach for generating PresencePacketssteckbrief1-3/+2
2016-09-29Fixes FS#29: Own Avatar not loadedsteckbrief1-3/+9
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-8/+10
- 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
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-1/+2
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-13/+13
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-05-27parse nick and avatar only from available presences to avoid potential error ↵Daniel Gultsch1-47/+26
reflection
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-0/+15
2015-02-22look at 5 muc users instead of 4 for tile cache clearingiNPUTmice1-2/+2
2015-02-21clear muc tiles cache only when necessaryiNPUTmice1-1/+7
2015-01-03update last presence only for messagesDaniel Gultsch1-3/+2
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-56/+44
2014-11-23add an listener for the muc roster update.Michael1-0/+2
this is for the ConferenceDetailsActivity to show precence updates immediately.
2014-11-21update action bar with conversations updates as welliNPUTmice1-25/+10
2014-11-20changed listener timing and cache clearing after muc presencesiNPUTmice1-6/+9
2014-11-09s/getResourcepart().isEmpty()/isBareJid()/Sam Whited1-2/+2
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1
Remove `Account.getFullJid()'
2014-11-09Don't crash on packets with no "from" specifiedSam Whited1-1/+2
2014-11-09Update more files to use JID objectsSam Whited1-13/+14
2014-10-22Make conversations the root projectSam Whited1-0/+0