Added switching coordinates formats on tap.
Added OSMLink coordinates format. It's value is link to OSM.org with a marker. E.g. "https://osm.org/go/xcXjyqQlq-?m="
Fixed tests.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
Added social links icons to information page. Added Facebook, Instagram, Twitter, VK icons in vector format.
Added social links edit inputs.
Added Facebook, Instagram, Twitter, and VK links validations.
Created new strings: 'error_enter_correct_facebook_page', 'error_enter_correct_instagram_page', 'error_enter_correct_twitter_page', 'error_enter_correct_vk_page'
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
In our case it does not work anyway because of foreign domains.
Without this flag the app will be more private and do not issue requests to foreign sites
Only if the system finds a matching Digital Asset Links file for ALL hosts in the manifest does it then establish your app as the default handler for the specified URL patterns.
Signed-off-by: Alexander Borsuk <me@alex.bio>
Steps to reproduce:
1. Open the app
2. Click the magnifying glass icon to search
3. **TYPE IN** search query string, then press `return` key on keyboard
4. As usually there will be no results shown on map in current viewport (would be great if it will automatically zoom out to show at least some result), click `Lists` in the bottom toolbar to bring up result list
5. Select specific result (doesn't matter which one)
6. Tara! Bottom toolbar empty.
Follow up 1f8c0667b "fix for place page layout breakdown".
Closes#722Closes#1065
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
- [google] Publish to production without manual approval.
- [huawei] Update Gradle plugin to support Gradle 7.x.
- [huawei] Publish to production without manual approval.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
The behavior was fixed to represent the current iOS implementation and to avoid
accidental delete (now it's very clear for the user).
Signed-off-by: Alexander Borsuk <me@alex.bio>
* [android] Fix download progress
mTrackingIds (Java) and g_completionHandlers (C++) do the same job.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Alexander Borsuk <me@alex.bio>
Android Studio 2021.3.1 is out
The new plugin uses different directory layouts.
Please `rm -rf build nativeOutputs/` to remove old garbage.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
Solve a hen-and-egg issue: we needed to put in the commit
hash before the commit.
Thanks @IzzySoft, @rugk and @relan for help!
See #825
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>