520 Commits (v3.2.2)

Author SHA1 Message Date
Edouard Tisserant 98818383c2 Attempt to fix JNI crash when calling messageToSend callback from sync thread 9 years ago
Edouard Tisserant f50bfa3cdf moved timegm() erzats to pEpEngine's platform_unix.c 9 years ago
Edouard Tisserant 7fbe8c0852 Use pEpEngine's new attach_sync_session right after session init 9 years ago
Hussein Kasem fdeca65736 Update JNI-13 compromized to mistrusted, fix blacklist_delete and update Engine Version 9 years ago
Edouard Tisserant 5c3df1ab5e Fixed sync queue items type, and use free_sync_msg() 9 years ago
Edouard Tisserant 4a1837a074 Free Local Refs 9 years ago
Edouard Tisserant 607fb4e3ef Reflect changes in pEpEngine regarding content of queue. Well, this is just changing type of a pointer, shouldn't change anything in the end 9 years ago
Edouard Tisserant 0139769f60 Some fixes for keysync 9 years ago
Edouard Tisserant 4d1dbc5889 Now pEpEngine should itself find own sync queue for non-sync sessions, no need to re-register for each session. Also use unregister, instead of register(NULL). 9 years ago
Edouard Tisserant 865b6c15ce Fixed exceptions java class not being generated 9 years ago
Edouard Tisserant 0fc05bcd4d Added OpenPGP_list_keyinfo, temporarly broke deliver_handshake_result into accept_sync_handshake_result, reject_sync_handshake_result, reject_sync_handshake_result, for simplicity... 9 years ago
Edouard Tisserant b1b87f5680 Added callbacks code in abstract engine's .cc 9 years ago
Hussein Kasem de4f4f1de5 Java code to be called from C sample 9 years ago
Hussein Kasem 5020e9f237 Added missing exceptions and mantained old rating names 9 years ago
Edouard Tisserant 640412f257 Generate enum for exception as well (i.e. pEp_status) so that callbacks could return a status. Rename pEp_status to Status in pEp.yml2 to prevent strange CamelCasing in generated Java class 9 years ago
Edouard Tisserant 4187a7155b Added inject_sync_msg callback to every sessions, with static fallback for queue object initialized when initializin Sync session 9 years ago
Edouard Tisserant 13771d718d Link with ossp-uuid, and some other fixes 9 years ago
Edouard Tisserant d268c81682 updated adapter to latest pEpEngine definitions. Added sync interface, queue and thread. Callbacks still missing 9 years ago
Hussein Kasem eebf37b8d4 Changed default package name to the current p≡p for android package name, fixed unencrypted subject jni method signature 9 years ago
Hussein Kasem 20736b9a14 wrapped config_unencrypted_subject and engine 1028 9 years ago
Hussein Kasem 1286015167 wrapped encrypt_message_for_self JNI-6 #review 9 years ago
Hussein Kasem d75503faa6 added missing semicolon, and SyncHandshakeResult to types c & java 9 years ago
Hussein Kasem dff0851f03 added SyncHandshakeResult enum 9 years ago
Edouard Tisserant 50dea83ef1 Fixed use of Local Ref after deletion 9 years ago
Edouard Tisserant f4aa4b59e0 attempt to fix bug reoported on playstore 'JNI ERROR (app bug): local reference table overflow (max=512)' 9 years ago
Edouard Tisserant c7f5ad0884 make identity->CommType public 9 years ago
Edouard Tisserant 27624dddbd Engine's methods creating identities now use from_identity 9 years ago
Edouard Tisserant 64089190fe Added own_message_private_key_details 9 years ago
Edouard Tisserant 294eef72cb wrapped get_identity 9 years ago
Edouard Tisserant 9f9d0f87a0 Fixing crash when calling encrypt on message with outgoing color known as grey (continued). 9 years ago
Edouard Tisserant 0c56a2edc3 Fixing crash when calling encrypt on message with outgoing color known as grey. 9 years ago
Edouard Tisserant ef28f29f0b Enums are not anymore only 'Color' 9 years ago
Edouard Tisserant 5889fe1217 Added DecryptFlags, ignored new import_key private keys identity list 9 years ago
Edouard Tisserant 3478b204ac Fixed blacklist_retreive 9 years ago
Edouard Tisserant b261fb9b88 fixing blacklist basic calls 9 years ago
Hussein Kasem ce28cefe8c basic api typo fixed 9 years ago
Edouard Tisserant 6797183494 Fixing config_passive_mode 9 years ago
Edouard Tisserant 1f29e7163c Fixing for config_passive_mode 9 years ago
Edouard Tisserant 22bd316629 Fixing generation 9 years ago
Edouard Tisserant a873524f8c Fixing generation 9 years ago
Hussein Kasem 223c0f8492 sync with ed 9 years ago
Hussein Kasem fd641e350f added pasivemode and blacklist calls, looks like not working yet!!!. 9 years ago
Edouard Tisserant bf36360183 remove size fields of pEp_identity 9 years ago
huss bb6a5c8c1e wrapped identity_color from pEpEngine and added pEpEngine clean task add gradle script 9 years ago
Volker Birk 22a0a9f2d9 changes in API 9 years ago
Edouard Tisserant 2c84e835c9 Updated rating defs, fixed trust/missTrust/resetTrust tests 9 years ago
Edouard Tisserant 0a57dd3b25 Added mistrust. Tests still in an intermediate state 10 years ago
Edouard Tisserant 1724f09296 Added trustPersonalKey keyResetTrust 10 years ago
Edouard Tisserant 1a7d202611 Safer and simpler syntax for access to Java's ByteArrays in JNI 10 years ago
Edouard Tisserant bbc738d661 Fixed heap corruption 10 years ago