aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-1/+1
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe1-2/+2
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe1-24/+2
2018-05-02fixed omemo by default setting for users on same domainChristian Schneppe1-2/+2
2018-05-02added search result context menu + date separatorsChristian Schneppe2-10/+13
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-1/+2
2018-04-30very much unoptimized search functionalityChristian Schneppe5-30/+268
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe2-121/+119
2018-04-29do not use omemo by default for own serverChristian Schneppe2-2/+9
2018-04-29never use isStranger logic in conversation with selfChristian Schneppe1-2/+4
2018-04-29some OTR fixesChristian Schneppe1-1/+3
2018-04-29fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe1-2/+2
2018-04-27include node when requesting disco featuresChristian Schneppe1-2/+9
2018-04-27display avatar in groupsChristian Schneppe1-0/+4
2018-04-24keep track of user object in messagesChristian Schneppe1-0/+12
2018-04-24all contacts in roster are 'trusted'Christian Schneppe1-1/+1
2018-04-23get escaped localpart as username. should fixed saslChristian Schneppe1-1/+1
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+4
2018-04-22only mark visible messages as readChristian Schneppe1-10/+11
2018-04-22introduced sroll to bottom buttonChristian Schneppe1-0/+19
2018-04-13persist some muc configurationsChristian Schneppe2-12/+29
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-9/+12
2018-04-13add ruleset to disable omemo-by-default for certain providersChristian Schneppe1-2/+11
2018-04-13getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe1-0/+3
2018-04-13code cleanup in Contact classChristian Schneppe1-18/+22
2018-04-13ignore bookmark name of 'None'Christian Schneppe3-16/+26
2018-04-12fix getNextEncryptionChristian Schneppe1-4/+5
2018-04-12presist http upload availibilityChristian Schneppe1-3/+2
2018-04-08show message draft in conversation overviewChristian Schneppe1-92/+121
2018-04-07use escaped form of jid where approriateChristian Schneppe1-2/+2
2018-04-07return contact and account.getServer() as StringChristian Schneppe4-11/+12
2018-04-07cache bookmark jid in bookmarkChristian Schneppe1-1/+4
2018-04-07display irregular unicode code pointsChristian Schneppe3-21/+0
2018-04-03do not enable encryption for bug reportsChristian Schneppe2-2/+4
2018-04-02make omemo defaultChristian Schneppe1-31/+12
2018-04-02migrate to xmpp-addrChristian Schneppe11-106/+95
2018-04-01reorder and scroll down after resending a messageChristian Schneppe1-11/+7
2018-04-01wip: new status message dialogChristian Schneppe1-0/+5
2018-04-01get rid of customizable resourcesChristian Schneppe1-6/+9
2018-03-12integrate trust manager into conversationsChristian Schneppe1-0/+33
2018-02-26do not merge bug reportsChristian Schneppe1-1/+2
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-2/+2
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe1-1/+2
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe4-35/+23
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-32/+5
2018-01-27improvements for self messagesChristian Schneppe2-2/+2
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe2-13/+19
2018-01-21sent message receipts after mam catchupChristian Schneppe1-0/+75
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe1-0/+5