aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/entities/Conversation.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02fixed #410 by removing that config optioniNPUTmice1-3/+2
2014-08-31some code cleanupiNPUTmice1-5/+6
2014-08-24use otr encrypiton instead of plain when contact has exactly one online prese...Daniel Gultsch1-0/+10
2014-08-23experimental muc message deduplicationDaniel Gultsch1-0/+9
2014-08-05fetch missing avatars from serveriNPUTmice1-8/+11
2014-07-27migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice1-5/+6
2014-07-23fixed bug with otr session being initilized over and over againiNPUTmice1-9/+0
2014-07-20hide verify snackbar when otr session is ended. fixed npeiNPUTmice1-0/+3
2014-07-20fixed #254iNPUTmice1-6/+16
2014-07-18pending leaves and joins for muciNPUTmice1-3/+0
2014-07-15pushing bookmarks back to serveriNPUTmice1-0/+4
2014-07-14use proper picture on bookmarked conferences when joined. use bookmark title ...iNPUTmice1-0/+9
2014-07-14fetch bookmarks from serveriNPUTmice1-0/+6
2014-07-12moved most of the message/presence generation into seperate classesiNPUTmice1-10/+5
2014-06-30fixed #235iNPUTmice1-0/+1
2014-06-24fixes for offline otriNPUTmice1-0/+16
2014-06-20not working version of otr file transferiNPUTmice1-0/+10
2014-06-16cleanup; removed unnecessary imports and log outputsiNPUTmice1-1/+0
2014-06-11groundwork for offline otr messagesiNPUTmice1-2/+2
2014-06-04received and displayed messages (xep 333) are now marked properlyiNPUTmice1-20/+45
2014-05-28first tries on crypto mucDaniel Gultsch1-1/+1
2014-05-23end otr sessions earlier / more often. can lead to unesessary handshakes but ...Daniel Gultsch1-15/+3
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-17/+3
2014-05-16fixed npe for otr sessions with non contactsDaniel Gultsch1-4/+8
2014-05-16fixed null in shared linkDaniel Gultsch1-1/+5
2014-05-08code cleanupDaniel Gultsch1-3/+0
2014-05-07improved next encryption selectionDaniel Gultsch1-1/+4
2014-05-07remembering text. awesomeDaniel Gultsch1-0/+10
2014-05-07wee bit of code cleanupDaniel Gultsch1-1/+18
2014-04-25smoother scrolling (first step)Daniel Gultsch1-1/+3
2014-04-10incomming jingle packets are routed to their connection. added presence choos...Daniel Gultsch1-0/+10
2014-03-27fixed a couple of muc issues. added jingle listener (which doesn't do anythin...Daniel Gultsch1-1/+1
2014-03-21more otr fixesDaniel Gultsch1-10/+20
2014-03-21fixed users profile pictureDaniel Gultsch1-1/+0
2014-03-14use conference subject to identiy roomDaniel Gultsch1-54/+63
2014-03-12fixed #9Daniel Gultsch1-3/+7
2014-03-03api changes. muc optionsDaniel Gultsch1-0/+5
2014-02-28rebrandingDaniel Gultsch1-3/+16
2014-02-16made presences chooser. raw draft. just kinda worksDaniel Gultsch1-1/+1
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch1-3/+41
2014-02-13basic otr supportDaniel Gultsch1-11/+43
2014-02-11offline messagesDaniel Gultsch1-1/+0
2014-02-11conference histories are now working. only the actually needed history is que...Daniel Gultsch1-1/+1
2014-02-10reworked notification a bitDaniel Gultsch1-2/+19
2014-02-10fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch1-15/+33
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ...Daniel Gultsch1-0/+4
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-4/+16
2014-02-01more cleanup. more listenersDaniel Gultsch1-0/+10
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch1-3/+2
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch1-0/+27