aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+7
2017-03-23define strangers as people not in roster instead of no mutual presence subscr...Christian Schneppe1-1/+1
2017-03-23show strangers with jid instead of name in conversation listChristian Schneppe1-0/+2
2017-03-15grey out offline contacts in StartConversationChristian Schneppe3-7/+23
2017-03-14never mark conversation w/ own server as strangerChristian Schneppe1-5/+4
2017-03-11send chat states only to private and non-anon mucsChristian Schneppe1-1/+1
2017-03-11display chat states in conferencesChristian Schneppe2-1/+22
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe2-1/+36
2017-03-09show conversation time as last clear date when emptyChristian Schneppe1-1/+1
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe1-0/+20
2017-03-09fixed sender label for empty conversationsChristian Schneppe1-0/+1
2017-03-09cleaned code of muc name generatorChristian Schneppe1-10/+6
2017-03-09fixed multi-session-nick renaming behaviourChristian Schneppe1-2/+3
2017-03-09renamed enter jid menu item idChristian Schneppe1-5/+5
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe1-2/+10
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe1-1/+3
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-3/+3
2017-02-24show resource in bracketsChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-2/+6
2017-02-22add resource to ContactDetailsChristian Schneppe2-0/+23
2017-02-19add date bubble in chatlistChristian Schneppe1-0/+8
2017-02-10clear avatar cache when system name changesChristian Schneppe1-1/+3
2017-02-10only show and try resend for files which are not uploadedChristian Schneppe1-2/+2
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+16
2017-02-09only show failed uploads if file isn't deletedChristian Schneppe2-1/+5
2017-02-08support aesgcm:// style urlsChristian Schneppe1-2/+7
2017-02-08only store messages up to a length of 1M charsChristian Schneppe1-1/+1
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe1-0/+2
2017-02-08show number of failed uploads in chat list in red bubblesChristian Schneppe1-0/+15
2017-02-02don't use jingle, make httpUpload independent from filesizeChristian Schneppe1-0/+2
2017-01-29configurable local message retention period.Christian Schneppe1-0/+14
2017-01-16fixed behaviour with non-default encryption masksChristian Schneppe1-18/+35
2016-12-27deduplicate corrected messagesChristian Schneppe1-5/+8
2016-12-25fixed npe cause by race condition when axolotl service isn't initializedChristian Schneppe1-0/+3
2016-12-18add omemo fingerprints to web links as wellChristian Schneppe1-17/+11
2016-12-18support for jid escapting when displaying localpart onlyChristian Schneppe2-2/+2
2016-11-29better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe1-6/+25
2016-11-24always force close a connection when disabling from error stateChristian Schneppe1-0/+4
2016-11-24changed design language to match BTBV proposalChristian Schneppe1-2/+2
2016-11-20lower own otr fingerprintChristian Schneppe1-1/+2
2016-11-20use lower case otr fingerprints for comparisonChristian Schneppe2-2/+3
2016-11-19reformat codeChristian Schneppe17-3711/+3722
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-66/+101
2016-11-17work around -1 in next encryptionChristian Schneppe1-10/+10
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-3/+3
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-15Stop automagically select default encryptionChristian Schneppe1-32/+1
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe1-1/+4
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+7