[Android] Parse social pages links in POI editor #1545

Merged
root merged 6 commits from issue-1397-android-editor-process-social-link into master 2021-11-16 22:05:44 +00:00

6 commits

Author SHA1 Message Date
efa9cd5157
Refactoring of validate_and_format_contacts.cpp
* simplified if() statements
* use Url::FromString to skip HTTP(S) protocol checks
* get rid of webPath.back() function to exclude crashes
* Formatting

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-16 10:14:25 +02:00
43d4cc5821
Moved regex's to static variables to reuse same regular expressions in validation and formatting functions.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-15 15:14:01 +02:00
7991171fff
Fixed XCode project formatting
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-15 12:47:11 +02:00
9bb9ef073f
Renamed 'contacts_processor' to 'validate_and_format_contacts'
Moved Validate*Page functions to validate_and_format_contacts.hpp/.cpp

Moved validate_and_format_contacts tests to a separate CPP file

PR comments fixes

Fixed iOS build

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-15 11:42:52 +02:00
396f724e69
Fix build error
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-12 19:07:55 +02:00
c548d1da8c
Moved Facebook, Instagram, Twitter, VK cleanup functions from "generator" to "indexer".
Added call to ValidateAndFormat_* functions on social links edit.
Fixed contact:line validation. Empty string is now correct value

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-12 18:10:26 +02:00