~aleteoryx/muditaos

eca248c6884d9a1e85d05f7ef79670763f1579af — Marcin Zieliński 2 years ago cfe8832
[MOS-35] Add more input modes for USSD reply

Previously only the mode restricted to digits was available.
2 files changed, 2 insertions(+), 1 deletions(-)

M module-apps/application-desktop/windows/MmiPullWindow.cpp
M pure_changelog.md
M module-apps/application-desktop/windows/MmiPullWindow.cpp => module-apps/application-desktop/windows/MmiPullWindow.cpp +1 -1
@@ 56,7 56,7 @@ MmiPullWindow::MmiPullWindow(app::ApplicationCommon *app, const std::string &nam
                                      style::desktop::inputWidget::h);

    InputBox->inputText->setInputMode(new InputMode(
        {InputMode::digit},
        {InputMode::digit, InputMode::Abc, InputMode::ABC, InputMode::abc},
        [=](const UTF8 &text1) { navBarTemporaryMode(text1); },
        [=]() { navBarRestoreFromTemporaryMode(); },
        [=]() { selectSpecialCharacter(); }));

M pure_changelog.md => pure_changelog.md +1 -0
@@ 59,6 59,7 @@
* Fixed improper asterisk button behavior when adding new contact
* Fixed for contacts removed and imported from SIM card once again were added to database without names 
* Fixed (removed) redundant leading zero from time representation unless exactly midnight
* Fixed inability to type characters other than digits in USSD replies

## [1.5.0 2022-12-20]