Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fbf97b93e | |||
| c716ab6761 |
@@ -13,8 +13,8 @@ android {
|
||||
applicationId = "org.soulstone.vigil"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 12
|
||||
versionName = "0.1.11"
|
||||
versionCode = 13
|
||||
versionName = "0.1.12"
|
||||
}
|
||||
|
||||
// Fixed debug keystore committed to the repo (a debug key is non-secret — its
|
||||
|
||||
@@ -102,10 +102,22 @@ fun SafetyScreen(onBack: () -> Unit) {
|
||||
|
||||
Spacer(Modifier.height(10.dp))
|
||||
OutlinedButton(
|
||||
onClick = { go(Intent(Intent.ACTION_VIEW, Uri.parse("https://www.stalkingawareness.org/help-for-victims/"))) },
|
||||
onClick = { go(Intent(Intent.ACTION_DIAL, Uri.parse("tel:18554842846"))) },
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
Icon(Icons.Filled.OpenInNew, null, modifier = Modifier.size(18.dp)); Spacer(Modifier.size(8.dp)); Text("Stalking help & resources (SPARC)")
|
||||
Icon(Icons.Filled.Call, null, modifier = Modifier.size(18.dp))
|
||||
Spacer(Modifier.size(8.dp))
|
||||
Text("VictimConnect — 1-855-484-2846 (stalking victims)")
|
||||
}
|
||||
|
||||
Spacer(Modifier.height(10.dp))
|
||||
OutlinedButton(
|
||||
onClick = { go(Intent(Intent.ACTION_VIEW, Uri.parse("https://www.stalkingawareness.org/what-to-do-if-you-are-being-stalked/"))) },
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
Icon(Icons.Filled.OpenInNew, null, modifier = Modifier.size(18.dp))
|
||||
Spacer(Modifier.size(8.dp))
|
||||
Text("What to do if you're being stalked (SPARC)")
|
||||
}
|
||||
|
||||
Spacer(Modifier.height(16.dp))
|
||||
|
||||
+2
-2
@@ -362,8 +362,8 @@
|
||||
VIGIL
|
||||
</div>
|
||||
<p class="footer-tag">
|
||||
Temporal counter-tracking for Android. Fully offline, listens only. A
|
||||
DREAMMAKER project · sibling to OVERWATCH.
|
||||
Temporal counter-tracking for Android. Fully offline, listens only.
|
||||
A sibling to OVERWATCH.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
|
||||
Reference in New Issue
Block a user