Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshludahl/link-barn
Link Barn is a link management application for Android.
https://github.com/joshludahl/link-barn
Last synced: 12 days ago
JSON representation
Link Barn is a link management application for Android.
- Host: GitHub
- URL: https://github.com/joshludahl/link-barn
- Owner: JoshLudahl
- Created: 2024-01-17T04:10:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T03:00:05.000Z (11 months ago)
- Last Synced: 2024-01-20T05:36:09.357Z (11 months ago)
- Language: Kotlin
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Android CI](https://github.com/JoshLudahl/link-barn/actions/workflows/android.yml/badge.svg)](https://github.com/JoshLudahl/link-barn/actions/workflows/android.yml)
# A link manager for Android
This application is a bookmark manager for managing links, reading lists and more.## Oregon Barn Owl
Link Barn is a bookmark and link reading list application for Android inspired after the
[Oregon Barn Owl](https://myodfw.com/wildlife-viewing/species/owls).## Libraries and Technologies
The application is build using the following libraries from Android and other third-party sources:
- Android Application written in Kotlin and built with Gradle
- [AppSearch](https://developer.android.com/develop/ui/views/search/appsearch)
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore)
- Icons from [Tabler Icons](https://tablericons.com/)## Key Features
The application is designed to manager links. Sometimes, we keep tabs open in the browser so we can read them later, etc.
Some of the features include:
- Saving links
- Link Reading list
- Marking links as read
- Link History
- Link sharing
- Adding links from other applications via copying
- Categories
- Labels
- Sorting## Privacy
The application cares about your privacy and as such, doesn't collect or share any data. The application is ad-free.
You can read more about the privacy in the [privacy policy](https://softklass/link-barn/privacy.html).## License
Copyright 2024 Josh Ludahl & Softklass LLCPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.