Update README and description

This commit is contained in:
xynngh 2020-08-22 21:20:00 +04:00
parent 063895f372
commit e2d2237107
3 changed files with 17 additions and 13 deletions

View File

@ -32,7 +32,7 @@ A free and open source application that can block unwanted calls or warn about p
* You can also check the "Use contacts" checkbox if you want your contacts not to be treated as unknown callers.
* After these steps everything should just work (but you can always find more options in Settings). Enjoy!
Check [frequently asked questions](FAQ.md) to learn more.
See [frequently asked questions](FAQ.md) to learn more.
## [Screenshots](fastlane/metadata/android/en-US/images/phoneScreenshots/)
@ -63,7 +63,7 @@ At this point most of the essential features (one would expect from a call block
## Privacy
Protecting the user's privacy is the first concern during development. No personal data is sent to or otherwise shared with anyone.
The only known possible data leaks are the following:
The only known possible data leaks (to the third-party servers) are the following:
* Database update procedure leaks user's IP address to the update servers.
The request also includes current database version (base or updated)

View File

@ -1,7 +1,7 @@
A simple call blocking application that will help you avoid answering unwanted calls
using an offline phone number database.
using a crowdsourced phone number database.
Features:
<b>Features:</b>
* Uses offline database.
* Blocks calls with negative rating automatically (option).
@ -11,7 +11,7 @@ Features:
* You can view online reviews for caller's number (provided by 3rd party service).
* "Advanced call blocking mode" for blocking calls on Android 7+ before the phone starts ringing (needs to be manually enabled in app Settings).
How to use:
<b>How to use:</b>
* Install and launch the app.
* The option to show caller info notifications is enabled by default, so the app will ask for phone-related permissions.
@ -21,11 +21,13 @@ How to use:
* You can also check the "Use contacts" checkbox if you want your contacts not to be treated as unknown callers.
* After these steps everything should just work (but you can always find more options in Settings). Enjoy!
The main phone number database is downloaded from a gitlab repository.
Delta updates and detailed review queries are performed using 3rd-party servers.
See <a href="https://gitlab.com/xynngh/YetAnotherCallBlocker/-/blob/master/FAQ.md">frequently asked questions</a> to learn more.
The main phone number database is downloaded from <a href="https://gitlab.com/xynngh/YetAnotherCallBlocker_data">a gitlab repository</a>.
<b>Database updates and detailed review queries are performed using 3rd-party servers.</b>
No user-identifiable information is sent (except for the phone number
the detailed reviews are loaded for).
Yet Another Call Blocker is still under development. Any help is very welcome.
Yet Another Call Blocker is still under development. Any help is welcome.
''NonFreeNet:'' the 3rd-party service is not open source.

View File

@ -1,7 +1,7 @@
Это простое приложение-блокировщик поможет избежать приема нежелательных входящих вызовов,
используя заранее загруженную базу номеров.
используя собранную сообществом базу номеров.
Особенности:
<b>Особенности:</b>
* Использует заранее загруженную (офлайн) базу номеров.
* Автоматически блокирует вызовы с номеров с отрицательным рейтингом (опция).
@ -11,7 +11,7 @@
* Возможность посмотреть онлайн-отзывы по номеру звонящего (используется сторонний сервис).
* "Продвинутый режим блокирования вызовов" для блокирования вызовов на Android 7+ до того, как телефон зазвонит (требует включения в Настройках приложения вручную).
Подготовка и настройка:
<b>Подготовка и настройка:</b>
* Установите и запустите приложение.
* По умолчанию включена опция отображения уведомлений при входящем вызове, поэтому приложение запросит разрешения связанные с телефонными вызовами.
@ -21,8 +21,10 @@
* С опцией "Отображать имена контактов" вызовы от контактов перестанут расцениваться как неизвестные.
* После настройки всё должно работать (но вы всегда можете найти больше опций в Настройках). Приятного общения!
База номеров загружается из gitlab-репозитория.
Обновления и отзывы предоставляются сторонним сервисом.
Смотрите <a href="https://gitlab.com/xynngh/YetAnotherCallBlocker/-/blob/master/FAQ.md">часто задаваемые вопросы</a> (на английском), чтобы узнать больше.
База номеров загружается из <a href="https://gitlab.com/xynngh/YetAnotherCallBlocker_data">gitlab-репозитория</a>.
<b>Обновления базы и отзывы предоставляются сторонним сервисом.</b>
Информация, позволяющая идентифицировать пользователя или устройство, не раскрывается
(за исключением лишь самого номера, для которого запрашиваются отзывы).