Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synchronize on dedicated lock for catchup instead of account | Christian Schneppe | 2017-05-31 | 2 | -5/+12 |
| | |||||
* | clean up client cert selection code | Christian Schneppe | 2017-05-28 | 1 | -1/+2 |
| | |||||
* | fall back to jingle only in 1:1 | Christian Schneppe | 2017-05-19 | 1 | -1/+2 |
| | |||||
* | work around for brokens ROMs that expose file uris as notification sound | Christian Schneppe | 2017-05-17 | 2 | -2/+17 |
| | |||||
* | differentiate starttls failure and sasl failure | Christian Schneppe | 2017-05-17 | 2 | -14/+19 |
| | |||||
* | use mam reference instead of timestamp | Christian Schneppe | 2017-05-17 | 8 | -77/+156 |
| | |||||
* | synchronize around adding query to query map | Christian Schneppe | 2017-05-17 | 1 | -1/+3 |
| | |||||
* | make updater more failsave | Christian Schneppe | 2017-05-17 | 1 | -0/+6 |
| | |||||
* | fixed missing lines in unified all account state exceptions | Christian Schneppe | 2017-05-12 | 1 | -2/+6 |
| | |||||
* | optimized imports | Christian Schneppe | 2017-05-10 | 1 | -1/+0 |
| | |||||
* | add strings | Christian Schneppe | 2017-05-10 | 1 | -0/+6 |
| | |||||
* | add ability to distrust inactive/trusted keys | Christian Schneppe | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | do not synchronize startXmpp() and sendPacket() on the same object | Christian Schneppe | 2017-05-10 | 1 | -4/+2 |
| | | | | as this can block the ui | ||||
* | reset resource after bind failure | Christian Schneppe | 2017-05-10 | 1 | -0/+1 |
| | |||||
* | jump directly to account on error | Christian Schneppe | 2017-05-10 | 1 | -4/+17 |
| | |||||
* | unified all account state exceptions | Christian Schneppe | 2017-05-10 | 5 | -69/+45 |
| | |||||
* | set catchup flag on mam only when doing that | Christian Schneppe | 2017-05-10 | 4 | -13/+16 |
| | |||||
* | display open pgp key id in account details and allow to delete | Christian Schneppe | 2017-05-10 | 8 | -62/+176 |
| | |||||
* | suggest bookmarked conferences servers in join conference dialog | Christian Schneppe | 2017-05-09 | 1 | -0/+6 |
| | |||||
* | don't load signed prekeys on startup | Christian Schneppe | 2017-05-09 | 4 | -7/+35 |
| | |||||
* | make jingle implementation send file hash when using ft5 | Christian Schneppe | 2017-05-09 | 5 | -42/+93 |
| | |||||
* | unified copy text and share with context menu entries | Christian Schneppe | 2017-05-09 | 4 | -31/+12 |
| | |||||
* | send read marker after reading message in android auto | Christian Schneppe | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | support for jingle ft:5 | Christian Schneppe | 2017-05-09 | 3 | -2/+8 |
| | |||||
* | avoid race conditions when downloading files or decrypting pgp messages | Christian Schneppe | 2017-05-09 | 3 | -11/+23 |
| | | | | and waiting for sm catchup | ||||
* | avoid race condition that lead to double notification sound | Christian Schneppe | 2017-05-09 | 1 | -1/+3 |
| | |||||
* | close http download connection after download | Christian Schneppe | 2017-05-09 | 1 | -1/+6 |
| | |||||
* | 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 |
| | |||||
* | 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. |