aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-11Status color added to "create conversation" (refers to ticket #22 in flyspray)lookshe3-0/+15
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief14-3447/+0
2015-04-13check with lowercase to also match JPEG, JPeg ...lookshe1-1/+1
2015-04-12better and perhaps faster way for checking if a message is downloadablelookshe1-10/+18
2015-04-11no trim of messages or passwordlookshe1-2/+2
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
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-18/+2
2014-12-20more null checks for otr fingerprintsiNPUTmice1-1/+1
2014-12-20don't include empty fingerprints in list of otrfingerprintsiNPUTmice1-4/+6
2014-12-17clean up conversation history after swtiching to a different conversationiNPUTmice1-4/+10
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice1-10/+1
2014-12-14refactored the way certain messages are being found within a conversationiNPUTmice2-16/+108
2014-12-13reverse through mam history when loading larger chuncksiNPUTmice2-9/+10
2014-12-13various mam improvmentsiNPUTmice1-0/+2
2014-12-10changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice1-7/+11
2014-12-10save server id from mam messages. check for dups before adding mamiNPUTmice1-3/+26
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice3-3/+42
2014-12-10very basic mam supportiNPUTmice1-3/+1
2014-12-10store last message received date in conversationiNPUTmice1-0/+9
2014-12-03fixed #651iNPUTmice1-0/+12