Skip to content

Commit 1a2d3c8

Browse files
author
tuxor1337
committed
Version 2.7
1 parent a7fb820 commit 1a2d3c8

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
bin
33
gen
44
obj
5-
libs/armeabi
5+
document-viewer/libs/*/*.so
66
lint.xml
77
local.properties
88
release.properties

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Document Viewer is a highly customizable document viewer for Android.
55
Supports the following formats:
66
* PDF
77
* DjVu
8+
* EPUB
89
* XPS (OpenXPS)
9-
* Comic Books (cbz) (NO support for cbr (rar compressed))
10+
* CBZ (Comic Books, no support for rar compressed CBR)
1011
* FictionBook (fb2, fb2.zip)
1112

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

document-viewer/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
package="org.sufficientlysecure.viewer"
55
android:installLocation="auto"
6-
android:versionCode="2610"
7-
android:versionName="2.6.1">
6+
android:versionCode="2700"
7+
android:versionName="2.7">
88

99
<uses-sdk
1010
android:minSdkVersion="8"

document-viewer/src/main/assets/about/en/changelog.wiki

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#labels Featured
22
3+
= DV v2.7 =
4+
5+
== New features ==
6+
* Chinese localization updated
7+
* EPUB support added
8+
* MuPdf library updated
9+
10+
== Bug fixes ==
11+
* Fix CBZ support
12+
313
= DV v2.6.1 =
414

515
== Bug fixes ==

0 commit comments

Comments
 (0)