aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-25code cleanup for change password stuffDaniel Gultsch1-13/+20
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch3-27/+63
2014-12-25Add ability to change password on serverSam Whited7-85/+128
2014-12-25proper call to invalidateViews()Daniel Gultsch1-1/+1
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1
2014-12-24Show server info option when blocking is unavailablepulser1-2/+4
2014-12-23Don't allow user to register domain only jidsSam Whited1-0/+5
2014-12-23Don't show menu on create account screenSam Whited1-0/+3
2014-12-23Remove old JID validatorSam Whited3-105/+77
2014-12-23Add more server compatibility info.Sam Whited1-2/+36
2014-12-23made method private that is no longer required to be publiciNPUTmice1-1/+1
2014-12-22Simplify roster handling codeSam Whited3-121/+97
2014-12-22Fix NPEs in blocking codeSam Whited2-2/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited37-903/+1444
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice3-75/+46
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-20fixed another break continue bugiNPUTmice1-3/+2
2014-12-20inject ui callback into running mam queryiNPUTmice3-4/+6
2014-12-19fixed #755iNPUTmice1-1/+1
2014-12-17clean up conversation history after swtiching to a different conversationiNPUTmice3-4/+12
2014-12-17show error if jid couldn't be parsed in new contact dialogiNPUTmice1-15/+10
2014-12-17made scroling smoother + bug fixes for history loadingiNPUTmice3-21/+47
2014-12-17smoothed out scrolling a bitiNPUTmice2-23/+44
2014-12-17properly detect images in share withiNPUTmice1-6/+6
2014-12-17properly count mam messagesiNPUTmice2-4/+13
2014-12-16Handle time comparisons using longsSam Whited2-13/+8
2014-12-15Allow sending of any filetype via intentSam Whited1-24/+36
2014-12-15Update summary in TimePreference change listenerSam Whited1-5/+11
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice5-43/+108
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