Skip to content

An Android app for keeping tracks of books you have read.

License

Notifications You must be signed in to change notification settings

pionaiki/openreads-android

 
 

Repository files navigation

Openreads

GitHub tag (latest by date) Pull request Crowdin

Get it on F-Droid Get it on Google Play Get it on Github



Openreads is an Android app written in Kotlin for keeping tracks of your books.

There are four lists provided so you won't get confused:

  • books you finished,
  • books you are currently reading,
  • books you want to read later,
  • books you didn't finish.

You can also use custom tags and filter through them.

A book can be added by:

  • looking it up in the Open Library database,
  • scanning its barcode,
  • adding its details manually.

You can also view some cool statistics!



Screenshots



Contributing

Do you want to support Openreads' development? You are welcome to take below actions:

Help translate Openreads:

Go to Crowdin project and start translating!

Have you found a bug in Openreads?

Submit an issue here: Openreads' issues.

Do you have an idea that could improve Openreads for everyone?

Submit a feature request here: Openreads' issues.



Build Process

Dependencies

  • Android SDK

Build

  1. Clone or download this repository

    git clone https://github.com/mateusz-bak/openreads-android.git
    cd openreads-android
  2. Open the project in Android Studio and run it from there or build an APK directly through Gradle:

    ./gradlew assembleDebug

Deploy to device/emulator

./gradlew installDebug

You can also replace the "Debug" with "Release" to get an optimized release binary.



Attributions

Contributors

Testing

Wiktor Młynarczyk

Used APIs

Open Library

Icons and illustrations made by

Katerina Limpitsouni Iconscout

About

An Android app for keeping tracks of books you have read.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.1%
  • Java 3.9%