[Android][iOS] Social pages editor fix #3248

Merged
root merged 5 commits from issue-2787-android-social-pages-editor into master 2023-02-20 14:53:48 +00:00

5 commits

Author SHA1 Message Date
d62a930d75
Improved function EndsWith(std::string const & s1, char const * s2)
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-20 15:17:12 +02:00
05d4a835e5
Small changes according to PR comments
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-20 09:57:21 +02:00
71e43fa081
Reverted submodules kothic and twine
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-20 09:43:31 +02:00
6655589d07
Fixing unit test after adding contact:line
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-19 22:08:45 +02:00
b11cc36b9a
Removed hardcoded domains from UI (Android + iOS) code. Moved to native code Framework.nativeGetPoiContactUrl().
Automatically add domain name to social pages when upload changeset to OSM API.
Removed "@" symbol for social contacts on Android and iOS.
Simplified social contacts URLs on PlacePage. Only part of URL is shown.
Fixed parsing of fb.com/profile.php?id=34496388 URLs
Adde Line social network to iPhone.
Added function strings::EndsWith(std::string const & s1, std::string_view s2);
Introduced many constexpr variables in validate_and_format_contacts.cpp
Added more tests

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-19 16:48:06 +02:00