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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
don’t use xmpp or jabber as default muc nick
Christian Schneppe
1
-1
/
+11
2017-09-04
set status=received on status messages
Christian Schneppe
1
-0
/
+1
2017-09-04
fixed conference naming for joined people not in your contact list
Christian Schneppe
1
-2
/
+8
2017-08-13
added missing break; in Message.java
Christian Schneppe
1
-0
/
+1
2017-08-13
correct typo
Christian Schneppe
1
-1
/
+1
2017-08-13
no automatic reconnect on registration failures
Christian Schneppe
1
-26
/
+36
2017-08-13
create a new axolotl service when the account jid changes
Christian Schneppe
1
-2
/
+10
2017-08-13
prevent users from editing their account jid after successful login
Christian Schneppe
1
-2
/
+5
2017-08-13
Read support for 12-byte IVs in addition to 16-byte IVs
Christian Schneppe
2
-1
/
+8
2017-08-13
code cleanup and synchronized getMarkableMessage()
Christian Schneppe
1
-7
/
+5
2017-08-13
removed support for fixed IV mode in otr jingle file transfer that hasn't bee...
Christian Schneppe
1
-5
/
+1
2017-08-13
add more logging to http download connection and reset file params after sett...
Christian Schneppe
1
-0
/
+4
2017-08-13
cache some information generated from body like isEmojiOnly, fileParams, isGe...
Christian Schneppe
1
-112
/
+97
2017-08-13
remove all whitespaces in emoji only messages
Christian Schneppe
1
-1
/
+1
2017-08-13
provide extra 'network is unreachable' account state
Christian Schneppe
1
-1
/
+4
2017-08-03
display messages that only contain emoji slightly larger
Christian Schneppe
1
-4
/
+6
2017-08-01
avoid empty strings when figuring out display name
Christian Schneppe
1
-4
/
+4
2017-08-01
provide upgrade path for accounts with publish-options
Christian Schneppe
1
-0
/
+1
2017-08-01
fetch device ids for muc members w/o known devices
Christian Schneppe
1
-2
/
+8
2017-08-01
sync around Conversation.getLatestMessage()
Christian Schneppe
1
-7
/
+9
2017-08-01
update datebubbles
Christian Schneppe
1
-8
/
+11
2017-06-24
cleanup nameWithoutVersion() code
Christian Schneppe
1
-13
/
+9
2017-06-24
don't use version part of identity name in presence selection
Christian Schneppe
1
-1
/
+21
2017-06-24
offer to open website if ibb offers oob redirect
Christian Schneppe
1
-0
/
+3
2017-06-11
do not accept LMC for files
Christian Schneppe
1
-1
/
+1
2017-05-31
rename downgrade attack to downgraded sasl mechanism
Christian Schneppe
2
-2
/
+2
2017-05-17
use mam reference instead of timestamp
Christian Schneppe
1
-12
/
+16
2017-05-10
unified all account state exceptions
Christian Schneppe
1
-3
/
+9
2017-05-10
display open pgp key id in account details and allow to delete
Christian Schneppe
1
-1
/
+5
2017-05-09
make jingle implementation send file hash when using ft5
Christian Schneppe
1
-3
/
+3
2017-04-26
code cleanup: made conversation property final in message object
Christian Schneppe
2
-21
/
+12
2017-04-26
limited offline support for pgp group chats
Christian Schneppe
1
-1
/
+7
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
2
-0
/
+2
2017-04-13
fixed message merge logic. merge only messages with lower status
Christian Schneppe
1
-3
/
+2
2017-04-13
be more careful with corner cases when mentioning multiple people
Christian Schneppe
1
-0
/
+11
2017-04-13
avoid crash on urls with missing protocols
Christian Schneppe
1
-1
/
+1
2017-04-13
treat URL as file if URL is in oob or contains key
Christian Schneppe
2
-33
/
+10
2017-04-05
do not parse bodies with http urls as downloadable in omemo encrypted messages
Christian Schneppe
1
-7
/
+5
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
rework last activity logic to something that should work pretty well …
Christian Schneppe
1
-2
/
+7
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-15
grey out offline contacts in StartConversation
Christian Schneppe
3
-7
/
+23
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
2
-1
/
+22
2017-03-11
send and parse Chat States to and from conferences
Christian Schneppe
2
-1
/
+36
2017-03-09
show conversation time as last clear date when empty
Christian Schneppe
1
-1
/
+1
[next]