Commit log

bae2b7d Spelling fixes in Italian translation

Sam Whited created

62404b2 Spelling fix in German translation

Sam Whited created

0e55078 Add SCRAM-SHA1 support

Click to expand commit body
Factor out GS2 tokanization into own class
Add authentication exception class

Fixes #71

Sam Whited created

c61120b Merge pull request #664 from squidpickles/development

Click to expand commit body
Added check for empty from on group chat packet

Daniel Gultsch created

2bb68bc Added check for empty from on group chat packet

Kevin Rauwolf created

7936710 Merge branch 'development' of https://github.com/siacs/Conversations into development

iNPUTmice created

3118340 fixed possible npe when loading null counterpart into message

iNPUTmice created

2bbad26 Merge pull request #653 from kriztan/patch-2

Click to expand commit body
Update German language

Daniel Gultsch created

17c2ed4 made presences synchronized

iNPUTmice created

2db569b made presences synchronized

iNPUTmice created

77ba68d more npe checks in muc packet parser

iNPUTmice created

e6a4fa0 more npe checks in muc packet parser

iNPUTmice created

88c8373 Merge pull request #656 from SamWhited/authrefactor

Click to expand commit body
Refactor authentication code

Daniel Gultsch created

a74fa9c Merge pull request #659 from SamWhited/jidfixes

Click to expand commit body
Make sure we're storing the display JID as Unicode

Daniel Gultsch created

2222483 Make sure we're storing the display JID as Unicode

Sam Whited created

fca3e3c Update German language

Click to expand commit body
deleted 'pref_about_message'

kriztan created

14cfb60 Refactor authentication code

Sam Whited created

b971965 Update German language

kriztan created

f1e2be4 check if account is online before doing smp

iNPUTmice created

52ca2e7 Merge branch 'feature/otr_verification' of https://github.com/siacs/Conversations into feature/otr_verification

Click to expand commit body
Conflicts:
	src/main/java/eu/siacs/conversations/ui/VerifyOTRActivity.java

iNPUTmice created

d1bf9a3 use auto register for verify otr listeners

iNPUTmice created

76f4cf1 small bug fix

iNPUTmice created

e33fc26 added snackbar to indicate smp. more error handling in verify activity

iNPUTmice created

6cd2ff0 initial smp support

iNPUTmice created

e555fe4 auto register/unregister listeners

iNPUTmice created

fce78ab temporarliy got rid of some insane work arounds in favor of some maybe less insane work arounds

iNPUTmice created

8cb97f5 small bug fix

iNPUTmice created

dc98b3d added snackbar to indicate smp. more error handling in verify activity

iNPUTmice created

8740b55 initial smp support

iNPUTmice created

c8a6b05 made Jid class parse otr session ids

iNPUTmice created

89ee999 more refactoring for presence selection. removed getTo, getFrom and getJid from Element

iNPUTmice created

26b4788 formating

iNPUTmice created

a01ff66 Merge pull request #645 from betheg/about_all_libs

Click to expand commit body
add all used libs to the pref_about_message

Daniel Gultsch created

72068d1 fixed private messages

iNPUTmice created

b1da9ae add libidn to pref_about_message.

Michael created

a45a343 Merge pull request #644 from SamWhited/barejidchecks

Click to expand commit body
s/getResourcepart().isEmpty()/isBareJid()/ [EOM]

Daniel Gultsch created

385bea0 s/getResourcepart().isEmpty()/isBareJid()/

Sam Whited created

56b4ac1 use isBareJid instead of getResourcePart().isEmpty()

iNPUTmice created

eb9e988 fixed muc sender history for some cases (where the previous nick was a valid jid)

iNPUTmice created

69ef17e migrated some otr stuff to new jid classes

iNPUTmice created

c310ada Merge branch 'development' of https://github.com/siacs/Conversations into development

iNPUTmice created

cb1a36d Merge pull request #642 from SamWhited/accountgetjid

Click to expand commit body
Rework `Account.getJid()' to return full JIDs

Daniel Gultsch created

44de982 Merge pull request #643 from SamWhited/idndependfix

Click to expand commit body
Remove unused dependency

Daniel Gultsch created

0aa6efe Remove unused dependency

Sam Whited created

e9af0d4 Merge branch 'master' into development

iNPUTmice created

61f046a make avatar service not break on empty names

iNPUTmice created

180a0e4 Rework `Account.getJid()' to return full JIDs

Click to expand commit body
Remove `Account.getFullJid()'

Sam Whited created

ad6fef0 fixed null pointer in message merger

iNPUTmice created

377bd49 refactored code to always contain full jid for counterpart

iNPUTmice created

2b99b69 fixed full jid for account

iNPUTmice created