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
/
Conversation.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MAM: start muc catchup with last sent message if serverId is available
Christian Schneppe
2017-11-23
1
-1
/
+1
*
save full jid when sending in muc. check chat markers against 'sender'
Christian Schneppe
2017-11-22
1
-2
/
+3
*
send and show read markers in private, non-anonymous groups
Christian Schneppe
2017-11-22
1
-0
/
+11
*
excute db read and writes on different threads
Christian Schneppe
2017-11-21
1
-1
/
+1
*
save message drafts across restarts
Christian Schneppe
2017-10-06
1
-9
/
+7
*
code cleanup and synchronized getMarkableMessage()
Christian Schneppe
2017-08-13
1
-7
/
+5
*
sync around Conversation.getLatestMessage()
Christian Schneppe
2017-08-01
1
-7
/
+9
*
do not accept LMC for files
Christian Schneppe
2017-06-11
1
-1
/
+1
*
use mam reference instead of timestamp
Christian Schneppe
2017-05-17
1
-12
/
+16
*
code cleanup: made conversation property final in message object
Christian Schneppe
2017-04-26
1
-3
/
+0
*
show 'try again' button when remote server wasn't found in previously active muc
Christian Schneppe
2017-04-16
1
-0
/
+12
*
properly unregister bookmark from conversations when deleting bookmark
Christian Schneppe
2017-04-13
1
-0
/
+1
*
be more careful with corner cases when mentioning multiple people
Christian Schneppe
2017-04-13
1
-0
/
+11
*
treat URL as file if URL is in oob or contains key
Christian Schneppe
2017-04-13
1
-1
/
+1
*
Fixed package access
Christian Schneppe
2017-04-05
1
-6
/
+6
*
Save some memory and delete unused imports and variables
Christian Schneppe
2017-04-05
1
-4
/
+3
*
define strangers as people not in roster instead of no mutual presence subscr...
Christian Schneppe
2017-03-23
1
-1
/
+1
*
show strangers with jid instead of name in conversation list
Christian Schneppe
2017-03-23
1
-0
/
+2
*
never mark conversation w/ own server as stranger
Christian Schneppe
2017-03-14
1
-5
/
+4
*
send chat states only to private and non-anon mucs
Christian Schneppe
2017-03-11
1
-1
/
+1
*
display chat states in conferences
Christian Schneppe
2017-03-11
1
-0
/
+8
*
send and parse Chat States to and from conferences
Christian Schneppe
2017-03-11
1
-1
/
+1
*
show conversation time as last clear date when empty
Christian Schneppe
2017-03-09
1
-1
/
+1
*
do not notify for messages from strangers by default
Christian Schneppe
2017-03-09
1
-0
/
+20
*
fixed sender label for empty conversations
Christian Schneppe
2017-03-09
1
-0
/
+1
*
Keep draft even when correcting previously sent msg
Christian Schneppe
2017-03-04
1
-2
/
+10
*
fixed messages vanishing after pgp raised error on editing a message
Christian Schneppe
2017-03-04
1
-1
/
+3
*
only show and try resend for files which are not uploaded
Christian Schneppe
2017-02-10
1
-2
/
+2
*
resend failed uploads automatically if filesize smaller than configured AutoA...
Christian Schneppe
2017-02-09
1
-0
/
+16
*
only show failed uploads if file isn't deleted
Christian Schneppe
2017-02-09
1
-1
/
+1
*
show number of failed uploads in chat list in red bubbles
Christian Schneppe
2017-02-08
1
-0
/
+15
*
configurable local message retention period.
Christian Schneppe
2017-01-29
1
-0
/
+14
*
fixed behaviour with non-default encryption masks
Christian Schneppe
2017-01-16
1
-18
/
+35
*
support for jid escapting when displaying localpart only
Christian Schneppe
2016-12-18
1
-1
/
+1
*
use lower case otr fingerprints for comparison
Christian Schneppe
2016-11-20
1
-1
/
+2
*
reformat code
Christian Schneppe
2016-11-19
1
-944
/
+944
*
work around -1 in next encryption
Christian Schneppe
2016-11-17
1
-10
/
+10
*
Stop automagically select default encryption
Christian Schneppe
2016-11-15
1
-32
/
+1
*
write prepped string to db. use display version everywhere else
Christian Schneppe
2016-10-26
1
-1
/
+1
*
use history clear date as minimum date for mam
Christian Schneppe
2016-09-17
1
-2
/
+3
*
make lastMessageTransmitted return max(clear_date,last_message)
Daniel Gultsch
2016-08-13
1
-6
/
+5
*
changed package id inside manifest and project
Christian Schneppe
2016-07-29
1
-0
/
+1007