3561999
fixed server info push not showing up when unavailable
Daniel Gultsch created
3561999
fixed server info push not showing up when unavailable
Daniel Gultsch created
92a6e95
be more carefull when checking push availability
Daniel Gultsch created
300326f
deleted invalid gcm strings
Daniel Gultsch created
251f247
optional mode to close tcp connection when going into background
acts only when push is available. disable all non-push accounts to test properly
Daniel Gultsch created
6f9f871
send push enable to server. simplified logging
Daniel Gultsch created
c7a1409
fixed compile bug in free version
Daniel Gultsch created
6217e33
removed gcm plugin from gradle. fixes #1693
Daniel Gultsch created
c430848
push gcm token on bind instead of every connect
Daniel Gultsch created
bac249c
add play services to travis config
Daniel Gultsch created
32da65f
client side support for XEP-0357: Push Notifications
Daniel Gultsch created
93dad9b
pulled translations from transifex
Daniel Gultsch created
d58d822
version bump to 1.9.4 + changelog
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