Readeck App is an Android application designed to help users manage and read their saved articles and bookmarks. Currently, the app supports reading and listing bookmarks.
This app is a companion to Readeck (https://readeck.org/en/), a self-hosted read-it-later service. To use this app, you'll need a Readeck account and server instance.
This project uses the following technologies:
- Kotlin
- Jetpack Compose
- Kotlin Coroutines
- Jetpack Navigation
- Timber
- Hilt for dependency injection
- Retrofit for network requests
- Room for local data persistence
- ...
Right now, the easiest way to try out Readeck App is by downloading the APK file directly from our GitHub Releases page.
Keep in mind that these are snapshot releases built from the develop
branch. This means they might not be as stable as a final release, but they'll give you a sneak peek at the latest features and improvements.
Here are some of the features planned for future releases:
Offline access to saved content- Organizing content with labels and categories
- Mark articles as read/unread
- Archive/unarchive articles
- Favorite articles
- Add articles
- ...
This project is licensed under the GNU General Public License v3.0. Some of the used libraries are released under different licenses.