Edouard Tisserant
1ed4ba57eb
Android: use static linking for iconv with final JNI library. Was failing as shared object, because of iconv .so version number, not supported by ndk, and linker trying to find libiconv.so.2 in lolipop despite of preloading of libiconv.so
9 years ago
Edouard Tisserant
200002d804
Android: Fixed iconv non-applied libtool patch
9 years ago
Edouard Tisserant
5c16de30d9
Android: external: fixed dependency of lipetpan on libiconf in Makefile
9 years ago
Edouard Tisserant
adfff29994
Android: Disabled build of ssl and sasl for libetpan, forced libetpan to use iconv already built for gpg
10 years ago
Edouard Tisserant
786a11c9dd
Dirty patch for gnupg to run on Android 6+, without link()
10 years ago
Edouard Tisserant
3a8396768e
android: various cleanup/fixes + lol-hip-op support (added '-pie' in LDFLAGS')
10 years ago
Edouard Tisserant
92d3c9769d
Android : ensure that gnupg assets are included at first build
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
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
8f1a4dfe75
Android : reworked external makefile dependencies
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
51e7f245f7
Android: added libetpan to external, not anymore a manual step in the wiki
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