Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show also a button to delete contact from roster | Christian Schneppe | 2017-09-17 | 1 | -7/+26 |
| | |||||
* | show jid in ContactDetails if contact is not on the same server | Christian Schneppe | 2017-09-17 | 1 | -1/+5 |
| | |||||
* | show block menu after long press on allow/add back | Christian Schneppe | 2017-09-17 | 1 | -25/+42 |
| | |||||
* | Foregroundservice can be deactivated in expert options (default = ↵ | Christian Schneppe | 2017-09-17 | 4 | -26/+17 |
| | | | | | | foregroundservice active) Fixes #138 | ||||
* | additional null checks around 'read by' intent | Christian Schneppe | 2017-09-17 | 1 | -2/+7 |
| | |||||
* | use 'partial' in server info if publish-options is n/a | Christian Schneppe | 2017-09-17 | 1 | -2/+4 |
| | |||||
* | NotificationService: add button to mark conversation as read | Christian Schneppe | 2017-09-04 | 1 | -0/+2 |
| | |||||
* | make filtered list item activity survive roations | Christian Schneppe | 2017-09-04 | 2 | -1/+10 |
| | |||||
* | get rid of uneccessary 'own omemo fingerprint' string | Christian Schneppe | 2017-09-04 | 1 | -0/+2 |
| | |||||
* | link jid in trust keys activity to contact details | Christian Schneppe | 2017-09-04 | 1 | -0/+6 |
| | |||||
* | reintroduced fixed IV mode for OTR file transfer | Christian Schneppe | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | made avatar cache cleaning more efficent after name changes | Christian Schneppe | 2017-09-04 | 4 | -11/+19 |
| | |||||
* | wait up to 2s to let server close socket before force closing | Christian Schneppe | 2017-09-04 | 1 | -20/+24 |
| | |||||
* | don’t use xmpp or jabber as default muc nick | Christian Schneppe | 2017-09-04 | 1 | -1/+11 |
| | |||||
* | request storage permission when sending gif | Christian Schneppe | 2017-09-04 | 2 | -12/+12 |
| | |||||
* | use proper defaults for notification. fix sound playing twice on Android 8 | Christian Schneppe | 2017-09-04 | 1 | -12/+13 |
| | |||||
* | set status=received on status messages | Christian Schneppe | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | improved error messages on missing omemo keys | Christian Schneppe | 2017-09-04 | 1 | -2/+23 |
| | |||||
* | fixed jingle state machine being thrown off by iq-result coming after ↵ | Christian Schneppe | 2017-09-04 | 2 | -12/+14 |
| | | | | session-accept | ||||
* | fixed conference naming for joined people not in your contact list | Christian Schneppe | 2017-09-04 | 1 | -2/+8 |
| | |||||
* | fix crash in location activities | Christian Schneppe | 2017-09-04 | 2 | -14/+14 |
| | |||||
* | added missing break; in Message.java | Christian Schneppe | 2017-08-13 | 1 | -0/+1 |
| | |||||
* | reset attempt counts on enable | Christian Schneppe | 2017-08-13 | 1 | -0/+5 |
| | |||||
* | correct typo | Christian Schneppe | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | default input type to numbers on captcha dialog | Christian Schneppe | 2017-08-13 | 1 | -0/+3 |
| | |||||
* | no automatic reconnect on registration failures | Christian Schneppe | 2017-08-13 | 2 | -28/+38 |
| | |||||
* | create a new axolotl service when the account jid changes | Christian Schneppe | 2017-08-13 | 2 | -2/+23 |
| | |||||
* | prevent users from editing their account jid after successful login | Christian Schneppe | 2017-08-13 | 5 | -5/+19 |
| | |||||
* | send unavailable presence before join | Christian Schneppe | 2017-08-13 | 2 | -7/+12 |
| | |||||
* | Read support for 12-byte IVs in addition to 16-byte IVs | Christian Schneppe | 2017-08-13 | 5 | -4/+17 |
| | |||||
* | code cleanup and synchronized getMarkableMessage() | Christian Schneppe | 2017-08-13 | 1 | -7/+5 |
| | |||||
* | removed support for fixed IV mode in otr jingle file transfer that hasn't ↵ | Christian Schneppe | 2017-08-13 | 1 | -5/+1 |
| | | | | been used since v0.4 or something | ||||
* | parse jid from CN in client certs if nothing else is available | Christian Schneppe | 2017-08-13 | 1 | -4/+12 |
| | |||||
* | do not crash on some very rare logging | Christian Schneppe | 2017-08-13 | 1 | -1/+5 |
| | |||||
* | some code cleanup and avoid scheduling reconnect task for negative interval | Christian Schneppe | 2017-08-13 | 1 | -27/+31 |
| | |||||
* | do not run file observer on hidden directories | Christian Schneppe | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | update mini dns | Christian Schneppe | 2017-08-13 | 1 | -2/+1 |
| | |||||
* | add more logging to http download connection and reset file params after ↵ | Christian Schneppe | 2017-08-13 | 4 | -35/+50 |
| | | | | setting expected size | ||||
* | cache some information generated from body like isEmojiOnly, fileParams, ↵ | Christian Schneppe | 2017-08-13 | 6 | -136/+110 |
| | | | | isGeoUri and isXmppUri | ||||
* | remove all whitespaces in emoji only messages | Christian Schneppe | 2017-08-13 | 2 | -2/+2 |
| | |||||
* | provide extra 'network is unreachable' account state | Christian Schneppe | 2017-08-13 | 3 | -2/+36 |
| | |||||
* | use random string generator instead of BigInteger in DigestMd5 | Christian Schneppe | 2017-08-03 | 1 | -2/+1 |
| | |||||
* | display messages that only contain emoji slightly larger | Christian Schneppe | 2017-08-03 | 3 | -15/+12 |
| | |||||
* | use base64 instead of base36 when creating random strings | Christian Schneppe | 2017-08-01 | 4 | -5/+21 |
| | |||||
* | avoid empty strings when figuring out display name | Christian Schneppe | 2017-08-01 | 1 | -4/+4 |
| | |||||
* | avoid unnecessary roster sync in OMEMO code. fixed startup performance ↵ | Christian Schneppe | 2017-08-01 | 2 | -3/+2 |
| | | | | regression | ||||
* | refresh omemo activity after failing to fetch keys due to lack of ids | Christian Schneppe | 2017-08-01 | 1 | -0/+1 |
| | |||||
* | fixed roster items w/o subscription (request) not being shown | Christian Schneppe | 2017-08-01 | 1 | -10/+8 |
| | |||||
* | Give up PGP decryption when intent is cancelled | Christian Schneppe | 2017-08-01 | 2 | -0/+26 |
| | | | | | | | | | | | 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. | ||||
* | made OF selfSigned() workaround only available >=kitkat | Christian Schneppe | 2017-08-01 | 1 | -4/+3 |
| | | | | | this undos 0f34c0ab3ed0ce3c98dc4d835c7897e8d533f7e6 as it turns out 4.1 and 4.0 only break when checking if a cert is self signed. |