aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java
Commit message (Collapse)AuthorAge
* Use GnuSTL instead of libc++Gravatar Viet Hoa Dinh2016-11-23
|
* Fixed java capabilityGravatar Hoa V. DINH2016-11-23
|
* fix for #1475 - Android JNI misprints (#1521)Gravatar mixaz2016-09-30
|
* Fixed IndexSet#allRanges() in case lots of indexSet contains lots of ranges ↵Gravatar Hoa V. DINH2016-05-14
| | | | (fixed #1428)
* Cleanup TypeUtils.hGravatar Hoa V. DINH2016-05-14
|
* More android fixes and additions (#1400)Gravatar Herb Hrowal2016-04-16
| | | | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation * Added calls to PushLocalFrame and PushLocalFrame to prevent the local reference table from filling up. * Changed signature of templateValuesForHeader and templateValuesForPart to return Map<String, Object> instead of Map<String, String> to better reflect the core methods. * Renamed cleanHTML to cleanHTMLForPart to reflect the core method. * Added mimeType() and setMimeType(). * Made LOCAL_FRAME_CAPACITY constant to use in calls to PushLocalFrame. Fixed indents.
* NNTP build fixes and IMAP runtime fixesGravatar Herb Hrowal2016-04-06
| | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation
* Fixed objectToJavaConverter()Gravatar Hoa V. DINH2015-11-30
|
* Fixed objectToJavaConverter()Gravatar Hoa V. DINH2015-11-30
|
* Fixed #1195: added mimeType() method in Java APIGravatar Hoa V. DINH2015-11-27
|
* prevent local reference table overflow - part 2Gravatar Hoa V. DINH2015-11-11
|
* prevent local reference table overflowGravatar Hoa V. DINH2015-11-11
|
* Fixed crash on AndroidGravatar Hoa V. Dinh2015-11-06
|
* Added more java/native convertersGravatar Hoa V. Dinh2015-09-08
|
* More java/native mapping for AndroidGravatar Hoa V. Dinh2015-09-08
|
* Fixed support for expunge (fixed #1219)Gravatar Hoa V. Dinh2015-09-08
|
* Include List Converter in javaToMCObjectGravatar DaveInAus2015-08-24
| | | Converter for Java List not included in javaToMCObject. All Java List Parameters in methods will crash as the converter is not found.
* Merge pull request #1212 from DaveInAus/patch-5Gravatar Hoà V. DINH2015-08-23
|\ | | | | Add setupNative
* | add setupNative declarationGravatar DaveInAus2015-08-24
| |
| * Add setupNativeGravatar DaveInAus2015-08-24
| |
* | Add constructor to setup Native ObjectGravatar DaveInAus2015-08-24
|/
* Update com_libmailcore_IndexSet.cppGravatar DaveInAus2015-08-04
| | | | | | | In JNIEXPORT jobject JNICALL Java_com_libmailcore_IndexSet_allRanges parameter passed is incorrect causing a crash in GetMethodID jmethodID method = env->GetMethodID(cls, "add", "(Ljava.lang.Object;)Z"); should be jmethodID method = env->GetMethodID(cls, "add", "(Ljava/lang/Object;)Z");
* Fixed javadocGravatar Hoa V. DINH2015-01-20
|
* JavadocGravatar Hoa V. DINH2015-01-17
|
* Work in progress on javadocGravatar Hoa V. DINH2015-01-16
|
* Work in progress on javadocGravatar Hoa V. DINH2015-01-14
|
* Cleanup. Apply autorelease pool properly.Gravatar Hoa V. DINH2015-01-12
|
* Added API to disable/enable logsGravatar Hoa V. DINH2015-01-11
|
* Implemented java serializationGravatar Hoa V. DINH2015-01-11
|
* Fixed crash. Range right bound mapping for Java.Gravatar Hoa V. DINH2015-01-10
|
* Java wrapper for POP, NNTP and SMTPGravatar Hoa V. DINH2015-01-07
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Added java bindings for AndroidGravatar Hoa V. DINH2015-01-04