aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-3/+6
2016-07-25refactored how view intents are handledDaniel Gultsch1-2/+2
2016-07-14show error notification in connecting state as wellDaniel Gultsch1-1/+3
2016-07-14add more error states for stream errorsDaniel Gultsch1-1/+7
2016-07-14don't take stanza-id into account when deduping muc pmsDaniel Gultsch1-1/+1
2016-07-04simplified muc users orderingDaniel Gultsch1-11/+12
2016-06-30use dnd as overriding statusDaniel Gultsch2-11/+13
2016-06-28only keep offline members in members only conferencesDaniel Gultsch1-1/+4
2016-06-24introduced share button in contact details. remove show qrDaniel Gultsch1-9/+0
2016-06-16don't fail on missing jid in bookmarksDaniel Gultsch1-3/+5
2016-06-15delay notification until after pgp decryptionDaniel Gultsch2-2/+2
2016-06-15show xep-0172 nick only for contacts with mutual presence subscriptionDaniel Gultsch1-1/+1
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch1-1/+5
2016-06-14sort muc users by affiliation, name. fixes #1913Daniel Gultsch1-9/+15
2016-06-13remove messages from decryption queue when trimming a conversationDaniel Gultsch1-4/+15
2016-06-13refactored pgp decryptionDaniel Gultsch2-4/+12
2016-06-09catch conversations sort exception. not vital at this pointDaniel Gultsch1-1/+14
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-19/+36
2016-06-03trim nick from bookmark before checking if it's emptyDaniel Gultsch1-2/+2
2016-06-03don't use a bookmarks name if it's emptyDaniel Gultsch2-4/+7
2016-06-02make grace period configurableDaniel Gultsch1-3/+2
2016-06-01don't show empty templatesDaniel Gultsch1-1/+3
2016-05-30use whitespace as message seperatorDaniel Gultsch1-1/+1
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch1-1/+1
2016-05-29don't merge messages over the char limitDaniel Gultsch1-0/+1
2016-05-28use EOT as message seperatorDaniel Gultsch1-1/+1
2016-05-27don't push default muc conf twiceDaniel Gultsch1-0/+10
2016-05-26add 'create conference' dialogDaniel Gultsch1-3/+2
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+1
2016-05-24show regitration failed try again later in UIDaniel Gultsch1-1/+4
2016-05-22show first unread message on top after reinitDaniel Gultsch1-0/+15
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-19also save form elements in disco storageDaniel Gultsch1-2/+56
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-17improved ordering of muc participantsDaniel Gultsch1-2/+23
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-8/+4
2016-05-17offer offline members to be invited againDaniel Gultsch1-2/+16
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch1-3/+5
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-45/+129
2016-05-15use the same typo in both saving disco and reading discoDaniel Gultsch1-1/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-1/+1
2016-05-13don't show duplicate status message in contact detailsDaniel Gultsch1-3/+3
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13show presence of other resources as templateDaniel Gultsch3-0/+35
2016-05-12make omemo default when all resources support itDaniel Gultsch3-14/+36
2016-05-10always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-05-10report host-account as account state in UIDaniel Gultsch1-1/+4
2016-05-05report bind failure as account stateDaniel Gultsch1-1/+4
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-2/+2