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
/
Conversation.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
let users confirm each member in a conference even if that contact is already...
Daniel Gultsch
2016-03-01
1
-9
/
+63
*
refactored omemo to take multiple recipients
Daniel Gultsch
2016-02-29
1
-8
/
+12
*
made hard coded choice for encryptions more flexible and disable parsing
Daniel Gultsch
2016-02-24
1
-3
/
+7
*
only offer message correction for the very last message
Daniel Gultsch
2016-02-17
1
-4
/
+11
*
added some OTR logging
Daniel Gultsch
2016-02-16
1
-4
/
+7
*
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
2016-02-15
1
-0
/
+20
*
prepend instead off append mam messages to conversations when going in reverse
Daniel Gultsch
2016-02-04
1
-1
/
+8
*
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
2016-02-04
1
-0
/
+12
*
add more fault tolerant checks for messages left on server
Daniel Gultsch
2016-02-04
1
-0
/
+9
*
added config variable to allow non-tls connections
Daniel Gultsch
2016-01-22
1
-1
/
+1
*
added Config.java variable to change the default notification behaviour to al...
Daniel Gultsch
2016-01-08
1
-1
/
+1
*
show per conference notification settings in details activity
Daniel Gultsch
2016-01-08
1
-1
/
+15
*
avoid duplicate messages when sending files to mucs. fixes #1635
Daniel Gultsch
2016-01-06
1
-2
/
+10
*
fixed stuck at omemo encryption when x509 verification is being used
Daniel Gultsch
2015-12-27
1
-7
/
+7
*
only offer plain and omemo encryption when x509 verification is enabled
Daniel Gultsch
2015-12-19
1
-1
/
+10
*
splite PARANOIA_MODE into three different options
Daniel Gultsch
2015-12-14
1
-1
/
+1
*
get rid of lastMessageTransmitted in favor of db query
Daniel Gultsch
2015-12-11
1
-24
/
+6
*
introduced build-time paranoia mode that disables unencrypted chats and force...
Daniel Gultsch
2015-12-01
1
-2
/
+9
*
Decrypt PGP messages in background
fiaxh
2015-10-28
1
-0
/
+1
*
fixed read conversations showing up as notifications after a restart
Daniel Gultsch
2015-10-21
1
-5
/
+4
*
make unread status and notifications presistent across restarts
Daniel Gultsch
2015-10-14
1
-7
/
+21
*
added missing type='submit' to mam queries
Daniel Gultsch
2015-09-15
1
-2
/
+2
*
fixed bug that prevented newly opened conversations to load the entire histor...
Daniel Gultsch
2015-08-30
1
-0
/
+4
*
be more restrictive about marking messages as sent_received in muc parser
Daniel Gultsch
2015-08-26
1
-5
/
+16
*
bugfix: next encryption is now being properly detected
Daniel Gultsch
2015-08-23
1
-2
/
+2
*
improved 'next encryption' selection
Daniel Gultsch
2015-07-31
1
-27
/
+36
*
treat private, non-anonymous mucs like 1:1 chats notification wise
Daniel Gultsch
2015-07-22
1
-0
/
+7
*
Fetch bundles on-demand, encrypt in background
Andreas Straub
2015-07-19
1
-3
/
+3
*
avoid unnessary muc mam queries when message count is 0 after subject
Daniel Gultsch
2015-06-02
1
-0
/
+6
*
renamed OtrEngine to OtrService
Daniel Gultsch
2015-05-26
1
-2
/
+2
*
rewrote parts of message adapter to avoid using NULL views
Daniel Gultsch
2015-05-11
1
-0
/
+6
*
respond to unreadable OTR messages with error message. fixed #1021
iNPUTmice
2015-03-21
1
-0
/
+9
*
Do not Strigprep JIDs from database
Mateusz "maxmati" Nowoty?ski
2015-03-11
1
-3
/
+1
*
added methods to count number of unread messages
Daniel Gultsch
2015-03-02
1
-0
/
+13
*
added typing notifications through XEP-0085. fixed #210
iNPUTmice
2015-02-21
1
-0
/
+31
*
use time instead of uptime for unmute
iNPUTmice
2015-02-12
1
-2
/
+1
*
Add download button on notification if applicable
Sam Whited
2015-01-16
1
-6
/
+6
*
code cleanup
Daniel Gultsch
2015-01-03
1
-8
/
+12
*
improved OTR verification part one
Daniel Gultsch
2015-01-02
1
-16
/
+15
*
catch another exception in fingerprint generation
Daniel Gultsch
2014-12-25
1
-1
/
+1
*
Add support for XEP-0191 (Blocking command)
Sam Whited
2014-12-22
1
-28
/
+44
*
clean up conversation history after swtiching to a different conversation
iNPUTmice
2014-12-17
1
-4
/
+10
*
refactored the way certain messages are being found within a conversation
iNPUTmice
2014-12-14
1
-9
/
+105
*
reverse through mam history when loading larger chuncks
iNPUTmice
2014-12-13
1
-3
/
+3
*
various mam improvments
iNPUTmice
2014-12-13
1
-0
/
+2
*
changed lastMessageReceived into lastMessageTransmitted to account for sent m...
iNPUTmice
2014-12-10
1
-7
/
+11
*
added max history age (default 1w). automatically sort newly added mam messages
iNPUTmice
2014-12-10
1
-2
/
+37
*
store last message received date in conversation
iNPUTmice
2014-12-10
1
-0
/
+9
*
fixed #651
iNPUTmice
2014-12-03
1
-0
/
+12
*
remove unused imports.
Michael
2014-11-21
1
-1
/
+0
[next]