Commit Graph

44 Commits (master)

Author SHA1 Message Date
heck dc913eccbb Fix typo in ratings. 2 months ago
heck 9da798d8fc FIX: #38 - Ratings values inconsistent with engine (3.2) 2 months ago
heck 75f234fe9a refactor throw_pEp_Exception() 4 months ago
heck e9d3c41378 Removed: get_trustwords_for_fpr()
API spec:
mandatory: get_trustwords()
optional: get_message_trustwords()
5 months ago
heck c2ccd91c4c Merge in Release_2.1 8 months ago
heck 3004e0d16f #20 - add function config_enable_echo_in_outgoing_message_rating_preview() 9 months ago
heck 308a120262 pEp.yml2 - fix typo 9 months ago
heck 5170ec7373 #20 - add function sync_reinit() 9 months ago
heck 86c4063d16 #20 - add new signal 9 months ago
heck cd308cbb6e JNI-167: update MessageInterface 1 year ago
heck 4a8514a6c9 JNI-167: add Message.decodeASN1XER() / fromXER() 1 year ago
heck 9322e42114 JNI-167: refine/improve encode functions 1 year ago
heck 12ff0ec89a JNI-167: add Message.encodeASN1XER() 1 year ago
heck 180696f344 JNI-157: add set_comm_partner_key() 1 year ago
heck 1e62ff0bc4 Merge branch 'Release_2.1' 2 years ago
heck 24f801b381 JNI-160: change "instanceCount" to be AtomicLong 2 years ago
heck 21119a6419 JNI-160: synchronized getInstanceCount() method 2 years ago
heck aff9fa861f JNI-160: synchronized close() method 2 years ago
heck 9d7efca8a5 JNI-160: close() on obj with handle == 0 does nothing (no decrement either) 2 years ago
heck 42fad14bb9 JNI-160: add Message.getInstanceCount() 2 years ago
heck 0c36123b91 JNI-156 - Remove all blacklist functions 2 years ago
heck b9fb50a75b JNI-149: "Wrap disable_all_sync_channels into the adapter" - implementation 2 years ago
heck d9e782faff JNI-142: "Mem-mgmt: Defined behaviour of Message.close()"
* close() method is now idempotent
* Access to Message obj after close() results in IllegalStateException (Not SEGV anymore)
2 years ago
heck be6510066c Revert "FIX: JNI-135' - the option of using finalize() has been discarded
This reverts commit 20c32ff756, reversing
changes made to 59d6177dc8.
2 years ago
heck 78dc887d45 JNI-135 - Fixed. use finalize() to release JNI-allocated mem. (Autocloseable never called close()) 2 years ago
heck 4fdcb1e1ac JNI-129 - JNI-129 - Message.getSent calls getSent() instead of _getSent() 2 years ago
heck 46ba24e930 codegen add support for "basic methods" returning bytearray 2 years ago
heck 5e999db69f add export_key as "basic" method (gen on java handwritten in c++) 2 years ago
heck bcb119060b JNI-125 - "EncFormat missing values" 3 years ago
heck a255490628 formatting and code style only 3 years ago
heck 3e71c76515 JNI-123 - "get rid of c-style casts" 3 years ago
heck 9eb92f27b6 no explicit toString() values for enum Rating 3 years ago
heck 5070920c81 Add enter_device_group() 3 years ago
heck 29705b4756 Add the Enum default method getInternalStringValue() when "has_int_str_val" is set (TODO: Query this using XPath, fdik how do i do this? in ysl2?) 3 years ago
heck c0e2a91578 CodeGen: New enhanced enums, now all enums got .toString(), all enums can have .getInternalStringValue() (This was needed to avoid mapping table in the app, for "casting" Ratings to Engine internal string values for X-Opts .e.g) 3 years ago
heck 175519edd2 merge in default branch 3 years ago
heck ce852ad0c5 merge in default 3 years ago
heck de22d6aad3 Generate all Exceptions fixed 3 years ago
heck b16a5277eb Merge in default - this is the latest and greatest JNIAdapter (right now) 3 years ago
heck 28aa52f821 Merge in default 3 years ago
heck e22afe2c2c Moved all java sources under src/java 3 years ago
heck c5ae320e7a move all cxx sources/headers into src/cxx 3 years ago
heck 935f3b58ca move java interfaces into own subpkg "foundation.pep.interfaces" 3 years ago
heck 80c0b1e542 Move all yml2 into own src folder "codegen" 3 years ago