Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not show 'block stranger' snackbar in empty conversations | Christian Schneppe | 2017-03-09 | 1 | -1/+3 |
| | |||||
* | show snackbar in conversations with stranger to block | Christian Schneppe | 2017-03-09 | 1 | -0/+9 |
| | |||||
* | closing the corresponding conversations after blocking a contact | Christian Schneppe | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Keep draft even when correcting previously sent msg | Christian Schneppe | 2017-03-04 | 1 | -6/+12 |
| | |||||
* | fixed messages vanishing after pgp raised error on editing a message | Christian Schneppe | 2017-03-04 | 1 | -2/+2 |
| | |||||
* | block send action while encrypting pgp message | Christian Schneppe | 2017-03-04 | 1 | -0/+11 |
| | |||||
* | correct date for first message / message at top | Christian Schneppe | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | some little chatlist optimizations | Christian Schneppe | 2017-02-24 | 1 | -3/+5 |
| | |||||
* | separate date bubbles from status messsages | Christian Schneppe | 2017-02-23 | 1 | -3/+9 |
| | |||||
* | send 'online' presences also while typing a message | Christian Schneppe | 2017-02-22 | 1 | -0/+15 |
| | |||||
* | show dates correctly | Christian Schneppe | 2017-02-22 | 1 | -2/+5 |
| | |||||
* | add date bubble in chatlist | Christian Schneppe | 2017-02-19 | 1 | -15/+21 |
| | | | | fixes #104 | ||||
* | make resend via context menu available again... | Christian Schneppe | 2017-02-09 | 1 | -1/+6 |
| | | | | ...because it was accidentally removed | ||||
* | fixed scrolling and async loading of message of new conversation start | Christian Schneppe | 2017-02-08 | 1 | -2/+4 |
| | |||||
* | add button to resend failed messages | Christian Schneppe | 2017-01-30 | 1 | -6/+1 |
| | |||||
* | configurable local message retention period. | Christian Schneppe | 2017-01-29 | 1 | -9/+2 |
| | |||||
* | reworked FileBackend | Christian Schneppe | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | modified highlight nick behaviour to better work with quotes | Christian Schneppe | 2017-01-21 | 1 | -7/+13 |
| | |||||
* | unify getFileUri across share and open intents | Christian Schneppe | 2017-01-09 | 1 | -3/+7 |
| | |||||
* | Do not compress GIFs, allow GBoard to send GIFs | Christian Schneppe | 2017-01-05 | 1 | -26/+64 |
| | |||||
* | support for quoting messages | Christian Schneppe | 2016-12-25 | 1 | -0/+29 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 1 | -1315/+1315 |
| | |||||
* | don't allow message correction for xmpp or geo uris | Christian Schneppe | 2016-11-12 | 1 | -2/+3 |
| | |||||
* | treat XmppUri not as text | Christian Schneppe | 2016-11-12 | 1 | -3/+11 |
| | |||||
* | make message correction also working for single chats again | Christian Schneppe | 2016-11-12 | 1 | -2/+6 |
| | |||||
* | don't offer message correction in anonymous mucs | Christian Schneppe | 2016-11-11 | 1 | -1/+2 |
| | |||||
* | add error message to failed messages. accessible via context menu | Christian Schneppe | 2016-10-26 | 1 | -0/+15 |
| | |||||
* | Remove MERGE_SEPARATOR | Christian Schneppe | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | Retain TextView selection after list updating | Christian Schneppe | 2016-10-21 | 1 | -1/+25 |
| | |||||
* | update conversation in database background thread | Christian Schneppe | 2016-10-18 | 1 | -4/+2 |
| | |||||
* | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 2016-09-23 | 1 | -3/+4 |
| | |||||
* | allow deleting file inside messengers storage path | Christian Schneppe | 2016-09-19 | 1 | -1/+3 |
| | |||||
* | dont show delete file button when outside conversations directory | Christian Schneppe | 2016-09-17 | 1 | -2/+5 |
| | |||||
* | remember scroll position on rotate. fixes #2011 | Daniel Gultsch | 2016-09-14 | 1 | -5/+34 |
| | |||||
* | download own vcard avatar if none is set. fixes #2008 | Daniel Gultsch | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | optimized imports | Christian Schneppe | 2016-09-09 | 1 | -1/+0 |
| | |||||
* | show server not found muc error | Daniel Gultsch | 2016-09-07 | 1 | -0/+3 |
| | |||||
* | code cleanup | Christian Schneppe | 2016-09-03 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d. | ||||
* | don't set attach video as quick action | Christian Schneppe | 2016-09-02 | 1 | -19/+3 |
| | |||||
* | compress videos bigger than 10 MB before sending | Christian Schneppe | 2016-08-28 | 1 | -1/+20 |
| | |||||
* | add snackbar for request presence subscription | Daniel Gultsch | 2016-08-26 | 1 | -0/+15 |
| | |||||
* | offer quick reply on android N | Daniel Gultsch | 2016-08-26 | 1 | -25/+1 |
| | |||||
* | changed package id inside manifest and project | Christian Schneppe | 2016-07-29 | 1 | -0/+1420 |