aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-10changes to get it working under eclipselookshe4-2/+51
2015-01-03remaining part of my patchlookshe4-7/+106
2015-01-03Added and modified German translationskriztan1-5/+11
2015-01-03version bump to 0.10Daniel Gultsch1-1/+1
2015-01-03void messages getting reloaded through mam after clear historyDaniel Gultsch1-0/+1
2015-01-03added smilies from patch. remaining changes will follow laterlookshe18-0/+0
2015-01-03record voice and attachment refactorDaniel Gultsch5-74/+73
2015-01-03disable / enable all accountsDaniel Gultsch3-27/+103
2015-01-03update last presence only for messagesDaniel Gultsch2-6/+2
2015-01-03added missing layout fileDaniel Gultsch1-0/+105
2015-01-03code cleanupDaniel Gultsch3-11/+22
2015-01-03migrated change password into separate activityDaniel Gultsch6-88/+138
2015-01-02some further otr improvementsDaniel Gultsch6-9/+31
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-02Added German translationskriztan1-0/+7
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch2-3/+3
2015-01-02fixed layout fileDaniel Gultsch1-1/+1
2015-01-02improved OTR verification part oneDaniel Gultsch12-352/+403
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-29Make `app_name' string untranslatableSam Whited15-22/+8
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-30fixed nl stringsDaniel Gultsch1-25/+1
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Update Dutch translationsNathan Follens2-10/+10
2014-12-29Fix typo in method nameSam Whited5-9/+9
2014-12-27Update spanish translationssergio1-3/+27
2014-12-27Update Dutch translationsNathan Follens2-113/+291
2014-12-27Update german translationskriztan1-0/+4
2014-12-25code cleanup for change password stuffDaniel Gultsch3-15/+22
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch4-27/+66
2014-12-25Add ability to change password on serverSam Whited9-88/+139
2014-12-25proper call to invalidateViews()Daniel Gultsch1-1/+1
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1
2014-12-25Update german translationskriztan1-0/+20
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 Whited4-6/+150
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 Whited42-903/+1481
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