Updated fastlane/metadata
34
README.md
|
@ -7,7 +7,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp.
|
||||
Redirecting outgoing calls to E2EE apps.
|
||||
</p>
|
||||
|
||||
---
|
||||
|
@ -38,6 +38,25 @@ Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp.
|
|||
</span>
|
||||
</p>
|
||||
|
||||
# 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
|
||||
- ...
|
||||
|
||||
# Supports
|
||||
|
||||
- Signal
|
||||
- Telegram
|
||||
- Threema
|
||||
- WhatsApp
|
||||
|
||||
# How to Install
|
||||
|
||||
## Using Droid-ify (or other F-Droid client)
|
||||
|
@ -68,13 +87,14 @@ Install it, and you’re done!
|
|||
|
||||
# Permissions
|
||||
|
||||
* ACCESS_NETWORK_STATE - check internet is available
|
||||
* CALL_PHONE - make a call via messenger
|
||||
* READ_CONTACTS - check contact has a messenger record
|
||||
* SYSTEM_ALERT_WINDOW - show redirecting popup and launch an activity from background
|
||||
* CALL_REDIRECTION - process outgoing call
|
||||
- `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
|
||||
|
||||
All permissions are mandatory.
|
||||
Currently all of the permissions are required.
|
||||
|
||||
# License
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "partisan.weforge.xyz.pulse"
|
||||
minSdk = 29
|
||||
targetSdk = 34
|
||||
versionCode = 13
|
||||
versionName = "1.4.1"
|
||||
versionCode = 14
|
||||
versionName = "2.0.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 56 KiB |
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Pulse</string>
|
||||
<string name="description">Redirects outgoing calls to E2EE apps if available.</string>
|
||||
<string name="description">Redirecting outgoing calls to E2EE apps.</string>
|
||||
<string name="popup">Redirecting to %1$s</string>
|
||||
<string name="settings_name">Settings</string>
|
||||
<string name="popup_name">Popup</string>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
package partisan.weforge.xyz.pulse
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
import org.junit.Assert.*
|
||||
|
||||
/**
|
||||
* Example local unit test, which will execute on the development machine (host).
|
||||
*
|
||||
* See [testing documentation](http://d.android.com/tools/testing).
|
||||
*/
|
||||
class ExampleUnitTest {
|
||||
@Test
|
||||
fun addition_isCorrect() {
|
||||
assertEquals(4, 2 + 2)
|
||||
}
|
||||
}
|
|
@ -1,2 +1,5 @@
|
|||
Forked from Red and renamed to Pulse.
|
||||
Changed Icons and graphic.
|
||||
v1.3.0
|
||||
- Forked from Red and renamed to Pulse.
|
||||
- Changed Icons and graphic.
|
||||
- Added material you icon.
|
||||
- Added options to toggle and change priority to individual redirect services.
|
|
@ -1 +1,2 @@
|
|||
Added material you icon.
|
||||
v1.3.1
|
||||
- Updated metadata and removed some background Google BLOB to improve compliance with IzzyOnDroid repo.
|
|
@ -1 +1,2 @@
|
|||
Added options to toggle and change priority to individual redirect services.
|
||||
v1.3.2
|
||||
- Fixed crash related to redirect popup
|
|
@ -1 +1,3 @@
|
|||
Updated metadata and removed some background Google BLOB to improve compliance with IzzyOnDroid repo.
|
||||
v1.4.0
|
||||
- Added progress bar to popup, to better indicate loading
|
||||
- Updated appstore icon
|
|
@ -1 +1,2 @@
|
|||
Fixed crash related to redirect popup
|
||||
v1.4.1
|
||||
- Dependency update
|
16
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
v2.0.0
|
||||
- Reworked the entire UI
|
||||
- Added welcome screen to check for required permissions
|
||||
- New landing page with a single toggle, moved settings to separate menus
|
||||
- Added side menu with:
|
||||
- Allowlist
|
||||
- Redirection: toggle on Wi-Fi, etc.
|
||||
- Services: toggle individual redirect services and set their priority
|
||||
- Popup: change position, animation, and duration
|
||||
- Added About section with:
|
||||
- Donate
|
||||
- About the app
|
||||
|
||||
Fixes:
|
||||
- Popup now uses system Material colors
|
||||
- Fixed issue where service priority changes didn't work
|
|
@ -1,15 +1,33 @@
|
|||
Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp if available.
|
||||
Redirect calls to Signal, Telegram, Threema, or WhatsApp.
|
||||
|
||||
You can cancel redirection by clicking on "Redirecting to.." popup.
|
||||
---
|
||||
|
||||
Permissions:
|
||||
* `ACCESS_NETWORK_STATE` - check internet is available
|
||||
* `CALL_PHONE` - make a call via messenger
|
||||
* `READ_CONTACTS` - check contact has a messenger record
|
||||
* `SYSTEM_ALERT_WINDOW` - show redirecting popup and launch an activity from background
|
||||
* `CALL_REDIRECTION` - process outgoing call
|
||||
**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
|
||||
...
|
||||
|
||||
All permissions are mandatory.
|
||||
**Supports:**
|
||||
- Signal
|
||||
- Telegram
|
||||
- Threema
|
||||
- WhatsApp
|
||||
|
||||
It is Free Open Source Software.
|
||||
License: GPL-3
|
||||
**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
|
||||
|
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 65 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 111 KiB |
|
@ -1 +1 @@
|
|||
Redirect outgoing calls to Signal/Telegram/Threema/Whatsapp
|
||||
Redirecting outgoing calls to E2EE apps.
|
|
@ -1,17 +0,0 @@
|
|||
Petite application redirigereant les appels sortants vers Signal/Telegram/Threema/Whatsapp si ils sont
|
||||
disponibles.
|
||||
|
||||
Vous pouvez annuler la redirection en cliquant sur la fenêtre contextuelle "Redirection vers...".
|
||||
|
||||
Autorisations:
|
||||
* `ACCESS_NETWORK_STATE` - Vérifié la disponibilité d\'accès à internet
|
||||
* `CALL_PHONE` - Passer un appel via messenger
|
||||
* `READ_CONTACTS` - Vérifier que le contact a un enregistreur de message
|
||||
* `SYSTEM_ALERT_WINDOW` - Afficher une fenêtre contextuelle de redirection et lancer une activité en
|
||||
arrière-plan
|
||||
* `CALL_REDIRECTION` - Traiter les appels sortants
|
||||
|
||||
Toutes les autorisations sont obligatoires.
|
||||
|
||||
C'est un logiciel libre et gratuit.
|
||||
Licence : GPL-3
|
|
@ -1 +0,0 @@
|
|||
Rediriger les appels sortants vers Signal/Telegram/Threema/Whatsapp
|
|
@ -1 +0,0 @@
|
|||
Pulse
|
|
@ -1,16 +0,0 @@
|
|||
Мини приложение для перенаправления исходящих вызовов в Signal/Telegram/Threema/Whatsapp.
|
||||
|
||||
Вы можете отменить перенаправление, кликнув на всплывающее сообщение "Перенаправление в..".
|
||||
|
||||
Разрешения:
|
||||
* `ACCESS_NETWORK_STATE` - проверить наличие интернета
|
||||
* `CALL_PHONE` - позвонить через мессенджер
|
||||
* `READ_CONTACTS - проверить контакт на наличие записи из мессенджера
|
||||
* `SYSTEM_ALERT_WINDOW` - показать всплывающее сообщение о перенаправлении и запустить активити из
|
||||
фона
|
||||
* `CALL_REDIRECTION` - обработать исходящий вызов
|
||||
|
||||
Все разрешения обязательны для работы приложения.
|
||||
|
||||
Это свободное программное обеспечение с открытым исходным кодом.
|
||||
Лицензия: GPL-3
|
|
@ -1 +0,0 @@
|
|||
Перенаправление исходящих вызовов в Signal/Telegram/Threema/Whatsapp
|
|
@ -1 +0,0 @@
|
|||
Pulse
|