~aleteoryx/muditaos

b08481dc61bfe0459d36df3bbfc163d9fc457623 — rrandomsky 2 years ago 783ebcb
[MOS-946] Revert: USSD contacts

Revert: Fixed adding USSD codes to phonebook.
2 files changed, 2 insertions(+), 3 deletions(-)

M module-utils/utility/Utils.hpp
M pure_changelog.md
M module-utils/utility/Utils.hpp => module-utils/utility/Utils.hpp +2 -2
@@ 1,4 1,4 @@
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once


@@ 99,7 99,7 @@ namespace utils

    static inline bool is_phone_number(const std::string &s)
    {
        return s.find_first_not_of(" +-.*#()0123456789") == std::string::npos;
        return s.find_first_not_of(" +-.#()0123456789") == std::string::npos;
    }

    static inline std::string ltrim(const std::string &s)

M pure_changelog.md => pure_changelog.md +0 -1
@@ 35,7 35,6 @@
* Fixed misleading "Nie" abbreviation for word "Niedziela" (Sunday) in new alarm window
* Fixed automatic message pasting into content field in thread view after message forwarding
* Fixed redundant logs about CSQ reporting mode
* Fixed adding USSD codes to phonebook
* Fixed slider-related crash on phone turn off
* Fixed problem with an unresponsive device after playing specific WAV files.
* Fixed unresponsive Templates window for user input after templates were changed via MC.