aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-01delete unused resourcesChristian Schneppe36-34/+0
2017-06-01allow changing of nickname in conferences when nick is in useChristian Schneppe1-2/+1
2017-06-01added account/settings options to StartConversationChristian Schneppe1-0/+10
2017-06-01do not parse delay tag for unavailable presences when it comes form own serverChristian Schneppe2-2/+17
2017-06-01fix NPE when bookmark jid is null on creating suggestionsChristian Schneppe1-1/+2
2017-06-01use application/pgp-encrypted mime type when necessary for http uploadChristian Schneppe1-1/+5
2017-05-31'end this conversation afterwards' checked by defaultChristian Schneppe1-0/+1
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe6-6/+192
2017-05-31do not check if namespace equals prefix for attributesChristian Schneppe1-1/+1
2017-05-31parse all delayed tags. use min dateChristian Schneppe2-12/+22
2017-05-31deal with namespace attributesChristian Schneppe1-3/+9
2017-05-31rename resource on bind conflictChristian Schneppe1-1/+7
2017-05-31rename downgrade attack to downgraded sasl mechanismChristian Schneppe4-6/+6
2017-05-31invoke statusChanged callback after syncronizationChristian Schneppe1-16/+20
2017-05-31do not turn send button green unless history is caught upChristian Schneppe2-3/+20
2017-05-31synchronize on dedicated lock for catchup instead of accountChristian Schneppe2-5/+12
2017-05-28clean up client cert selection codeChristian Schneppe1-1/+2
2017-05-23Make 'export log' option function clearer (#135)licaon-kter1-3/+3
2017-05-19fall back to jingle only in 1:1Christian Schneppe1-1/+2
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2-2/+17
2017-05-17differentiate starttls failure and sasl failureChristian Schneppe2-14/+19
2017-05-17use mam reference instead of timestampChristian Schneppe8-77/+156
2017-05-17synchronize around adding query to query mapChristian Schneppe1-1/+3
2017-05-17make updater more failsaveChristian Schneppe1-0/+6
2017-05-12fixed missing lines in unified all account state exceptionsChristian Schneppe1-2/+6
2017-05-10optimized importsChristian Schneppe1-1/+0
2017-05-10add stringsChristian Schneppe1-0/+6
2017-05-10add ability to distrust inactive/trusted keysChristian Schneppe1-1/+1
2017-05-10do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe1-4/+2
2017-05-10reset resource after bind failureChristian Schneppe1-0/+1
2017-05-10jump directly to account on errorChristian Schneppe1-4/+17
2017-05-10unified all account state exceptionsChristian Schneppe5-69/+45
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe4-13/+16
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe8-62/+176
2017-05-09suggest bookmarked conferences servers in join conference dialogChristian Schneppe1-0/+6
2017-05-09don't load signed prekeys on startupChristian Schneppe4-7/+35
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe5-42/+93
2017-05-09unified copy text and share with context menu entriesChristian Schneppe4-31/+12
2017-05-09send read marker after reading message in android autoChristian Schneppe1-1/+1
2017-05-09support for jingle ft:5Christian Schneppe3-2/+8
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe3-11/+23
2017-05-09avoid race condition that lead to double notification soundChristian Schneppe1-1/+3
2017-05-09close http download connection after downloadChristian Schneppe1-1/+6
2017-05-09Add messages to Notification for Android Auto on Android M and olderChristian Schneppe1-2/+10
2017-05-09simple fix for landscape tablet layoutsChristian Schneppe2-12/+12
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe4-26/+17
2017-04-26Added a comma to a stringChristian Schneppe1-1/+1
2017-04-26while restoring state deal with conversations that don't have accountsChristian Schneppe1-2/+8
2017-04-26avoid rare race condition when saving draft messageChristian Schneppe1-0/+1