SchildiChat-android/matrix-sdk-android/src
Timo Kösters dd2a7397a4
fix: make cross signing work with server names containing :
Server names are allowed to contain ':' to specify a port, see https://matrix.org/docs/spec/appendices#server-name
User ids on the other hand are not allowed to contain ':', even
historical user ids, see https://matrix.org/docs/spec/appendices#historical-user-ids

Therefore we can use the first instance of ':' to split the user
localpart from the server name.
2021-03-15 22:31:34 +01:00
..
androidTest/java/org/matrix/android/sdk Fix copyright 2021-03-03 19:51:11 +01:00
debug/java/org/matrix/android/sdk/internal/network/interceptors Move interface to correct location 2021-01-07 18:28:05 +01:00
main fix: make cross signing work with server names containing : 2021-03-15 22:31:34 +01:00
release/java/org/matrix/android/sdk/internal/network/interceptors Fix Copyright mention in SDK code 2020-10-08 15:04:55 +02:00
sharedTest/java/org/matrix/android/sdk/test/shared Fix Copyright mention in SDK code 2020-10-08 15:04:55 +02:00
test/java/org/matrix/android/sdk Small formatting 2021-01-08 15:55:32 +01:00