aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Message.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implements FS#277: Remove 'Message merge'steckbrief2019-07-071-49/+0
|
* performance improvementsChristian Schneppe2019-06-081-2/+1
|
* performance improvementsChristian Schneppe2019-05-181-0/+1
|
* go forward through cursor in message restoreChristian Schneppe2019-05-041-26/+13
| | | | | We have seen some weird CursorIndexNotFoundException that we were unable to reproduce. We assume that going forward (moveToNext()) through the cursor instead of (moveToPrevious() fixes that issue
* small message optimizationsChristian Schneppe2019-05-041-2/+2
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-12/+44
|
* fix url detection for webpreviewsChristian Schneppe2019-03-311-1/+2
|
* small fixes for web previewChristian Schneppe2019-02-091-2/+2
| | | | make links clickable and don't use transform links toLowerCase()
* show web link previews in chatChristian Schneppe2019-02-091-1/+15
| | | | fixes #113
* rename some variablesChristian Schneppe2019-02-041-1/+1
|
* refactored avatar workers into single classChristian Schneppe2019-01-271-1/+12
|
* fix display of deleted filesChristian Schneppe2019-01-251-4/+4
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-6/+16
|
* implement self healing omemoChristian Schneppe2018-12-041-1/+2
| | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-231-1/+1
|
* show synced contacts in choose contact activityChristian Schneppe2018-11-231-1/+1
|
* implement message deletionChristian Schneppe2018-11-111-1/+11
| | | | fixed #208
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+1
|
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
|
* filter sequences of more than 3 ltr-rtlChristian Schneppe2018-05-051-2/+2
|
* hide treatAsDownloadable in search resultsChristian Schneppe2018-05-031-24/+2
|
* added search result context menu + date separatorsChristian Schneppe2018-05-021-10/+1
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-26/+41
|
* keep track of user object in messagesChristian Schneppe2018-04-241-0/+12
|
* all contacts in roster are 'trusted'Christian Schneppe2018-04-241-1/+1
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-0/+4
|
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-1/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-15/+14
|
* do not merge bug reportsChristian Schneppe2018-02-261-1/+2
|
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
| | | | fixes #133
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-32/+5
|
* improvements for self messagesChristian Schneppe2018-01-271-1/+1
| | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
* fixed treatAsDownload() for empty messagesChristian Schneppe2017-12-161-1/+5
|
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-6/+12
|
* make 'markable' attribute persistentChristian Schneppe2017-11-261-5/+11
|
* use com.android.support:support-emojiChristian Schneppe2017-11-241-3/+2
|
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-231-1/+15
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-3/+42
|
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+17
|
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-0/+3
|
* set status=received on status messagesChristian Schneppe2017-09-041-0/+1
|
* added missing break; in Message.javaChristian Schneppe2017-08-131-0/+1
|
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-131-1/+1
|
* 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
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-4/+6
|
* update datebubblesChristian Schneppe2017-08-011-8/+11
|
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-18/+12
|
* fixed message merge logic. merge only messages with lower statusChristian Schneppe2017-04-131-3/+2
|