mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-22 14:38:15 +08:00
Add note about MSC3886, MSC3903 and MSC3906 being closed
This commit is contained in:
parent
305372cafc
commit
a8a9c61a69
@ -37,6 +37,10 @@ import org.matrix.android.sdk.api.session.crypto.crosssigning.DeviceTrustLevel
|
|||||||
import org.matrix.android.sdk.api.util.MatrixJsonParser
|
import org.matrix.android.sdk.api.util.MatrixJsonParser
|
||||||
import timber.log.Timber
|
import timber.log.Timber
|
||||||
|
|
||||||
|
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
||||||
|
// However, we want to keep this implementation around for some time.
|
||||||
|
// TODO: define an end-of-life date for this implementation.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
|
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
|
||||||
*/
|
*/
|
||||||
|
@ -30,6 +30,10 @@ import im.vector.app.features.home.HomeActivity
|
|||||||
import im.vector.lib.core.utils.compat.getParcelableCompat
|
import im.vector.lib.core.utils.compat.getParcelableCompat
|
||||||
import timber.log.Timber
|
import timber.log.Timber
|
||||||
|
|
||||||
|
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
||||||
|
// However, we want to keep this implementation around for some time.
|
||||||
|
// TODO: define an end-of-life date for this implementation.
|
||||||
|
|
||||||
@AndroidEntryPoint
|
@AndroidEntryPoint
|
||||||
class QrCodeLoginActivity : SimpleFragmentActivity() {
|
class QrCodeLoginActivity : SimpleFragmentActivity() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user