mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
Add active peer notification (#273)
* adding notification for active peers + tests * adding a recently seen peer set to track if we've seen that peer before * changing back to notificationManager naming * fixing some weird formatting that occurred during merge conflict fix
This commit is contained in:
@@ -47,6 +47,9 @@ security-crypto = "1.1.0-beta01"
|
||||
junit = "4.13.2"
|
||||
androidx-test-ext = "1.2.1"
|
||||
espresso = "3.6.1"
|
||||
mockito-kotlin = "4.1.0"
|
||||
mockito-inline = "4.1.0"
|
||||
roboelectric = "4.15"
|
||||
|
||||
[libraries]
|
||||
# AndroidX Core
|
||||
@@ -103,6 +106,9 @@ androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "a
|
||||
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
|
||||
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
||||
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
||||
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito-kotlin" }
|
||||
mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito-inline" }
|
||||
roboelectric = { module = "org.robolectric:robolectric", version.ref = "roboelectric"}
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
@@ -135,7 +141,10 @@ cryptography = [
|
||||
testing = [
|
||||
"junit",
|
||||
"androidx-test-ext-junit",
|
||||
"androidx-test-espresso-core"
|
||||
"androidx-test-espresso-core",
|
||||
"mockito-kotlin",
|
||||
"mockito-inline",
|
||||
"roboelectric"
|
||||
]
|
||||
|
||||
compose-testing = [
|
||||
|
||||
Reference in New Issue
Block a user