Pulled from main
This commit is contained in:
parent
c8ede0d472
commit
660637626e
2 changed files with 25 additions and 38 deletions
44
README.md
44
README.md
|
@ -48,22 +48,22 @@ Redirecting outgoing calls to E2EE apps.
|
|||
|
||||
# Features
|
||||
|
||||
- Material You design
|
||||
- Popup with cancel option
|
||||
- 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
|
||||
- Toggle per-service support
|
||||
- Redirection only on Wi-Fi/Data
|
||||
- Allowlist specific contacts
|
||||
- Change per-service priority
|
||||
- Customize popup position, animation, and duration
|
||||
- ...
|
||||
|
||||
# Supports
|
||||
|
||||
- Signal
|
||||
- Telegram
|
||||
- Threema
|
||||
- WhatsApp
|
||||
- Signal
|
||||
- Telegram
|
||||
- Threema
|
||||
- WhatsApp
|
||||
|
||||
# How to Install
|
||||
|
||||
|
@ -73,7 +73,7 @@ Redirecting outgoing calls to E2EE apps.
|
|||
|
||||
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
|
||||
|
||||
|
@ -81,8 +81,8 @@ In the app, search for "Pulse" and install it.
|
|||
|
||||
In the “Add App” screen:
|
||||
|
||||
1. Add the following URL: https://weforge.xyz/partisan/Pulse
|
||||
2. In **Override Source**, select **Forgejo (Codeberg)**
|
||||
1. Add the following URL: https://weforge.xyz/partisan/Pulse
|
||||
2. In **Override Source**, select **Forgejo (Codeberg)**
|
||||
3. Tap the “Add” button at the very top, and you’re done!
|
||||
|
||||
## Install directly
|
||||
|
@ -91,16 +91,16 @@ Go to the [Releases page](https://weforge.xyz/partisan/Pulse/releases) and downl
|
|||
|
||||
Install it, and you’re 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
|
||||
|
||||
- `ACCESS_NETWORK_STATE` – check connectivity
|
||||
- `CALL_PHONE` – make a call via messenger
|
||||
- `READ_CONTACTS` – check if contact has a messenger
|
||||
- `READ_PHONE_NUMBERS` – detect outgoing call
|
||||
- `SYSTEM_ALERT_WINDOW` – show redirecting popup and launch from background
|
||||
- `INTERNET` – check connectivity and verify donates
|
||||
- `ACCESS_NETWORK_STATE` – check connectivity
|
||||
- `CALL_PHONE` – make a call via messenger
|
||||
- `READ_CONTACTS` – check if contact has a messenger
|
||||
- `READ_PHONE_NUMBERS` – detect outgoing call
|
||||
- `SYSTEM_ALERT_WINDOW` – show redirecting popup and launch from background
|
||||
- `INTERNET` – check connectivity and verify donates
|
||||
|
||||
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
|
||||
|
||||
[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.
|
||||
|
|
|
@ -5,48 +5,35 @@ 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
|
||||
|
||||
Currently all of the permissions are required.
|
||||
|
||||
---
|
||||
|
||||
**License:** GPL-3.0
|
||||
|
||||
Free and open source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue