aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-03reworked handeling of system contactsDaniel Gultsch2-7/+19
2015-06-02avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch1-0/+6
2015-05-26renamed OtrEngine to OtrServiceDaniel Gultsch2-10/+10
2015-05-20added mam stuff to new message parserDaniel Gultsch1-1/+1
2015-05-20provide helper function for getting the content of a child directlyDaniel Gultsch1-12/+2
2015-05-16made white space check in bodyContainsDownloadable less aggresiveDaniel Gultsch1-1/+1
2015-05-13use zero width white space as message seperatorDaniel Gultsch1-1/+1
2015-05-12don't set unknown error in mucDaniel Gultsch1-2/+0
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-1/+3
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+1
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-0/+6
2015-05-10optimized heart render code a bitDaniel Gultsch1-4/+1
2015-05-10added white heart to new rendering as wellDaniel Gultsch1-1/+3
2015-05-10changed conversation red to material redDaniel Gultsch1-2/+2
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-32/+40
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-7/+19
2015-04-13fixed typosiNPUTmice1-1/+1
2015-04-13Bugfix for issue #1121lookshe1-10/+18
2015-04-09don't resume old session when changing resourceiNPUTmice1-4/+10
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice1-0/+9
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski3-6/+4
2015-03-07display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice1-0/+4
2015-03-02added methods to count number of unread messagesDaniel Gultsch1-0/+13
2015-03-01merge messages with related status (unsend, send, send_received)iNPUTmice1-1/+17
2015-02-27don't add users with null nicks to muc user listiNPUTmice1-1/+1
2015-02-26initilize keys with jsonobject value on parse erroriNPUTmice1-1/+1
2015-02-21clear muc tiles cache only when necessaryiNPUTmice1-0/+15
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice2-1/+33
2015-02-12use time instead of uptime for unmuteiNPUTmice1-2/+1
2015-02-07trim message bodys on displayDaniel Gultsch1-2/+2
2015-01-25fix mergable() for /me command.Michael1-2/+4
2015-01-20changed message duplicate finderiNPUTmice1-5/+10
2015-01-19don't trim bodiesiNPUTmice1-1/+1
2015-01-16Add download button on notification if applicableSam Whited1-6/+6
2015-01-11Add XEP-0245 (/me command) supportSam Whited1-14/+33
2015-01-11keep proper image file extensionDaniel Gultsch1-1/+0
2015-01-10make room persistant when changing subject or other muc optionsDaniel Gultsch1-0/+4
2015-01-08allow for very basic muc configurationDaniel Gultsch1-2/+4
2015-01-07more muc optionsDaniel Gultsch1-5/+25
2015-01-07basic affiliation changes in mucDaniel Gultsch1-12/+36
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...Daniel Gultsch1-33/+70
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch1-1/+1
2015-01-04no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch1-19/+27
2015-01-03record voice and attachment refactorDaniel Gultsch1-6/+10
2015-01-03code cleanupDaniel Gultsch1-8/+12
2015-01-02allow cancellation of waiting filesDaniel Gultsch1-0/+4
2015-01-02improved OTR verification part oneDaniel Gultsch2-17/+16
2014-12-25Add ability to change password on serverSam Whited1-28/+17
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited9-103/+171