Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LMC: find replacedMessages based on bare JID | Christian Schneppe | 2019-10-26 | 1 | -3/+6 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | parse LMC 1.1 | Christian Schneppe | 2019-09-13 | 1 | -2/+3 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 1 | -1/+3 |
| | |||||
* | resetToWaiting should include http uploaded files | Christian Schneppe | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | implement FCM push for group chats | Christian Schneppe | 2019-07-01 | 1 | -0/+1 |
| | |||||
* | synchronize around attributes in toContentValues() | Christian Schneppe | 2019-06-08 | 1 | -1/+3 |
| | |||||
* | performance improvements | Christian Schneppe | 2019-05-18 | 1 | -6/+7 |
| | |||||
* | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2019-05-03 | 1 | -2/+2 |
| | |||||
* | store correcting message in db | Christian Schneppe | 2019-05-03 | 1 | -5/+4 |
| | |||||
* | put PM hint above edittext | Christian Schneppe | 2019-05-03 | 1 | -0/+2 |
| | |||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 1 | -1/+0 |
| | |||||
* | hide lock icon in channels; modify muc user context | Christian Schneppe | 2019-02-08 | 1 | -12/+14 |
| | |||||
* | refactored avatar workers into single class | Christian Schneppe | 2019-01-27 | 1 | -1/+8 |
| | |||||
* | scan all files in case some files were previously marked as deleted by accident | Christian Schneppe | 2019-01-27 | 1 | -0/+20 |
| | |||||
* | explicitly set type=images for all media with an image mime type this is in ↵ | Christian Schneppe | 2019-01-25 | 1 | -1/+1 |
| | | | | preperation to be able to query the database for all images | ||||
* | check if encrypted pgp file get deleted | Christian Schneppe | 2019-01-25 | 1 | -15/+5 |
| | |||||
* | fix display of deleted files | Christian Schneppe | 2019-01-25 | 1 | -4/+4 |
| | |||||
* | mark deleted files in database and not query them when querying for media | Christian Schneppe | 2019-01-25 | 1 | -0/+13 |
| | |||||
* | count muc participants correctly | Christian Schneppe | 2019-01-24 | 1 | -13/+0 |
| | |||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 1 | -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 titles | Christian Schneppe | 2018-12-04 | 1 | -8/+0 |
| | |||||
* | fixed cache cleaning of muc avatars | Christian Schneppe | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | transmit display name (nick) in subscription requests | Christian Schneppe | 2018-11-30 | 1 | -2/+3 |
| | |||||
* | only show not stranger if messages are coming from quicksy domain not ↵ | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | | | | quicksy contacts | ||||
* | quicksy server is not a stranger | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | show synced contacts in choose contact activity | Christian Schneppe | 2018-11-23 | 1 | -2/+1 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 1 | -0/+14 |
| | | | | fixed #208 | ||||
* | do not show 'delete contact' for phone contacts. do not treat as stranger | Christian Schneppe | 2018-09-11 | 1 | -0/+1 |
| | |||||
* | call onMessageFound outside sync block | Christian Schneppe | 2018-08-03 | 1 | -14/+31 |
| | |||||
* | integrated locally message deletion from #208 | Christian Schneppe | 2018-07-09 | 1 | -0/+4 |
| | | | | thanks @acw81 | ||||
* | fixed some extended muc info handling. match what ejabberd does | Christian Schneppe | 2018-06-29 | 1 | -7/+2 |
| | |||||
* | use room name (if available and != localpart) as group name | Christian Schneppe | 2018-06-29 | 1 | -5/+17 |
| | |||||
* | do not include read only chats in contact chooser | Christian Schneppe | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | do not save draft if message is completly empty and fixed appending shared text | Christian Schneppe | 2018-05-21 | 1 | -2/+3 |
| | |||||
* | do not load conversations with null jid | Christian Schneppe | 2018-05-16 | 1 | -8/+2 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -4/+1 |
| | |||||
* | do not use omemo by default for own server | Christian Schneppe | 2018-04-29 | 1 | -1/+4 |
| | |||||
* | never use isStranger logic in conversation with self | Christian Schneppe | 2018-04-29 | 1 | -2/+4 |
| | |||||
* | some OTR fixes | Christian Schneppe | 2018-04-29 | 1 | -1/+3 |
| | |||||
* | fixed npe when conversation in multi mode had jid w/o local part | Christian Schneppe | 2018-04-29 | 1 | -2/+2 |
| | |||||
* | only mark visible messages as read | Christian Schneppe | 2018-04-22 | 1 | -10/+11 |
| | |||||
* | introduced sroll to bottom button | Christian Schneppe | 2018-04-22 | 1 | -0/+19 |
| | |||||
* | persist some muc configurations | Christian Schneppe | 2018-04-13 | 1 | -1/+11 |
| | |||||
* | introduced tri state omemo setting (off by default, on by default, always) | Christian Schneppe | 2018-04-13 | 1 | -9/+12 |
| | |||||
* | add ruleset to disable omemo-by-default for certain providers | Christian Schneppe | 2018-04-13 | 1 | -2/+11 |
| | |||||
* | getNextEncryption does not honor ENCYPTION_MASK | Christian Schneppe | 2018-04-13 | 1 | -0/+3 |
| | |||||
* | ignore bookmark name of 'None' | Christian Schneppe | 2018-04-13 | 1 | -6/+7 |
| | |||||
* | fix getNextEncryption | Christian Schneppe | 2018-04-12 | 1 | -4/+5 |
| | |||||
* | show message draft in conversation overview | Christian Schneppe | 2018-04-08 | 1 | -92/+121 |
| |