LinkDroid is a native Android application for the Linkwarden link management system, providing a seamless mobile experience for managing your links.
© 2023 - 2024 by Daniel Brendel
© 2024 - by David Aderbauer
Released under the GPLv3, formerly under the MIT license
This repository is a fork of Daniel Brendel's Android app for HortusFox (https://github.com/danielbrendel/hortusfox-app-android), adapted for Linkwarden.
- Native Android interface for Linkwarden
- Easy link sharing and uploading
- Material Design 3 user interface
- Connection testing capability
- Dark mode support
- Responsive design for phones and tablets
- Built-in web view for seamless browsing
- Quick settings access through drawer interface
Or get it directly from the releases.
- Android 5.0+ (minimum)
- Android 13+ (recommended for best experience)
- Internet connection for syncing with Linkwarden server
- Install the app
- Open the settings drawer
- Enter your Linkwarden server URL
- Add your authentication token
- Test the connection
- Start using the app!
We're actively looking for translators to help make LinkDroid accessible in more languages, particularly those already supported by Linkwarden:
- Italian (it)
- French (fr)
- Chinese (zh)
- Fork this repository
- Create a new directory in
app/src/main/res
namedvalues-{language-code}
- Copy
app/src/main/res/values/strings.xml
to the new directory - Translate the strings in the file
- Submit a pull request (GitHub) or merge request (GitLab)
- No tracking or analytics
- Local-first approach
- Direct connection to your Linkwarden instance
- No third-party services required
A big THANK YOU to everyone who helped with this project!
This app is built using:
- Native Android development with Java
- Material Design 3 components
- AndroidX libraries
- Modern Android architecture patterns
This project is licensed under the GPLv3 License - see the LICENSE file for details.
- Original HortusFox app by Daniel Brendel
- Linkwarden team for the amazing link management system
- All contributors and translators