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
/
de
/
pixart
/
messenger
/
entities
/
Message.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
update datebubbles
Christian Schneppe
1
-8
/
+11
2017-04-26
code cleanup: made conversation property final in message object
Christian Schneppe
1
-18
/
+12
2017-04-13
fixed message merge logic. merge only messages with lower status
Christian Schneppe
1
-3
/
+2
2017-04-13
avoid crash on urls with missing protocols
Christian Schneppe
1
-1
/
+1
2017-04-13
treat URL as file if URL is in oob or contains key
Christian Schneppe
1
-32
/
+9
2017-04-05
do not parse bodies with http urls as downloadable in omemo encrypted messages
Christian Schneppe
1
-7
/
+5
2017-02-19
add date bubble in chatlist
Christian Schneppe
1
-0
/
+8
2017-02-09
only show failed uploads if file isn't deleted
Christian Schneppe
1
-0
/
+4
2017-02-08
support aesgcm:// style urls
Christian Schneppe
1
-2
/
+7
2017-02-08
only store messages up to a length of 1M chars
Christian Schneppe
1
-1
/
+1
2017-02-08
Stop Conversations force closing over sqlite errors due to long messages
Christian Schneppe
1
-0
/
+2
2016-12-27
deduplicate corrected messages
Christian Schneppe
1
-5
/
+8
2016-11-24
changed design language to match BTBV proposal
Christian Schneppe
1
-2
/
+2
2016-11-19
reformat code
Christian Schneppe
1
-2
/
+3
2016-11-17
refactore trust enum to be FingerprintStatus class with trust and active
Christian Schneppe
1
-3
/
+3
2016-11-11
show button on "xmpp:" uris
Christian Schneppe
1
-0
/
+7
2016-10-26
add error message to failed messages. accessible via context menu
Christian Schneppe
1
-3
/
+20
2016-10-26
write prepped string to db. use display version everywhere else
Christian Schneppe
1
-2
/
+2
2016-10-26
Remove MERGE_SEPARATOR
Christian Schneppe
1
-7
/
+9
2016-10-08
respond to chat marker request only when mutual presence subscription exists
Christian Schneppe
1
-1
/
+1
2016-09-23
bug fix on sending file message
Christian Schneppe
1
-807
/
+808
2016-09-23
don't simply ignore null in message body but try to avoid it
Daniel Gultsch
1
-2
/
+4
2016-07-29
add missing imports
Christian Schneppe
1
-0
/
+1
2016-07-29
show identity type for device selection
Daniel Gultsch
1
-2
/
+2
2016-07-29
changed package id inside manifest and project
Christian Schneppe
1
-8
/
+8
2016-07-14
don't take stanza-id into account when deduping muc pms
Daniel Gultsch
1
-1
/
+1
2016-06-19
delay notification until after pgp decryption
Daniel Gultsch
1
-1
/
+1
2016-05-31
optimize imports
Christian Schneppe
1
-1
/
+0
2016-05-30
use whitespace as message seperator
Daniel Gultsch
1
-1
/
+1
2016-05-29
don't merge messages over the char limit
Daniel Gultsch
1
-0
/
+1
2016-05-28
use EOT as message seperator
Daniel Gultsch
1
-1
/
+1
2016-05-19
don't NPE on rare race condition while fetching MAM
Daniel Gultsch
1
-0
/
+9
2016-05-13
always show download button when link is encrypted
Daniel Gultsch
1
-5
/
+1
2016-05-10
always show download button when link is encrypted
Daniel Gultsch
1
-5
/
+1
2016-03-31
save otr fingerprint in message
Daniel Gultsch
1
-2
/
+2
2016-03-04
mark oob messages and always display download button
Daniel Gultsch
1
-3
/
+15
2016-03-04
add a few more know file extensions
Daniel Gultsch
1
-3
/
+3
2016-02-23
Retry decryption from message menu
fiaxh
1
-0
/
+1
2016-02-17
only offer message correction for the very last message
Daniel Gultsch
1
-0
/
+15
2016-02-15
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
1
-5
/
+33
2016-02-04
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
1
-0
/
+8
2016-01-29
try to make in-valid-session detection work for pgp
Daniel Gultsch
1
-3
/
+10
2016-01-05
Correct uuid check according to RFC 4122
fiaxh
1
-1
/
+1
2015-12-04
rely on message id if message id is uuid and pgp encryption was used to dedup...
Daniel Gultsch
1
-1
/
+3
2015-12-04
rely on message id if message id is uuid and pgp encryption was used to dedup...
Daniel Gultsch
1
-1
/
+3
2015-12-04
Show status message when contact requests presence
Sam Whited
1
-1
/
+1
2015-12-02
Show status message when contact requests presence
Sam Whited
1
-1
/
+1
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-1
/
+1
2015-10-31
explicitly mark verified omemo keys in UI
Daniel Gultsch
1
-2
/
+2
2015-10-14
make unread status and notifications presistent across restarts
Daniel Gultsch
1
-7
/
+9
[next]