{"id":29591793,"url":"https://github.com/batchar2/fptnclient-android","last_synced_at":"2026-04-01T18:34:47.368Z","repository":{"id":273193570,"uuid":"887422954","full_name":"batchar2/FptnClient-Android","owner":"batchar2","description":"FPTN VPN - Android client","archived":false,"fork":false,"pushed_at":"2025-07-13T04:36:26.000Z","size":3316,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-07-13T04:38:51.789Z","etag":null,"topics":["android","java","vpn"],"latest_commit_sha":null,"homepage":"https://fptn.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/batchar2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-12T18:05:56.000Z","updated_at":"2025-07-13T04:24:45.000Z","dependencies_parsed_at":"2025-02-27T11:29:54.461Z","dependency_job_id":"5e28ce70-cc6e-4551-b594-94fbee7628e0","html_url":"https://github.com/batchar2/FptnClient-Android","commit_stats":null,"previous_names":["codeforfungunforhire/fptn-client","batchar2/fptnclient-android"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/batchar2/FptnClient-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batchar2%2FFptnClient-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batchar2%2FFptnClient-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batchar2%2FFptnClient-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batchar2%2FFptnClient-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/batchar2","download_url":"https://codeload.github.com/batchar2/FptnClient-Android/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batchar2%2FFptnClient-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","java","vpn"],"created_at":"2025-07-20T05:34:27.835Z","updated_at":"2026-04-01T18:34:47.307Z","avatar_url":"https://github.com/batchar2.png","language":"Java","readme":"## Setup\n### Formatting\n- Install ktlint plugin\n- For automated formatting, Install Ktlint plugin to IDEA then you can go to `Settings -\u003e Tools -\u003e KtLint -\u003e Distract free`.\n- For manual formatting you can use `Command+Option+Enter`.\n\n### Wildcard imports\nFor disabling wildcards go to `Settings -\u003e Editor -\u003e Code style -\u003e Kotlin -\u003e Imports`\nChoose `Use single name import` for all cases and uncheck all checkboxes below.\n\n\n### Submodules\n\n```bash\ngit submodule update --init --recursive\n```\n\n### Install conan\n\n(For Windows, refer to these [instructions](https://github.com/batchar2/fptn/tree/master/deploy/windows) to install all required dependencies.)\n\n\n```bash\npip install conan numpy\n```\n\n\n\n```bash\nsudo apt install clang\n```\n\nCreate profile, get your conan home path\n\n```bash\nconan config home\n```\n\n```bash\nconan profile detect -f\n```\n\nGo to the following path and open the profiles folder.\nFor example, on my system, the path is:\n`~/.conan2/profiles`\n\nThen, create a file named `android-studio` with the following content:\n\n```bash\ninclude(default)\n\n[settings]\nos=Android\nos.api_level=28\ncompiler=clang\ncompiler.version=20\ncompiler.libcxx=c++_static\ncompiler.cppstd=17\n\n[tool_requires]\n*: android-ndk/r28b\n```\n[Hack] If above config doesn't help, install ndk 29.0.13599879 and point it out in 3 places:\n  - app/build.gradle.kts in android section, for example\n    ```android {\n        ...\n        ndkVersion = \"28.1.13356709\"\n        ...\n    ```\n  - local.properties\n    ```\n        ndk.dir=/Users/\u003cuser-name\u003e/Library/Android/sdk/ndk/28.1.13356709\n    ```\n  - ~/.conan2/profiles/android-studio in conf section\n    ```\n        ...\n        [conf]\n        tools.android:ndk_path=/Users/ddeviatilov/Library/Android/sdk/ndk/28.1.13356709\n        ...\n    ```\n\n\n## Ktlint formatting\nCheck: `./gradlew ktlintCheck`\n\nFormat: `./gradlew ktlintFormat`\n\n## Detekt check\nCheck: `./gradlew detektCheck`\n\n## Dependency soring check\nSort: `./gradlew sortDependencies`\n\nCheck: `./gradlew checkSortDependencies`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatchar2%2Ffptnclient-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatchar2%2Ffptnclient-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatchar2%2Ffptnclient-android/lists"}