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

68 commits

Author SHA1 Message Date
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
Nikolay Pultsin
96aadc1562 NativeFormatPlugin::createImage() method is unused; native version is obfuscated
Conflicts:

	jni/NativeFormats/util/AndroidUtil.cpp
2012-03-27 18:06:46 +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
98fd03511b encoding-related classes were moved to org.geometerplus.zlibrary.core.encodings package 2012-03-23 17:47:32 +00: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
13b89d4922 method signature fixed 2012-03-17 20:05:44 +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
ff57580c22 fixed seg.fault 2012-03-16 18:27:37 +00:00
Nikolay Pultsin
9d2cea64ec ZLUnicodeUtil is now based on java String methods 2012-03-16 07:42:21 +00:00