aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-16parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice11-69/+119
2014-11-15small modifications for changing an account status in XmppConnectioniNPUTmice1-8/+6
2014-11-15Cache SCRAM-SHA-1 keys for current sessionSam Whited2-10/+51
2014-11-15Set security error status on TLS cert mismatchSam Whited1-6/+7
2014-11-15Remove extra status wrapper methodSam Whited2-6/+1
2014-11-15Add incompatible server statusSam Whited3-66/+18
2014-11-15fixed some disco / carbon related bugsiNPUTmice1-29/+43
2014-11-15Add security error statusSam Whited3-13/+21
2014-11-15Make account status an enumSam Whited13-200/+215
2014-11-15Add auth method pinningSam Whited6-16/+58
2014-11-15added low priority and removed date in foreground noticficationiNPUTmice1-0/+2
2014-11-15turn on foreground service in expert settingsiNPUTmice3-9/+39
2014-11-15handled more error casesiNPUTmice2-5/+29
2014-11-15better cleanup after unsuccesful transfersiNPUTmice3-1/+35
2014-11-15fixed description in notifications and conversation overviewiNPUTmice7-50/+91
2014-11-15fixed resending for files as welliNPUTmice2-3/+4
2014-11-15made file transfers cancelableiNPUTmice6-21/+71
2014-11-15adepted conversationadapter to deal with filesiNPUTmice1-3/+21
2014-11-15progress for ibb transfersiNPUTmice5-13/+27
2014-11-15some mime and pgp fixes for file transferiNPUTmice6-73/+70
2014-11-15support for pgp filesiNPUTmice5-23/+38
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice6-7/+38
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 transferiNPUTmice11-133/+326
2014-11-15Improve auth error handling and state machineSam Whited5-40/+43
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-12Refactor authentication codeSam Whited5-88/+145
2014-11-12check if account is online before doing smpiNPUTmice1-11/+24
2014-11-11use auto register for verify otr listenersiNPUTmice1-9/+0
2014-11-11small bug fixiNPUTmice1-8/+3
2014-11-11added snackbar to indicate smp. more error handling in verify activityiNPUTmice3-113/+144
2014-11-11initial smp supportiNPUTmice6-62/+356
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-10small bug fixiNPUTmice1-8/+3
2014-11-10added snackbar to indicate smp. more error handling in verify activityiNPUTmice3-113/+144
2014-11-10initial smp supportiNPUTmice6-62/+356
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-09fixed private messagesiNPUTmice1-2/+2
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