247 lines
4.9 KiB
YAML
247 lines
4.9 KiB
YAML
|
Categories:
|
||
|
- Connectivity
|
||
|
- Internet
|
||
|
- Security
|
||
|
- System
|
||
|
License: GPL-3.0-only
|
||
|
WebSite: https://tincapp.pacien.org
|
||
|
SourceCode: https://github.com/pacien/tincapp
|
||
|
IssueTracker: https://github.com/pacien/tincapp/issues
|
||
|
Changelog: https://github.com/pacien/tincapp/blob/HEAD/changelog.md
|
||
|
Donate: https://paypal.me/pacien/15
|
||
|
Bitcoin: 152t9TEBBhEescQx5gG7T5wHaJVeupAXQm
|
||
|
|
||
|
AutoName: Tinc App
|
||
|
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]
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/pacien/tincapp.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.1-preview
|
||
|
versionCode: 1
|
||
|
commit: v0.1-preview
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/constraint-layout/s/1\.0\.0-alpha4/1.0.2/g' build.gradle
|
||
|
|
||
|
- versionName: '0.2'
|
||
|
versionCode: 2
|
||
|
commit: v0.2
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.3'
|
||
|
versionCode: 3
|
||
|
commit: v0.3
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.4'
|
||
|
versionCode: 4
|
||
|
commit: v0.4
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.5'
|
||
|
versionCode: 5
|
||
|
commit: v0.5
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.6'
|
||
|
versionCode: 6
|
||
|
commit: v0.6
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.7'
|
||
|
versionCode: 7
|
||
|
commit: v0.7
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.8'
|
||
|
versionCode: 8
|
||
|
commit: v0.8
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild:
|
||
|
- sed -i -e '/repositories {/ a google()' ../build.gradle
|
||
|
- sed -i -e '/lintOptions {/ a abortOnError false' build.gradle
|
||
|
|
||
|
- versionName: '0.9'
|
||
|
versionCode: 9
|
||
|
commit: v0.9
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.10'
|
||
|
versionCode: 10
|
||
|
commit: v0.10
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.11'
|
||
|
versionCode: 11
|
||
|
commit: v0.11
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.12'
|
||
|
versionCode: 12
|
||
|
commit: v0.12
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.13'
|
||
|
versionCode: 13
|
||
|
commit: v0.13
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.14'
|
||
|
versionCode: 14
|
||
|
commit: v0.14
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.15'
|
||
|
versionCode: 15
|
||
|
commit: v0.15
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.16'
|
||
|
versionCode: 16
|
||
|
commit: v0.16
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.17'
|
||
|
versionCode: 17
|
||
|
commit: v0.17
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.18'
|
||
|
versionCode: 18
|
||
|
commit: v0.18
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/keystorePropertiesFile/,+2d' -e '/signingConfigs/,+7d' -e
|
||
|
'/signingConfigs.release/d' -e '/keystoreProperties/d' build.gradle
|
||
|
|
||
|
- versionName: '0.19'
|
||
|
versionCode: 19
|
||
|
commit: v0.19
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.20'
|
||
|
versionCode: 20
|
||
|
commit: v0.20
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.22'
|
||
|
versionCode: 22
|
||
|
commit: v0.22
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.23'
|
||
|
versionCode: 23
|
||
|
commit: v0.23
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||
|
ndk: r17b
|
||
|
|
||
|
- versionName: '0.24'
|
||
|
versionCode: 24
|
||
|
commit: v0.24
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||
|
ndk: r17b
|
||
|
|
||
|
- versionName: '0.25'
|
||
|
versionCode: 25
|
||
|
commit: v0.25
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||
|
ndk: r17b
|
||
|
|
||
|
- versionName: '0.27'
|
||
|
versionCode: 27
|
||
|
commit: v0.27
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||
|
ndk: r17c
|
||
|
|
||
|
- versionName: '0.28'
|
||
|
versionCode: 28
|
||
|
commit: v0.28
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||
|
ndk: r17c
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '0.28'
|
||
|
CurrentVersionCode: 28
|