Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2016-09-06 22:52:50 +0300
committerRicki Hirner <hirner@bitfire.at>2016-09-06 22:52:50 +0300
commit4a5f65f3c4c4609d63d8cf3e5325aae9a10bddc4 (patch)
treef7e7f95fd46609b92d041c2a495ec9ccca8b81fc /README.md
parenta0570cb416ae586fbdc8c2f7383d89966b53d62e (diff)
Restore back button default behavior; kill worker threads when not needed anymore
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index ade0c6b..b1be977 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,19 @@
cert4android is an Android library for managing custom certificates which has
been developed for [DAVdroid](https://davdroid.bitfire.at). Feel free to use
-it on your own open-source app.
+it in your own open-source app.
Discussion: https://forums.bitfire.at/category/7/transport-level-security
-## License
+# Features
+
+* uses a service to manage custom certificates
+* supports multiple threads and multiple processes (for instance, if you have an UI
+ and a separate `:sync` process which should share the certificate information)
+
+
+# License
Copyright (C) bitfire web engineering (Ricki Hirner, Bernhard Stockmann).