aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe2017-04-051-7/+5
* Fixed package accessChristian Schneppe2017-04-051-6/+6
* Save some memory and delete unused imports and variablesChristian Schneppe2017-04-051-4/+3
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+7
* define strangers as people not in roster instead of no mutual presence subscr...Christian Schneppe2017-03-231-1/+1
* show strangers with jid instead of name in conversation listChristian Schneppe2017-03-231-0/+2
* grey out offline contacts in StartConversationChristian Schneppe2017-03-153-7/+23
* never mark conversation w/ own server as strangerChristian Schneppe2017-03-141-5/+4
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
* display chat states in conferencesChristian Schneppe2017-03-112-1/+22
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-112-1/+36
* show conversation time as last clear date when emptyChristian Schneppe2017-03-091-1/+1
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-0/+20
* fixed sender label for empty conversationsChristian Schneppe2017-03-091-0/+1
* cleaned code of muc name generatorChristian Schneppe2017-03-091-10/+6
* fixed multi-session-nick renaming behaviourChristian Schneppe2017-03-091-2/+3
* renamed enter jid menu item idChristian Schneppe2017-03-091-5/+5
* Keep draft even when correcting previously sent msgChristian Schneppe2017-03-041-2/+10
* fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe2017-03-041-1/+3
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-3/+3
* show resource in bracketsChristian Schneppe2017-02-241-1/+1
* Fix a typo in legacyChristian Schneppe2017-02-221-2/+2
* bump mam namespaceChristian Schneppe2017-02-221-2/+6
* add resource to ContactDetailsChristian Schneppe2017-02-222-0/+23
* add date bubble in chatlistChristian Schneppe2017-02-191-0/+8
* clear avatar cache when system name changesChristian Schneppe2017-02-101-1/+3
* only show and try resend for files which are not uploadedChristian Schneppe2017-02-101-2/+2
* resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe2017-02-091-0/+16
* only show failed uploads if file isn't deletedChristian Schneppe2017-02-092-1/+5
* support aesgcm:// style urlsChristian Schneppe2017-02-081-2/+7
* only store messages up to a length of 1M charsChristian Schneppe2017-02-081-1/+1
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-081-0/+2
* show number of failed uploads in chat list in red bubblesChristian Schneppe2017-02-081-0/+15
* don't use jingle, make httpUpload independent from filesizeChristian Schneppe2017-02-021-0/+2
* configurable local message retention period.Christian Schneppe2017-01-291-0/+14
* fixed behaviour with non-default encryption masksChristian Schneppe2017-01-161-18/+35
* deduplicate corrected messagesChristian Schneppe2016-12-271-5/+8
* fixed npe cause by race condition when axolotl service isn't initializedChristian Schneppe2016-12-251-0/+3
* add omemo fingerprints to web links as wellChristian Schneppe2016-12-181-17/+11
* support for jid escapting when displaying localpart onlyChristian Schneppe2016-12-182-2/+2
* better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe2016-11-291-6/+25
* always force close a connection when disabling from error stateChristian Schneppe2016-11-241-0/+4
* changed design language to match BTBV proposalChristian Schneppe2016-11-241-2/+2
* lower own otr fingerprintChristian Schneppe2016-11-201-1/+2
* use lower case otr fingerprints for comparisonChristian Schneppe2016-11-202-2/+3
* reformat codeChristian Schneppe2016-11-1917-3711/+3722
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-66/+101
* work around -1 in next encryptionChristian Schneppe2016-11-171-10/+10
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-3/+3
* extract affiliations from unavailable presenceChristian Schneppe2016-11-151-1/+1