From a95a548e1fd8250b1fdc4520ad53c7a5e6c96168 Mon Sep 17 00:00:00 2001 From: partisan Date: Sat, 31 May 2025 17:22:50 +0000 Subject: [PATCH 1/3] Update fastlane/metadata/android/en-US/full_description.txt --- fastlane/metadata/android/en-US/full_description.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 491ea81..0d1ab15 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -48,5 +48,8 @@ Redirect calls to Signal, Telegram, Threema, or WhatsApp. Currently all of the permissions are required. +--- + **License:** GPL-3.0 + Free and open source From b981f41955679f1961d81951359683aa2d461317 Mon Sep 17 00:00:00 2001 From: partisan Date: Sat, 31 May 2025 20:01:50 +0000 Subject: [PATCH 2/3] Update fastlane/metadata/android/en-US/full_description.txt --- .../metadata/android/en-US/full_description.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 0d1ab15..63a13d2 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -5,43 +5,28 @@ Redirect calls to Signal, Telegram, Threema, or WhatsApp. **Features:** - Material You design - - Popup with cancel option - - Extensive settings panel: - - Toggle per-service support - - Redirection only on Wi-Fi/Data - - Allowlist specific contacts - - Change per-service priority - - Customize popup position, animation, and duration - - etc **Supports:** - Signal - - Telegram - - Threema - - WhatsApp **Permissions required:** - `CALL_PHONE` - initiate calls via messenger - - `READ_CONTACTS` - check contact compatibility - - `READ_PHONE_NUMBERS` - detect outgoing call - - `SYSTEM_ALERT_WINDOW` - show popup overlay - - `ACCESS_NETWORK_STATE` - check connectivity - `INTERNET` - check connectivity and verify donates From 9750daaaa2d0ffc1f862206bc0beb724f3ec6768 Mon Sep 17 00:00:00 2001 From: partisan Date: Sun, 1 Jun 2025 08:57:23 +0000 Subject: [PATCH 3/3] Update fastlane/metadata/android/en-US/full_description.txt --- fastlane/metadata/android/en-US/full_description.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 63a13d2..e63bda7 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -28,7 +28,6 @@ Redirect calls to Signal, Telegram, Threema, or WhatsApp. - `READ_PHONE_NUMBERS` - detect outgoing call - `SYSTEM_ALERT_WINDOW` - show popup overlay - `ACCESS_NETWORK_STATE` - check connectivity - - `INTERNET` - check connectivity and verify donates Currently all of the permissions are required.