aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/adapter/ListItemAdapter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-2/+3
- 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-10-21Access to preferences moved to global utility class ↵steckbrief1-4/+2
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-06-19Show Online status in contact list with respect to SHOW_ONLINE_STATUS preferencesteckbrief1-2/+5
2015-06-19Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief1-0/+4
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-6/+6
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-02-22properly remove invalid avatariNPUTmice1-0/+1
2015-02-18always call to cancel before loading new avatarsiNPUTmice1-12/+14
2015-02-16fixed avatar cache lookup in ListItemAdapteriNPUTmice1-4/+1
2015-02-15made image view background more colorful while waiting on actual avatar to loadiNPUTmice1-1/+2
2015-02-15loading avatars in seperate tasksiNPUTmice1-2/+89
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch1-0/+22
2014-12-03further npe checksiNPUTmice1-5/+11
2014-11-16happy hanukkahiNPUTmice1-0/+21
2014-11-09Update more files to use JID objectsSam Whited1-1/+1
2014-10-22Make conversations the root projectSam Whited1-0/+0