aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow sending of any filetype via intentSam Whited2014-12-152-25/+37
Fixes #756
* Make some magic number constants finalSam Whited2014-12-151-3/+3
|
* Make silent notification when quiet hours are onSam Whited2014-12-151-68/+64
| | | | | Notify, just don't play a sound or vibrate Also make the Java annoyingly verbose... I can't help myself... ahh!
* 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
Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
* 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
| | | | Retab JID file
* Fix RFC 6122 implementationSam Whited2014-12-021-4/+5
JID resourceparts should be able to contain "@" and "/" characters
* 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
Fixes a crash when publishing an avatar
* Don't escape passwords in SASLSam Whited2014-11-152-3/+3
Fixes #671
* 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
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* 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 `Account.getFullJid()'
* 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
|