Move Android Certificates to system to avoid security warnings
This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Felix Ableitner 37943b1255 Merge pull request #5 from PLNech/UserCertificatesDir
Tests: Replaces now unresolvable USER_CERTIFICATES_DIR
2015-08-18 16:51:55 +08:00
app Tests: Replaces now unresolvable USER_CERTIFICATES_DIR by call to appropriate method 2015-08-14 14:45:07 +02:00
gradle/wrapper Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00
graphics Added donate button to readme. 2014-10-22 14:43:08 +03:00
libraries Updated libsuperuser. 2014-07-24 19:25:53 +02:00
.gitignore Updated .gitignore. 2014-10-22 14:30:43 +03:00
.gitmodules Updated libsuperuser to reference the main project. 2014-07-21 14:33:01 +02:00
LICENSE.md Added GPL v3 license. 2014-07-28 13:40:26 +02:00
README.md Added donate button to readme. 2014-10-22 14:43:08 +03:00
build.gradle Added proper gradle release build. 2014-07-24 19:11:26 +02:00
gradle.properties Initial commit. 2014-07-02 16:31:36 +02:00
gradlew Initial commit. 2014-07-02 16:31:36 +02:00
gradlew.bat Initial commit. 2014-07-02 16:31:36 +02:00
settings.gradle Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00
zertman.iml Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00

README.md

Move Certs!

"Network may be monitored": Tired of this warning after installing a certificate?

With this app, you can disable it in one click.

REQUIRES ROOT

Get it on Google Play Get it on F-Droid

Thanks to xda-developers and stackoverflow.

Donate

Donate QR Code

Building

Clone the project with git clone --recursive

Build with gradle assembleDebug or gradle assembleRelease. Alternatively, import the project into Android Studio.

Dependencies

The libsuperuser library (licensed under Apache 2.0) is used for root access, and included as a git submodule in the libraries/ folder.

License

The project is licensed under GPL v3.