- books you finished,
- books you are currently reading,
- books you want to read later.
- looking up in Open Library database,
- scanning book's barcode,
- adding book's details manually.
Do you want to support Openreads' development? You are welcome to take below actions:
Go to Crowdin project and start translating!
Submit an issue here: Openreads' issues.
Submit a feature request here: Openreads' issues.
- Android SDK
-
Clone or download this repository
git clone https://github.com/mateusz-bak/openreads-android.git cd openreads-android
-
Open the project in Android Studio and run it from there or build an APK directly through Gradle:
./gradlew assembleDebug
./gradlew installDebug
You can also replace the "Debug" with "Release" to get an optimized release binary.