1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00
Commit graph

385 commits

Author SHA1 Message Date
Nikolay Pultsin
b21e516d6a CSS stream 2014-09-08 21:26:16 +01:00
Nikolay Pultsin
5b95c153b8 added REM css size unit 2014-09-08 19:10:59 +01:00
Nikolay Pultsin
724a5386f4 correct file size in PalmDocStream 2014-09-08 10:52:42 +01:00
Nikolay Pultsin
0fa20025e5 formatting 2014-09-08 10:52:31 +01:00
Nikolay Pultsin
aa8ab30807 new engine for mobi files 2014-09-08 07:51:25 +01:00
TAKAHASHI Tamotsu
44bf01e8da Fix header
I forgot to commit the header changes
2014-09-08 12:59:52 +09:00
TAKAHASHI Tamotsu
67126db1b7 Fix a bug and two todo's about list
A bug: <li><p> added a newline after bullet.
Todo's: <ol> and indent (copied from HTMLBookReader)
2014-09-08 12:55:35 +09:00
Nikolay Pultsin
dc3f6de29f fixed work with file names containing ':' 2014-08-23 16:02:38 +01:00
Nikolay Pultsin
848cb4d963 ZLFileImage constructor signature changed 2014-07-13 13:42:27 +01:00
Nikolay Pultsin
a7fa712e03 formatting 2014-06-30 00:06:05 +01:00
Nikolay Pultsin
785e236615 compilation issue 2014-06-15 12:42:09 +01:00
Nikolay Pultsin
aeb905a08d readMetaInfo -> readMetainfo 2014-06-10 10:17:26 +01:00
Nikolay Pultsin
7d5ad20f14 update zip entry cache every time base file is modified 2014-06-07 08:40:38 +01:00
Nikolay Pultsin
277e570aa6 cleanup 2014-06-06 08:00:39 +01:00
Nikolay Pultsin
cd683a94a4 fixed inherited CSS properties support 2014-06-06 00:03:58 +01:00
Nikolay Pultsin
5e48e8611b fixed style order problem in XHTMLReader 2014-06-05 16:06:35 +01:00
Nikolay Pultsin
09f30f873f CSS-like file for default styles definitions 2014-06-05 06:37:10 +01:00
Nikolay Pultsin
995872c344 fixed empty line support in <pre>-formatted text 2014-06-04 18:35:51 +01:00
Nikolay Pultsin
4cb241123f better ePub cover detection 2014-05-31 02:42:05 +01:00
Nikolay Pultsin
f26f9d6043 better cover finding code 2014-05-31 02:32:16 +01:00
Nikolay Pultsin
4196cf57b5 ePub opening speed optimizations 2014-05-29 03:24:37 +01:00
Nikolay Pultsin
2e5c911d43 ZLUnicodeUtil::toLower() optimization: do not call java method for ascii strings 2014-05-23 22:20:28 +01:00
Nikolay Pultsin
9d2080af7f no tag lowercasing in xhtml 2014-05-23 21:50:46 +01:00
Nikolay Pultsin
0e0327dee8 fixed duplicate processing for some CSS properties 2014-04-21 11:45:48 +01:00
Nikolay Pultsin
512c574089 removed extra space in id 2014-04-20 23:21:51 +01:00
Nikolay Pultsin
31acf59700 full font obfuscation support 2014-04-20 22:45:15 +01:00
Nikolay Pultsin
d845205ca3 code re-use 2014-04-20 22:01:17 +01:00
Nikolay Pultsin
782edede1b ePub3 font obfuscating support (in progress) 2014-04-20 20:54:14 +01:00
Nikolay Pultsin
ebe5fc182c do not throw exceptions from native code: this does not work on some devices 2014-04-19 01:18:38 +01:00
Nikolay Pultsin
3d49eb8366 Temp directory option 2014-04-12 14:17:02 +01:00
Nikolay Pultsin
487aeb2053 fixed possible crash 2014-04-09 05:39:12 +01:00
Nikolay Pultsin
24d6a26b94 fixed possible crash 2014-04-08 09:41:24 +01:00
Nikolay Pultsin
53a10083b8 encryptionInfo for fonts passed to java 2014-04-08 01:24:47 +01:00
Nikolay Pultsin
329d3d70c2 formatting 2014-04-07 21:07:12 +01:00
Nikolay Pultsin
fdb21b67dc native code simplification (introduced JString class) 2014-04-07 21:02:52 +01:00
Nikolay Pultsin
48cdfee8a2 store encryption info in FontEntry as well as file path 2014-04-07 20:18:43 +01:00
Nikolay Pultsin
ff1695234a fixed possible crash 2014-04-07 01:20:59 +01:00
Nikolay Pultsin
d0305d5733 EncryptionMethod.NONE constant has gone 2014-04-06 10:47:41 +01:00
Nikolay Pultsin
cb08c3bc3c no "encryption method" for entire epub, just encryption info map for separate files 2014-04-06 10:27:55 +01:00
Nikolay Pultsin
0986bf4043 show 'Encrypted section' message if xhtml file is encrypted and was not read successfully 2014-04-05 15:47:29 +01:00
Nikolay Pultsin
3e60a008eb EncryptionMethod.EMBEDDED 2014-04-01 20:31:18 +01:00
Nikolay Pultsin
ccd1c34858 pass font file names to java style 2014-03-31 16:04:42 +01:00
Nikolay Pultsin
fcd2640be7 font families list passed to java style 2014-03-31 15:19:40 +01:00
Nikolay Pultsin
7ca30d0c9e java version of FontManager 2014-03-31 12:04:39 +03:00
Nikolay Pultsin
43bfe572f7 pass to java font families list index instead of list 2014-03-30 20:39:23 +03:00
Nikolay Pultsin
37a421359a introduced FontManager class 2014-03-30 19:54:15 +03:00
Nikolay Pultsin
44b7b1b694 FontMap does not depend on CSS 2014-03-30 19:21:01 +03:00
Nikolay Pultsin
cd5020da98 transfer font families data to java code 2014-03-30 18:15:13 +03:00
Nikolay Pultsin
be841282b4 embedded fonts support (in progress) 2014-03-30 14:24:49 +03:00
Nikolay Pultsin
59639078ea embedded fonts processing (in progress) 2014-03-30 12:00:34 +03:00