aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-13relates to FS#299: Remove use of quicksy.im in Conversation checkssteckbrief1-2/+2
2019-07-07implements FS#277: Remove 'Message merge'steckbrief1-5/+0
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 p...Christian Schneppe1-1/+1
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
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 quicksy...Christian Schneppe1-1/+1
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
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
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
2018-04-13getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe1-0/+3
2018-04-13ignore bookmark name of 'None'Christian Schneppe1-6/+7
2018-04-12fix getNextEncryptionChristian Schneppe1-4/+5
2018-04-08show message draft in conversation overviewChristian Schneppe1-92/+121
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-2/+2
2018-04-03do not enable encryption for bug reportsChristian Schneppe1-1/+3
2018-04-02make omemo defaultChristian Schneppe1-31/+12
2018-04-02migrate to xmpp-addrChristian Schneppe1-13/+12