aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-132-1/+8
|
* code cleanup and synchronized getMarkableMessage()Christian Schneppe2017-08-131-7/+5
|
* removed support for fixed IV mode in otr jingle file transfer that hasn't ↵Christian Schneppe2017-08-131-5/+1
| | | | been used since v0.4 or something
* add more logging to http download connection and reset file params after ↵Christian Schneppe2017-08-131-0/+4
| | | | setting expected size
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-112/+97
| | | | isGeoUri and isXmppUri
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
|
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-1/+4
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-4/+6
|
* avoid empty strings when figuring out display nameChristian Schneppe2017-08-011-4/+4
|
* provide upgrade path for accounts with publish-optionsChristian Schneppe2017-08-011-0/+1
|
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-2/+8
|
* sync around Conversation.getLatestMessage()Christian Schneppe2017-08-011-7/+9
|
* update datebubblesChristian Schneppe2017-08-011-8/+11
|
* 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
|