Link is a private Android app for two consenting users to share daily app-usage summaries, lightweight status updates, and messages.
- Invite-only authentication and pair binding
- Usage stats collection and daily timeline
- Private chat
- Backend sync and encrypted session handling
The repository currently contains:
- a Jetpack Compose Android scaffold
- a pastel design system and app shell
- an invite-gated entry screen
- encrypted local session persistence based on Android Keystore
- a local Usage Access permission flow and today timeline reader
- a stateful local chat module with backend contract scaffolding
- security and API contract notes for the later server implementation
This workspace now includes a working Gradle wrapper. The Android SDK is currently wired through a temporary WSL path during local builds.