Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to detect invalid nick (w/ emoji) in MUCs | Christian Schneppe | 2017-12-16 | 1 | -0/+2 |
| | |||||
* | support error messages in quick edit dialog | Christian Schneppe | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | possible fix for retry loop on pgp key annoucement | Christian Schneppe | 2017-12-10 | 1 | -2/+1 |
| | |||||
* | PresenceParser: work around for ejabberd not including status code 110 in ↵ | Christian Schneppe | 2017-12-01 | 1 | -2/+2 |
| | | | | shut down presence | ||||
* | fix typo | Christian Schneppe | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | add exception list for encryption warning | Christian Schneppe | 2017-11-29 | 1 | -2/+14 |
| | |||||
* | make encryption settings persistent via snackbar choice | Christian Schneppe | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | some bug fixes | Christian Schneppe | 2017-11-28 | 1 | -5/+8 |
| | |||||
* | fix bug with warn message for unencrypted chats | Christian Schneppe | 2017-11-27 | 1 | -8/+14 |
| | |||||
* | reordered unencryption warning condition a bit | Christian Schneppe | 2017-11-25 | 1 | -8/+8 |
| | |||||
* | make unencrypted chat warning configurable via settings | Christian Schneppe | 2017-11-25 | 1 | -5/+10 |
| | |||||
* | show warning if chat is unecrypted | Christian Schneppe | 2017-11-24 | 1 | -0/+14 |
| | | | | | * if OMEMO is available, pressing the OK button switches to OMEMO encryption * if OMEMO is not available, the message hides for this moment and will pop up as long as you choose an encryption mode | ||||
* | use com.android.support:support-emoji | Christian Schneppe | 2017-11-24 | 1 | -0/+1 |
| | |||||
* | code cleanup | Christian Schneppe | 2017-11-23 | 1 | -6/+6 |
| | |||||
* | shorten >4 names to a, b, c +n more | Christian Schneppe | 2017-11-23 | 1 | -180/+184 |
| | |||||
* | send and show read markers in private, non-anonymous groups | Christian Schneppe | 2017-11-22 | 1 | -0/+51 |
| | |||||
* | stop scrolling before changing conversations | Christian Schneppe | 2017-11-22 | 1 | -0/+8 |
| | |||||
* | use view context instead activity to show toast in ConversationFragment | Christian Schneppe | 2017-11-21 | 1 | -2/+2 |
| | |||||
* | do not quote quotes | Christian Schneppe | 2017-11-20 | 1 | -2/+3 |
| | |||||
* | brought back 'copy to clipboard' and 'quote' context menu options | Christian Schneppe | 2017-11-20 | 1 | -44/+46 |
| | |||||
* | support for basic IM styling | Christian Schneppe | 2017-11-20 | 1 | -0/+2 |
| | |||||
* | save message drafts across restarts | Christian Schneppe | 2017-10-06 | 1 | -3/+9 |
| | |||||
* | select presence if necessary when resending file | Christian Schneppe | 2017-09-24 | 1 | -3/+18 |
| | |||||
* | refactored AudioPlayer | Christian Schneppe | 2017-09-24 | 1 | -0/+4 |
| | |||||
* | show block menu after long press on allow/add back | Christian Schneppe | 2017-09-17 | 1 | -25/+42 |
| | |||||
* | request storage permission when sending gif | Christian Schneppe | 2017-09-04 | 1 | -12/+6 |
| | |||||
* | cache some information generated from body like isEmojiOnly, fileParams, ↵ | Christian Schneppe | 2017-08-13 | 1 | -15/+8 |
| | | | | isGeoUri and isXmppUri | ||||
* | 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. | ||||
* | update datebubbles | Christian Schneppe | 2017-08-01 | 1 | -26/+16 |
| | |||||
* | 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 |
| | |||||
* | put settings defaults into resource file | Christian Schneppe | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | mark message as failed after canceling ft w/o transferable | Christian Schneppe | 2017-06-24 | 1 | -0/+2 |
| | |||||
* | allow recording of videos from attachment choice too | Christian Schneppe | 2017-06-17 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | display open pgp key id in account details and allow to delete | Christian Schneppe | 2017-05-10 | 1 | -0/+2 |
| | |||||
* | unified copy text and share with context menu entries | Christian Schneppe | 2017-05-09 | 1 | -20/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Code clean up | Christian Schneppe | 2017-04-13 | 1 | -11/+11 |
| | |||||
* | be more careful with corner cases when mentioning multiple people | Christian Schneppe | 2017-04-13 | 1 | -5/+9 |
| | |||||
* | use comma seperation for multiple mentions | Christian Schneppe | 2017-04-13 | 1 | -4/+8 |
| | |||||
* | treat URL as file if URL is in oob or contains key | Christian Schneppe | 2017-04-13 | 1 | -16/+2 |
| | |||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 1 | -12/+1 |
| | | | | …in Conversations only enviroments | ||||
* | offer to block entire domain in message from stranger snackbar | Christian Schneppe | 2017-03-23 | 1 | -2/+26 |
| |