aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
| * code cleanup + logging of spoofed iq packetsDaniel Gultsch2015-01-041-35/+33
| * Verify IQ responsesSam Whited2015-01-044-18/+39
| * Make IqPacket type an enumSam Whited2015-01-049-99/+85
| * deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
| * Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2015-01-042-71/+37
| * no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch2015-01-041-19/+27
* | - Avoiding accessing shared preferences to know if emoticons should be parsed...steckbrief2015-01-206-22/+105
* | Setting added for parsing emoticons or notTristan Zur2015-01-112-2/+8
* | Fixed missing symbol for eu.siacs.conversations.Config and wrong parameter fo...Tristan Zur2015-01-102-2/+4
* | Merge branch 'master' of ssh://git.fucktheforce.de/conversationslookshe2015-01-0363-2191/+3729
|\|
| * version bump to 0.10Daniel Gultsch2015-01-031-1/+1
| * void messages getting reloaded through mam after clear historyDaniel Gultsch2015-01-031-0/+1
| * record voice and attachment refactorDaniel Gultsch2015-01-033-73/+68
| * disable / enable all accountsDaniel Gultsch2015-01-031-16/+84
| * update last presence only for messagesDaniel Gultsch2015-01-032-6/+2
| * code cleanupDaniel Gultsch2015-01-033-11/+22
| * migrated change password into separate activityDaniel Gultsch2015-01-032-79/+127
| * some further otr improvementsDaniel Gultsch2015-01-023-3/+11
| * click on dynamic tag to filter for that tagDaniel Gultsch2015-01-022-0/+34
| * allow cancellation of waiting filesDaniel Gultsch2015-01-022-19/+23
| * put Conversations into background mode earlierDaniel Gultsch2015-01-025-19/+44
| * prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-022-3/+3
| * improved OTR verification part oneDaniel Gultsch2015-01-0210-164/+250
| * improved fromServer filterDaniel Gultsch2014-12-301-1/+4
| * refactor swithOverToTls stuffDaniel Gultsch2014-12-301-56/+45
| * fixed npe in block menu itemDaniel Gultsch2014-12-301-1/+1
| * fixed #818Daniel Gultsch2014-12-301-1/+1
| * Fix typo in method nameSam Whited2014-12-295-9/+9
| * code cleanup for change password stuffDaniel Gultsch2014-12-251-13/+20
| * added callback to change account password to notify UI on success / failureDaniel Gultsch2014-12-253-27/+63
| * Add ability to change password on serverSam Whited2014-12-257-85/+128
| * proper call to invalidateViews()Daniel Gultsch2014-12-251-1/+1
| * catch another exception in fingerprint generationDaniel Gultsch2014-12-251-1/+1
| * Show server info option when blocking is unavailablepulser2014-12-241-2/+4
| * Don't allow user to register domain only jidsSam Whited2014-12-231-0/+5
| * Don't show menu on create account screenSam Whited2014-12-231-0/+3
| * Remove old JID validatorSam Whited2014-12-233-105/+77
| * Add more server compatibility info.Sam Whited2014-12-231-2/+36
| * made method private that is no longer required to be publiciNPUTmice2014-12-231-1/+1
| * Simplify roster handling codeSam Whited2014-12-223-121/+97
| * Fix NPEs in blocking codeSam Whited2014-12-222-2/+4
| * Add support for XEP-0191 (Blocking command)Sam Whited2014-12-2237-903/+1444
| * get rid of special self presence object and incorporate that into rosteriNPUTmice2014-12-203-75/+46
| * more null checks for otr fingerprintsiNPUTmice2014-12-201-1/+1
| * don't include empty fingerprints in list of otrfingerprintsiNPUTmice2014-12-201-4/+6
| * fixed another break continue bugiNPUTmice2014-12-201-3/+2
| * inject ui callback into running mam queryiNPUTmice2014-12-203-4/+6
| * fixed #755iNPUTmice2014-12-191-1/+1
| * clean up conversation history after swtiching to a different conversationiNPUTmice2014-12-173-4/+12