aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel Gultsch2016-10-203-4/+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
* sort muc users by affiliation, name. fixes #1913Daniel Gultsch2016-06-141-9/+15
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-131-4/+15
* refactored pgp decryptionDaniel Gultsch2016-06-132-4/+12
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-091-1/+14
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-19/+36
* trim nick from bookmark before checking if it's emptyDaniel Gultsch2016-06-031-2/+2
* don't use a bookmarks name if it's emptyDaniel Gultsch2016-06-032-4/+7
* make grace period configurableDaniel Gultsch2016-06-021-3/+2
* don't show empty templatesDaniel Gultsch2016-06-011-1/+3
* use whitespace as message seperatorDaniel Gultsch2016-05-301-1/+1
* Revert "always notify by default in conferences"Daniel Gultsch2016-05-291-1/+1
* don't merge messages over the char limitDaniel Gultsch2016-05-291-0/+1
* use EOT as message seperatorDaniel Gultsch2016-05-281-1/+1
* don't push default muc conf twiceDaniel Gultsch2016-05-271-0/+10
* add 'create conference' dialogDaniel Gultsch2016-05-261-3/+2
* make newly created conferences private by defaultDaniel Gultsch2016-05-261-0/+1
* show regitration failed try again later in UIDaniel Gultsch2016-05-241-1/+4
* show first unread message on top after reinitDaniel Gultsch2016-05-221-0/+15
* sync around individual calls instead of synchronizing entire objectDaniel Gultsch2016-05-191-49/+79
* remove unwanted 'use previous encryption' lookupDaniel Gultsch2016-05-191-22/+1
* also save form elements in disco storageDaniel Gultsch2016-05-191-2/+56