aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-05fetch missing avatars from serveriNPUTmice1-2/+1
2014-07-31fixed npe for the rare case that user has disabled his action bariNPUTmice1-7/+14
2014-07-30fixed npe for the rare case that user has disabled his action bariNPUTmice1-7/+14
2014-07-27fixe race conditons with newIntentiNPUTmice1-19/+17
2014-07-22brought settings and manage account menu items backiNPUTmice1-4/+0
2014-07-18show snackbar if conference was not foundiNPUTmice1-1/+1
2014-07-17brought muc invites back. + couple of bug fixes + refactoringiNPUTmice1-16/+15
2014-07-12refactored ui listeners a little bitiNPUTmice1-4/+5
2014-07-12made conversation list thread safeiNPUTmice1-2/+1
2014-07-11cleanup. removed old contacts activity. WARNING: this will temporarly ↵iNPUTmice1-35/+4
disable muc invites
2014-07-10added contextual menu for contactsiNPUTmice1-6/+1
2014-07-10changed support lib to v13. added tabs and fragments to start conversation ↵iNPUTmice1-1/+1
activity
2014-07-09unified warnings/error msgsiNPUTmice1-1/+1
2014-07-01allow state loss on fragment changeiNPUTmice1-1/+1
2014-06-26fixed rare bug with attach image menuiNPUTmice1-0/+6
2014-06-22moved message packet creation into sperate classiNPUTmice1-0/+1
2014-06-20not working version of otr file transferiNPUTmice1-2/+3
2014-06-16streamlined onpresenceselected listeneriNPUTmice1-106/+20
2014-06-16code cleanup / unificationiNPUTmice1-5/+0
2014-06-16cleanup; removed unnecessary imports and log outputsiNPUTmice1-1/+0
2014-06-13offline sending of imagesiNPUTmice1-0/+1
2014-06-13moved last seen to contact detailsiNPUTmice1-10/+0
2014-06-12finished offline otriNPUTmice1-2/+2
2014-06-11groundwork for offline otr messagesiNPUTmice1-90/+44
2014-06-10select presence dialog now suggests last used presenceiNPUTmice1-6/+22
2014-06-09don't display 'enter password' message if OpenKeychain is not installed. ↵iNPUTmice1-0/+4
made status messages in chat not selectable
2014-06-07possible fix to be able to images and encrypted messages at a faster rateiNPUTmice1-36/+27
2014-06-06basic last seen feature. no peristancy just yet. no polishiNPUTmice1-274/+350
2014-06-04fixed regression with newly created conversations not being shown properlyiNPUTmice1-1/+2
2014-06-04received and displayed messages (xep 333) are now marked properlyiNPUTmice1-1/+1
2014-06-01unified crypto messages and made lock icon work for conferencesiNPUTmice1-5/+5
2014-06-01show dialog when no contact in a muc has pgp supportiNPUTmice1-1/+1
2014-05-30Disabled the Home button when it's not the Up buttonAlethea Butler1-0/+2
2014-05-28first tries on crypto mucDaniel Gultsch1-3/+5
2014-05-22offline crud of contactsDaniel Gultsch1-1/+1
2014-05-21cleaned up shared textDaniel Gultsch1-0/+17
2014-05-20Update Spanish Translations + harcoded just_nowkruks231-1/+1
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-4/+4
2014-05-18bind and session request more compatibleDaniel Gultsch1-0/+7
2014-05-17added record audio buttonDaniel Gultsch1-0/+8
2014-05-14hiding the prepare image toast after error or successDaniel Gultsch1-1/+15
2014-05-14code clean upDaniel Gultsch1-104/+51
2014-05-13added presence selectionDaniel Gultsch1-5/+19
2014-05-13code cleanupDaniel Gultsch1-10/+12
2014-05-13takeing pictures over intentDaniel Gultsch1-0/+22
2014-05-13submenu for attach fileDaniel Gultsch1-1/+29
2014-05-12Better error handling if attach file doesnt work (on permission denied)Daniel Gultsch1-19/+35
and unified encrypted and unencrypted file attachment
2014-05-09added dialog for otr file transferDaniel Gultsch1-1/+25
2014-05-09nicer descriptions in notificaton for images and encrypted messagesDaniel Gultsch1-1/+10
2014-05-08sending text message after returing from pending intentDaniel Gultsch1-0/+38