Package-level declarations

Types

Link copied to clipboard
@Singleton
class EncryptedCredentialStore @Inject constructor(context: Context)

Keystore-backed encrypted storage for every account's secrets (passwords, tokens, homeserver URLs) and small metadata (protocol, display name).

Link copied to clipboard

Redacts tokens, passwords, and phone numbers from log strings before they are written.

Link copied to clipboard

Strips unsafe HTML/script content from incoming message text before it is rendered, and flags links using dangerous URI schemes.