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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
sync around Conversation.getLatestMessage()
Christian Schneppe
1
-7
/
+9
2017-06-11
do not accept LMC for files
Christian Schneppe
1
-1
/
+1
2017-05-17
use mam reference instead of timestamp
Christian Schneppe
1
-12
/
+16
2017-04-26
code cleanup: made conversation property final in message object
Christian Schneppe
1
-3
/
+0
2017-04-16
show 'try again' button when remote server wasn't found in previously active muc
Christian Schneppe
1
-0
/
+12
2017-04-13
properly unregister bookmark from conversations when deleting bookmark
Christian Schneppe
1
-0
/
+1
2017-04-13
be more careful with corner cases when mentioning multiple people
Christian Schneppe
1
-0
/
+11
2017-04-13
treat URL as file if URL is in oob or contains key
Christian Schneppe
1
-1
/
+1
2017-04-05
Fixed package access
Christian Schneppe
1
-6
/
+6
2017-04-05
Save some memory and delete unused imports and variables
Christian Schneppe
1
-4
/
+3
2017-03-23
define strangers as people not in roster instead of no mutual presence subscr...
Christian Schneppe
1
-1
/
+1
2017-03-23
show strangers with jid instead of name in conversation list
Christian Schneppe
1
-0
/
+2
2017-03-14
never mark conversation w/ own server as stranger
Christian Schneppe
1
-5
/
+4
2017-03-11
send chat states only to private and non-anon mucs
Christian Schneppe
1
-1
/
+1
2017-03-11
display chat states in conferences
Christian Schneppe
1
-0
/
+8
2017-03-11
send and parse Chat States to and from conferences
Christian Schneppe
1
-1
/
+1
2017-03-09
show conversation time as last clear date when empty
Christian Schneppe
1
-1
/
+1
2017-03-09
do not notify for messages from strangers by default
Christian Schneppe
1
-0
/
+20
2017-03-09
fixed sender label for empty conversations
Christian Schneppe
1
-0
/
+1
2017-03-04
Keep draft even when correcting previously sent msg
Christian Schneppe
1
-2
/
+10
2017-03-04
fixed messages vanishing after pgp raised error on editing a message
Christian Schneppe
1
-1
/
+3
2017-02-10
only show and try resend for files which are not uploaded
Christian Schneppe
1
-2
/
+2
2017-02-09
resend failed uploads automatically if filesize smaller than configured AutoA...
Christian Schneppe
1
-0
/
+16
2017-02-09
only show failed uploads if file isn't deleted
Christian Schneppe
1
-1
/
+1
2017-02-08
show number of failed uploads in chat list in red bubbles
Christian Schneppe
1
-0
/
+15
2017-01-29
configurable local message retention period.
Christian Schneppe
1
-0
/
+14
2017-01-16
fixed behaviour with non-default encryption masks
Christian Schneppe
1
-18
/
+35
2016-12-18
support for jid escapting when displaying localpart only
Christian Schneppe
1
-1
/
+1
2016-11-20
use lower case otr fingerprints for comparison
Christian Schneppe
1
-1
/
+2
2016-11-19
reformat code
Christian Schneppe
1
-944
/
+944
2016-11-17
work around -1 in next encryption
Christian Schneppe
1
-10
/
+10
2016-11-15
Stop automagically select default encryption
Christian Schneppe
1
-32
/
+1
2016-10-26
write prepped string to db. use display version everywhere else
Christian Schneppe
1
-1
/
+1
2016-09-17
use history clear date as minimum date for mam
Christian Schneppe
1
-2
/
+3
2016-08-13
make lastMessageTransmitted return max(clear_date,last_message)
Daniel Gultsch
1
-6
/
+5
2016-07-29
changed package id inside manifest and project
Christian Schneppe
1
-7
/
+7
2016-07-25
refactored how view intents are handled
Daniel Gultsch
1
-2
/
+2
2016-06-19
delay notification until after pgp decryption
Daniel Gultsch
1
-1
/
+1
2016-06-14
remove messages from decryption queue when trimming a conversation
Daniel Gultsch
1
-4
/
+15
2016-06-14
refactored pgp decryption
Daniel Gultsch
1
-1
/
+1
2016-06-10
catch conversations sort exception. not vital at this point
Daniel Gultsch
1
-1
/
+14
2016-06-03
don't use a bookmarks name if it's empty
Daniel Gultsch
1
-2
/
+4
2016-05-31
optimize imports
Christian Schneppe
1
-1
/
+0
2016-05-29
Revert "always notify by default in conferences"
Daniel Gultsch
1
-1
/
+1
2016-05-22
don't make OMEMO default
Christian Schneppe
1
-1
/
+2
2016-05-22
show first unread message on top after reinit
Daniel Gultsch
1
-0
/
+15
2016-05-19
remove unwanted 'use previous encryption' lookup
Daniel Gultsch
1
-22
/
+1
2016-05-13
only default to omemo when all our devices support it
Daniel Gultsch
1
-0
/
+1
2016-05-13
make omemo default when all resources support it
Daniel Gultsch
1
-7
/
+8
2016-05-13
only default to omemo when all our devices support it
Daniel Gultsch
1
-0
/
+1
[next]