~aleteoryx/muditaos

737d8fe09574c6790282f7db8d9954c7a0f1ab7d — Mateusz Piesta 2 years ago 01800f4
[MOS-946] USSD contacts

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

M module-utils/utility/Utils.hpp
M pure_changelog.md
M module-utils/utility/Utils.hpp => module-utils/utility/Utils.hpp +1 -1
@@ 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 +1 -0
@@ 26,6 26,7 @@
* 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


## [1.7.0 2023-03-23]