Bump version: v0.4.1

This commit is contained in:
xynngh 2020-05-11 18:21:34 +04:00
parent 675f3f4dca
commit 3af48e09a9
4 changed files with 25 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 28
versionCode 4000
versionName "0.4.0"
versionCode 4010
versionName "0.4.1"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -0,0 +1,10 @@
* New app icon.
* Display number category on the number info screen.
* Changed icon and color of blocked call notification.
* Other small improvements.
0.4.0:
* Display recent calls on the main screen.
* Added an option for special treatment of contacts (never blocked, name is displayed).
* A lot of other small improvements.

View File

@ -0,0 +1,3 @@
* Добавлено отображение недавних вызовов на основном экране.
* Добавлена опция для работы с контактами (никогда не блокируются, отображается имя).
* Много других небольших улучшений.

View File

@ -0,0 +1,10 @@
* Новая иконка приложения.
* Добавлено отображение категории на экран информации о номере.
* Изменена иконка и цвет уведомления о блокированном вызове.
* Другие небольшие улучшения.
0.4.0:
* Добавлено отображение недавних вызовов на основном экране.
* Добавлена опция для работы с контактами (никогда не блокируются, отображается имя).
* Много других небольших улучшений.