Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give up PGP decryption when intent is cancelled | Christian Schneppe | 2017-08-01 | 1 | -0/+5 |
| | | | | | | | | | | | When receiving a PGP message which is not encrypted with YOUR key, OpenKeychain shows a dialog, which tells you the private key to decrypt the message is unavailable. However, Conversations won't give up decrypting the message. So whether the subsequent messages are decryptable or not, the decryption is blocked at the current message. The commit fixes the bug in this way: Give up the current message when the decryption intent is cancelled, so that subsequent messages can be handled. | ||||
* | incorporate support for publish-options into server info | Christian Schneppe | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | update datebubbles | Christian Schneppe | 2017-08-01 | 2 | -34/+42 |
| | |||||
* | allow users to send PMs in mucs w/o voice | Christian Schneppe | 2017-08-01 | 1 | -1/+3 |
| | |||||
* | set focusable=false instead of enabled=false for rooms w/o voice | Christian Schneppe | 2017-08-01 | 1 | -4/+10 |
| | |||||
* | refactored retrieval of default preferences | Christian Schneppe | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | put settings defaults into resource file | Christian Schneppe | 2017-08-01 | 10 | -16/+36 |
| | |||||
* | make scan barcode icon survive rotations | Christian Schneppe | 2017-08-01 | 1 | -0/+11 |
| | |||||
* | show scan button in TrustKeys only if there is something to scan | Christian Schneppe | 2017-08-01 | 1 | -1/+24 |
| | |||||
* | use DND instead of XA when phone is silent | Christian Schneppe | 2017-08-01 | 1 | -1/+2 |
| | |||||
* | fixed fingerprint trust (was messed up after library upgrade) | Christian Schneppe | 2017-06-25 | 2 | -5/+8 |
| | |||||
* | offer to open website if ibb offers oob redirect | Christian Schneppe | 2017-06-24 | 1 | -1/+21 |
| | |||||
* | mark message as failed after canceling ft w/o transferable | Christian Schneppe | 2017-06-24 | 1 | -0/+2 |
| | |||||
* | upgrade to signal-protocol-java | Christian Schneppe | 2017-06-24 | 1 | -1/+1 |
| | |||||
* | allow recording of videos from attachment choice too | Christian Schneppe | 2017-06-17 | 2 | -20/+51 |
| | |||||
* | fix resend feature | Christian Schneppe | 2017-06-17 | 1 | -3/+2 |
| | |||||
* | correct resend text | Christian Schneppe | 2017-06-11 | 1 | -1/+5 |
| | |||||
* | recreate settingsactivity when theme changed | Christian Schneppe | 2017-06-11 | 4 | -5/+17 |
| | |||||
* | allow changing of nickname in conferences when nick is in use | Christian Schneppe | 2017-06-01 | 1 | -2/+1 |
| | | | | fixes #136 | ||||
* | 'end this conversation afterwards' checked by default | Christian Schneppe | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | add the 4 most frequently contacted contacts as app shortcuts | Christian Schneppe | 2017-05-31 | 1 | -2/+9 |
| | |||||
* | do not turn send button green unless history is caught up | Christian Schneppe | 2017-05-31 | 1 | -3/+4 |
| | |||||
* | use mam reference instead of timestamp | Christian Schneppe | 2017-05-17 | 2 | -4/+5 |
| | |||||
* | make updater more failsave | Christian Schneppe | 2017-05-17 | 1 | -0/+6 |
| | |||||
* | add ability to distrust inactive/trusted keys | Christian Schneppe | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | set catchup flag on mam only when doing that | Christian Schneppe | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | display open pgp key id in account details and allow to delete | Christian Schneppe | 2017-05-10 | 4 | -10/+74 |
| | |||||
* | unified copy text and share with context menu entries | Christian Schneppe | 2017-05-09 | 1 | -20/+6 |
| | |||||
* | run enterPasswordDialog onUiThread fixes #131 | Christian Schneppe | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | code cleanup: made conversation property final in message object | Christian Schneppe | 2017-04-26 | 1 | -2/+3 |
| | |||||
* | avoid rare race condition when saving draft message | Christian Schneppe | 2017-04-26 | 1 | -0/+1 |
| | |||||
* | fixed click area for pgp key in contact details | Christian Schneppe | 2017-04-26 | 1 | -17/+12 |
| | |||||
* | make sure context is not null before setting content description on send button | Christian Schneppe | 2017-04-26 | 1 | -3/+3 |
| | |||||
* | re-add redownload context menu entry for deleted files | Christian Schneppe | 2017-04-20 | 1 | -0/+12 |
| | |||||
* | changed text for positive button while changing nick name | Christian Schneppe | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | hide resend button if file is smaller than AutoAcceptFileSize… | Christian Schneppe | 2017-04-18 | 2 | -2/+12 |
| | | | | …otherwise show resend button | ||||
* | Add content description to send button | Christian Schneppe | 2017-04-18 | 1 | -0/+4 |
| | | | | This can be used by screen readers and other accessibility aids. | ||||
* | show 'try again' button when remote server wasn't found in previously active muc | Christian Schneppe | 2017-04-16 | 1 | -1/+6 |
| | |||||
* | set colored contact status preference correctly | Christian Schneppe | 2017-04-13 | 1 | -2/+6 |
| | |||||
* | integrate OpenPGP (untested) | Christian Schneppe | 2017-04-13 | 1 | -0/+14 |
| | |||||
* | don't show reconnect button, when offline or no account availbale | Christian Schneppe | 2017-04-13 | 1 | -0/+3 |
| | | | | fixes #127 | ||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 3 | -7/+7 |
| | |||||
* | properly unregister bookmark from conversations when deleting bookmark | Christian Schneppe | 2017-04-13 | 1 | -1/+2 |
| | |||||
* | Optimized imports from entire project | Christian Schneppe | 2017-04-13 | 1 | -3/+0 |
| | |||||
* | Removed unnecessary string builder | Christian Schneppe | 2017-04-13 | 1 | -6/+2 |
| | |||||
* | Made variable local | Christian Schneppe | 2017-04-13 | 1 | -2/+2 |
| | |||||
* | Code clean up | Christian Schneppe | 2017-04-13 | 4 | -15/+15 |
| | |||||
* | be more careful with corner cases when mentioning multiple people | Christian Schneppe | 2017-04-13 | 1 | -5/+9 |
| | |||||
* | do not linkify urls starting with a dot | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | use comma seperation for multiple mentions | Christian Schneppe | 2017-04-13 | 1 | -4/+8 |
| |