Skip to content

Elbullazul/LinkGuardian

Repository files navigation

LinkGuardian

An Android client for Linkwarden. Built with Kotlin and Jetpack compose.

Light theme Dark theme
preview-light preview-dark

Features (work in progress)

  • Login with API token
  • Dark theme
  • Browse links in the app
  • Add links
  •  Share target for quick sharing
  • Search
  • Edit links
  • Offline mode
  • Open archived link copy

Dependencies

  • OkHttp for making HTTP requests
  • Kotlinx.serialization.json to parse Json sent by the server

Architecture

The app will be developped in as simple a way as possible. I'm relatively new to Kotlin, so not all code will follow best practices initially. If you have suggestions, feel free to open a pull request!