From b9c32914cf8a119f5aadba4d8be3aa55e47b7cc5 Mon Sep 17 00:00:00 2001 From: xynngh Date: Tue, 15 Oct 2019 17:04:43 +0400 Subject: [PATCH] Add some fastlane metadata --- .../metadata/android/en-US/changelogs/310.txt | 2 ++ .../android/en-US/full_description.txt | 28 +++++++++++++++++++ .../android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + 4 files changed, 32 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/310.txt create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt diff --git a/fastlane/metadata/android/en-US/changelogs/310.txt b/fastlane/metadata/android/en-US/changelogs/310.txt new file mode 100644 index 0000000..2544e7d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/310.txt @@ -0,0 +1,2 @@ +* Updated dependencies. +* Added some fastlane metadata. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..ca6e5fd --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,28 @@ +A simple call blocking application that will help you avoid answering unwanted calls +using an offline phone number database. + +Features: + +* Showing a notification with some caller info (positive/negative rating, category, number of negative reviews and such) when the phone's ringing. ''Works offline.'' +* Loading and displaying a list of reviews for a number. ''Requires internet.'' +* Automatic blocking of unwanted calls (may not work on some devices; doesn't work on Android 9+). ''Works offline.'' +* Automatic update of the database (for offline use). ''Requires internet.'' + +How to use: + +* Install and launch the app. +* Press the "Download database" button on the main screen, wait for it to finish. +* At this point you should be able to see notifications with some caller info during incoming calls. You can press such a notification to load detailed online reviews. +* Toggle the "Auto-update enabled" switch (recommended) to automatically receive daily DB updates (these are delta updates, so they consume very little traffic). +* Toggle the "Block unwanted calls" switch if you want to enable automatic blocking. +* After these steps everything should just work. Enjoy! + +The main phone number database is downloaded from +[https://gitlab.com/xynngh/YetAnotherCallBlocker_data a gitlab repository]. +Delta updates and detailed review queries are performed using 3rd-party servers. +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. + +''NonFreeNet:'' the 3rd-party service is not open source. diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..bcd8f07 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Block unwanted calls effortlessly diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..aa24bd0 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Yet Another Call Blocker