aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-03code cleanupDaniel Gultsch3-11/+22
2015-01-03migrated change password into separate activityDaniel Gultsch2-79/+127
2015-01-02some further otr improvementsDaniel Gultsch3-3/+11
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch2-0/+34
2015-01-02allow cancellation of waiting filesDaniel Gultsch2-19/+23
2015-01-02put Conversations into background mode earlierDaniel Gultsch5-19/+44
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch2-3/+3
2015-01-02improved OTR verification part oneDaniel Gultsch10-164/+250
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Fix typo in method nameSam Whited5-9/+9
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