Conversation
# Conflicts: # app/src/main/java/to/bitkit/repositories/BackupRepo.kt # gradle/libs.versions.toml
jvsena42
reviewed
Feb 12, 2026
jvsena42
reviewed
Feb 12, 2026
jvsena42
reviewed
Feb 12, 2026
2 tasks
jvsena42
reviewed
Feb 12, 2026
jvsena42
previously requested changes
Feb 16, 2026
Member
jvsena42
left a comment
There was a problem hiding this comment.
Got a crash in Regtest
Screen_recording_20260216_065556.webm
2026-02-16 06:55:21.708 16663-16720 AndroidRuntime to.bitkit.dev E FATAL EXCEPTION: DefaultDispatcher-worker-7
Process: to.bitkit.dev, PID: 16663
java.lang.IllegalArgumentException: Failed to find configured root that contains /data/data/to.bitkit.dev/cache/vss_exports/vss_ldk_scorer
at androidx.core.content.FileProvider$SimplePathStrategy.getUriForFile(FileProvider.java:915)
at androidx.core.content.FileProvider.getUriForFile(FileProvider.java:418)
at to.bitkit.ui.screens.settings.VssDebugScreenKt.VssDebugContent$lambda$6$1$3$0$0$0$0$0$0$0(VssDebugScreen.kt:199)
at to.bitkit.ui.screens.settings.VssDebugScreenKt.$r8$lambda$-nKc76mEeL7eirOiOhSZ1oGqPzY(Unknown Source:0)
at to.bitkit.ui.screens.settings.VssDebugScreenKt$$ExternalSyntheticLambda1.invoke(D8$$SyntheticClass:0)
at to.bitkit.viewmodels.VssDebugViewModel$shareVssLdkKey$1.invokeSuspend(VssDebugViewModel.kt:197)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:829)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5bd5c20, Dispatchers.Default]
2a91c23 to
a4f1ae4
Compare
Collaborator
Author
@jvsena42 Should be fixed in today's pushes; I tested sharing and it worked for me, thx! Also refreshed the UI a little. EDIT: PR should be ready to review & merge IMO, updated the screenshot |
a4f1ae4 to
671e768
Compare
can't re-request and get rid of this. GH bug.
ovitrif
added a commit
that referenced
this pull request
Feb 16, 2026
ovitrif
added a commit
that referenced
this pull request
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
calculateTotalFeeto use the Result API instead of try-catchDescription
Extends the LDK Debug screen with a tabbed VSS section separating App-level and LDK-level keys. The LDK tab supports listing all tagged keys, deleting individual keys by namespace, and exporting key values as shareable files via FileProvider. Also adds an
exportscache path for file sharing and makes icon sizes configurable inSettingsTextButtonRow.Preview
QA Notes
1. VSS tabs
2. List LDK keys
3. Delete LDK key
4. Export/share LDK key
5. App tab unchanged