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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...
Daniel Gultsch
2015-01-05
1
-33
/
+70
*
made checks for valid image extensions case insensitive
Daniel Gultsch
2015-01-04
1
-1
/
+1
*
no longer use ConcurrentHashMap in favor of synchronize on a final HashMap
Daniel Gultsch
2015-01-04
1
-19
/
+27
*
record voice and attachment refactor
Daniel Gultsch
2015-01-03
1
-6
/
+10
*
code cleanup
Daniel Gultsch
2015-01-03
1
-8
/
+12
*
allow cancellation of waiting files
Daniel Gultsch
2015-01-02
1
-0
/
+4
*
improved OTR verification part one
Daniel Gultsch
2015-01-02
2
-17
/
+16
*
Add ability to change password on server
Sam Whited
2014-12-25
1
-28
/
+17
*
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
9
-103
/
+171
*
get rid of special self presence object and incorporate that into roster
iNPUTmice
2014-12-20
1
-18
/
+2
*
more null checks for otr fingerprints
iNPUTmice
2014-12-20
1
-1
/
+1
*
don't include empty fingerprints in list of otrfingerprints
iNPUTmice
2014-12-20
1
-4
/
+6
*
clean up conversation history after swtiching to a different conversation
iNPUTmice
2014-12-17
1
-4
/
+10
*
migrated more jid parsing to use getAttributeAsJid. added error logging
iNPUTmice
2014-12-15
1
-10
/
+1
*
refactored the way certain messages are being found within a conversation
iNPUTmice
2014-12-14
2
-16
/
+108
*
reverse through mam history when loading larger chuncks
iNPUTmice
2014-12-13
2
-9
/
+10
*
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
*
save server id from mam messages. check for dups before adding mam
iNPUTmice
2014-12-10
1
-3
/
+26
*
added max history age (default 1w). automatically sort newly added mam messages
iNPUTmice
2014-12-10
3
-3
/
+42
*
very basic mam support
iNPUTmice
2014-12-10
1
-3
/
+1
*
store last message received date in conversation
iNPUTmice
2014-12-10
1
-0
/
+9
*
fixed #651
iNPUTmice
2014-12-03
1
-0
/
+12
*
further npe checks
iNPUTmice
2014-12-03
1
-1
/
+2
*
made muc parser more compatible with legacy mucs?! (whatever that is exactly)
iNPUTmice
2014-12-03
1
-3
/
+1
*
fixed another npe in hasBookmark
iNPUTmice
2014-12-03
1
-2
/
+3
*
clean up getProposedNick
iNPUTmice
2014-12-03
1
-6
/
+5
*
worked around rare npe
iNPUTmice
2014-12-01
1
-5
/
+12
*
MUC: do not add yourself to the muc user list.
Michael
2014-11-23
1
-0
/
+2
*
remove unused imports.
Michael
2014-11-21
2
-3
/
+0
*
STATUS_CODE_SELF_PRESENCE is not set in all case.
Michael
2014-11-21
1
-10
/
+16
*
verify contacts key only on initiating side of smp
iNPUTmice
2014-11-21
1
-1
/
+1
*
change status codes string 'number' to a better readable constant.
Michael
2014-11-20
1
-3
/
+5
*
brought ad hoc conferences back. fixed #688 fixed #367
iNPUTmice
2014-11-20
2
-64
/
+114
*
sent read marker to full jid
iNPUTmice
2014-11-19
1
-2
/
+2
*
simplified message merge condition
iNPUTmice
2014-11-18
1
-43
/
+13
*
better usage of synchronized in some places
iNPUTmice
2014-11-18
1
-5
/
+1
*
context menu for muc participants + refactor trueCounterpart to use Jid class
iNPUTmice
2014-11-17
3
-13
/
+27
*
Use `Locale.US' for string comparisons in search
Sam Whited
2014-11-17
2
-6
/
+14
*
trim search before searching
iNPUTmice
2014-11-17
1
-2
/
+2
*
split search keywords by whitespaces and imply AND operatior
iNPUTmice
2014-11-17
1
-1
/
+11
*
made tags searchable
iNPUTmice
2014-11-16
2
-157
/
+180
*
happy hanukkah
iNPUTmice
2014-11-16
3
-11
/
+91
*
parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...
iNPUTmice
2014-11-16
3
-36
/
+50
*
Remove extra status wrapper method
Sam Whited
2014-11-15
1
-4
/
+0
*
Add incompatible server status
Sam Whited
2014-11-15
1
-1
/
+4
*
Add security error status
Sam Whited
2014-11-15
1
-12
/
+15
*
Make account status an enum
Sam Whited
2014-11-15
1
-49
/
+64
*
Add auth method pinning
Sam Whited
2014-11-15
1
-0
/
+2
[next]