Skip to content

Document Viewer is a fork of the last GPL version of EBookDroid

License

Notifications You must be signed in to change notification settings

athulh/document-viewer

 
 

Repository files navigation

Document Viewer

Document Viewer is a highly customizable document viewer for Android.

Supports the following formats:

  • PDF
  • DjVu
  • XPS (OpenXPS)
  • Comic Books (cbz) (NO support for cbr (rar compressed))
  • FictionBook (fb2, fb2.zip)

Collaboration with electronic publication sites and access to online ebook catalogs is allowed by the supported OPDS protocol.

FAQ, information about supported MIME types, and available Intents can be found in the Wiki.

Development

Document Viewer is a fork of the last GPL version of EBookDroid (http://code.google.com/p/ebookdroid/).

We need your support to fix outstanding bugs, join development by forking the project!

Development

Build with Gradle

  1. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
  2. Open the Android SDK Manager (shell command: android).
    Expand the Tools directory and select "Android SDK Build-tools" newest version.
    Expand the Extras directory and install "Android Support Repository"
    Select everything for the newest SDK
  3. Export ANDROID_HOME pointing to your Android SDK
  4. Build native libraries with cd document-viewer; ndk-build
  5. Execute ./gradlew build

Development with Android Studio

I am using the newest Android Studio for development. Development with Eclipse is currently not possible because I am using the new project structure.

  1. Clone the project from github
  2. From Android Studio: File -> Import Project -> Select the cloned top folder
  3. Import project from external model -> choose Gradle

Font Pack

To save space in the main app, additional fonts can be installed using the Document Viewer Fontpack.

Licenses

Document Viewer is licensed under the GPLv3+.
The file LICENSE includes the full license text.

Details

Document Viewer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Document Viewer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Document Viewer. If not, see http://www.gnu.org/licenses/.

Java Libraries

C Libraries

Images

About

Document Viewer is a fork of the last GPL version of EBookDroid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.7%
  • C++ 13.1%
  • Java 11.2%
  • PHP 8.7%
  • Shell 3.3%
  • Python 0.9%
  • Other 1.1%