aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow sending of any filetype via intentSam Whited2014-12-152-25/+37
* Make some magic number constants finalSam Whited2014-12-151-3/+3
* Make silent notification when quiet hours are onSam Whited2014-12-151-68/+64
* Add quiet hours featureSam Whited2014-12-144-29/+176
* Update logo in art folderSam Whited2014-12-041-0/+0
* Single character README fix waste of time pull request.Sam Whited2014-12-031-1/+1
* Make sure SASL tokenizer strips stringsSam Whited2014-12-022-1/+5
* Allow JIDs such as "example.net/@"Sam Whited2014-12-021-3/+2
* "example.net/@/" should be a valid JID.Sam Whited2014-12-021-164/+166
* Fix RFC 6122 implementationSam Whited2014-12-021-4/+5
* Accessibility: Add missing image descriptionsSam Whited2014-11-293-3/+8
* Misc. "fixes" to correct warnings.Sam Whited2014-11-291-3/+6
* Remove broken / unused importsSam Whited2014-11-191-3/+0
* Use `Locale.US' for string comparisons in searchSam Whited2014-11-172-6/+14
* Fix linter suppressionSam Whited2014-11-171-2/+3
* Fix fetching accounts by JIDsSam Whited2014-11-161-1/+1
* Don't escape passwords in SASLSam Whited2014-11-152-3/+3
* Cache SCRAM-SHA-1 keys for current sessionSam Whited2014-11-152-10/+51
* Set security error status on TLS cert mismatchSam Whited2014-11-151-6/+7
* Remove extra status wrapper methodSam Whited2014-11-152-6/+1
* 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
* Improve auth error handling and state machineSam Whited2014-11-155-40/+43
* Add SCRAM-SHA1 supportSam Whited2014-11-149-381/+726
* 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
* Refactor authentication codeSam Whited2014-11-125-88/+145
* Make sure we're storing the display JID as UnicodeSam Whited2014-11-121-2/+3
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-095-7/+7
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-0927-106/+102
* Remove unused dependencySam Whited2014-11-091-4/+1
* Check for illegal arguments to the toASCII funcSam Whited2014-11-092-3/+17
* Fix contact highlighting in MUCSam Whited2014-11-091-2/+2
* Fix issue with IDN SRV recordsSam Whited2014-11-091-2/+3
* Fix crash on account creationSam Whited2014-11-091-13/+2
* Don't crash on packets with no "from" specifiedSam Whited2014-11-091-1/+2
* Create avatar's for JID's w/o localpartsSam Whited2014-11-094-29/+13
* Fields that we sync on should be finalSam Whited2014-11-091-1/+1
* Fix bug introduced by rebaseSam Whited2014-11-091-5/+4
* Fix letter avatar selection in MUCSam Whited2014-11-092-13/+2
* More formatting fixes in MUCSam Whited2014-11-091-1/+5
* Format contact names in MUC properlySam Whited2014-11-092-24/+27
* Fix JID parsing errorSam Whited2014-11-091-1/+1
* It builds again!Sam Whited2014-11-094-19/+14
* Add a packet JID place I missed...Sam Whited2014-11-091-1/+1
* Update more files to use JID objectsSam Whited2014-11-0914-54/+102
* Update another chunk of stuff to use JID objectsSam Whited2014-11-099-83/+104