mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 20:58:18 +00:00
android: use deep links to connect (#339)
* simple case * version almost working with true links * show alerts in imperative way, like they were meant to * connecting via links works * add error handling to connections Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
co-authored by
Evgeny Poberezkin
parent
d48d4ed8f9
commit
7fc5b833aa
@@ -1,13 +1,11 @@
|
||||
package chat.simplex.app
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
import org.junit.Assert.*
|
||||
|
||||
/**
|
||||
* Instrumented test, which will execute on an Android device.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user