Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casl0/simple_app_blocker
https://github.com/casl0/simple_app_blocker
android firewall jetpack-compose jni kotlin pcapplusplus vpnservice
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/casl0/simple_app_blocker
- Owner: CASL0
- License: apache-2.0
- Created: 2022-04-02T13:51:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T04:47:53.000Z (2 months ago)
- Last Synced: 2024-09-08T05:39:10.037Z (2 months ago)
- Topics: android, firewall, jetpack-compose, jni, kotlin, pcapplusplus, vpnservice
- Language: Kotlin
- Homepage:
- Size: 24.9 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple App Blocker
[![Weekly Build](https://github.com/CASL0/simple_app_blocker/actions/workflows/weekly_build.yml/badge.svg)](https://github.com/CASL0/simple_app_blocker/actions/workflows/weekly_build.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![API](https://img.shields.io/badge/API-29%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=29)
[![codecov](https://codecov.io/github/CASL0/simple_app_blocker/graph/badge.svg?token=0RFQSCROZT)](https://app.codecov.io/github/CASL0/simple_app_blocker)[VpnService](https://developer.android.com/reference/android/net/VpnService)を利用し、指定のアプリ以外の通信をブロックするシンプルなユーティリティツールです。
対象 OS:Android10+
## 機能
- ブロックした通信をリアルタイムで表示
- アプリ指定で通信許可
- IPv4/IPv6 対応## 開発
### 開発環境
Android Studio (Electric Eel 以降) をインストールしてください。
- Kotlin 2.0.20
- Android Gradle Plugin 8.3.2
- Gradle 8.9
- JDK 17+
- NDK 27.0.12077973以下のコマンドを実行し、JNI から使用しているネイティブライブラリ(Pcap++)をセットアップしてください。
```bash
./gradlew setup
```### モジュール
![モジュール構成](https://user-images.githubusercontent.com/28913760/227686241-7f6462cb-08fe-4759-8bf1-efaa0b5957a3.svg)
## PlayConsole へのアップロード
fastlane を使用しアップロードしています。
### 準備
PlayConsole へアップロード用の Service Account を作成し、リポジトリルートに Json を配置してください。
### アップロード
次のコマンドでアップロードしてください。
```shell
bundle config --local path vendor/bundle
bundle install
bundle exec fastlane android deploy
```## ドキュメント
- [docs](/docs)
- [変更履歴](CHANGELOG.md)※ Android Studio の[Markdown](https://pleiades.io/help/idea/markdown.html)プラグインでプレビューするには、JRE を JCEF に切り替えてください。
また、PlantUML ダイアグラムを有効にするために`Settings` > `Languages & Frameworks` >
`Markdown`から PlantUML 拡張を有効にしてください。## ライセンス
```
Copyright 2022 CASL0Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```