aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-24revised strategy for http upload read timeoutChristian Schneppe1-1/+1
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe3-23/+61
2017-06-17use osm MapPreviewChristian Schneppe1-1/+2
2017-06-17make http upload read timeout depend on file sizeChristian Schneppe1-3/+5
2017-06-17fix resend featureChristian Schneppe1-3/+2
2017-06-11correct resend textChristian Schneppe1-1/+5
2017-06-11recreate settingsactivity when theme changedChristian Schneppe4-5/+17
2017-06-11make launching app shortcuts work with disabled accountsChristian Schneppe1-1/+1
2017-06-11do not accept LMC for filesChristian Schneppe1-1/+1
2017-06-01allow changing of nickname in conferences when nick is in useChristian Schneppe1-2/+1
fixes #136
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 Schneppe2-2/+2
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-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 ability to distrust inactive/trusted keysChristian Schneppe1-1/+1
2017-05-10do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe1-4/+2
as this can block the ui
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 Schneppe3-67/+41
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 Schneppe6-15/+79
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 Schneppe1-20/+6
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
and waiting for sm catchup
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
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.
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1