aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-24omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe1-2/+2
2019-11-15prevent crash when counterpart in message was nullChristian Schneppe1-2/+6
2019-11-04rework message deletionChristian Schneppe1-1/+3
2019-11-02introduce setting to completely disable (OMEMO) encryptionChristian Schneppe1-0/+3
2019-10-26LMC: find replacedMessages based on bare JIDChristian Schneppe1-3/+6
2019-09-20migrate to AndroidXChristian Schneppe1-2/+2
2019-09-13parse LMC 1.1Christian Schneppe1-2/+3
2019-09-03fix some crashesChristian Schneppe1-1/+3
2019-08-31resetToWaiting should include http uploaded filesChristian Schneppe1-1/+1
2019-07-01implement FCM push for group chatsChristian Schneppe1-0/+1
2019-06-08synchronize around attributes in toContentValues()Christian Schneppe1-1/+3
2019-05-18performance improvementsChristian Schneppe1-6/+7
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-2/+2
2019-05-03store correcting message in dbChristian Schneppe1-5/+4
2019-05-03put PM hint above edittextChristian Schneppe1-0/+2
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-12/+14
2019-01-27refactored avatar workers into single classChristian Schneppe1-1/+8
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe1-0/+20
2019-01-25explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe1-1/+1
preperation to be able to query the database for all images
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-15/+5
2019-01-25fix display of deleted filesChristian Schneppe1-4/+4
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-0/+13
2019-01-24count muc participants correctlyChristian Schneppe1-13/+0
2018-12-04implement self healing omemoChristian Schneppe1-0/+14
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.
2018-12-04some code reorder for actionbar titlesChristian Schneppe1-8/+0
2018-11-30fixed cache cleaning of muc avatarsChristian Schneppe1-1/+1
2018-11-30transmit display name (nick) in subscription requestsChristian Schneppe1-2/+3
2018-11-23only show not stranger if messages are coming from quicksy domain not ↵Christian Schneppe1-1/+1
quicksy contacts
2018-11-23quicksy server is not a strangerChristian Schneppe1-0/+1
2018-11-23show synced contacts in choose contact activityChristian Schneppe1-2/+1
2018-11-11implement message deletionChristian Schneppe1-0/+14
fixed #208
2018-09-11do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe1-0/+1
2018-08-03call onMessageFound outside sync blockChristian Schneppe1-14/+31
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+4
thanks @acw81
2018-06-29fixed some extended muc info handling. match what ejabberd doesChristian Schneppe1-7/+2
2018-06-29use room name (if available and != localpart) as group nameChristian Schneppe1-5/+17
2018-06-17do not include read only chats in contact chooserChristian Schneppe1-1/+1
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-2/+3
2018-05-16do not load conversations with null jidChristian Schneppe1-8/+2
2018-04-30very much unoptimized search functionalityChristian Schneppe1-4/+1
2018-04-29do not use omemo by default for own serverChristian Schneppe1-1/+4
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-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 Schneppe1-1/+11
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