aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-15better cleanup after unsuccesful transfersiNPUTmice3-1/+35
2014-11-15fixed description in notifications and conversation overviewiNPUTmice8-50/+93
2014-11-15fixed resending for files as welliNPUTmice2-3/+4
2014-11-15made file transfers cancelableiNPUTmice8-22/+76
2014-11-15adepted conversationadapter to deal with filesiNPUTmice2-3/+23
2014-11-15progress for ibb transfersiNPUTmice5-13/+27
2014-11-15some mime and pgp fixes for file transferiNPUTmice7-73/+71
2014-11-15support for pgp filesiNPUTmice5-23/+38
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice7-8/+40
2014-11-15copy non local files to private storage firstiNPUTmice3-23/+77
2014-11-15bug fixes and various improvements for file transferiNPUTmice5-19/+30
2014-11-15basic arbitrary file transferiNPUTmice13-136/+332
2014-11-15Improve auth error handling and state machineSam Whited5-40/+43
2014-11-14Make licenses info untranslatableSam Whited1-1/+1
2014-11-14Spelling fixes in Italian translationSam Whited1-2/+2
2014-11-14Spelling fix in German translationSam Whited1-1/+1
2014-11-14Add SCRAM-SHA1 supportSam Whited9-381/+726
2014-11-14Added check for empty from on group chat packetKevin Rauwolf1-0/+3
2014-11-14fixed possible npe when loading null counterpart into messageiNPUTmice1-1/+6
2014-11-13made presences synchronizediNPUTmice1-13/+27
2014-11-13more npe checks in muc packet parseriNPUTmice1-31/+34
2014-11-12Make sure we're storing the display JID as UnicodeSam Whited1-2/+3
2014-11-12Update German languagekriztan1-24/+0
2014-11-12Refactor authentication codeSam Whited5-88/+145
2014-11-12Update German languagekriztan1-5/+34
2014-11-11auto register/unregister listenersiNPUTmice7-345/+289
2014-11-11temporarliy got rid of some insane work arounds in favor of some maybe less i...iNPUTmice3-14/+17
2014-11-10made Jid class parse otr session idsiNPUTmice1-0/+10
2014-11-10more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice8-274/+283
2014-11-09formatingiNPUTmice2-24/+9
2014-11-09fixed private messagesiNPUTmice1-2/+2
2014-11-09add libidn to pref_about_message.Michael1-0/+1
2014-11-09s/getResourcepart().isEmpty()/isBareJid()/Sam Whited5-7/+7
2014-11-09use isBareJid instead of getResourcePart().isEmpty()iNPUTmice2-2/+2
2014-11-09fixed muc sender history for some cases (where the previous nick was a valid ...iNPUTmice2-8/+17
2014-11-09migrated some otr stuff to new jid classesiNPUTmice2-79/+82
2014-11-09make avatar service not break on empty namesiNPUTmice1-14/+22
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited27-106/+102
2014-11-09fixed null pointer in message mergeriNPUTmice1-0/+1
2014-11-09refactored code to always contain full jid for counterpartiNPUTmice8-86/+84
2014-11-09fixed full jid for accountiNPUTmice1-80/+76
2014-11-09return null if from ist not set in abstract stanzaiNPUTmice1-12/+17
2014-11-09Check for illegal arguments to the toASCII funcSam Whited2-3/+17
2014-11-09add all used libs to the pref_about_message.Michael1-15/+23
2014-11-09Update Spanish Translationskruks231-1/+21
2014-11-09Fix contact highlighting in MUCSam Whited1-2/+2
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
2014-11-09Fix crash on account creationSam Whited1-13/+2
2014-11-09Don't crash on packets with no "from" specifiedSam Whited1-1/+2
2014-11-09Create avatar's for JID's w/o localpartsSam Whited4-29/+13