# Changes
+## [0.11.0] - 2019-12-01
+
+* NEW
+ + new transaction: add clear button to text input fields
+* SECURITY
+ + avoid exposing basic HTTP authentication to wifi portals
+ + profile editor: warn when using authentication with insecure HTTP scheme
+ + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
+* IMPROVEMENTS
+ + clarify that crash reports are sent via email and user can review them before sending
+ + allow toggling password visibility in profile details
+ + reworked new transaction screen:
+* FIXES
+ - re-enable app shortcuts on Android 7.1 (Nougat)
+ - fix possible crash when returning to new transaction screen from another app
+ - fix race in setting up theme colors while creating UI
+ - rotating screen no longer restarts new transaction entry
+ - fix JSON API for hledger-web 1.15.2
+
## [0.10.3] - 2019-06-30
* FIXES:
applicationId "net.ktnx.mobileledger"
minSdkVersion 22
targetSdkVersion 28
- versionCode 29
- versionName '0.10.3'
+ versionCode 30
+ versionName '0.11.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
--- /dev/null
+[Журнал на промените](https://mole.ktnx.net/#index6h1)
+
+* СИГУРНОСТ
+ - предотвратено разкриване на паролата при използване на wifi портали
+ - добавено предупреждение при използване на парола с несигурен HTTP протокол при настройка на профил
+ - позволяване на нешифрована връзка на Android 8+; все пак, използвайте HTTPS за да запазите данните в тайна
+* ПОДОБРЕНИЯ
+ - поясняване, че докладите за грешка се изпращат по email и потребителят има възможност да ги прегледа преди изпращане
+ - добавена възможност за преглед на паролата в настройките на профилите
+ - преработен екран за въвеждане на трансакция
+* ПОПРАВКИ
+ - повторно активиране на директните икони за въвеждане на трансакция на Android 7.1 (Nougat)
+ - отстранен възможен срив при връщане към екрана за въвеждане на трансакция от друго приложение
+ - отсранен проблем при настройване на цветовете на темата
+ - завъртането на екрана вече не изчиства екрана за въвеждане на трансакция
+ - поправка в JSON API за hledger-web 1.15.2
--- /dev/null
+* NEW
+ + new transaction: add clear button to text input fields
+* SECURITY
+ + avoid exposing basic HTTP authentication to wifi portals
+ + profile editor: warn when using authentication with insecure HTTP scheme
+ + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
+* IMPROVEMENTS
+ + clarify that crash reports are sent via email and user can review them before sending
+ + allow toggling password visibility in profile details
+ + reworked new transaction screen:
+* FIXES
+ - re-enable app shortcuts on Android 7.1 (Nougat)
+ - fix possible crash when returning to new transaction screen from another app
+ - fix race in setting up theme colors while creating UI
+ - rotating screen no longer restarts new transaction entry
+ - fix JSON API for hledger-web 1.15.2