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