aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/adapter (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-16Do not show contact's avatar on every message, avoid loading own avatar, ↵steckbrief1-28/+33
only register click listeners when avatar is present
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-1/+2
2016-04-01Fixes FS#180: Conference notification icon missinglookshe1-1/+6
2016-04-01Fixes FS#180: Conference notification icon missinglookshe1-1/+6
2016-03-30Fixes FS#179: Avoid showing always empty list of ressources for mucssteckbrief1-1/+3
2016-03-29Fixes FS#172: Conversations list not updated on status changessteckbrief1-20/+9
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief4-9/+12
2016-03-27Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe1-2/+23
2016-03-11Fixes FS#51: Change toggle in Account Management back to standardsteckbrief1-4/+5
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-6/+6
2016-03-08reset link and highlight colors to system defaultsteckbrief1-17/+20
2016-02-23Changed access to presences according to new Presence representation in Csteckbrief1-3/+3
2016-02-12Imports organizedsteckbrief1-1/+0
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+12
2016-01-13Moved all avatar related work to AvatarServicesteckbrief4-11/+13
- 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-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-1/+1
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-7/+3
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2-20/+22
picture or not
2015-10-21Access to preferences moved to global utility class ↵steckbrief3-9/+7
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-05fixed importslookshe1-3/+3
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2-1/+66
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added
2015-09-02Fixes FS#49: Highlight the selected conversation in liststeckbrief1-4/+6
2015-08-13resolve of some compiler errors0.0.2lookshe1-0/+1
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.conversationsplussteckbrief5-0/+1133
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed