aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/UiUpdateHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-071-0/+9
| | | | FS#251 (Privacy and Security settings), refactoring of location of some interfaces
* Moved all avatar related work to AvatarServicesteckbrief2016-01-131-0/+52
- 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