aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 1.19.1 + changesChristian Schneppe2017-09-042-3/+6
|
* update stringsChristian Schneppe2017-09-041-0/+4
|
* NotificationService: add button to mark conversation as readChristian Schneppe2017-09-042-0/+3
|
* make filtered list item activity survive roationsChristian Schneppe2017-09-042-1/+10
|
* get rid of uneccessary 'own omemo fingerprint' stringChristian Schneppe2017-09-042-1/+3
|
* link jid in trust keys activity to contact detailsChristian Schneppe2017-09-041-0/+6
|
* reintroduced fixed IV mode for OTR file transferChristian Schneppe2017-09-041-0/+1
|
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-044-11/+19
|
* wait up to 2s to let server close socket before force closingChristian Schneppe2017-09-041-20/+24
|
* don’t use xmpp or jabber as default muc nickChristian Schneppe2017-09-041-1/+11
|
* request storage permission when sending gifChristian Schneppe2017-09-042-12/+12
|
* use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe2017-09-041-12/+13
|
* set status=received on status messagesChristian Schneppe2017-09-041-0/+1
|
* improved error messages on missing omemo keysChristian Schneppe2017-09-042-2/+24
|
* updgrade gradle pluginChristian Schneppe2017-09-041-0/+3
|
* fixed jingle state machine being thrown off by iq-result coming after ↵Christian Schneppe2017-09-042-12/+14
| | | | session-accept
* fixed conference naming for joined people not in your contact listChristian Schneppe2017-09-041-2/+8
|
* fix crash in location activitiesChristian Schneppe2017-09-042-14/+14
|
* version 1.19.0 + changesChristian Schneppe2017-08-132-3/+16
|
* added missing break; in Message.javaChristian Schneppe2017-08-131-0/+1
|
* reset attempt counts on enableChristian Schneppe2017-08-131-0/+5
|
* correct typoChristian Schneppe2017-08-131-1/+1
|
* default input type to numbers on captcha dialogChristian Schneppe2017-08-131-0/+3
|
* no automatic reconnect on registration failuresChristian Schneppe2017-08-132-28/+38
|
* create a new axolotl service when the account jid changesChristian Schneppe2017-08-132-2/+23
|
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-135-5/+19
|
* send unavailable presence before joinChristian Schneppe2017-08-132-7/+12
|
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-135-4/+17
|
* code cleanup and synchronized getMarkableMessage()Christian Schneppe2017-08-131-7/+5
|
* removed support for fixed IV mode in otr jingle file transfer that hasn't ↵Christian Schneppe2017-08-131-5/+1
| | | | been used since v0.4 or something
* parse jid from CN in client certs if nothing else is availableChristian Schneppe2017-08-131-4/+12
|
* do not crash on some very rare loggingChristian Schneppe2017-08-132-1/+6
|
* some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe2017-08-131-27/+31
|
* do not run file observer on hidden directoriesChristian Schneppe2017-08-131-1/+1
|
* update mini dnsChristian Schneppe2017-08-131-2/+1
|
* add more logging to http download connection and reset file params after ↵Christian Schneppe2017-08-134-35/+50
| | | | setting expected size
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-136-136/+110
| | | | isGeoUri and isXmppUri
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-132-2/+2
|
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-134-2/+37
|
* updated build tools and some library versionsChristian Schneppe2017-08-034-20/+20
|
* use random string generator instead of BigInteger in DigestMd5Christian Schneppe2017-08-031-2/+1
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-035-15/+16
|
* use base64 instead of base36 when creating random stringsChristian Schneppe2017-08-014-5/+21
|
* avoid empty strings when figuring out display nameChristian Schneppe2017-08-011-4/+4
|
* avoid unnecessary roster sync in OMEMO code. fixed startup performance ↵Christian Schneppe2017-08-012-3/+2
| | | | regression
* refresh omemo activity after failing to fetch keys due to lack of idsChristian Schneppe2017-08-011-0/+1
|
* fixed roster items w/o subscription (request) not being shownChristian Schneppe2017-08-011-10/+8
|
* Give up PGP decryption when intent is cancelledChristian Schneppe2017-08-012-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 >=kitkatChristian Schneppe2017-08-011-4/+3
| | | | | this undos 0f34c0ab3ed0ce3c98dc4d835c7897e8d533f7e6 as it turns out 4.1 and 4.0 only break when checking if a cert is self signed.
* skip initial socket closing if thread was already interruptedChristian Schneppe2017-08-011-1/+7
|