Fa67 / android-app-1

Official IVPN Android app

Home Page:https://www.ivpn.net/apps-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IVPN for Android

IVPN for Android is a native app built using Java and Kotlin languages. Some of the features include: multiple protocols (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Always-on VPN, Start on boot and etc. IVPN Android app is distributed on the Google Play Store.

Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

  • Android SDK (can get from Android Studio)
  • Java
  • Kotlin (can get from Android Studio)
  • Git
  • Gradle

Dependencies

Project dependencies:

Deployment

There are 2 different product flavours in the project. First - spread, which value can be "store" or "site". "Site" spread flavour contains additional features(like Antitracker) that are not allowed in Google Play Store. Also, the differences in payment methods.

Second product flavour - API, there are two of them: stage and production.

So based on flavours and build types(release, debug) eight active build variants are available:

siteProductionDebug
siteProductionRelease
siteStageDebug
siteStageRelease
storeProductionDebug
storeProductionRelease
storeStageDebug
storeStageRelease

You can use each of them to build the application by Gradle from the command line or from Android Studio.

Versioning

Project is using versioning for creating release versions in the format:

x.y

x stands for a major version
y stands for a minor version

Contributing

If you are interested in contributing to IVPN for Android project, please read our Contributing Guidelines.

Security Policy

If you want to report a security problem, please read our Security Policy.

License

This project is licensed under the GPLv3 - see the License file for details.

Authors

See the Authors file for the list of contributors who participated in this project.

Acknowledgements

See the Acknowledgements file for the list of third party libraries used in this project.

About

Official IVPN Android app

https://www.ivpn.net/apps-android

License:GNU General Public License v3.0


Languages

Language:Java 97.3%Language:HTML 1.4%Language:Kotlin 0.7%Language:C 0.7%