Implemented #3. Patched ViewerJS to support Images and Video/Music files.

This commit is contained in:
Christoph Haas 2015-06-17 02:11:21 +02:00
parent 58c5dd2837
commit 7d1521ae6d
4 changed files with 47 additions and 35 deletions

View File

@ -1,9 +1,11 @@
# Zarafa Webapp FileViewer Plugin
This plugin will provide a preview panel for PDF and ODF files based on [ViewerJS].
ViewerJS has been updated to support image, music and video files. Those files can only be previewed in the
Zarafa Files plugin for the moment.
### Current Version
1.0.2 (06.2015)
1.0.3 (06.2015)
### Installation

BIN
external/ViewerJS/images/musicbg.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
<info>
<version>1.0.2</version>
<version>1.0.3</version>
<name>fileviewer</name>
<title>PDF and ODF attachments preview</title>
<author>Christoph Haas</author>