Bump version: v0.4.4

This commit is contained in:
xynngh 2020-06-02 16:53:15 +04:00
parent 78acc06195
commit 1c6741996e
3 changed files with 40 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
minSdkVersion 14 minSdkVersion 14
//noinspection OldTargetApi: required for call blocking //noinspection OldTargetApi: required for call blocking
targetSdkVersion 28 targetSdkVersion 28
versionCode 4030 versionCode 4040
versionName "0.4.3" versionName "0.4.4"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {

View File

@ -0,0 +1,19 @@
* Added Spanish translation thanks to Diego Sanguinetti (@sguinetti).
* Small fixes.
0.4.3:
* 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,19 @@
* Добавлен испанский перевод, спасибо Diego Sanguinetti (@sguinetti).
* Небольшие исправления.
0.4.3:
* Исправлены действия из уведомлений.
0.4.2:
* Добавлен нидерландский перевод, спасибо Heimen Stoffels (@Vistaus).
* Исправлено сокрытие уведомлений на некоторых устройствах.
* Добавлены опции выключения некоторых уведомлений на старых устройствах.
* Другие небольшие улучшения.
0.4.1:
* Новая иконка приложения.
* Отображение категории на экран информации о номере.
* Изменена иконка и цвет уведомления о блокированном вызове.