aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add incompatible server statusSam Whited2014-11-154-66/+19
* Add security error statusSam Whited2014-11-154-13/+22
* Make account status an enumSam Whited2014-11-1513-200/+215
* Add auth method pinningSam Whited2014-11-156-16/+58
* Merge branch 'feature/file_transfer' into developmentiNPUTmice2014-11-1523-275/+772
|\
| * handled more error casesiNPUTmice2014-11-153-5/+30
| * better cleanup after unsuccesful transfersiNPUTmice2014-11-153-1/+35
| * fixed description in notifications and conversation overviewiNPUTmice2014-11-158-50/+93
| * fixed resending for files as welliNPUTmice2014-11-152-3/+4
| * made file transfers cancelableiNPUTmice2014-11-158-22/+76
| * adepted conversationadapter to deal with filesiNPUTmice2014-11-152-3/+23
| * progress for ibb transfersiNPUTmice2014-11-155-13/+27
| * some mime and pgp fixes for file transferiNPUTmice2014-11-157-73/+71
| * support for pgp filesiNPUTmice2014-11-155-23/+38
| * progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-157-8/+40
| * copy non local files to private storage firstiNPUTmice2014-11-153-23/+77
| * bug fixes and various improvements for file transferiNPUTmice2014-11-155-19/+30
| * basic arbitrary file transferiNPUTmice2014-11-1513-136/+332
* | Merge branch 'feature/foreground_service' into developmentiNPUTmice2014-11-159-9/+50
|\ \
| * | added low priority and removed date in foreground noticficationiNPUTmice2014-11-151-0/+2
| * | turn on foreground service in expert settingsiNPUTmice2014-11-159-9/+48
| |/
* | Merge branch 'feature/otr_verification' into developmentiNPUTmice2014-11-1510-182/+655
|\ \ | |/ |/|
| * check if account is online before doing smpiNPUTmice2014-11-121-11/+24
| * Merge branch 'feature/otr_verification' of https://github.com/siacs/Conversat...iNPUTmice2014-11-111-1/+0
| |\
| | * small bug fixiNPUTmice2014-11-101-8/+3
| | * added snackbar to indicate smp. more error handling in verify activityiNPUTmice2014-11-105-113/+158
| | * initial smp supportiNPUTmice2014-11-1010-122/+552
| * | use auto register for verify otr listenersiNPUTmice2014-11-111-9/+0
| * | small bug fixiNPUTmice2014-11-111-8/+3
| * | added snackbar to indicate smp. more error handling in verify activityiNPUTmice2014-11-115-113/+158
| * | initial smp supportiNPUTmice2014-11-1110-122/+552
* | | Merge pull request #665 from SamWhited/issue71Daniel Gultsch2014-11-158-381/+729
|\ \ \
| * | | Improve auth error handling and state machineSam Whited2014-11-155-40/+43
| * | | Add SCRAM-SHA1 supportSam Whited2014-11-149-381/+726
* | | | Merge pull request #666 from SamWhited/localefixesDaniel Gultsch2014-11-152-3/+3
|\ \ \ \
| * | | | Spelling fixes in Italian translationSam Whited2014-11-141-2/+2
| * | | | Spelling fix in German translationSam Whited2014-11-141-1/+1
| |/ / /
* / / / Make licenses info untranslatableSam Whited2014-11-141-1/+1
|/ / /
* | | Added check for empty from on group chat packetKevin Rauwolf2014-11-141-0/+3
* | | Merge branch 'development' of https://github.com/siacs/Conversations into dev...iNPUTmice2014-11-141-5/+10
|\ \ \
| * \ \ Merge pull request #653 from kriztan/patch-2Daniel Gultsch2014-11-141-5/+10
| |\ \ \
| | * | | Update German languagekriztan2014-11-121-24/+0
| | * | | Update German languagekriztan2014-11-121-5/+34
| | |/ /
* | / / fixed possible npe when loading null counterpart into messageiNPUTmice2014-11-141-1/+6
|/ / /
* | | made presences synchronizediNPUTmice2014-11-131-13/+27
* | | more npe checks in muc packet parseriNPUTmice2014-11-131-31/+34
* | | Merge pull request #656 from SamWhited/authrefactorDaniel Gultsch2014-11-125-88/+145
|\ \ \
| * | | Refactor authentication codeSam Whited2014-11-125-88/+145
| |/ /
* / / Make sure we're storing the display JID as UnicodeSam Whited2014-11-121-2/+3
|/ /
* | auto register/unregister listenersiNPUTmice2014-11-117-345/+289