aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* synchronize around attributes in toContentValues()Christian Schneppe2019-06-081-1/+3
|
* performance improvementsChristian Schneppe2019-05-181-6/+7
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-2/+2
|
* store correcting message in dbChristian Schneppe2019-05-031-5/+4
|
* put PM hint above edittextChristian Schneppe2019-05-031-0/+2
|
* optimize importsChristian Schneppe2019-02-081-1/+0
|
* hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-081-12/+14
|
* refactored avatar workers into single classChristian Schneppe2019-01-271-1/+8
|
* scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-271-0/+20
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-251-1/+1
| | | | preperation to be able to query the database for all images
* check if encrypted pgp file get deletedChristian Schneppe2019-01-251-15/+5
|
* 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-0/+13
|
* count muc participants correctlyChristian Schneppe2019-01-241-13/+0
|
* implement self healing omemoChristian Schneppe2018-12-041-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.
* some code reorder for actionbar titlesChristian Schneppe2018-12-041-8/+0
|
* fixed cache cleaning of muc avatarsChristian Schneppe2018-11-301-1/+1
|
* transmit display name (nick) in subscription requestsChristian Schneppe2018-11-301-2/+3
|
* only show not stranger if messages are coming from quicksy domain not ↵Christian Schneppe2018-11-231-1/+1
| | | | quicksy contacts
* quicksy server is not a strangerChristian Schneppe2018-11-231-0/+1
|
* show synced contacts in choose contact activityChristian Schneppe2018-11-231-2/+1
|
* implement message deletionChristian Schneppe2018-11-111-0/+14
| | | | fixed #208
* do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2018-09-111-0/+1
|
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+31
|
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+4
| | | | thanks @acw81
* fixed some extended muc info handling. match what ejabberd doesChristian Schneppe2018-06-291-7/+2
|
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-5/+17
|
* do not include read only chats in contact chooserChristian Schneppe2018-06-171-1/+1
|
* do not save draft if message is completly empty and fixed appending shared textChristian Schneppe2018-05-211-2/+3
|
* do not load conversations with null jidChristian Schneppe2018-05-161-8/+2
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-4/+1
|
* do not use omemo by default for own serverChristian Schneppe2018-04-291-1/+4
|
* never use isStranger logic in conversation with selfChristian Schneppe2018-04-291-2/+4
|
* some OTR fixesChristian Schneppe2018-04-291-1/+3
|
* fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe2018-04-291-2/+2
|
* only mark visible messages as readChristian Schneppe2018-04-221-10/+11
|
* introduced sroll to bottom buttonChristian Schneppe2018-04-221-0/+19
|
* persist some muc configurationsChristian Schneppe2018-04-131-1/+11
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-9/+12
|
* add ruleset to disable omemo-by-default for certain providersChristian Schneppe2018-04-131-2/+11
|
* getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe2018-04-131-0/+3
|
* ignore bookmark name of 'None'Christian Schneppe2018-04-131-6/+7
|
* fix getNextEncryptionChristian Schneppe2018-04-121-4/+5
|
* show message draft in conversation overviewChristian Schneppe2018-04-081-92/+121
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-2/+2
|
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-1/+3
|
* make omemo defaultChristian Schneppe2018-04-021-31/+12
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-13/+12
|
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-11/+7
|
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-2/+2
|