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

59 commits

Author SHA1 Message Date
Nikolay Pultsin
594a4bde49 copyright: Geometer Plus => FBReader.ORG Limited, 2014 => 2015 2015-02-28 15:14:56 +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
9eb54b261a book uids (in progress) 2013-03-19 01:52:42 +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
9b22b0743a ContentsTree instead of ZLTextTreeModel 2012-05-13 13:43:25 +01:00
Nikolay Pultsin
02a2b5c6cd FormatPlugin.realBookFile() method 2012-04-13 20:13:13 +02: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
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
a384a82a86 Field class 2012-03-31 00:57:30 +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
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
Nikolay Pultsin
1f63a57f17 cover loading in fb2 native plugin 2012-03-27 17:46:37 +01:00
Nikolay Pultsin
5518e9ef78 disk-based image map has gone 2012-03-27 15:53:11 +01:00
Nikolay Pultsin
3aa047e970 native plugin synchronization (fixed possible crash); fixed rtf encoding reading 2012-03-23 02:46:10 +00:00
Nikolay Pultsin
0e476c760c BookReadingException can be thrown from native code 2012-03-22 23:47:22 +00:00
Nikolay Pultsin
5f6223353d RTF support 2012-03-22 21:57:05 +00:00
Nikolay Pultsin
5f6eb8a469 ZLEncodingConverter has a name; Rtf plugin as compilable again
Conflicts:

	jni/NativeFormats/fbreader/src/formats/rtf/RtfDescriptionReader.cpp
2012-03-22 18:41:58 +00:00
Nikolay Pultsin
f0cc6dda87 encoding detection fixes 2012-03-18 03:39:02 +00:00
Nikolay Pultsin
548c03040f separate methods Book.getEncoding & Book.getEncodingNoDetection 2012-03-17 23:47:09 +00:00
Nikolay Pultsin
3068b5a68a encoding converter (in progress) 2012-03-17 20:28:30 +00:00
Nikolay Pultsin
0ee1c75698 Encoding converter (in progress) 2012-03-17 20:02:26 +00:00
Nikolay Pultsin
2449325867 standard android logging method 2012-03-17 11:37:22 +00:00
Nikolay Pultsin
9d2cea64ec ZLUnicodeUtil is now based on java String methods 2012-03-16 07:42:21 +00:00
Nikolay Pultsin
8452c9292b synchronization with native branch (readModel in JavaNativeFormatPlugin) 2012-03-04 00:03:10 +01:00
Nikolay Pultsin
a9610d892c fixed Logger issues 2012-03-03 08:38:35 +00:00
Nikolay Pultsin
65094c815a synchronization with native branch 2012-03-02 02:34:26 +00:00
Nikolay Pultsin
925975f7e3 synchronization with native branch 2012-03-02 00:55:11 +00:00
Nikolay Pultsin
80ab1a798d synchronization with native branch 2012-03-01 23:54:47 +00:00
Nikolay Pultsin
8dde582bc5 proguard.cfg 2012-03-01 04:19:45 +00:00