Commit graph

8365 commits

Author SHA1 Message Date
biodranik
d289c40512 Bump versions
Signed-off-by: biodranik <biodranik@users.noreply.github.com>
2021-12-01 06:17:33 +00:00
Alexander Borsuk
ef6a905329 [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-12-01 01:15:28 +01:00
b03ac81ad9
[android][ios] Update whatsnew (#1640)
* [android][ios] Update whatsnew

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>

* Fixed whatsnew

Signed-off-by: Alexander Borsuk <me@alex.bio>

Co-authored-by: Alexander Borsuk <me@alex.bio>
2021-12-01 00:38:51 +01:00
38fe941a61 [android] Make POI title, address, etc. copyable
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2021-11-30 23:57:24 +01:00
dbf
ab34d4d405 [strings] Generate strings
Signed-off-by: dbf <dbf256@gmail.com>
2021-11-27 19:40:48 +01:00
dbf
6024c79550 [strings] Generate strings
Signed-off-by: dbf <dbf256@gmail.com>
2021-11-26 23:53:02 +01:00
Alexander Borsuk
8b6593a637 [strings] Regenerated Russian type translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-23 23:48:27 +01:00
a7c0fd8e5d
[Android] Opening hours UI rework (#1599)
* Opening hours UI rework.

Label and time are now separate TextViews. Added non-business time text (optional).

Added recyclerview to show opening time for each week day (optional).

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Using em-dash to separate open-close time.
Formatting.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added closed days as a last week schedule item.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Formatting.

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-23 23:45:46 +01:00
f80aaf8cc8 [fdroid] Fix release notes symlink
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2021-11-23 23:40:56 +01:00
38dc07223e [docs] Expand and simplify dev env setup docs
- add repo clone options
- add Android Studio setup details
- add System Requirements section
- build via Android Studio by default
- update build variants
- add build options like -Parm64 and -Ppch
- add advices for low-spec machines
- move details and special options into separate subsections
- update HOW_TO_USE_GRADLE.txt
- update build_omim.sh usage help

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2021-11-23 23:47:17 +03:00
Viktor Govako
a0f934a3c3 [3party] Updated Vulkan headers and wrappers.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2021-11-22 14:46:30 +01:00
Alexander Borsuk
53eb44e271 [strings] Regenerated finnish translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-21 22:17:07 +01:00
Alexander Borsuk
1d79008f21 [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-21 00:35:30 +01:00
d69b549ea8 [android] Symlink Google Play metadata to FDroid metadata
Use F-Droid as the source of truth. No actual changes in the data.
This change fixes Weblate integration.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-11-20 12:08:40 +03:00
8b233cb27d
[Android] Parse social pages links in POI editor (#1545)
* 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>

* Fix build error

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* 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>

* Fixed XCode project formatting

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* 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>

* 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 23:05:43 +01:00
Alexander Borsuk
a74efe9d6b [android] Restored back accidentally removed "updated maps" indicator
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-16 13:35:33 +01:00
Kazing
d50e7a75b4
[android] modified PlacePageView to fix hotel subtitles color (#1547)
* modified PlacePageView setspan to fix hotel subtitles color

Signed-off-by: Thibaud Besnard <thibaudk@posteo.net>

* corrected my fix after test on debug apk

Signed-off-by: Thibaud Besnard <thibaudk@posteo.net>

* typo

Signed-off-by: Thibaud Besnard <thibaudk@posteo.net>

* typo again

Signed-off-by: Thibaud Besnard <thibaudk@posteo.net>
2021-11-14 10:48:00 +01:00
941e574896 [build] Disable parallel builds and reduce JVM heap
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2021-11-13 11:26:34 +01:00
Alexander Borsuk
9069588f7c [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-11 22:37:39 +01:00
Alexander Borsuk
0eae403d95 [android] Removed unnecessary libs for x86 archs from apk
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-11 09:52:06 +01:00
Alexander Borsuk
43061096c5 [android] Do not pass clicks to the hidden bottom bar
Closes #1532

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-11 09:50:53 +01:00
Alexander Borsuk
a90d752eaa [strings] Regenerated contributed strings
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-08 22:21:05 +01:00
Alexander Borsuk
ffc7e238cc [android] Minor code cleanup
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-08 12:39:52 +01:00
Alexander Borsuk
bff74701aa Renamed old stuff
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-08 12:39:52 +01:00
9da18cc671 Renamed "line_social_network" to "editor_line_social_network" in Android code. Formatting
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
a6ef6ad391 strings.txt update: renamed "line_social_network" to "editor_line_social_network". Cleaned-up strings.txt
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
c555e52eac Copy menu for social networks now includes username if possible.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
6f6929cf80 Added LINE contact to Place page and place editor
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
729507c973 Rafactoring. Renamed constants and names:
* `FMD_FACEBOOK_PAGE` -> `FMD_CONTACT_FACEBOOK`
* `FMD_TWITTER_PAGE` -> `FMD_CONTACT_TWITTER`
* `FMD_INSTAGRAM_PAGE` -> `FMD_CONTACT_INSTAGRAM`
* `FMD_VK_PAGE` -> `FMD_CONTACT_VK`

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
fd58e50ea5 Added string constants line_social_network and error_enter_correct_line_page
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
438e250eb2 Added LINE icon
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-11-08 11:26:50 +01:00
Alexander Borsuk
a7223f7442 [android] Split abi (arch) not only in debug, but also in beta and release builds
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-06 09:01:59 +01:00
Alexander Borsuk
806f1916b5 [strings] Regenerated French translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-05 22:45:29 +01:00
rtsisyk
407ac4199c Bump versions
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2021-11-04 08:48:02 +00:00
74f8006057 [android] Fix crash in CountrySuggestFragment
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-11-04 10:31:13 +03:00
Alexander Borsuk
a2b0167f45 Updated Whats New
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-04 00:01:06 +01:00
Alexander Borsuk
e7a5460a30 [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-04 00:00:19 +01:00
Alexander Borsuk
fe04126289 [android] Fixed Support Us link
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-04 00:00:19 +01:00
5aafe6604f [android] Add a help button to the main toolbar
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-11-04 00:00:19 +01:00
Alexander Borsuk
bdafd2f8da [android] Added x86_64 arch for Chromebooks
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-03 09:59:48 +03:00
Filip Czaplicki
3f7b193b5a [strings] Regenerated l11n.
Signed-off-by: Filip Czaplicki <github@starsep.com>
2021-11-01 21:21:21 +01:00
965d1aaf83 [android] Fix staged rollout 2021-10-24 17:19:49 +03:00
Viktor Govako
e357df9229 [strings] Regenerated l11n.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2021-10-23 14:12:26 +01:00
rtsisyk
732f21ef4c Bump versions
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2021-10-22 14:38:34 +00:00
Alexander Borsuk
13a9010afe Revert "[android] ability for debugging webview"
This reverts commit 44eb20bd6f.

It crashes the app on some watches because of missing
WebView.setWebContentsDebuggingEnabled implementation.

Also, we don't use and don't need this feature in our debug/beta builds.

See https://github.com/mapsme/omim/pull/14064 for more details.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-10-22 14:59:21 +02:00
Viktor Govako
3f6ad9959c [strings] Regenerated l11n.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2021-10-22 12:06:48 +01:00
Hidde Wieringa
41b1db7fc2 Generate strings
Signed-off-by: Hidde Wieringa <hidde@hiddewieringa.nl>
2021-10-19 10:30:28 +01:00
Viktor Govako
5d7d60cf23 [strings] Regenerated l11n.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2021-10-17 22:30:35 +01:00
d2966cdd88 Updated VK logo to latest version from https://vk.com/brand
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2021-10-17 12:37:58 +02:00
Sylvia van Os
191dcdb1a3 Fix review URL
The app is app.organicmaps on Google Play, not app.omaps

As reported by jannik on Telegram.

Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
2021-10-16 14:01:08 +02:00