Hussein Kasem
b437bec719
binded Version Code to engine revision.
9 years ago
Hussein Kasem
629394b105
gpgme log level in function of build type
9 years ago
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
5fce9f4924
cosmetic fixes in AndroidHelper
9 years ago
Edouard Tisserant
88b39a6beb
Android fixed preloading of iconv shared object
9 years ago
Edouard Tisserant
20b6b17876
AndroidTest : Added Keyserver Lookup Test. Fixed missing perms and gpg2key binary
10 years ago
Edouard Tisserant
b5121d93b3
Fixed undeclared variable
10 years ago
Edouard Tisserant
3a8396768e
android: various cleanup/fixes + lol-hip-op support (added '-pie' in LDFLAGS')
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
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
e013d795de
Android: forgotten fix for gpg 2.0.x
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
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
Edouard Tisserant
88fb7a60cb
Added AndroidHelper class+JNI to hold Android specific initialization and stuff. Set HOME env var for pEpEngine to behave
10 years ago