Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add messages to Notification for Android Auto on Android M and older | Christian Schneppe | 2017-05-09 | 1 | -2/+10 |
| | | | | | | In the previous implementation for Android Auto, messages are only added on Android N and above. In order to support older Android versions, the messages need to be added always. | ||||
* | simple fix for landscape tablet layouts | Christian Schneppe | 2017-05-09 | 2 | -12/+12 |
| | |||||
* | 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 | 4 | -26/+17 |
| | |||||
* | Added a comma to a string | Christian Schneppe | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | while restoring state deal with conversations that don't have accounts | Christian Schneppe | 2017-04-26 | 1 | -2/+8 |
| | |||||
* | 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 | 3 | -20/+17 |
| | |||||
* | send pgp signature when creating ad hoc conferences | Christian Schneppe | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | limited offline support for pgp group chats | Christian Schneppe | 2017-04-26 | 1 | -1/+7 |
| | | | | use pgp key from contact if not set in muc | ||||
* | make sure context is not null before setting content description on send button | Christian Schneppe | 2017-04-26 | 1 | -3/+3 |
| | |||||
* | make sure tag writer thread shuts down | Christian Schneppe | 2017-04-26 | 2 | -10/+10 |
| | |||||
* | show extended connection settings in expert settings for open version | Christian Schneppe | 2017-04-26 | 3 | -0/+9 |
| | |||||
* | version 1.18.0 + changes | Christian Schneppe | 2017-04-21 | 2 | -2/+12 |
| | |||||
* | add 12 months duration for message deletion | Christian Schneppe | 2017-04-21 | 3 | -0/+4 |
| | |||||
* | reworked unique id generation for notification intents | Christian Schneppe | 2017-04-21 | 1 | -8/+9 |
| | |||||
* | Add Android Auto support to notifications | Christian Schneppe | 2017-04-21 | 4 | -6/+33 |
| | | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html | ||||
* | re-add redownload context menu entry for deleted files | Christian Schneppe | 2017-04-20 | 2 | -0/+16 |
| | |||||
* | changed text for positive button while changing nick name | Christian Schneppe | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | made nimbuzz work around work with newly created conferences as well | Christian Schneppe | 2017-04-20 | 1 | -1/+2 |
| | |||||
* | hide resend button if file is smaller than AutoAcceptFileSize… | Christian Schneppe | 2017-04-18 | 5 | -4/+15 |
| | | | | …otherwise show resend button | ||||
* | reused code to retrieve AutoAcceptFileSize for AutoResend | Christian Schneppe | 2017-04-18 | 1 | -19/+1 |
| | |||||
* | changed icon for "start new conversation" | Christian Schneppe | 2017-04-18 | 7 | -3/+3 |
| | |||||
* | Add reply button in wear design | Christian Schneppe | 2017-04-18 | 5 | -1/+1 |
| | | | | | | | | | | The existing reply button for Android wear has been re-used from the action bar. Instead of a 'send' icon, a 'reply' icon better matches the intended action. Moreover, action icons for Android wear are solid white instead of half transparent. | ||||
* | Add content description to send button | Christian Schneppe | 2017-04-18 | 4 | -1/+8 |
| | | | | This can be used by screen readers and other accessibility aids. | ||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2017-04-16 | 1 | -6/+5 |
|\ | |||||
| * | mention izzysoft f-droid repo in readme | Christian Schneppe | 2017-04-15 | 1 | -6/+5 |
| | | |||||
* | | transform aesgcm:// links back to https:// before connecting through Tor | Christian Schneppe | 2017-04-16 | 2 | -6/+25 |
| | | |||||
* | | show 'try again' button when remote server wasn't found in previously active muc | Christian Schneppe | 2017-04-16 | 3 | -1/+19 |
| | | |||||
* | | recognize muc self presence on nimbuzz.com | Christian Schneppe | 2017-04-16 | 1 | -4/+3 |
| | | | | | | | | | | | | | | Apparently nimbuzz.com doesn't include status code 110 in muc self presence It does however include the full real jid in the presence’s item. We can use that as a work around to detect a self presence. | ||||
* | | don't count >number% as quote | Christian Schneppe | 2017-04-16 | 1 | -1/+1 |
|/ | |||||
* | set colored contact status preference correctly | Christian Schneppe | 2017-04-13 | 1 | -2/+6 |
| | |||||
* | integrate OpenPGP (untested) | Christian Schneppe | 2017-04-13 | 2 | -0/+17 |
| | |||||
* | 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 | 8 | -21/+26 |
| | |||||
* | properly unregister bookmark from conversations when deleting bookmark | Christian Schneppe | 2017-04-13 | 3 | -1/+4 |
| | |||||
* | fixed message merge logic. merge only messages with lower status | Christian Schneppe | 2017-04-13 | 1 | -3/+2 |
| | |||||
* | show first instead of last message in notification preview | Christian Schneppe | 2017-04-13 | 1 | -5/+7 |
| | |||||
* | include RSM max in mam query in case server doesn't specify own max | Christian Schneppe | 2017-04-13 | 1 | -2/+4 |
| | |||||
* | Optimized imports from entire project | Christian Schneppe | 2017-04-13 | 7 | -30/+8 |
| | |||||
* | 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 | 3 | -5/+53 |
| | |||||
* | exclude >= from being recognized as quote | Christian Schneppe | 2017-04-13 | 1 | -1/+6 |
| | |||||
* | 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 |
| | |||||
* | avoid crash on urls with missing protocols | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | treat URL as file if URL is in oob or contains key | Christian Schneppe | 2017-04-13 | 10 | -63/+18 |
| | |||||
* | send urls pointing to pgp encrypted files directly in body+oob | Christian Schneppe | 2017-04-13 | 5 | -35/+36 |
| |