# android-app
**Repository Path**: xp-admin/android-app
## Basic Information
- **Project Name**: android-app
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-30
- **Last Updated**: 2024-01-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# IVPN for Android
[](https://github.com/ivpn/android-app/actions/workflows/build.yml)
[](https://github.com/ivpn/android-app/actions/workflows/codeql.yml)
**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](https://play.google.com/store/apps/details?id=net.ivpn.client), [F-Droid](https://f-droid.org/packages/net.ivpn.client/), and [Accrescent](https://accrescent.app/app/net.ivpn.client).
* [About this Repo](#about-repo)
* [Installation](#installation)
* [Deployment](#deployment)
* [Versioning](#versioning)
* [Contributing](#contributing)
* [Security Policy](#security)
* [Signing certificate hash](#signing-cert)
* [License](#license)
* [Authors](#authors)
* [Acknowledgements](#acknowledgements)
## About this Repo
This is the official Git repo of the [IVPN for Android](https://github.com/ivpn/android-app).
## 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:
* [retrofit2](https://github.com/square/retrofit)
* [gson](https://github.com/google/gson)
* [streamsupport](https://github.com/streamsupport/streamsupport)
* [sentry-android](https://github.com/getsentry/sentry-java)
* [slf4j](https://github.com/qos-ch/slf4j)
* [logback-android](https://github.com/tony19/logback-android)
* [mockito](https://github.com/mockito/mockito)
* [powermock](https://github.com/powermock/powermock)
* [dagger](https://github.com/google/dagger)
* [openvpn](https://github.com/schwabe/ics-openvpn)
* [wireguard](https://github.com/WireGuard/wireguard-android)
## 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:
```sh
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 [Semantic Versioning (SemVer)](https://semver.org) for creating release versions.
SemVer is a 3-component system in the format of `x.y.z` where:
`x` stands for a **major** version
`y` stands for a **minor** version
`z` stands for a **patch**
So we have: `Major.Minor.Patch`
## Contributing
If you are interested in contributing to IVPN for Android project, please read our [Contributing Guidelines](/.github/CONTRIBUTING.md).
## Security Policy
If you want to report a security problem, please read our [Security Policy](/.github/SECURITY.md).
## Signing certificate hash
IVPN Android app SHA-256 signing certificate hash:
```
88a6b40fc97fdc842f231f50eb12de116f5b759e3c5b38aaccaf6a7b393c85bb
```
The same SHA-256 hash is also published on the IVPN [website](https://www.ivpn.net/apps-android/).
## License
This project is licensed under the GPLv3 - see the [License](/LICENSE.md) file for details.
## Authors
See the [Authors](/AUTHORS) file for the list of contributors who participated in this project.
## Acknowledgements
See the [Acknowledgements](/ACKNOWLEDGEMENTS.md) file for the list of third party libraries used in this project.