Commit graph

40462 commits

Author SHA1 Message Date
25c548c96f [ios] Added new alert for OSM re-auth action
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
b39ae99736 [strings] Regenerated strings
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
0fe8e9ac7f [Strings] Updated new texts
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
39723f5d08 [string] Regenerated strings
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
56bff3f3ba [Android] Re-login dialog improvements
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
a127cf7c96 [Android] Added alert for previously authenticated users to re-login
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
c08109e89a Fixing DEV credentials for Debug builds
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
Alexander Borsuk
641de1ea1b Workaround for hanging OSM_auth_tests on Mac
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-04 08:45:39 +03:00
Alexander Borsuk
5e1b40dca2 Revert OpenStreetMap.org auth test workaround
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-04 08:45:39 +03:00
0f2a75d652 Fixed test with new reset password behaviour of the server
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
a76f6191ba Revert "[MacOS] Fix HttpSessionManager main queue issue"
This reverts commit 117527f2c7ef4a7335cc8a3c87227a63ba29208f.

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
4e5c0a494d [MacOS] Fix HttpSessionManager main queue issue
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
427a297022 [macos] Workaround to fix HttpClient tests
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
c2214042e4 [iOS] Reverted back main queue
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
04b613137c [iOS] Removed MWMAuthorizationWebViewLogin from storyboard
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
3b59cec961 [Linux] Fixing handling redirects with curl
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
35af86db77 [MacOS] Fixed tests on MacOS
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
75851f8785 [iOS] Fixed logout action
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
98e2e328b5 Added OAuth2 flow test
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
9494704c38 Fixed unit tests
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
1a7209f075 [Android] Migrated from OAuth1 to OAuth2. No UI changes
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
89ef642eef [iOS] Fixed handling of redirects
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
20e85babbf [iOS] Fixed compilation errors. Removed social networks authentication with WebView
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
1384ad8a2d Migration from OAuth1 to OAuth2
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
583bb53bbe
[github] Update FUNDING.yml
See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository#about-funding-files

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-04-04 08:39:36 +03:00
104b3ceb4c [styles] Removed shop=vacant
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 00:07:54 -03:00
Osyotr
e7c10c4eaa Call fseek64 only with MSVC
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-03 08:06:25 +02:00
Osyotr
0989641208 Always seek to end of file when opening in append mode
C standard does not guarantee that file opened in append mode is seeked to the end.
In particular, MSVC CRT does not do that, so ftell64 always returns 0.
Fixes some tests on Windows.

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-03 08:06:25 +02:00
Alexander Borsuk
506e2481cc Fixed UTF16 => UTF8 DebugPrint conversion
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-03 08:05:00 +02:00
Oleg Montak
7ac7d348cf [strings] regen strings
Signed-off-by: Oleg Montak <oleg.montak@gmail.com>
2024-04-02 23:52:11 +02:00
Oleg Montak
449e7812d5 [strings] Update editor_edits_sent_message string
Signed-off-by: Oleg Montak <oleg.montak@gmail.com>
2024-04-02 23:52:11 +02:00
Ferenc Géczi
c214e44ecf [github/workflows]: Use the linter of flathub
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-04-01 13:55:32 +02:00
Alexander Borsuk
5c18ca362d [3party] Update utf8cpp to 4.0.5
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-31 15:39:59 +02:00
rtsisyk
20e3941241 Bump versions
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2024-03-31 08:18:49 +00:00
Viktor Govako
50a26aeb01 [routing][tests] Updated integration tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-31 11:14:34 +03:00
Viktor Govako
fcdd7bb0e0 [planet] New data from 240326.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-31 11:14:34 +03:00
Alexander Borsuk
b98ba3c10b [strings] Regenerated Republika Srpska translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-31 09:13:45 +02:00
alnzrv
14b90d6564 [strings] Update translation for Republika Srpska
The translation of Republika Srpska in some languages (az, ca, et) appears to be confused with Republika Serbia.
I changed it to the current translation from Wikipedia.

