Edouard Tisserant
0106699cde
Removed test workaround for enum bug
10 years ago
Edouard Tisserant
702b744f9c
Enum bug fixed
10 years ago
Edouard Tisserant
392ebf86d6
Enum Bug detected, and worked around. See code comment.
10 years ago
Edouard Tisserant
bdae104877
Fixed false positives and false negatives....
10 years ago
Edouard Tisserant
e95aa5effa
Fixed JNI Date conversion wit timegm and gmtime
10 years ago
Edouard Tisserant
e034a62c2d
Added attchements test, fixed asserts, now testing for real
10 years ago
Edouard Tisserant
62bd7c442b
More null pitfalls
10 years ago
Edouard Tisserant
1ac295d786
Android : added OptFields test
10 years ago
Edouard Tisserant
1a1ece32b1
More tests, more fixes.
10 years ago
Edouard Tisserant
2bd9817139
Fixed stingpairlist JNI accessors.
10 years ago
Edouard Tisserant
a9d26e8eee
more android tests, more fixes. Still, to_stringpairlist crash.
10 years ago
Edouard Tisserant
786a11c9dd
Dirty patch for gnupg to run on Android 6+, without link()
10 years ago
Edouard Tisserant
b514e4e7e0
Updated test app
10 years ago
Edouard Tisserant
b5121d93b3
Fixed undeclared variable
10 years ago
Edouard Tisserant
67746d04a3
Safer setters for Message
10 years ago
Edouard Tisserant
e7c8af35a7
Imunized Message.java setters against null
10 years ago
Edouard Tisserant
a8f1a80f07
added androidTests
10 years ago
Edouard Tisserant
255a9a34b1
android : added cleanpEpEngine gradle target
10 years ago
Edouard Tisserant
9ef260d60b
android : hg cleanup
10 years ago
Edouard Tisserant
3a8396768e
android: various cleanup/fixes + lol-hip-op support (added '-pie' in LDFLAGS')
10 years ago
Edouard Tisserant
f5b73f62c2
Fixed NULL blobs
10 years ago
dietz
83313bc479
Blob ctor public, working toUTF16
10 years ago
dietz
ad035146e7
decrypt seems to work. At least in one special corner case :-) I'll commit, so Edouard can take a look.
10 years ago
dietz
f5f6fa3f29
intermediate state. status might work again, should compile
10 years ago
Edouard Tisserant
8018ec8276
Android: more gradle rules tweaking
10 years ago
Edouard Tisserant
cab2db9b13
Android: use jcenter for dependecy resolution, update commons-io from 2.2 to 2.4
10 years ago
Edouard Tisserant
92d3c9769d
Android : ensure that gnupg assets are included at first build
10 years ago
Edouard Tisserant
f3b94b45fa
Android : small fix for gradle clean target
10 years ago
Edouard Tisserant
2db3f7088d
Stripped GPG-agent service code, useless with gnupg 2.0.x. Removed pinentry.sh and npth. Extended gradle clean to external
10 years ago
Edouard Tisserant
31cef7bb55
Nasty typo
10 years ago
Edouard Tisserant
808958da42
Fixed typo that was so nicely pairing with other typo in pEpEngine
10 years ago
Edouard Tisserant
e8fe8e5d25
Android : added TEMP env var pointing to a tmp dir in internan cache
10 years ago
Edouard Tisserant
3f7cc19e21
Comparison logic on enum is dangerous.
10 years ago
Edouard Tisserant
e013d795de
Android: forgotten fix for gpg 2.0.x
10 years ago
Edouard Tisserant
905d2f40ea
Android : add files ignored in prefious commit
10 years ago
Edouard Tisserant
879d51e8a8
Android : gnupg2.0.29 builds
10 years ago
Edouard Tisserant
c26a7f62a3
Android : added files ignored in previous commit
10 years ago
Edouard Tisserant
07134d298a
Android : in the process of GnuPG downgrade to 2.0, added libiconv.
10 years ago
Edouard Tisserant
6e863bd5dd
Android : trying some more _explicit_ environment in case it could help gpg-agent... Nope. But it can't hurt
10 years ago
Edouard Tisserant
8f1a4dfe75
Android : reworked external makefile dependencies
10 years ago
Edouard Tisserant
dc3780b5ac
Android : Ensure assets are populated _before_ packaging theme into aar.
10 years ago
Edouard Tisserant
5968278fda
Android : moved external's assets in external/assets, preventing assets managed by gradle from beeing modified by makefiles. Updated externals to newer revisions
10 years ago
Edouard Tisserant
fa9f1415bd
Android : try to rationalize gpg-agent parameters, prevented sig13 dumps in pinentry.sh + added some pinentry.sh log
10 years ago
Edouard Tisserant
c477c92801
Android : invoke pEpEngine build with updated path to libetpan
10 years ago
Edouard Tisserant
669aebacb2
Adapted basic_api to new pEpEngine key_compromized signature
10 years ago
Edouard Tisserant
51e7f245f7
Android: added libetpan to external, not anymore a manual step in the wiki
10 years ago
Edouard Tisserant
fbdb809a83
Android : use pEpEngine system.db build
10 years ago
Edouard Tisserant
7eee8f90bf
Android : Added default value to pEpAppPackageName property : com.pep.k9
10 years ago
Edouard Tisserant
0d5bc01646
Android :
- added TrustWord DB in assets
- added GPG external build based on gnupg-for-android external build
- added runtime asset unpacking into file system, for native access
- added gradle tasks and dependencies to invoke external and pEpEngine build
- added GPGAgentService and associated android intent to start gpg-agent
- added dumb pinentry.sh to keep gpg-agent happy
Note : temporary added import_key to basic_api for testing purpose
10 years ago
Volker Birk
dff957a6f6
exceptions fixed
10 years ago