aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-1/+4
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-4/+6
2017-08-01avoid empty strings when figuring out display nameChristian Schneppe1-4/+4
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe1-0/+1
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-2/+8
2017-08-01sync around Conversation.getLatestMessage()Christian Schneppe1-7/+9
2017-08-01update datebubblesChristian Schneppe1-8/+11
2017-06-24cleanup nameWithoutVersion() codeChristian Schneppe1-13/+9
2017-06-24don't use version part of identity name in presence selectionChristian Schneppe1-1/+21
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-0/+3
2017-06-11do not accept LMC for filesChristian Schneppe1-1/+1
2017-05-31rename downgrade attack to downgraded sasl mechanismChristian Schneppe2-2/+2
2017-05-17use mam reference instead of timestampChristian Schneppe1-12/+16
2017-05-10unified all account state exceptionsChristian Schneppe1-3/+9
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe1-1/+5
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe1-3/+3
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe2-21/+12
2017-04-26limited offline support for pgp group chatsChristian Schneppe1-1/+7
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-0/+12
2017-04-13properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2-0/+2
2017-04-13fixed message merge logic. merge only messages with lower statusChristian Schneppe1-3/+2
2017-04-13be more careful with corner cases when mentioning multiple peopleChristian Schneppe1-0/+11
2017-04-13avoid crash on urls with missing protocolsChristian Schneppe1-1/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe2-33/+10
2017-04-05do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe1-7/+5
2017-04-05Fixed package accessChristian Schneppe1-6/+6
2017-04-05Save some memory and delete unused imports and variablesChristian Schneppe1-4/+3
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