From c51c407149ea9f2e01b69058bb54c9380ae53390 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 25 Oct 2018 01:52:15 +0000 Subject: [PATCH] org.pacien.tincapp: re-add app description This commit restores the app description in the metadata repository, the store metadata contained within the app's repository not being picked-up. --- metadata/org.pacien.tincapp.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/metadata/org.pacien.tincapp.txt b/metadata/org.pacien.tincapp.txt index db0257e687..ab73aad08f 100644 --- a/metadata/org.pacien.tincapp.txt +++ b/metadata/org.pacien.tincapp.txt @@ -7,6 +7,33 @@ Donate:https://paypal.me/pacien/15 Bitcoin:152t9TEBBhEescQx5gG7T5wHaJVeupAXQm Auto Name:Tinc App +Summary:Android binding and user interface for the tinc mesh VPN daemon +Description: +Main features: + +* Does NOT require root privilege +* Connection management through a graphical interface +* Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application) +* Automatable using third party Android applications via Intents + +Notes: + +* This application is only a VPN client, which is not tied to any VPN service provider by default. +* It requires an existing tinc network to connect to. +* For more information about the tinc VPN protocol, see [https://www.tinc-vpn.org/] + +Platform specific limitations of the Android client: + +* Operates with tinc in router mode only +* Connects to only one tinc network at a time +* No support for hook scripts + +Please see the project's website for more information (setup guide, +documentation, sources, issues): + +* [https://tincapp.pacien.org] +* [https://github.com/pacien/tincapp] +. Repo Type:git Repo:https://github.com/pacien/tincapp.git