aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | fixes #104
* 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 ↵Christian Schneppe2017-02-091-0/+16
| | | | AutoAcceptFilesize
* 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 ↵Christian Schneppe2016-11-291-6/+25
| | | | same room
* 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
| | | | | * untrusted messages have red background * unverified messages have normal background and red lock
* 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
|
* Stop automagically select default encryptionChristian Schneppe2016-11-151-32/+1
|
* don't add outcasts or non-members in members-only rooms back to listChristian Schneppe2016-11-121-1/+4
|
* show button on "xmpp:" urisChristian Schneppe2016-11-111-0/+7
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+20
|
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-263-8/+4
|
* Remove MERGE_SEPARATORChristian Schneppe2016-10-261-7/+9
|
* synchronize access to json key storage in account modelChristian Schneppe2016-10-131-45/+50
|
* fetch new conference configuration on every conf updateChristian Schneppe2016-10-081-1/+0
|
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-082-3/+3
|
* make error notification dismissableChristian Schneppe2016-10-051-0/+11
|
* bug fix on sending file messageChristian Schneppe2016-09-231-807/+808
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-231-2/+4
|
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-2/+3
|
* store jid if it was changed during bindChristian Schneppe2016-09-171-3/+6
|
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-1/+1
|