aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/generator (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-12make omemo default when all resources support itDaniel Gultsch1-1/+1
2016-05-12check if pgpengine is still bound before using itDaniel Gultsch1-1/+1
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch1-2/+4
2016-03-23only add image files to media scannerDaniel Gultsch1-1/+0
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-0/+7
2016-02-16added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch1-1/+6
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2-0/+4
2016-02-15add missing type='submit' attribute to enable push formDaniel Gultsch1-0/+1
2016-02-13send push enable to server. simplified loggingDaniel Gultsch2-0/+15
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-1/+15
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-15/+4
2016-01-03add obb url to unencrypted messagesDaniel Gultsch1-0/+1
2016-01-01removed xhtml body. fixes #1594Daniel Gultsch1-12/+0
2015-12-17add 'store' message hint to displayed chat markersDaniel Gultsch1-0/+1
2015-12-10renamed pretty-please-store message hint to storeDaniel Gultsch1-1/+1
2015-12-01combine multiple message receipts into single messageDaniel Gultsch1-6/+8
2015-11-09Sign empty statusfiaxh1-1/+0
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2-0/+7
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-3/+7
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-0/+21
2015-10-11Captcha support.Armin Novak1-0/+10
2015-10-08removed oob element from file messagesDaniel Gultsch1-1/+0
2015-10-08introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch1-1/+16
2015-10-07add xhtml image tag to unencrypted image urls. add oob tag to all files that ...Daniel Gultsch1-2/+18
2015-09-23use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch1-3/+3
2015-09-19fixed content-type indication in http uploadDaniel Gultsch1-1/+1
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch1-3/+4
2015-09-01use same method to add message hints to otr message everywhere it is neededDaniel Gultsch1-5/+9
2015-09-01tag axolotl messages with pretty-please-storeDaniel Gultsch1-0/+1
2015-08-01use content-type in http slot request and stick with during uploadDaniel Gultsch1-1/+4
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-1/+1
2015-07-22add no-store to chat statesDaniel Gultsch1-0/+2
2015-07-22use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch1-6/+5
2015-07-21made image file format configurable by Config.javaDaniel Gultsch1-4/+0
2015-07-21bugfix: also add no-permanent-storage to message hintsDaniel Gultsch1-0/+1
2015-07-21bugfix: also add no-permanent-storage to message hintsDaniel Gultsch1-0/+1
2015-07-20Refactor axolotl send processing/caching flowAndreas Straub1-4/+1
2015-07-20attempt to fix the delay problemDaniel Gultsch1-27/+7
2015-07-20Optimize importsAndreas Straub2-5/+3
2015-07-19Clean up loggingAndreas Straub1-1/+1
2015-07-19Rework PEP content verificationAndreas Straub1-1/+1
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-4/+6
2015-07-19Migrate to new PEP layoutAndreas Straub1-20/+9
2015-07-19Reformat code to use tabsAndreas Straub2-29/+29
2015-07-19Added PEP and message protocol layersAndreas Straub3-1/+94
2015-06-30made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch1-2/+2
2015-06-29initial http upload supportDaniel Gultsch2-8/+26
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-1/+8
2015-05-03Fix typos in URL to the projectAlexander Groshev1-2/+2
2015-04-21OTR: Fix onContactStatusChanged & dont archive OTRBrianBlade1-0/+1