Commit graph

150 commits

Author SHA1 Message Date
6bf8338cdd [github] Add edits.xml to .gitignore
it's generated when making edits on desktop
Signed-off-by: Harry Bond <me@hbond.xyz>
2025-03-08 17:47:49 +00:00
Andrew Shkrob
1a2b176a4d [data] Move test data into a separate folder
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-10-06 15:49:08 -03:00
5c0892cacb
Fix the use of cached command-line variables in build_omim.sh (#8710)
* Extend .gitignore with more autogenerated files

Mostly stuff produced by CMake, but also the .settings folder in
android.

Signed-off-by: tmpod <tom@tmpod.dev>

* Fix the build shell script's use of cached command-line variables

Variables declared only through the command-line, such as
`BUILD_STANDALONE`, assume their cached values (visible in
CMakeCache.txt files) whenever they are not defined.
This caused the build script to run in standalone mode even when you
didn't want it to, as long as you passed the flag once before.
`BUILD_DESIGNER` didn't have the same problem because it is declared in
the root `CMakeList.txt` and defaults to OFF. Should we also define the
standalone variable there?

Signed-off-by: tmpod <tom@tmpod.dev>

---------

Signed-off-by: tmpod <tom@tmpod.dev>
2024-07-26 16:25:39 +02:00
David Martinez
1276dc76f2 [styles] Rename styles to default/vehicle/outdoors + light/dark
clear/style-clear    -> default/style-light
clear/style-night    -> default/style-dark
vehicle/style-clear  -> vehicle/style-light
vehicle/style-night  -> vehicle/style-dark
outdoors/style-clear -> outdoors/style-light
outdoors/style-night -> outdoors/style-dark

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-05-23 00:16:43 -03:00
Arthur-GYT
ac3eb67c1f Add logo to android idea project
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-04-17 20:05:55 +02:00
Osyotr
7c2bd191e0 Add Visual Studio directory to gitignore
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
6967ab7a1c [android] Update .gitignore
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 10:06:12 +03:00
Andrew Shkrob
271a796c5f [cmake] Add CTest
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2023-07-18 17:13:41 -03:00
e1e2510071
[android] Streamline Google Play metadata
- Use `fdroid/play/listings` directory for Google Play metadata.
- Add support `${name}-google.txt` files for Google-specific values.
- Move `google/../title.txt` to `fdroid/../title-google.txt`.

This change reduces maintenance burden significantly:

- No need to create symlinks for new languages.
  Two languages were missing in Google Play.
- Short `title-google.txt` will be translated by Weblate.
  It's always been difficult to get 30 chars from 50.

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-31 10:46:27 +03:00
4ee8eed33b [appstore] Add metadata for all languages
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-21 13:02:12 +02:00
6417451071 [ios][android][qt] Add application version to Platform
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-08-21 04:46:32 +03:00
8065223c12 [ci][android] Add tr-TR screenshots for Google Play 2022-06-25 08:36:41 +02:00
Alexander Borsuk
11a67f11a9 Unified app version for all platforms
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-05 18:52:39 +01:00
Alexander Borsuk
d6f44d9e8f [xcode] Fix invalid archive config
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-29 13:57:51 +01:00
Alexander Borsuk
0b0a07d22f Minor fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-27 23:08:24 +01:00
191434038f [tools] Add working Google Translate script
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-11-02 11:17:55 +03:00
711c0b3e0e [ios][ci] Upload to TestFlight automatically
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-08-14 14:15:07 +03:00
083df4ebee [android][ios] Upload metadata and screenshots to AppStore / GooglePlay
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-08-14 09:54:00 +03:00
Mikhail Katliar
081dde4cb8 Belarusian localization
Signed-off-by: Mikhail Katliar <cepstr@gmail.com>
2021-08-07 15:52:36 +02:00
6772dd32dc Update .gitignore 2021-07-31 17:47:02 +03:00
2f780074e0 [android] Enable Firebase TestLab (monkey tests)
See https://firebase.google.com/docs/test-lab

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-06-20 20:00:18 +02:00
Alexander Borsuk
38a92fef45 Formatted and updated documentation
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-06-07 08:26:40 +03:00
3c44908948 [android][ci] Upload to stores automatically
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-05-21 09:20:22 +03:00
Alexander Borsuk
c456bb6953 [android] Updated gitignore
Network policy is created by ./configure.sh script

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-05-16 08:15:32 +03:00
vng
11b3b8f139 Cleanup .gitignore for ./data
Signed-off-by: vng <viktor.govako@gmail.com>
2021-04-06 08:36:03 +03:00
Alexander Borsuk
70a0ffaca9 Removed metrics and local notifications
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-27 16:02:01 +01:00
Alexander Borsuk
b87ee95bae Fixed configure.sh script and gh actions
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-23 17:47:44 +01:00
92fc6ba4a8 [ios] Fix Xcode project
This partially reverts d9c6dcaba4
2021-01-05 01:49:03 -08:00
42ba130f33 [android][ci] Upload APK to App Distribution
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-04 14:17:24 +00:00
54f8a8c831 [android][ci] Build signed webBeta without maps
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-04 10:41:13 +00:00
08e37f4959 Refactor configure.sh
- Save default values in the repository.
- Remove support for private repository.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-01 17:36:48 +03:00
85a3b8c47d [strings][android][qt][tools] Rebranding
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2020-12-31 08:11:33 +00:00
4cc39ce84f [ci] Add basic CI for Android and Desktop
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2020-12-29 20:32:17 +03:00
Alexander Boriskov
244f26ff27 [iOS] Updated gitignore 2020-11-03 16:51:55 +03:00
Victor Popov
70a5eff927 [python] ignore python modules temporary build dirs 2020-09-09 14:19:14 +03:00
Alexander Boriskov
96b4067c12 [iOS] Added firebase crashalytics
https://jira.mail.ru/browse/MAPSME-14162
2020-07-13 16:04:00 +03:00
Александр Зацепин
ee133396e2 [android] Fixed gitignore files after Firebase integration 2020-07-13 16:42:15 +05:00
name
97612ca391 [android] Firebase SDK integration 2020-07-13 12:35:22 +03:00
gmoryes
a41381f701 [routing] add python tools for routing for easy heap and cpu profiling 2020-03-06 17:39:37 +03:00
Victor Popov
db849fe527 Rewrite configure.sh to support private branches
A big rewrite of configure.sh to fix behaviour inconsistencies and allow
more flexible configuration. New features:
- Allow to specify private repo branch along with repo url. `master`
  is the default, if not specified.
- Allow to use commandline parameters for specifying parameters along
  with old stdin variant.
- No need for any input for opensource build, it just works.
- Clear override hierarchy:
  - commandline parameters - most specific, always wins.
  - stdin parameters.
  - saved repository - least specific, if present.
  - fallback to opensource mode.
- Boost configuration: hint user to update submodules if something is
  missing.
2019-08-12 20:30:41 +03:00
LaGrunge
2586cb3376 Compile Database by -j flag on build_omim.sh 2019-07-09 14:31:31 +03:00
Maksim Andrianov
2c30c4d5b2 Review fixes.
#Review fixes.
2019-05-21 19:20:07 +03:00
Maksim Andrianov
77278804bb [gitignore] Added map_generator.ini 2019-05-21 19:20:07 +03:00
Maksim Andrianov
bb7a7dc729 [omim][generator] Added generator_tool version. 2019-05-17 12:53:50 +03:00
VladiMihaylenko
0d7002197d Refactored configure.sh and added default headers. 2019-03-25 17:47:27 +03:00
Roman Kuznetsov
1a6f51e065 [Vulkan] Added SPIR-V shaders generator 2019-03-01 10:45:24 +03:00
Arsentiy Milchakov
f0698cc457 [notifications][android][ios] Map object events are supported on platforms. 2018-11-19 19:29:44 +03:00
o.bolovintseva
7238ff26f9 remove tags from gitignore 2018-11-16 16:05:21 +03:00
Cloud User
9d9ef0689f remove *sw* from gitignore 2018-08-27 14:46:53 +03:00
Mikhail Gorbushin
15bdf82562 [routing] fix conflict 2018-07-30 15:44:09 +03:00