Implement local-first and HTTPS Git onboarding on Android #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Let a new Android installation create or import a pass-compatible local store and optionally connect an HTTPS Git remote.
Scope
.gpg-id, repository layout, Git clone/open/init, remote identity, token storage, and recovery decisions tocrates/storage.git,gpg,pass, or a credential helper.Acceptance criteria
Depends on private-path integration, Keystore, biometric authentication, and the app shell. Part of #87.