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

84 commits

Author SHA1 Message Date
Nikolay Pultsin
3256027dd8 code simplification 2015-04-23 06:37:28 +01:00
Nikolay Pultsin
594a4bde49 copyright: Geometer Plus => FBReader.ORG Limited, 2014 => 2015 2015-02-28 15:14:56 +01:00
Nikolay Pultsin
848cb4d963 ZLFileImage constructor signature changed 2014-07-13 13:42:27 +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
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
53a10083b8 encryptionInfo for fonts passed to java 2014-04-08 01:24:47 +01:00
Nikolay Pultsin
fdb21b67dc native code simplification (introduced JString class) 2014-04-07 21:02:52 +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
b13d73fa2f FileEncryptionInfo usages 2014-03-25 15:14:17 +02:00
Nikolay Pultsin
c2b41adb38 some more proto support for files encryption 2014-03-25 02:54:48 +02:00
Nikolay Pultsin
184c1f615c InputStream.reset() support 2014-03-17 02:07:12 +02:00
Nikolay Pultsin
c07d37e7cd year in copyrights: 2013 => 2014 2014-01-12 01:40:02 +00:00
Nikolay Pultsin
dae0fe3f56 uid reading for fb2/ePub files 2013-03-23 22:09:44 +04:00
Nikolay Pultsin
9eb54b261a book uids (in progress) 2013-03-19 01:52:42 +04:00
Nikolay Pultsin
b21459cdd0 jni/proguard changes for new package structure 2013-01-13 07:48:35 +04:00
Nikolay Pultsin
38c4ad935d no Book.save() call in native code 2013-01-13 06:09:23 +04:00
Nikolay Pultsin
ac49acf890 copyrights in native code: 2012 => 2013 2013-01-03 04:54:12 +00:00
Nikolay Pultsin
d93770c0f8 native code: synchronization with C++ version 2012-11-13 01:49:26 +04:00
Alexander Turkin
401aaba8bf DocPlugin: support for images (also supporting for blocked images in ZLFileImage) 2012-07-04 18:03:17 +04:00
Nikolay Pultsin
f26138d066 fixed C++ => java non-utf string conversion for architectures where std::string consists of signed chars 2012-05-18 21:02:40 +01:00
Nikolay Pultsin
9b22b0743a ContentsTree instead of ZLTextTreeModel 2012-05-13 13:43:25 +01:00
Nikolay Pultsin
482ecca302 fixed encoding conversion for non-1-byte encodings 2012-05-05 00:15:14 +01:00
Nikolay Pultsin
1b31f8f7e4 BigDecimal for series index 2012-04-15 16:34:24 +01:00
Nikolay Pultsin
2db9885b2d fixed possible crash 2012-04-13 23:59:16 +02:00
Nikolay Pultsin
02a2b5c6cd FormatPlugin.realBookFile() method 2012-04-13 20:13:13 +02:00
Nikolay Pultsin
30f0a850e2 code simplification 2012-04-07 15:02:53 +01:00
Nikolay Pultsin
85f1714ddc exception throwing (in progress) 2012-04-07 12:52:27 +01:00
Nikolay Pultsin
e641c7392c JNIEnv* cannot be stored 2012-04-01 08:07:40 +01:00
Nikolay Pultsin
1cbb8af49b unused macro 2012-03-31 14:28:27 +01:00
Nikolay Pultsin
062df7442a avoided jmethodID usages 2012-03-31 11:44:59 +01:00
Nikolay Pultsin
2ddf4e5a01 JavaType as a return type for methods 2012-03-31 02:17:25 +01:00
Nikolay Pultsin
e3f7cb9847 return type for static methods 2012-03-31 01:28:03 +01:00
Nikolay Pultsin
1a3419e95b JavaType class 2012-03-31 01:10:29 +01:00
Nikolay Pultsin
a384a82a86 Field class 2012-03-31 00:57:30 +01:00
Nikolay Pultsin
6b8470105c Method extends Member 2012-03-30 22:15:15 +01:00
Nikolay Pultsin
c4618e56a2 StaticMethod extends Member 2012-03-30 22:03:31 +01:00
Nikolay Pultsin
266249bd6f Member class 2012-03-30 21:50:09 +01:00
Nikolay Pultsin
18e14a29de JavaClass class is used widely 2012-03-30 21:37:29 +01:00
Nikolay Pultsin
4f6ef22b33 Constructor class 2012-03-30 21:04:30 +01:00
Nikolay Pultsin
3f2836844e unused method 2012-03-30 20:26:00 +01:00
Nikolay Pultsin
ab83e1a79a JavaClass class + first usage 2012-03-30 20:20:29 +01:00
Nikolay Pultsin
86a07a0d1b StaticObject class 2012-03-30 19:50:01 +01:00
Nikolay Pultsin
59ad54ffd2 arguments order mistake: fixed 2012-03-30 17:57:07 +01:00
Nikolay Pultsin
e3d0663ee7 jmethodID => Method classes 2012-03-30 15:26:44 +01:00
Nikolay Pultsin
daf77393a2 jmethodID -> Method class 2012-03-30 13:33:51 +01:00
Nikolay Pultsin
181fbe9997 jmethodID -> Method objects 2012-03-30 12:26:35 +01:00
Nikolay Pultsin
4bc7d1541e jni envelope (in progress) 2012-03-30 11:39:49 +01:00
Nikolay Pultsin
36d85ecbff VoidMethod: in progress 2012-03-29 18:45:05 +01:00