aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* configurable local message retention period. (untested)Daniel Gultsch2017-01-231-0/+12
* fixed behaviour with non-default encryption masksDaniel Gultsch2017-01-161-18/+34
* deduplicate corrected messagesDaniel Gultsch2016-12-261-5/+8
* fixed npe cause by race condition when axolotl service isn't initializedDaniel Gultsch2016-12-231-0/+3
* add omemo fingerprints to web links as wellDaniel Gultsch2016-12-031-17/+11
* support for jid escapting when displaying localpart onlyDaniel Gultsch2016-12-012-2/+2
* don't use own jid joined from another client to generate muc titleDaniel Gultsch2016-12-011-1/+4
* better handle the case when same user is joined with multiple nicks in the sa...Daniel Gultsch2016-11-291-7/+25
* always force close a connection when disabling from error stateDaniel Gultsch2016-11-241-0/+4
* changed design language to match BTBV proposalDaniel Gultsch2016-11-241-2/+2
* lower own otr fingerprintDaniel Gultsch2016-11-181-1/+2
* use lower case otr fingerprints for comparisonDaniel Gultsch2016-11-182-2/+3
* put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch2016-11-171-4/+39
* work around -1 in next encryptionDaniel Gultsch2016-11-151-1/+1
* refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-2/+3
* extract affiliations from unavailable presenceDaniel Gultsch2016-11-131-1/+1
* Stop automagically select default encryptionDaniel Gultsch2016-11-131-30/+1
* don't add outcasts or non-members in members-only rooms back to listDaniel Gultsch2016-11-121-1/+4
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-3/+20
* Merge branch 'feature-remove-merge-separator' of https://github.com/Mishiranu...Daniel Gultsch2016-10-201-9/+12
|\
| * Remove MERGE_SEPARATORMishiranu2016-10-201-9/+12
* | write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-203-8/+4
|/
* synchronize access to json key storage in account modelDaniel Gultsch2016-10-131-42/+47
* fetch new conference configuration on every conf updateDaniel Gultsch2016-10-081-1/+0
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-072-3/+3
* make error notification dismissable. fixes #1815Daniel Gultsch2016-10-041-0/+11
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-1/+4
* use history clear date as minimum date for mamDaniel Gultsch2016-09-161-2/+3
* store jid if it was changed during bindDaniel Gultsch2016-09-141-2/+4
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-1/+1
* show server not found muc errorDaniel Gultsch2016-09-061-0/+1
* attach contact to notificationDaniel Gultsch2016-08-261-2/+14
* various null pointer checksDaniel Gultsch2016-08-201-1/+2
* display error status for missing internet permissionDaniel Gultsch2016-08-191-1/+4
* add payment required errorDaniel Gultsch2016-08-161-1/+4
* make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch2016-08-131-6/+5
* show identity type for device selectionDaniel Gultsch2016-07-283-7/+34
* display specific error message when password is too weak on registrationDaniel Gultsch2016-07-251-3/+6
* refactored how view intents are handledDaniel Gultsch2016-07-251-2/+2
* show error notification in connecting state as wellDaniel Gultsch2016-07-141-1/+3
* add more error states for stream errorsDaniel Gultsch2016-07-141-1/+7
* don't take stanza-id into account when deduping muc pmsDaniel Gultsch2016-07-141-1/+1
* simplified muc users orderingDaniel Gultsch2016-07-041-11/+12
* use dnd as overriding statusDaniel Gultsch2016-06-302-11/+13
* only keep offline members in members only conferencesDaniel Gultsch2016-06-281-1/+4
* introduced share button in contact details. remove show qrDaniel Gultsch2016-06-241-9/+0
* don't fail on missing jid in bookmarksDaniel Gultsch2016-06-161-3/+5
* delay notification until after pgp decryptionDaniel Gultsch2016-06-152-2/+2
* show xep-0172 nick only for contacts with mutual presence subscriptionDaniel Gultsch2016-06-151-1/+1
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-141-1/+5