heck
78dc887d45
JNI-135 - Fixed. use finalize() to release JNI-allocated mem. (Autocloseable never called close())
4 years ago
heck
59d6177dc8
Test: JNI-143 - Add Doc
4 years ago
heck
49a22f58dc
Test: JNI-135 - simplify.
4 years ago
heck
a287cbcaf5
Merge branch 'JNI-146' into Release_2.1
4 years ago
heck
4bdfb836a0
change var name accordingly
4 years ago
Hussein Kasem
ba4c0456f7
JNI-146 Reference AbstracEngine instead of Engine
To call java private methods from C/JNI side on an Android 7 device
seem to require to use the MethodId of the real class not from its
decendants
4 years ago
heck
7f324d0a67
Tests: Add JNI-135 - Heavy memory consumption - memory leaks
4 years ago
heck
2496249344
Tests: Move byte[] diff method to AdapterTestUtils
4 years ago
heck
7b65930322
Test: add JNI-143 - "Add Attachments Enc/Dec Tests"
4 years ago
heck
b13cb2120c
AdapterTestUtils: makeNewTestBlob featuring size parameter
4 years ago
heck
8db308ba79
remove debug out
4 years ago
heck
3002300556
PityTest: TestLogger - correct static initialization
4 years ago
heck
beb6533cb3
PityTest: typo
4 years ago
heck
9b60eea30d
use libpEpAdapter=Release_2.1.8
4 years ago
Devan Carpenter
b57430797b
CI: enable java8 tagged build
The Java 8 tagged-job did not set the boolean to true. This would
prevent the resulting docker image to not get tagged with the ref tag.
4 years ago
Devan Carpenter
2d44af3581
CI: add job using Java 8
We want to support Java 8 (LTS) so this adds a job using this JDK.
4 years ago
heck
62b147564b
use libpEpAdapter=Release_2.1.7
4 years ago
Devan Carpenter
c94d710399
CI: add install steps to build jar
(cherry picked from commit 943267851bb71e06273379d58b904f9af9cb6608)
4 years ago
Hussein Kasem
ec740370dd
Add build and .cxx folders to .gitignore
4 years ago
Hussein Kasem
5036b3b69e
Android Build: Update sequoia deps and build.gradle for Release 2.1.8
4 years ago
Hussein Kasem
5263aec68e
JNI-130 Generate JNI headers with lib-java
4 years ago
heck
816a9347e3
Merge branch 'JNI-134' into Release_2.1
4 years ago
heck
86c27682e5
mistake: remove dupliacted test case
4 years ago
heck
85d0778def
Merge branch 'JNI-129' into Release_2.1
4 years ago
heck
549e43a22c
Merge branch 'JNI-134' into Release_2.1
4 years ago
heck
4fdcb1e1ac
JNI-129 - JNI-129 - Message.getSent calls getSent() instead of _getSent()
4 years ago
heck
31ddafa3e5
codegen : message.cc fix datetime type
4 years ago
heck
784a49ce70
JNI-134 - Tests for class Message getter/setter
4 years ago
heck
29aff6a292
Test Basic - use AdapterTestUtils for BlobList creation
4 years ago
heck
2ca43ba85c
AdapterTestUtils - Blob and BlobList factory methods
4 years ago
heck
c115d5e970
AdapterBaseTestContext - Add Message types test objects
4 years ago
heck
87fc20082b
Fix: JNI-129 - Message.getSent calls getSent() instead of _getSent()
4 years ago
heck
45be4caae7
update tests for newer pitytest version
4 years ago
heck
ceb6a6ad62
test runner: java cmd-line options made modular
4 years ago
heck
72e65bebe1
fix merge conflicts
4 years ago
heck
8b17579b69
fix merge conflicts
4 years ago
heck
fabf7c81ed
merge master into Release_2.1 branch
4 years ago
heck
8071245dd0
fix testframework
4 years ago
heck
ac91696b0a
And suddenly my linux box javac needs "-encoding UTF-8", well, cant hurtbeing explicit about that in general.
(cherry picked from commit 242bdb073c
)
5 years ago
Devan Carpenter
6aad2c5430
CID: don't use insecure docker registries anymore
We now have a public registry, so we don't use registries on the LAN
with only HTTP anymore. Let's remove the possiblity to use plain
HTTP.
4 years ago
Devan Carpenter
cd967299b5
CI: install JDK before building JNIAdapter
4 years ago
Devan Carpenter
e7a26a0d24
CI: remove incomplete CentOS jobs
4 years ago
Devan Carpenter
4d4611f87c
CI: remove superfluous bashism
4 years ago
Devan Carpenter
ffe7a94b94
CI: specify release tags for tagged jobs
run different jobs if there is a new tag matching the "Release_<semver>"
pattern.
4 years ago
Devan Carpenter
7c30666187
CI: add basic gitlab-ci jobs
Adds simple jobs for building the the Engine for Debian 10.
Pre-built docker images containing des will be pulled down and used
to build the Adapter.
Upon successful compilation an image containing the build output will be
pushed to a docker registry.
4 years ago
Devan Carpenter
7cec570df9
CID: don't use insecure docker registries anymore
We now have a public registry, so we don't use registries on the LAN
with only HTTP anymore. Let's remove the possiblity to use plain
HTTP.
4 years ago
Devan Carpenter
f2093047b5
CI: install JDK before building JNIAdapter
4 years ago
Devan Carpenter
fe3469743e
DEPS: update to latest pEpEngine 2.1.x release
4 years ago
Devan Carpenter
2bfb46a98c
CI: remove incomplete CentOS jobs
4 years ago
Devan Carpenter
b0608ccefd
CI: remove superfluous bashism
4 years ago