Bump version: v0.4.5

This commit is contained in:
xynngh 2020-06-14 19:24:28 +04:00
parent cd442a24f5
commit be72580311
3 changed files with 38 additions and 2 deletions

View File

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

View File

@ -0,0 +1,18 @@
* Fixed compatibility with older Android versions.
* Small fixes.
0.4.4:
* 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.

View File

@ -0,0 +1,18 @@
* Исправлена совместимость со старыми версиями Android.
* Небольшие исправления.
0.4.4:
* Добавлен испанский перевод, спасибо Diego Sanguinetti (@sguinetti).
* Небольшие исправления.
0.4.3:
* Исправлены действия из уведомлений.
0.4.2:
* Добавлен нидерландский перевод, спасибо Heimen Stoffels (@Vistaus).
* Исправлено сокрытие уведомлений на некоторых устройствах.
* Добавлены опции выключения некоторых уведомлений на старых устройствах.
* Другие небольшие улучшения.