v2.0.2 #4

Merged
partisan merged 2 commits from work into main 2025-06-03 19:21:20 +00:00
2 changed files with 25 additions and 38 deletions
Showing only changes of commit 660637626e - Show all commits

View file

@ -48,22 +48,22 @@ Redirecting outgoing calls to E2EE apps.
# Features # Features
- Material You design - Material You design
- Popup with cancel option - Popup with cancel option
- Extensive settings panel: - Extensive settings panel:
- Toggle per-service support - Toggle per-service support
- Redirection only on Wi-Fi/Data - Redirection only on Wi-Fi/Data
- Allowlist specific contacts - Allowlist specific contacts
- Change per-service priority - Change per-service priority
- Customize popup position, animation, and duration - Customize popup position, animation, and duration
- ... - ...
# Supports # Supports
- Signal - Signal
- Telegram - Telegram
- Threema - Threema
- WhatsApp - WhatsApp
# How to Install # How to Install
@ -73,7 +73,7 @@ Redirecting outgoing calls to E2EE apps.
In the app, search for "Pulse" and install it. In the app, search for "Pulse" and install it.
*Pulse uses the IzzyOnDroid repo. Some F-Droid clients, such as F-Droid itself, do not include it by default. Please add the IzzyOnDroid repo: https://apt.izzysoft.de/fdroid/repo* _Pulse uses the IzzyOnDroid repo. Some F-Droid clients, such as F-Droid itself, do not include it by default. Please add the IzzyOnDroid repo: https://apt.izzysoft.de/fdroid/repo_
## Using Obtainium ## Using Obtainium
@ -81,8 +81,8 @@ In the app, search for "Pulse" and install it.
In the “Add App” screen: In the “Add App” screen:
1. Add the following URL: https://weforge.xyz/partisan/Pulse 1. Add the following URL: https://weforge.xyz/partisan/Pulse
2. In **Override Source**, select **Forgejo (Codeberg)** 2. In **Override Source**, select **Forgejo (Codeberg)**
3. Tap the “Add” button at the very top, and youre done! 3. Tap the “Add” button at the very top, and youre done!
## Install directly ## Install directly
@ -91,16 +91,16 @@ Go to the [Releases page](https://weforge.xyz/partisan/Pulse/releases) and downl
Install it, and youre done! Install it, and youre done!
*Please note that when installing directly, the app will not receive automatic updates.* _Please note that when installing directly, the app will not receive automatic updates._
# Permissions # Permissions
- `ACCESS_NETWORK_STATE` check connectivity - `ACCESS_NETWORK_STATE` check connectivity
- `CALL_PHONE` make a call via messenger - `CALL_PHONE` make a call via messenger
- `READ_CONTACTS` check if contact has a messenger - `READ_CONTACTS` check if contact has a messenger
- `READ_PHONE_NUMBERS` detect outgoing call - `READ_PHONE_NUMBERS` detect outgoing call
- `SYSTEM_ALERT_WINDOW` show redirecting popup and launch from background - `SYSTEM_ALERT_WINDOW` show redirecting popup and launch from background
- `INTERNET` check connectivity and verify donates - `INTERNET` check connectivity and verify donates
Currently all of the permissions are required. Currently all of the permissions are required.
@ -120,4 +120,4 @@ Licensed under the [Public Domain](https://www.svgrepo.com/page/licensing/#PD).
## Original Author ## Original Author
[This software](https://github.com/x13a/Red) was originally developed by [x13a](https://github.com/x13a), but it has been archived by the owner on Jun 22, 2022. [This software](https://github.com/x13a/Red) was originally developed by [x13a](https://github.com/x13a), but it has been archived by the owner on Jun 22, 2022.

View file

@ -5,48 +5,35 @@ Redirect calls to Signal, Telegram, Threema, or WhatsApp.
**Features:** **Features:**
- Material You design - Material You design
- Popup with cancel option - Popup with cancel option
- Extensive settings panel: - Extensive settings panel:
- Toggle per-service support - Toggle per-service support
- Redirection only on Wi-Fi/Data - Redirection only on Wi-Fi/Data
- Allowlist specific contacts - Allowlist specific contacts
- Change per-service priority - Change per-service priority
- Customize popup position, animation, and duration - Customize popup position, animation, and duration
- etc - etc
**Supports:** **Supports:**
- Signal - Signal
- Telegram - Telegram
- Threema - Threema
- WhatsApp - WhatsApp
**Permissions required:** **Permissions required:**
- `CALL_PHONE` - initiate calls via messenger - `CALL_PHONE` - initiate calls via messenger
- `READ_CONTACTS` - check contact compatibility - `READ_CONTACTS` - check contact compatibility
- `READ_PHONE_NUMBERS` - detect outgoing call - `READ_PHONE_NUMBERS` - detect outgoing call
- `SYSTEM_ALERT_WINDOW` - show popup overlay - `SYSTEM_ALERT_WINDOW` - show popup overlay
- `ACCESS_NETWORK_STATE` - check connectivity - `ACCESS_NETWORK_STATE` - check connectivity
- `INTERNET` - check connectivity and verify donates - `INTERNET` - check connectivity and verify donates
Currently all of the permissions are required. Currently all of the permissions are required.
---
**License:** GPL-3.0 **License:** GPL-3.0
Free and open source Free and open source