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