Update feature list in README

This commit is contained in:
xynngh 2019-07-20 21:49:17 +04:00
parent e1cc5b46d1
commit 5fa7c1ae77
1 changed files with 8 additions and 13 deletions

View File

@ -8,19 +8,14 @@ The goal of this project is to provide a free and open source application that c
## Features ## Features
At this point of time the application is at the very early stages of development and has more of a proof-of-concept nature. At this point of time the application is at the very early stages of development.
Currently implemented (more or less; with little to no UI for that): Currently implemented (more or less):
* Offline phone number database: querying for data. * Showing a notification with some number info (positive/negative, category, number of negative reviews and such) when the phone's ringing. *Works offline.*
* Getting delta updates for the database from third-party servers. * Loading and displaying a list of reviews for a calling number (accessed by pressing the notification). *Requires internet.*
* "Featured" offline database containing names for some popular (?) phone numbers. * Automatic blocking of unwanted calls (may not work on some devices; doesn't work on Android 9+). *Works offline.*
* Loading text reviews for specific phone numbers from third-party servers. * Automatic update of the database (for offline use). *Requires internet.*
At the proof-of-concept stage are the following features:
* Showing a notification with some number info (positive/negative, category, number of negative reviews and such) when the phone's ringing.
* Loading and displaying a list of reviews for a calling number (accessed by pressing the notification).
## Available 3rd-party data ## Available 3rd-party data
@ -82,13 +77,13 @@ Any contributions are very welcome.
Clone the project repo: Clone the project repo:
``` ```
git clone https://gitlab.com/xynngh/YetAnotherCallBlocker git clone https://gitlab.com/xynngh/YetAnotherCallBlocker.git
``` ```
Clone the assets repo: Clone the assets repo:
``` ```
git clone https://gitlab.com/xynngh/YetAnotherCallBlocker_data git clone https://gitlab.com/xynngh/YetAnotherCallBlocker_data.git
``` ```
Sym-link the assets: Sym-link the assets: