Updated fastlane/metadata
This commit is contained in:
parent
b65222ddf9
commit
9dcfe80a26
26 changed files with 90 additions and 82 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue