Skip to content

All format eBook Reader for Android

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

luo-chuan/LibreraReader

 
 

Repository files navigation

Logo

Librera Reader

Librera Reader is an e-book reader for Android devices; it supports the following formats: PDF, EPUB, MOBI, DjVu, FB2, TXT, RTF, AZW, AZW3, HTML, CBZ, CBR, and OPDS Catalogs

Web: http://librera.mobi/

Android Play market apps:

Librera

Librera PRO

Arhive .apk

Beta(latest) .apk

Application fonts (fonts.zip download to internal sd card, to [Downloads] folder) link1 link2

[Telegram] (https://t.me/LibreraReader)

Support intents

intent.putExtra("page", int); //open a doc on a certain page

intent.putExtra("percent", float); //open a doc at a certain percentage point

intent.putExtra("password", String); //open a password-protected PDFlink

Support links

open page 2

How to install

Librera is developed on Eclise with ADT (Android Developer Tools Plugin)

INSTALL 0) Linux is preferred (Windows has never been tested)

  1. Install Eclipse
  2. Install Android ADT (from the Eclipse marketplace)
  3. Install Android NDK
  4. Install JAVA
  5. Install ANT

DOWNLOAD Librera SOURCE CODE from GITHUB

  1. git clone https://github.com/foobnix/LirbiReader.git

  2. run ./LirbiReader/update_all.sh Download required packages (Google Play Service, RecicleView, CardView, etc)

  3. Download Mupdf sources tar.gz from http://mupdf.com/downloads

  4. Import all projects to Eclipse

Build

  1. Build NDK part ./LirbiReader/Builder/link_to_mupdf.sh

Specify you project path and MUPDF path MUPDF=/dev/mupdf-test/platform/java MY=/home/ivan-dev/git/LirbiReader

  1. To build Librera Reader ./LirbiReader/Builder/all-beta.sh

Librera depends on

MuPDF - (AGPL License) https://mupdf.com/downloads/archive/ (mupdf-1.12.0-source.tar.xz)

MuPDF changed source ./LirbiReader/jni-1.12/~mupdf

  • EbookDroid
  • djvulibre
  • hpx
  • junrar
  • Universal Image Loader
  • libmobi
  • commons-compress
  • eventbus
  • greendao
  • jsoup
  • juniversalchardet
  • rtfparserkit
  • okhttp

commons-compress-1.14.jar eventbus-3.0.0.jar greendao-3.2.0.jar greendao-api-3.2.0.jar jsoup-1.8.3.jar juniversalchardet-1.0.3.jar okhttp-3.9.1.jar okhttp-digest-1.15.jar okio-1.13.0.jar rtfparserkit-1.10.0.jar

Librera is distributed under the GPL

License

See the LICENSE file for license rights and limitations (GPL v.3).

About

All format eBook Reader for Android

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 38.1%
  • C 33.0%
  • C++ 22.5%
  • Assembly 5.2%
  • Makefile 1.0%
  • Shell 0.1%
  • Other 0.1%