f37098a
catch all axolotl parse exception at once. fixes #1692
Daniel Gultsch created
f37098a
catch all axolotl parse exception at once. fixes #1692
Daniel Gultsch created
1bb38e2
send muc messages after join
Daniel Gultsch created
f16690a
allow user to set MAM preferences
Daniel Gultsch created
91ec483
prepend instead off append mam messages to conversations when going in reverse
Daniel Gultsch created
28733e0
fixed performance regression in on scroll listener
Daniel Gultsch created
4fdb0d9
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch created
f88b8c7
add more fault tolerant checks for messages left on server
Daniel Gultsch created
17791a7
removed unecessary logging when muc tiles update
Daniel Gultsch created
7dd9545
use TLSv1.2 as SSL context on supported plattforms
Daniel Gultsch created
1d572c6
cache server caps
Daniel Gultsch created
0911669
count all messages in a query
Daniel Gultsch created
1274b0e
Revert "get rid of broken totalMessageCount for mam queries"
This reverts commit 58c6f9bfb283f5c54695b9662b5b4b08e5d4357f.
Daniel Gultsch created
f079821
refactored disco cache. avoid making duplicate call. check hash
Daniel Gultsch created
4a1a59f
Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into singpolyma-disco-caps
Daniel Gultsch created
01bad12
fixed 'unencrypted' not showing up for conferences when encryption is forced
Daniel Gultsch created
58c6f9b
get rid of broken totalMessageCount for mam queries
Daniel Gultsch created
fab0a45
re-read common name from certificates on startup
Daniel Gultsch created
ba9ba8f
avoid npe when accessing the pgp connection service
Daniel Gultsch created
f30df7a
catch a few NPE when parsing invalid pep nodes
Daniel Gultsch created
ae83efe
version bump to 1.9.3
Daniel Gultsch created
3978c04
respect autojoin setting on newly created bookmarks as well
Daniel Gultsch created
1e7647e
opt out handling of the autojoin flag. fixes #1666
Daniel Gultsch created
d1fc90f
Merge branch 'master' of github.com:siacs/Conversations
Daniel Gultsch created
336daea
made create context menu call in StartConversationsActivity more failsafe
Daniel Gultsch created
a3e1141
refactored user handling in conferences. show try again button when conference has errors
Daniel Gultsch created
2eef371
fixed false set of subject in conference with empty body tag
Daniel Gultsch created
19c2ca5
Update README.md
Daniel Gultsch created
82870b2
prefer dns servers from networsk with the default route
Daniel Gultsch created
c416948
be more careful with resetting the stream id
Daniel Gultsch created
28ebf92
try to make in-valid-session detection work for pgp
Daniel Gultsch created
d2c5a93
show values in formfieldwrappers and allow form to be set to read only
Daniel Gultsch created
edc6ce4
hide jid row in list item list when jid is null
Daniel Gultsch created
7c0eae8
expert setting to trigger extended connection options
Daniel Gultsch created
ae84ff2
Do disco for caps hashes we have never seen
Then cache it
Stephen Paul Weber created
000f59d
Fetch cached caps result on new presence
Stephen Paul Weber created
bf5b2f7
Use a Presence class for presence information
Only has status for now, but doing it so I can add disco to it
Stephen Paul Weber created
31fd425
changed FileBackend API to allow files instead of messages to be copied and resized
Daniel Gultsch created
8850a1f
added FormWrapper and form field validation
Daniel Gultsch created
ad36a4b
Persisitence and loading for ServiceDiscoveryResult
Stephen Paul Weber created
56f8fff
Implement toJSON on ServiceDiscoveryResult
Stephen Paul Weber created
1e335d5
Generate capHash from any discovery result
Stephen Paul Weber created
fccce22
Factor out a representation of XEP-0030 results
And the parser from Element to this representation.
Stephen Paul Weber created
0569a1e
introduced boolean form field wrapper
Daniel Gultsch created
39fdf4a
added support for field types jid-single and text-private
Daniel Gultsch created
6140861
reset stanza queue when resetting xmppconnection
Daniel Gultsch created
4352189
show fetch errors in trust keys activity
Daniel Gultsch created
ba98fe4
use extract account from intent method and final EXTRA_ACCOUNT variable
Daniel Gultsch created
a6c5430
added UI wrapper for (some) form fields
Daniel Gultsch created
a47430c
added convenience method to extract account from intent
Daniel Gultsch created
40005ce
added config variable to allow non-tls connections
Daniel Gultsch created