init
This commit is contained in:
commit
0c422c9562
45 changed files with 1724 additions and 0 deletions
41
README.md
Normal file
41
README.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Re
|
||||
|
||||
Redirect outgoing calls to Signal or Telegram.
|
||||
|
||||
[<img
|
||||
src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||||
alt="Get it on F-Droid"
|
||||
height="80">](https://f-droid.org/packages/me.lucky.re/)
|
||||
|
||||
[comment]: <> ([<img)
|
||||
|
||||
[comment]: <> ( src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png")
|
||||
|
||||
[comment]: <> ( alt="Get it on Google Play")
|
||||
|
||||
[comment]: <> ( height="80">](https://play.google.com/store/apps/details?id=me.lucky.re))
|
||||
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/x13a/Re/main/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png"
|
||||
width="30%"
|
||||
height="30%">
|
||||
|
||||
Tiny app to redirect outgoing calls to Signal or Telegram if available.
|
||||
|
||||
You can cancel redirection by clicking on `Redirecting` 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 activity from background
|
||||
* CALL_REDIRECTION - process outgoing call
|
||||
|
||||
## License
|
||||
[](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.
|
Loading…
Add table
Add a link
Reference in a new issue