Bump version: v0.4.3

This commit is contained in:
xynngh 2020-05-28 23:39:16 +04:00
parent c71f9f1d78
commit 489b7f3aa0
3 changed files with 30 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 28
versionCode 4020
versionName "0.4.2"
versionCode 4030
versionName "0.4.3"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -0,0 +1,14 @@
* Fixed notification actions.
0.4.2:
* Added Dutch translation thanks to Heimen Stoffels (@Vistaus).
* Fixed incoming call notifications not being removed on some devices.
* Added options to disable some of the notifications on older devices.
* Other small improvements.
0.4.1:
* New app icon.
* Display number category on the number info screen.
* Changed icon and color of blocked call notification.

View File

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