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]