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
/
entities
/
Message.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2015-09-04
Issues with URLs with multiple dots in file. fixes #1373
Daniel Gultsch
1
-7
/
+15
2015-08-01
Let UNTRUSTED/UNDECIDED keys become INACTIVE
Andreas Straub
1
-2
/
+2
2015-07-31
improved 'next encryption' selection
Daniel Gultsch
1
-1
/
+1
2015-07-30
Fix session logic: enforce same type of encryption
Andreas Straub
1
-0
/
+31
2015-07-29
Tag carbon messages in parser, adapt session logic
Andreas Straub
1
-3
/
+21
2015-07-29
Refactor out inner classes, cache trust store
Andreas Straub
1
-2
/
+2
2015-07-28
removed recursion in message.getMerged*()
Daniel Gultsch
1
-13
/
+19
2015-07-19
Don't merge messages with different trust statuses
Andreas Straub
1
-1
/
+7
2015-07-19
Show trust status of messages' originating session
Andreas Straub
1
-0
/
+4
2015-07-19
Overhauled Message tagging
Andreas Straub
1
-9
/
+10
2015-07-19
Tag messages with originating session
Andreas Straub
1
-0
/
+4
2015-07-19
Reworked axolotl protocol layer
Andreas Straub
1
-10
/
+4
2015-07-19
CryptoNext persistance layer mockup
Andreas Straub
1
-0
/
+13
2015-07-18
account for downloaded http files in dup checker
Daniel Gultsch
1
-8
/
+18
2015-07-10
renamed downloadable to transferable
Daniel Gultsch
1
-12
/
+12
2015-07-05
refactored sendMessage and merged with resendMessage
Daniel Gultsch
1
-0
/
+20
2015-07-02
also offer http download for some 'well known extensions'
Daniel Gultsch
1
-1
/
+2
2015-07-02
refactored message context menu
Daniel Gultsch
1
-1
/
+1
2015-07-01
changed mime type handling
Daniel Gultsch
1
-29
/
+56
2015-06-30
made httpconnection (download) ready all kind of files
Daniel Gultsch
1
-53
/
+55
2015-06-30
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
1
-33
/
+35
2015-06-29
initial http upload support
Daniel Gultsch
1
-0
/
+8
2015-06-10
changed paragraph divider
Daniel Gultsch
1
-1
/
+1
2015-05-20
added mam stuff to new message parser
Daniel Gultsch
1
-1
/
+1
2015-05-16
made white space check in bodyContainsDownloadable less aggresive
Daniel Gultsch
1
-1
/
+1
2015-05-13
use zero width white space as message seperator
Daniel Gultsch
1
-1
/
+1
2015-05-11
avoid using paragraph style breaks by accident
Daniel Gultsch
1
-1
/
+3
2015-05-11
add a little bit of space between merged messages.
Daniel Gultsch
1
-1
/
+1
2015-05-10
optimized heart render code a bit
Daniel Gultsch
1
-4
/
+1
2015-05-10
added white heart to new rendering as well
Daniel Gultsch
1
-1
/
+3
2015-05-10
paint single unicode hearts as red and slightly larger
Daniel Gultsch
1
-32
/
+40
2015-04-13
fixed typos
iNPUTmice
1
-1
/
+1
2015-04-13
Bugfix for issue #1121
lookshe
1
-10
/
+18
2015-03-11
Do not Strigprep JIDs from database
Mateusz "maxmati" Nowoty?ski
1
-2
/
+2
2015-03-07
display geo uris as location. show 'send loction' in share menu if request lo...
iNPUTmice
1
-0
/
+4
2015-03-01
merge messages with related status (unsend, send, send_received)
iNPUTmice
1
-1
/
+17
2015-02-21
added typing notifications through XEP-0085. fixed #210
iNPUTmice
1
-1
/
+2
[next]