2025-04-29 23:54:43 +02:00
< p align = "center" >
2025-05-06 14:03:22 +02:00
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/data/icon.svg" alt = "Pulse Icon" width = "64" height = "64" >
2025-04-29 23:54:43 +02:00
< / p >
2022-02-01 23:38:08 +03:00
2025-04-29 23:54:43 +02:00
< p align = "center" style = "font-size: 32px;" >
< strong > Pulse< / strong >
< / p >
2022-02-01 23:38:08 +03:00
2025-04-29 23:54:43 +02:00
< p align = "center" >
2025-05-26 21:45:06 +02:00
Redirecting outgoing calls to E2EE apps.
2025-04-29 23:54:43 +02:00
< / p >
2022-02-01 23:38:08 +03:00
2025-05-06 14:03:22 +02:00
---
< p align = "center" >
< a href = "https://apt.izzysoft.de/fdroid/index/apk/partisan.weforge.xyz.pulse" >
2025-05-09 05:46:10 +00:00
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/data/IzzyOnDroidButton.svg" alt = "Download on IzzyOnDroid" width = "255" height = "75" >
2025-05-06 14:03:22 +02:00
< / a >
2025-05-09 05:46:10 +00:00
2025-05-08 14:33:46 +00:00
< a href = "https://weforge.xyz/partisan/Pulse/src/branch/main/README.md #using -obtainium" >
2025-05-09 05:46:10 +00:00
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/data/OptainiumButton.png" alt = "Download using Optainium" width = "255" height = "75" >
2025-05-08 15:12:05 +02:00
< / a >
2025-05-06 14:03:22 +02:00
< / p >
2025-05-01 19:03:09 +00:00
---
< p align = "center" >
< strong > Screenshots< / strong >
< / p >
< p align = "center" >
< span >
2025-05-27 18:56:59 +02:00
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" alt = "Main screen" height = "500" style = "border-radius: 8px;" >
2025-05-01 19:03:09 +00:00
< / span >
< span >
2025-05-27 18:56:59 +02:00
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" alt = "Redirecting popup" height = "500" style = "border-radius: 8px;" >
< / span >
< span >
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" alt = "Redirecting popup" height = "500" style = "border-radius: 8px;" >
< / span >
< span >
< img src = "https://weforge.xyz/partisan/Pulse/raw/branch/main/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" alt = "Redirecting popup" height = "500" style = "border-radius: 8px;" >
2025-05-01 19:03:09 +00:00
< / span >
< / p >
2025-05-26 21:45:06 +02:00
# Features
2025-06-03 21:17:54 +02:00
- Material You design
- Popup with cancel option
2025-05-26 21:45:06 +02:00
- Extensive settings panel:
2025-06-03 21:17:54 +02:00
- Toggle per-service support
- Redirection only on Wi-Fi/Data
- Allowlist specific contacts
- Change per-service priority
- Customize popup position, animation, and duration
2025-05-26 21:45:06 +02:00
- ...
# Supports
2025-06-03 21:17:54 +02:00
- Signal
- Telegram
- Threema
- WhatsApp
2025-05-26 21:45:06 +02:00
2025-05-08 15:12:05 +02:00
# How to Install
## Using Droid-ify (or other F-Droid client)
[Install Droid-ify from their page ](https://droidify.eu.org/ )
In the app, search for "Pulse" and install it.
2025-06-03 21:17:54 +02:00
_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_
2025-05-08 15:12:05 +02:00
## Using Obtainium
[Install Obtainium ](https://github.com/ImranR98/Obtainium/blob/main/README.md )
2022-02-01 23:38:08 +03:00
2025-05-08 15:12:05 +02:00
In the “Add App” screen:
2025-06-03 21:17:54 +02:00
1. Add the following URL: https://weforge.xyz/partisan/Pulse
2. In **Override Source** , select **Forgejo (Codeberg)**
2025-06-04 22:52:37 +02:00
3. Tap the “Add” button at the very top, and you're done!
2025-05-08 15:12:05 +02:00
## Install directly
Go to the [Releases page ](https://weforge.xyz/partisan/Pulse/releases ) and download the latest file with the following format: `app-release.apk` .
2025-06-04 22:52:37 +02:00
Install it, and you're done!
2025-05-08 15:12:05 +02:00
2025-06-03 21:17:54 +02:00
_Please note that when installing directly, the app will not receive automatic updates._
2025-05-08 15:12:05 +02:00
# Permissions
2022-02-01 23:38:08 +03:00
2025-06-04 22:52:37 +02:00
- `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
2022-02-01 23:38:08 +03:00
2025-05-26 21:45:06 +02:00
Currently all of the permissions are required.
2022-02-04 14:22:57 +03:00
2025-05-08 15:12:05 +02:00
# License
2022-02-01 23:38:08 +03:00
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
This application is Free Software: You can use, study share and improve it at your will.
Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License v3 ](https://www.gnu.org/licenses/gpl.html ) as published by the Free
Software Foundation.
2025-04-29 23:54:43 +02:00
2025-05-08 15:12:05 +02:00
## Icon Credit
2025-04-29 23:54:43 +02:00
2025-05-08 15:12:05 +02:00
Icon based on "Pulse 53" from the [Flare Dashed Icons ](https://www.svgrepo.com/svg/450484/pulse ) collection by [Taras Shypka ](https://www.svgrepo.com/author/Taras%20Shypka/ ).
2025-04-29 23:54:43 +02:00
Licensed under the [Public Domain ](https://www.svgrepo.com/page/licensing/#PD ).
2025-05-08 15:12:05 +02:00
## Original Author
2025-04-29 23:54:43 +02:00
2025-06-03 21:17:54 +02:00
[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.