aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (follow)
Commit message (Collapse)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 ↵Daniel Gultsch2016-11-291-7/+25
| | | | same room
* 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
| | | | | * untrusted messages have red background * unverified message have normal background and red lock
* 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
| | | | | | | | | | | | | | | | Selecting a default encryption (in our case OMEMO) has several down sides. First of all users might have perfectly valid reasons not to use encryption at all such as using the same private server. Second of all the way it was implemented Conversations would automatically fall back to plain text as soon as the conditions changed (recipient switches to device with no encryption) which lead to unexpected situations. Thirdly having a default encryptions speaks against the 'mission statement' of Conversations of not forcing its security and privacey aspects upon the user. And last but not least the goal of implementing this feature in the first place: Be encrypted by default didn't work at all. I don't think there was a single user that we succesfully 'tricked' into using OMEMO who otherwise wouldn't have used it.
* 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 ↵Daniel Gultsch2016-10-201-9/+12
|\ | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-remove-merge-separator
| * 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
| | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
* 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
|