index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
services
/
XmppConnectionService.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
send muc messages after join
Daniel Gultsch
2016-02-10
1
-1
/
+2
*
allow user to set MAM preferences
Daniel Gultsch
2016-02-09
1
-0
/
+27
*
fixed performance regression in on scroll listener
Daniel Gultsch
2016-02-04
1
-2
/
+2
*
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
2016-02-04
1
-0
/
+4
*
add more fault tolerant checks for messages left on server
Daniel Gultsch
2016-02-04
1
-1
/
+1
*
refactored disco cache. avoid making duplicate call. check hash
Daniel Gultsch
2016-02-03
1
-1
/
+58
*
Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into...
Daniel Gultsch
2016-02-02
1
-4
/
+5
|
\
|
*
Use a Presence class for presence information
Stephen Paul Weber
2016-01-24
1
-4
/
+5
*
|
avoid npe when accessing the pgp connection service
Daniel Gultsch
2016-02-02
1
-1
/
+1
*
|
opt out handling of the autojoin flag. fixes #1666
Daniel Gultsch
2016-02-01
1
-3
/
+10
*
|
expert setting to trigger extended connection options
Daniel Gultsch
2016-01-25
1
-2
/
+6
|
/
*
reuse same xmppconnection for reconnects
Daniel Gultsch
2016-01-16
1
-9
/
+9
*
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
2016-01-15
1
-1
/
+1
*
let the user decide on whether or not to compress pictures
Daniel Gultsch
2016-01-09
1
-2
/
+8
*
properly rotate avatars
Daniel Gultsch
2016-01-04
1
-2
/
+1
*
dedublicate bookmarks
Daniel Gultsch
2015-12-27
1
-3
/
+7
*
timeout service discovery after 20s
Daniel Gultsch
2015-12-15
1
-3
/
+9
*
splite PARANOIA_MODE into three different options
Daniel Gultsch
2015-12-14
1
-1
/
+1
*
changed order of send presence and execute mam queries
Daniel Gultsch
2015-12-12
1
-2
/
+2
*
set bookmark name to room subject if no subject has been set before
Daniel Gultsch
2015-12-11
1
-1
/
+2
*
get rid of lastMessageTransmitted in favor of db query
Daniel Gultsch
2015-12-11
1
-4
/
+0
*
notify on mam catchup messages
Daniel Gultsch
2015-12-10
1
-1
/
+1
*
ask for contact permissions when first opening StartConversationActivity
Daniel Gultsch
2015-12-07
1
-6
/
+8
*
properly clear muc user avatar caches
Daniel Gultsch
2015-12-04
1
-1
/
+5
*
use proposed nick as default nick in mucoptions
Daniel Gultsch
2015-12-04
1
-3
/
+0
*
parse vcard avatars from muc presences
Daniel Gultsch
2015-12-03
1
-6
/
+16
*
Show status message when contact requests presence
Sam Whited
2015-12-02
1
-0
/
+7
*
introduced build-time paranoia mode that disables unencrypted chats and force...
Daniel Gultsch
2015-12-01
1
-1
/
+1
*
initial tor support
Daniel Gultsch
2015-12-01
1
-6
/
+5
*
hide subject edit button if not editable by user
Daniel Gultsch
2015-11-26
1
-1
/
+6
*
detect server identity and added muc-workaround for slack
Daniel Gultsch
2015-11-26
1
-3
/
+7
*
removed unnecessary configuration fetch after join
Daniel Gultsch
2015-11-26
1
-1
/
+1
*
pgp fixes and revert configuration changes
Daniel Gultsch
2015-11-25
1
-39
/
+37
*
Use OpenPGP-API 9.0
fiaxh
2015-11-09
1
-2
/
+2
*
fixed session objects not being build on start up
Daniel Gultsch
2015-10-30
1
-1
/
+1
*
Merge pull request #1513 from fiaxh/pgp_background_decryption
Daniel Gultsch
2015-10-30
1
-1
/
+14
|
\
|
*
Decrypt PGP messages in background
fiaxh
2015-10-28
1
-1
/
+14
*
|
moved db calls made from UI into serial background thread
Daniel Gultsch
2015-10-29
1
-5
/
+21
*
|
push CN into nick pep node when uploading certificate. subscribe to nick node
Daniel Gultsch
2015-10-29
1
-0
/
+17
|
/
*
join muc even if initial conference configuration fetch failed
Daniel Gultsch
2015-10-22
1
-2
/
+29
*
move chat state reset from background switch to foreground switch to account ...
Daniel Gultsch
2015-10-19
1
-3
/
+3
*
disconnet in background thread
Daniel Gultsch
2015-10-17
1
-1
/
+7
*
improved error reporting in trust keys activity
Daniel Gultsch
2015-10-17
1
-2
/
+2
*
introduced code to verify omemo device keys with x509 certificates.
Daniel Gultsch
2015-10-16
1
-3
/
+6
*
block code when doing unforced disconnect
Daniel Gultsch
2015-10-16
1
-188
/
+188
*
clear bitmap cache before running out of memory
Daniel Gultsch
2015-10-14
1
-0
/
+9
*
make unread status and notifications presistent across restarts
Daniel Gultsch
2015-10-14
1
-2
/
+11
*
add config variable to enable x509 verification
Daniel Gultsch
2015-10-12
1
-19
/
+14
*
add menu item in account details to renew certificate
Daniel Gultsch
2015-10-11
1
-13
/
+39
*
Captcha support.
Armin Novak
2015-10-11
1
-0
/
+57
[next]