2013-11-02 00:16:14 +00:00
|
|
|
|
Categories:Development
|
2013-05-13 21:48:07 +00:00
|
|
|
|
License:GPLv3
|
2014-01-20 10:34:11 +00:00
|
|
|
|
Web Site:https://guardianproject.info/code/gnupg
|
2012-09-04 12:03:46 +00:00
|
|
|
|
Source Code:https://github.com/guardianproject/gnupg-for-android
|
2013-11-07 16:40:10 +00:00
|
|
|
|
Issue Tracker:https://dev.guardianproject.info/projects/gpgandroid/issues
|
2012-09-04 12:03:46 +00:00
|
|
|
|
|
2014-03-16 22:14:35 +00:00
|
|
|
|
Auto Name:GnuPrivacyGuard
|
2013-11-08 17:26:49 +00:00
|
|
|
|
Summary:GnuPG via gpgcli
|
2012-09-04 12:03:46 +00:00
|
|
|
|
Description:
|
2013-11-08 17:26:49 +00:00
|
|
|
|
GnuPrivacyGuard extends the gpgcli command line tool to bring an integrated
|
|
|
|
|
privacy engine to your Android. It gives you command line access to the entire
|
|
|
|
|
GnuPG suite of encryption software. It also serves as the test bed for
|
|
|
|
|
complete Android integration for all of GnuPG's crypto services, including
|
|
|
|
|
OpenPGP, symmetric encryption, and more.
|
2013-11-07 16:40:10 +00:00
|
|
|
|
|
2013-05-27 10:08:12 +00:00
|
|
|
|
GPG is GNU’s tool for end-to-end secure communication and encrypted data
|
2013-11-07 16:40:10 +00:00
|
|
|
|
storage. This trusted protocol is the free software alternative to PGP. This
|
|
|
|
|
app is built upon GnuPG 2.1, the new modularized version of GnuPG that now
|
|
|
|
|
supports S/MIME.
|
|
|
|
|
|
|
|
|
|
GPG aims to provide an integrated experience, so clicking on PGP files should
|
2013-11-08 17:26:49 +00:00
|
|
|
|
"just work". You can also share files to GPG to encrypt them. GPG will also
|
2013-11-07 16:40:10 +00:00
|
|
|
|
respond when you click on a PGP fingerprint URL (one that starts with
|
|
|
|
|
openpgp4fpr:).
|
|
|
|
|
|
|
|
|
|
Before using GPG, be sure to launch the app and let it finish its installation
|
2013-11-08 17:26:49 +00:00
|
|
|
|
process. Once it has completed, then you're ready to use it. The easiest way
|
2013-11-07 16:40:10 +00:00
|
|
|
|
to get started with GPG is to install [[jackpal.androidterm]]. GPG will
|
|
|
|
|
automatically configure Android Terminal Emulator as long as you have the
|
|
|
|
|
"Allow PATH extensions" settings enabled.
|
2013-05-13 21:48:07 +00:00
|
|
|
|
|
|
|
|
|
Status: ALPHA
|
2012-09-04 12:03:46 +00:00
|
|
|
|
.
|
|
|
|
|
|
2013-05-13 21:48:07 +00:00
|
|
|
|
Repo Type:git
|
|
|
|
|
Repo:https://github.com/guardianproject/gnupg-for-android
|
2012-09-04 12:03:46 +00:00
|
|
|
|
|
2013-11-07 16:26:54 +00:00
|
|
|
|
Build:0.2.1,3
|
|
|
|
|
commit=0.2.1
|
|
|
|
|
submodules=yes
|
|
|
|
|
prebuild=rm -rf external/gnupg-for-java/
|
|
|
|
|
build=make NDK_BASE=$$NDK$$ -C external/ distclean clean-assets && \
|
|
|
|
|
make NDK_BASE=$$NDK$$ -C external/
|
2013-09-10 22:59:54 +00:00
|
|
|
|
buildjni=yes
|
2013-03-24 08:13:19 +00:00
|
|
|
|
|
2014-04-04 13:56:53 +00:00
|
|
|
|
Build:0.3.1,5
|
|
|
|
|
disable=bison 3.0 errors, should build with 2.5
|
|
|
|
|
commit=0.3.1
|
2014-03-11 05:13:15 +00:00
|
|
|
|
submodules=yes
|
2014-04-04 13:56:53 +00:00
|
|
|
|
prebuild=sed -i 's@\./autogen@AUTOMAKE_SUFFIX=-1.11 ./autogen@g' external/Makefile
|
2014-03-22 12:45:32 +00:00
|
|
|
|
build=make NDK_BASE=$$NDK$$ -C external/ distclean clean-assets all
|
2014-03-11 05:13:15 +00:00
|
|
|
|
buildjni=yes
|
|
|
|
|
|
2014-04-04 13:56:53 +00:00
|
|
|
|
Auto Update Mode:None
|
2013-05-13 21:48:07 +00:00
|
|
|
|
Update Check Mode:Tags
|
2015-01-28 05:23:42 +00:00
|
|
|
|
Current Version:0.3.2
|
|
|
|
|
Current Version Code:3020
|
2012-09-04 12:03:46 +00:00
|
|
|
|
|