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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-10
added null check in sasl response verifier
Daniel Gultsch
1
-1
/
+1
2015-07-10
catch number format exception in server ack
Daniel Gultsch
1
-10
/
+14
2015-07-09
print stack trace instead of writing error message to log in case of unknown ...
Daniel Gultsch
1
-1
/
+1
2015-07-05
show contacts name in non anonymous mucs. fixes #1213
Daniel Gultsch
1
-2
/
+6
2015-07-05
refactored sendMessage and merged with resendMessage
Daniel Gultsch
2
-148
/
+117
2015-07-03
make sure unread count is initialized as 0. fixes #1270
Daniel Gultsch
1
-1
/
+2
2015-07-03
avoid very rare npe
Daniel Gultsch
2
-2
/
+4
2015-07-03
added fallback for non-srv dns queries
Daniel Gultsch
1
-0
/
+1
2015-07-02
fixed share with activity to account for http file upload
Daniel Gultsch
2
-43
/
+38
2015-07-02
also offer http download for some 'well known extensions'
Daniel Gultsch
2
-1
/
+4
2015-07-02
refactored message context menu
Daniel Gultsch
3
-33
/
+38
2015-07-02
moved null check for to and from in message parser
Daniel Gultsch
1
-5
/
+6
2015-07-01
changed mime type handling
Daniel Gultsch
7
-54
/
+555
2015-06-30
disable automatic aes encryption for the time being
Daniel Gultsch
1
-1
/
+1
2015-06-30
changed namespace of the http upload feature
Daniel Gultsch
1
-1
/
+1
2015-06-30
made httpconnection (download) ready all kind of files
Daniel Gultsch
9
-69
/
+74
2015-06-30
made storage path decision entirely based upon file extension
Daniel Gultsch
1
-2
/
+4
2015-06-30
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
5
-37
/
+39
2015-06-30
always show copy original url in context menu when url is available
Daniel Gultsch
1
-2
/
+1
2015-06-29
untested pgp support for http upload
Daniel Gultsch
2
-6
/
+31
2015-06-29
added trigger to Config.java to always enable aes encryption for uploaded files
Daniel Gultsch
2
-0
/
+15
2015-06-29
make quick actions available in conferences when file attachment is available
Daniel Gultsch
1
-23
/
+28
2015-06-29
show attach button in conferences when http upload is available
Daniel Gultsch
4
-7
/
+14
2015-06-29
initial http upload support
Daniel Gultsch
14
-95
/
+278
2015-06-28
don't parse body from muc status messages
Daniel Gultsch
1
-6
/
+7
2015-06-28
fixed parsing of muc status messages in new message parser
Daniel Gultsch
1
-6
/
+18
2015-06-19
don't perform dns lookups on domain parts that obviously look like ip addresses
Daniel Gultsch
2
-53
/
+67
2015-06-10
changed paragraph divider
Daniel Gultsch
1
-1
/
+1
2015-06-05
made i/o and memory intensive operations execute in serial order
Daniel Gultsch
2
-11
/
+52
2015-06-04
fixed obvious bug in dns helper
Daniel Gultsch
1
-2
/
+2
2015-06-04
streamlined dns helper by ignoring weight
Daniel Gultsch
1
-55
/
+10
2015-06-04
send_received muc messages will mark a conversation a read
Daniel Gultsch
1
-1
/
+1
2015-06-03
reworked handeling of system contacts
Daniel Gultsch
4
-32
/
+51
2015-06-03
properly calculate remaining size. should fix #1243
Daniel Gultsch
1
-2
/
+7
2015-06-02
avoid unnessary muc mam queries when message count is 0 after subject
Daniel Gultsch
2
-1
/
+7
2015-06-02
fixed more edge cases in muc message parser
Daniel Gultsch
1
-3
/
+3
2015-06-02
improved compatibility with muc components that change the message id
Daniel Gultsch
1
-2
/
+3
2015-05-28
let dns library take care of no-srv style hosts as well
Daniel Gultsch
2
-12
/
+16
2015-05-28
use dns library to resolve missing ipv6 or ipv4 addresses
Daniel Gultsch
1
-1
/
+30
2015-05-27
parse nick and avatar only from available presences to avoid potential error ...
Daniel Gultsch
1
-47
/
+26
2015-05-26
removed unnecessary / inacurate debug logging
Daniel Gultsch
1
-2
/
+1
2015-05-26
deduplicate private muc messages
Daniel Gultsch
1
-1
/
+3
2015-05-26
update unread count badge only when necessary
Daniel Gultsch
1
-7
/
+11
2015-05-26
added default iq handler to print some iq error messages
Daniel Gultsch
1
-4
/
+16
2015-05-26
added choose picture as another quick action. fixes #1221
Daniel Gultsch
2
-1
/
+23
2015-05-26
renamed OtrEngine to OtrService
Daniel Gultsch
4
-16
/
+16
2015-05-25
use same sm check inside xmppconnection and out
Daniel Gultsch
1
-1
/
+1
2015-05-25
log connection age and reshedule ping check
Daniel Gultsch
1
-4
/
+11
2015-05-21
fixed with attaching wrong files when returning to activity and background se...
Daniel Gultsch
1
-1
/
+1
2015-05-20
fix to detect the sender jid correctly
M. Dietrich
1
-3
/
+8
[next]