An Android gallery app with thumbnail-preserving encryption capabilities. Built using Java & C/C++ upon LeafPic by HoraApps.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
420
commits
164
commits
15
commits
6
commits
2
commits
2
commits
1
commits
compiler can't find jpeglib.h, even if front-end says it can. TRY: adding the folder where jpeglib.h is located as a flag in the Makefile, then changing the include to #include 'jpeglib.h'
69f96b4View on GitHubStill working on using the 3rd party library w/ NDK integration
ee6123cView on GitHubcreated Android.mk file -- trying to incorporate two .a libraries (libjpeg.a & figleaf.a) for use with NDK and LeafPic display functionalities
d259d75View on GitHubJNI successfully integrated! C code constructs a byte array from the image and returns it...the image is then reconstructed from this result & displayed in an ImageFragment
a11fb11View on GitHubimplemented 'decryption' mechanism for encrypted images (taken by Focal)
7d3e149View on GitHub