Bump version: v0.4.10

This commit is contained in:
xynngh 2020-07-25 13:49:26 +04:00
parent 3d832cf6e8
commit c1b7c4e9cd
3 changed files with 46 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
minSdkVersion 14
//noinspection OldTargetApi: required for call blocking
targetSdkVersion 28
versionCode 4090
versionName "0.4.9"
versionCode 4100
versionName "0.4.10"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -0,0 +1,22 @@
* Added dark theme.
0.4.9:
* Fixed a rare crash.
0.4.8:
* Add support for Direct Boot. Migration on first start may take some time.
* Configurable number of calls on the main screen.
* Other fixes and improvements.
0.4.7:
* Added a button to add a review (via a web browser).
* Other improvements.
0.4.6:
* Added "advanced call blocking mode".
* Fixed initial DB downloading in some circumstances.
* Minor fixes.

View File

@ -0,0 +1,22 @@
* Добавлена тёмная тема.
0.4.9:
* Исправлена редкая ошибка.
0.4.8:
* Добавлена поддержка Direct Boot. Миграция при первом запуске может занять некоторое время.
* Настраиваемое кол-во номеров на главном экране.
* Другие исправления и улучшения.
0.4.7:
* Добавлена кнопка для добавления отзывов (через веб-браузер).
* Другие улучшения.
0.4.6:
* Добавлен "продвинутый режим блокирования вызовов".
* Исправлена начальная загрузка базы при некоторых обстоятельствах.
* Небольшие исправления.