This commit is contained in:
lucky 2022-02-01 23:38:08 +03:00
commit 0c422c9562
45 changed files with 1724 additions and 0 deletions

View file

@ -0,0 +1 @@
init

View file

@ -0,0 +1,13 @@
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 an activity from background
* CALL_REDIRECTION - process outgoing call
It is Free Open Source Software.
License: GPL-3

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -0,0 +1 @@
Redirect outgoing calls to Signal or Telegram

View file

@ -0,0 +1 @@
Re

View file

@ -0,0 +1,13 @@
Минимальное приложение для перенаправления исходящих звонков в Сигнал или Телеграм, если возможно.
Вы можете отменить перенаправление, кликнув на всплывающий блок "Перенаправление".
Разрешения:
* ACCESS_NETWORK_STATE - проверить доступность интернета
* CALL_PHONE - сделать звонок через мессенджер
* READ_CONTACTS - проверить контакт на наличие записи из мессенджера
* SYSTEM_ALERT_WINDOW - показать всплывающий блок о перенаправлении и запустить активити из фона
* CALL_REDIRECTION - обработать исходящий звонок
Это свободное программное обеспечение с открытым исходным кодом.
Лицензия: GPL-3

View file

@ -0,0 +1 @@
Перенаправить исходящие звонки в Сигнал или Телеграм

View file

@ -0,0 +1 @@
Re