Skip to content

Commit 717ce6a

Browse files
author
Dominik Schürmann
committed
version 2.2
1 parent fc53d84 commit 717ce6a

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

document-viewer/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="2100"
7-
android:versionName="2.1">
6+
android:versionCode="2200"
7+
android:versionName="2.2">
88

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

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

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
#labels Featured
22
3-
= Document Viewer v2.1 changelog =
3+
= DV v2.2 =
4+
5+
== Bug fixes ==
6+
* Don't open documents automatically from browsers, user interaction is now required
7+
8+
= DV v2.1 =
49

510
== Bug fixes ==
611
* Fix crash
712
8-
= Document Viewer v2.0 changelog =
13+
= DV v2.0 =
914

1015
== New features ==
1116
* Renamed to Document Viewer
1217
* No support for CBR format (RAR)
1318
14-
= EBookDroid v1.6.6 changelog =
19+
= EBookDroid v1.6.6 =
1520

1621
== Bug fixes ==
1722
* Scrolling fixed
1823
19-
= EBookDroid v1.6.5 changelog =
24+
= EBookDroid v1.6.5 =
2025

2126
== New features ==
2227
* Mouse wheel scrolling support added
@@ -27,7 +32,7 @@
2732
* Various bugs fixed
2833
2934

30-
= EBookDroid v1.6.4 changelog =
35+
= EBookDroid v1.6.4 =
3136

3237
== New features ==
3338
* OPDS feed parsing improved
@@ -41,7 +46,7 @@
4146
* QuickZoom & ZoomToColumn fixed
4247
4348

44-
= EBookDroid v1.6.3 changelog =
49+
= EBookDroid v1.6.3 =
4550

4651
== New features ==
4752
* Saving downloaded documents on close
@@ -57,7 +62,7 @@
5762
* Fix for #405 - Calibre workaround added
5863
5964

60-
= EBookDroid v1.6.2 changelog =
65+
= EBookDroid v1.6.2 =
6166

6267
== New features ==
6368
* New scrolling & fling implementation
@@ -70,14 +75,14 @@
7075
* Fix directory scanning
7176
* Fix other reported issues
7277
73-
= EBookDroid v1.6.1 changelog =
78+
= EBookDroid v1.6.1 =
7479

7580
== Bug fixes ==
7681

7782
* Fix selecting GLES configuration on old devices
7883
* Fix other reported issues
7984
80-
= EBookDroid v1.6.0 changelog =
85+
= EBookDroid v1.6.0 =
8186

8287
== New features ==
8388
* The actual version is targeted for devices with Android 2.2+
@@ -109,7 +114,7 @@
109114
* Fix keys processing if search field is visible.
110115
111116

112-
= EBookDroid v1.5.6 changelog =
117+
= EBookDroid v1.5.6 =
113118

114119
== New features ==
115120

@@ -148,13 +153,13 @@
148153
* Fix NPEs reported in Market.
149154
150155

151-
= EBookDroid v1.5.5 changelog =
156+
= EBookDroid v1.5.5 =
152157

153158
=== UI changes ===
154159
* Document scrolling has been tuned
155160
156161

157-
= EBookDroid v1.5.4 changelog =
162+
= EBookDroid v1.5.4 =
158163

159164
=== Other changes ===
160165
* Arm7 version removed from Market
@@ -163,7 +168,7 @@
163168
* Some minor issues fixed
164169
165170

166-
= EBookDroid v1.5.3 changelog =
171+
= EBookDroid v1.5.3 =
167172

168173
== New features ==
169174

@@ -206,7 +211,7 @@
206211
207212

208213

209-
= EBookDroid v1.5.2 changelog =
214+
= EBookDroid v1.5.2 =
210215

211216
== New features ==
212217

@@ -230,7 +235,7 @@
230235
* OPDS: fixed resolving of relative paths (#292).
231236
* Text search fixes.
232237
233-
= EBookDroid v1.5.1 changelog =
238+
= EBookDroid v1.5.1 =
234239

235240
=== Configuration and settings ===
236241
* UI Language preference added.
@@ -242,7 +247,7 @@
242247
== Bug fixes ==
243248
* Various bugs fixed.
244249
245-
= EBookDroid v1.5.0 changelog =
250+
= EBookDroid v1.5.0 =
246251

247252
=== PDF & FB2 fonts ===
248253
* PDF built-in fonts removed.
@@ -283,14 +288,14 @@
283288
* New bugs added.
284289
285290

286-
= EBookDroid v1.4.2 changelog =
291+
= EBookDroid v1.4.2 =
287292

288293
== Bug fixes ==
289294
* Fix for #210.
290295
* Fix for #213.
291296
* Fixes for various crashes reported on Google Play
292297
293-
= EBookDroid v1.4.1 changelog =
298+
= EBookDroid v1.4.1 =
294299

295300
=== New features ===
296301
* Store on-page position in bookmarks created from "Add bookmark" menu item.
@@ -310,7 +315,7 @@
310315
* Fix for #199.
311316
* Fixes for various crashes reported on Google Play
312317
313-
= EBookDroid v1.4.0 changelog =
318+
= EBookDroid v1.4.0 =
314319

315320
=== New features ===
316321
* PDF/DjVU internal links
@@ -340,7 +345,7 @@
340345
* Old bugs fixed
341346
* New bugs added
342347
343-
= EBookDroid v1.3.2 changelog =
348+
= EBookDroid v1.3.2 =
344349

345350
=== Optimization of decoding and drawing process ===
346351
* Bitmap memory management improved
@@ -366,7 +371,7 @@
366371
* Multizoom failure fixed
367372
* Various NPE fixed
368373
369-
= EBookDroid v1.3.1 changelog =
374+
= EBookDroid v1.3.1 =
370375

371376
=== Optimization of decoding and drawing process ===
372377
* Drawing speed optimization.
@@ -396,7 +401,7 @@
396401
* Various FB2 fixes
397402
* Several NPE fixed.
398403
399-
= EBookDroid v1.3 changelog =
404+
= EBookDroid v1.3 =
400405

401406
=== New features ===
402407
* Hardware acceleration is returned back for Android 3+
@@ -435,7 +440,7 @@
435440
* Old bugs fixed
436441
* New bugs added
437442
438-
=EBookDroid v1.2.2 changelog=
443+
=EBookDroid v1.2.2 =
439444

440445
== Bug fixes ==
441446

@@ -448,7 +453,7 @@
448453
* MuPDF updated
449454
* DjVU updated
450455
451-
=EBookDroid v1.2.1 changelog=
456+
=EBookDroid v1.2.1 =
452457

453458
== Bug fixes ==
454459

@@ -466,7 +471,7 @@
466471
* Touch fixes
467472
* Loading progress dialog added
468473
469-
=EBookDroid v1.2 changelog=
474+
=EBookDroid v1.2 =
470475

471476
==New features==
472477

0 commit comments

Comments
 (0)