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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
moved avatarfetcher reset code to bind
Daniel Gultsch
1
-8
/
+8
2016-03-03
avoid unnecessary disconnect. prevent NetworkOnMainThreadException
Daniel Gultsch
1
-3
/
+3
2016-03-01
expert option to treat vibrate as silent mode for XA. fixes #1530
Daniel Gultsch
1
-1
/
+9
2016-02-29
use correct jid when leaving a conference. fixes #1732
Daniel Gultsch
1
-5
/
+5
2016-02-29
refactored omemo to take multiple recipients
Daniel Gultsch
1
-2
/
+38
2016-02-26
disallow message correction by default. fixes #1720
Daniel Gultsch
1
-1
/
+1
2016-02-26
execute pending mam queries every time we come online
Daniel Gultsch
1
-1
/
+1
2016-02-24
made hard coded choice for encryptions more flexible and disable parsing
Daniel Gultsch
1
-12
/
+17
2016-02-23
set noMessagesLeftOnServer before conference configuration fetch
Daniel Gultsch
1
-1
/
+2
2016-02-22
turned muc errors into enum. added error codes for service shutdown
Daniel Gultsch
1
-1
/
+3
2016-02-20
change uuid when replacing messages
Daniel Gultsch
1
-0
/
+5
2016-02-17
don't log start reason
Daniel Gultsch
1
-1
/
+0
2016-02-17
fixed regression that caused messages in muc not being send
Daniel Gultsch
1
-6
/
+7
2016-02-16
fixed regression that caused ui to redraw a lot
Daniel Gultsch
1
-4
/
+8
2016-02-16
added setting to opt-out of message correction. renamed preferences and optio...
Daniel Gultsch
1
-0
/
+4
2016-02-16
added some OTR logging
Daniel Gultsch
1
-1
/
+7
2016-02-15
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
1
-4
/
+9
2016-02-14
optional mode to close tcp connection when going into background
Daniel Gultsch
1
-9
/
+23
2016-02-13
fixed compile bug in free version
Daniel Gultsch
1
-2
/
+2
2016-02-12
push gcm token on bind instead of every connect
Daniel Gultsch
1
-5
/
+3
2016-02-12
client side support for XEP-0357: Push Notifications
Daniel Gultsch
1
-4
/
+27
2016-02-10
send muc messages after join
Daniel Gultsch
1
-1
/
+2
2016-02-09
allow user to set MAM preferences
Daniel Gultsch
1
-0
/
+27
2016-02-04
fixed performance regression in on scroll listener
Daniel Gultsch
1
-2
/
+2
2016-02-04
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
1
-0
/
+4
2016-02-04
add more fault tolerant checks for messages left on server
Daniel Gultsch
1
-1
/
+1
2016-02-03
refactored disco cache. avoid making duplicate call. check hash
Daniel Gultsch
1
-1
/
+58
2016-02-02
avoid npe when accessing the pgp connection service
Daniel Gultsch
1
-1
/
+1
2016-02-01
opt out handling of the autojoin flag. fixes #1666
Daniel Gultsch
1
-3
/
+10
2016-01-25
expert setting to trigger extended connection options
Daniel Gultsch
1
-2
/
+6
2016-01-24
Use a Presence class for presence information
Stephen Paul Weber
1
-4
/
+5
2016-01-16
reuse same xmppconnection for reconnects
Daniel Gultsch
1
-9
/
+9
2016-01-15
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
1
-1
/
+1
2016-01-09
let the user decide on whether or not to compress pictures
Daniel Gultsch
1
-2
/
+8
2016-01-04
properly rotate avatars
Daniel Gultsch
1
-2
/
+1
2015-12-27
dedublicate bookmarks
Daniel Gultsch
1
-3
/
+7
2015-12-15
timeout service discovery after 20s
Daniel Gultsch
1
-3
/
+9
2015-12-14
splite PARANOIA_MODE into three different options
Daniel Gultsch
1
-1
/
+1
2015-12-12
changed order of send presence and execute mam queries
Daniel Gultsch
1
-2
/
+2
2015-12-11
set bookmark name to room subject if no subject has been set before
Daniel Gultsch
1
-1
/
+2
2015-12-11
get rid of lastMessageTransmitted in favor of db query
Daniel Gultsch
1
-4
/
+0
2015-12-10
notify on mam catchup messages
Daniel Gultsch
1
-1
/
+1
2015-12-07
ask for contact permissions when first opening StartConversationActivity
Daniel Gultsch
1
-6
/
+8
2015-12-04
properly clear muc user avatar caches
Daniel Gultsch
1
-1
/
+5
2015-12-04
use proposed nick as default nick in mucoptions
Daniel Gultsch
1
-3
/
+0
2015-12-03
parse vcard avatars from muc presences
Daniel Gultsch
1
-6
/
+16
2015-12-02
Show status message when contact requests presence
Sam Whited
1
-0
/
+7
2015-12-01
introduced build-time paranoia mode that disables unencrypted chats and force...
Daniel Gultsch
1
-1
/
+1
2015-12-01
initial tor support
Daniel Gultsch
1
-6
/
+5
2015-11-26
hide subject edit button if not editable by user
Daniel Gultsch
1
-1
/
+6
[next]