aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-15Make some magic number constants finalSam Whited1-3/+3
2014-12-15fixed crashing on unparsed jidsiNPUTmice1-4/+4
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice4-32/+8
2014-12-15Make silent notification when quiet hours are onSam Whited1-68/+64
2014-12-15fixed history deletion. fixed #780iNPUTmice2-1/+11
2014-12-15avoid npe on weird platform bugsiNPUTmice1-30/+30
2014-12-14run mam queries only when onlineiNPUTmice2-4/+31
2014-12-14Add quiet hours featureSam Whited2-27/+147
2014-12-14more patches for dns helperiNPUTmice1-13/+19
2014-12-14possible dns fixesiNPUTmice2-3/+12
2014-12-14refactored the way certain messages are being found within a conversationiNPUTmice5-117/+193
2014-12-13avoiding concurrent modificationiNPUTmice2-6/+3
2014-12-13fixed regressioniNPUTmice1-3/+3
2014-12-13reverse through mam history when loading larger chuncksiNPUTmice5-22/+79
2014-12-13refactored phone contacts mergeriNPUTmice1-33/+38
2014-12-13various mam improvmentsiNPUTmice6-39/+130
2014-12-10mark otr messages as no-store for mamiNPUTmice1-0/+1
2014-12-10changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice4-22/+31
2014-12-10save server id from mam messages. check for dups before adding mamiNPUTmice3-5/+40
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice9-42/+103
2014-12-10very basic mam supportiNPUTmice9-8/+277
2014-12-10store last message received date in conversationiNPUTmice5-54/+48
2014-12-10removed unnecessary otr error responseiNPUTmice2-12/+0
2014-12-09recreate activity after theme has changed. fixed #764iNPUTmice2-3/+20
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice4-53/+2
2014-12-09cleanup: removed stream compressioniNPUTmice3-205/+0
2014-12-07version bump to 0.9.3iNPUTmice1-1/+1
2014-12-07possible work around for some weird - possibly sdk - bugsiNPUTmice1-4/+5
2014-12-04fixed digest-md5iNPUTmice1-0/+4
2014-12-03close cursors after querying phone dbiNPUTmice1-0/+2
2014-12-03fixed #651iNPUTmice2-0/+20
2014-12-03more safety checks for listener countsiNPUTmice1-88/+29
2014-12-03fixed #544iNPUTmice1-1/+51
2014-12-03version bump to 0.9.2iNPUTmice1-1/+1
2014-12-03display proper error in edit account details if jid is invalidiNPUTmice1-8/+9
2014-12-03further npe checksiNPUTmice2-6/+13
2014-12-03refactored the message adapter a bitiNPUTmice1-32/+33
2014-12-03set nick and autojoin=true for new bookmarksiNPUTmice1-0/+4
2014-12-03made muc parser more compatible with legacy mucs?! (whatever that is exactly)iNPUTmice1-3/+1
2014-12-02Make sure SASL tokenizer strips stringsSam Whited2-1/+5
2014-12-03worked around concurrent modification exceptioniNPUTmice1-11/+11
2014-12-03fixed another npe in hasBookmarkiNPUTmice1-2/+3
2014-12-03safety net in joinMuciNPUTmice1-4/+6
2014-12-03clean up getProposedNickiNPUTmice1-6/+5
2014-12-03fixed potential npes in message parseriNPUTmice1-2/+7
2014-12-03cleaned up avatar / tile creationiNPUTmice2-20/+9
2014-12-02Allow JIDs such as "example.net/@"Sam Whited1-3/+2
2014-12-02"example.net/@/" should be a valid JID.Sam Whited1-164/+166
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
2014-12-01fixed #728iNPUTmice1-5/+2