Signed-off-by: alnzrv <7187657+alnzrv@users.noreply.github.com>
2024-03-31 09:12:48 +02:00
rtsisyk
35e4b307d3 Bump versions
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2024-03-31 06:48:18 +00:00
e16d38e319 Update release notes
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-31 09:47:02 +03:00
9520fd8ca5 [android] Update the Google Play release procedure
Before all new Google Play releases were published for phased 10% rollout
in the Production track. Now, a new Google Play release is initially
uploaded into "Closed Beta" track for 100% rollout and then promoted into
"Production" track after testing. The "Closed Beta" track (misleadingly
called "alpha" in the code) is invite-only and currently contains about
~1k users imported Firebase App Tester databases. Invited users can opt in
to install new pre-release versions for testing directly via Google Play.

Android releases are now initially tagged with `YYYY.MM.DD-x-android-rc`
(release-candidate) tags instead of `YYYY.MM.DD-x-android`. The production
`YYYY.MM.DD-x-android` tag is added after promotion in Google Play. This
kicks-off the F-Droid process as well. Huawei's version remains unpublished
until Android gets a green light in Google Play.

This change has two primary outcomes:

1. Users now can receive pre-production ("rc") via Google Play.
   This change uses invite-only "Closed Beta" track, but it can be
   changed to "Open Beta" track later.

2. Android versions in Google Play are now published after pre-production
   testing in a separate track in Google Play. Meanwhile, Google Play
   runs Monkey for free in such tracks and sends useful pre-prod reports.

There are no changes in Firebase App Tester - it works as usual. The primary
difference between App Tester and Google Play Open/Closed Beta is that
AppTester uses "app.organicmaps.beta" applicationId while Google Play uses
"app.organicmaps" id. This efficiently means that versions from App Testers
can be installed in parallel with Google Play, while Google Play's
Open/Closed version update the production app.

Please don't get confused with the word "beta" used in different places.
Google Play Open/Closed Beta actually will receive only pre-production
quality builds. App Tester probably can continue to be used both for
pre-production and ad-hoc experiemental version ("alpha"?).

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-31 09:19:39 +03:00
c3fb956309 [android] Generate .sha256sum file for Web release
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-30 18:26:41 +02:00
f0656d8201 [android] Strip non-supported HTML tags from Huawei descriptions
Fixes #7221

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-30 18:26:02 +02:00
Alexander Borsuk
c5fbdd1936 Updated and actualized copyrights
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-30 15:54:37 +02:00
1409b0a180 [android] Revert change color for disabled texts (PR #7721)
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-30 15:53:45 +02:00
David Martinez
45123652ff [styles] Add missing SVG xmlns definition
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-03-29 23:45:44 +01:00
Alexander Borsuk
1cf485811f [strings] Regenerated es 2024-03-29 23:37:15 +01:00
1aa1c8f84e [strings] Update of Spanish style translations
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-29 23:36:30 +01:00
griffinonacid
7faa634dbc Simplified Chinese FAQ translation by Felix
Signed-off-by: griffinonacid <156235025+griffinonacid@users.noreply.github.com>
2024-03-29 23:34:24 +01:00
Alexander Borsuk
40aad988e4 [mac] Fixes linker error for bsdiff_tests
ld: warning: ignoring duplicate libraries: 'libbase.a'
Undefined symbols for architecture arm64:
  "_SecPKCS12Import", referenced from:
      -[MultipartUploadTask extractIdentityWithCertData:certPassword:] in libplatform.a[2](unity_0_mm.mm.o)
  "_kSecImportExportPassphrase", referenced from:
      -[MultipartUploadTask extractIdentityWithCertData:certPassword:] in libplatform.a[2](unity_0_mm.mm.o)
  "_kSecImportItemCertChain", referenced from:
      -[MultipartUploadTask extractIdentityWithCertData:certPassword:] in libplatform.a[2](unity_0_mm.mm.o)
  "_kSecImportItemIdentity", referenced from:
      -[MultipartUploadTask extractIdentityWithCertData:certPassword:] in libplatform.a[2](unity_0_mm.mm.o)
ld: symbol(s) not found for architecture arm64

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-29 12:51:46 -03:00