aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-04link jid in trust keys activity to contact detailsChristian Schneppe1-0/+6
2017-09-04reintroduced fixed IV mode for OTR file transferChristian Schneppe1-0/+1
2017-09-04made avatar cache cleaning more efficent after name changesChristian Schneppe4-11/+19
2017-09-04wait up to 2s to let server close socket before force closingChristian Schneppe1-20/+24
2017-09-04don’t use xmpp or jabber as default muc nickChristian Schneppe1-1/+11
2017-09-04request storage permission when sending gifChristian Schneppe2-12/+12
2017-09-04use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe1-12/+13
2017-09-04set status=received on status messagesChristian Schneppe1-0/+1
2017-09-04improved error messages on missing omemo keysChristian Schneppe2-2/+24
2017-09-04fixed jingle state machine being thrown off by iq-result coming after session...Christian Schneppe2-12/+14
2017-09-04fixed conference naming for joined people not in your contact listChristian Schneppe1-2/+8
2017-09-04fix crash in location activitiesChristian Schneppe2-14/+14
2017-08-13added missing break; in Message.javaChristian Schneppe1-0/+1
2017-08-13reset attempt counts on enableChristian Schneppe1-0/+5
2017-08-13correct typoChristian Schneppe1-1/+1
2017-08-13default input type to numbers on captcha dialogChristian Schneppe1-0/+3
2017-08-13no automatic reconnect on registration failuresChristian Schneppe2-28/+38
2017-08-13create a new axolotl service when the account jid changesChristian Schneppe2-2/+23
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe5-5/+19
2017-08-13send unavailable presence before joinChristian Schneppe2-7/+12
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe5-4/+17
2017-08-13code cleanup and synchronized getMarkableMessage()Christian Schneppe1-7/+5
2017-08-13removed support for fixed IV mode in otr jingle file transfer that hasn't bee...Christian Schneppe1-5/+1
2017-08-13parse jid from CN in client certs if nothing else is availableChristian Schneppe1-4/+12
2017-08-13do not crash on some very rare loggingChristian Schneppe2-1/+6
2017-08-13some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe1-27/+31
2017-08-13do not run file observer on hidden directoriesChristian Schneppe1-1/+1
2017-08-13update mini dnsChristian Schneppe1-2/+1
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe4-35/+50
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe6-136/+110
2017-08-13remove all whitespaces in emoji only messagesChristian Schneppe2-2/+2
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe4-2/+37
2017-08-03use random string generator instead of BigInteger in DigestMd5Christian Schneppe1-2/+1
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe4-15/+13
2017-08-01use base64 instead of base36 when creating random stringsChristian Schneppe4-5/+21
2017-08-01avoid empty strings when figuring out display nameChristian Schneppe1-4/+4
2017-08-01avoid unnecessary roster sync in OMEMO code. fixed startup performance regres...Christian Schneppe2-3/+2
2017-08-01refresh omemo activity after failing to fetch keys due to lack of idsChristian Schneppe1-0/+1
2017-08-01fixed roster items w/o subscription (request) not being shownChristian Schneppe1-10/+8
2017-08-01Give up PGP decryption when intent is cancelledChristian Schneppe2-0/+26
2017-08-01made OF selfSigned() workaround only available >=kitkatChristian Schneppe1-4/+3
2017-08-01skip initial socket closing if thread was already interruptedChristian Schneppe1-1/+7
2017-08-01incorporate support for publish-options into server infoChristian Schneppe1-1/+1
2017-08-01made omemo always available but in public mucsChristian Schneppe1-1/+1
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe3-4/+24
2017-08-01use publish-options instead of always pushing node configurationChristian Schneppe5-36/+93
2017-08-01let hasPendingFetches() return true when fetching device idsChristian Schneppe1-4/+6
2017-08-01fetch required device ids on demandChristian Schneppe3-33/+102
2017-08-01explicitly fetch device ids before building sessions in single mode conversationChristian Schneppe1-0/+36
2017-08-01change access model of omemo pep nodes after every publishChristian Schneppe2-16/+35