aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup nameWithoutVersion() codeChristian Schneppe2017-06-241-13/+9
|
* don't use version part of identity name in presence selectionChristian Schneppe2017-06-241-1/+21
|
* offer to open website if ibb offers oob redirectChristian Schneppe2017-06-241-0/+3
|
* do not accept LMC for filesChristian Schneppe2017-06-111-1/+1
|
* rename downgrade attack to downgraded sasl mechanismChristian Schneppe2017-05-312-2/+2
|
* use mam reference instead of timestampChristian Schneppe2017-05-171-12/+16
|
* unified all account state exceptionsChristian Schneppe2017-05-101-3/+9
|
* display open pgp key id in account details and allow to deleteChristian Schneppe2017-05-101-1/+5
|
* make jingle implementation send file hash when using ft5Christian Schneppe2017-05-091-3/+3
|
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-262-21/+12
|
* limited offline support for pgp group chatsChristian Schneppe2017-04-261-1/+7
| | | | use pgp key from contact if not set in muc
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-0/+12
|
* properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2017-04-132-0/+2
|
* fixed message merge logic. merge only messages with lower statusChristian Schneppe2017-04-131-3/+2
|
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-131-0/+11
|
* avoid crash on urls with missing protocolsChristian Schneppe2017-04-131-1/+1
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-132-33/+10
|
* do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe2017-04-051-7/+5
|
* Fixed package accessChristian Schneppe2017-04-051-6/+6
|
* Save some memory and delete unused imports and variablesChristian Schneppe2017-04-051-4/+3
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+7
| | | | …in Conversations only enviroments
* define strangers as people not in roster instead of no mutual presence ↵Christian Schneppe2017-03-231-1/+1
| | | | subscription
* show strangers with jid instead of name in conversation listChristian Schneppe2017-03-231-0/+2
|
* grey out offline contacts in StartConversationChristian Schneppe2017-03-153-7/+23
|
* never mark conversation w/ own server as strangerChristian Schneppe2017-03-141-5/+4
|
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
|
* display chat states in conferencesChristian Schneppe2017-03-112-1/+22
|
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-112-1/+36
|
* show conversation time as last clear date when emptyChristian Schneppe2017-03-091-1/+1
|
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-0/+20
|
* fixed sender label for empty conversationsChristian Schneppe2017-03-091-0/+1
|
* cleaned code of muc name generatorChristian Schneppe2017-03-091-10/+6
|
* fixed multi-session-nick renaming behaviourChristian Schneppe2017-03-091-2/+3
|
* renamed enter jid menu item idChristian Schneppe2017-03-091-5/+5
|
* Keep draft even when correcting previously sent msgChristian Schneppe2017-03-041-2/+10
|
* fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe2017-03-041-1/+3
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-3/+3
|
* show resource in bracketsChristian Schneppe2017-02-241-1/+1
|
* Fix a typo in legacyChristian Schneppe2017-02-221-2/+2
|
* bump mam namespaceChristian Schneppe2017-02-221-2/+6
|
* add resource to ContactDetailsChristian Schneppe2017-02-222-0/+23
|
* add date bubble in chatlistChristian Schneppe2017-02-191-0/+8
| | | | fixes #104
* clear avatar cache when system name changesChristian Schneppe2017-02-101-1/+3
|
* only show and try resend for files which are not uploadedChristian Schneppe2017-02-101-2/+2
|
* resend failed uploads automatically if filesize smaller than configured ↵Christian Schneppe2017-02-091-0/+16
| | | | AutoAcceptFilesize
* only show failed uploads if file isn't deletedChristian Schneppe2017-02-092-1/+5
|
* support aesgcm:// style urlsChristian Schneppe2017-02-081-2/+7
|
* only store messages up to a length of 1M charsChristian Schneppe2017-02-081-1/+1
|
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-081-0/+2
|
* show number of failed uploads in chat list in red bubblesChristian Schneppe2017-02-081-0/+15
|