index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added 'apk' to well known file types to be downloadable
Christian S
2015-07-04
1
-1
/
+1
*
play notification when conversation is open
Christian S.
2015-07-04
1
-23
/
+21
*
added some more well known file types to be downloadable
Christian S
2015-07-04
1
-1
/
+1
*
small avatar modifications
Christian S
2015-07-04
1
-6
/
+6
*
Merge pull request #1 from siacs/development
Christian S.
2015-07-03
3
-3
/
+6
|
\
|
*
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
|
|
\
*
|
|
changed WEBP to JPEG for images
Christian S
2015-07-03
2
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/master' into development
Christian S
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
*
update unread count badge only when necessary
Daniel Gultsch
2015-05-26
1
-7
/
+11
*
added default iq handler to print some iq error messages
Daniel Gultsch
2015-05-26
1
-4
/
+16
*
added choose picture as another quick action. fixes #1221
Daniel Gultsch
2015-05-26
2
-1
/
+23
*
renamed OtrEngine to OtrService
Daniel Gultsch
2015-05-26
4
-16
/
+16
*
Merge branch 'master' into development
Daniel Gultsch
2015-05-25
2
-5
/
+12
|
\
[next]