efcadd6f25
Refactor Editor storage to use diff based approach
...
Signed-off-by: map-per <map-per@gmx.de>
2025-01-31 17:46:04 -03:00
ceb321db73
Link to Notes in OSM profile
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-22 01:34:56 +03:00
Alexander Borsuk
d730ce9466
Minor warning fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-11-22 23:44:54 +01:00
cyber-toad
dd28f865d3
[editor] Cleanup online config loader
...
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2024-09-14 10:58:19 -03:00
8bbe3dc9c1
[Android] OAuth2 flow with browser V2 ( #9044 )
...
* [Android] Implemented OAuth2 flow with browser
Signed-off-by: S. Kozyr <s.trump@gmail.com>
* [Android] Small improvements
Signed-off-by: S. Kozyr <s.trump@gmail.com>
* Small changes according to PR comments.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
---------
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-08-21 16:58:02 +02:00
Arthur-GYT
ff259537e4
[editor] Add support for outdoor_seating
key
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-04 11:01:00 -03:00
Arthur-GYT
a4cc5db809
[generator] Add self_service tag support
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-03 19:29:29 -03:00
079a757c02
[editor] Fix parsing of 'off' opening hours ( #7652 )
...
* [editor] Fix parsing of some 'off' opening hours rules
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
* Update editor/editor_tests/ui2oh_test.cpp
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
---------
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-06-02 15:39:14 +02:00
3b9689a3f3
Revert "[editor] Fix parsing of 'off' opening hours ( #7652 )"
...
This reverts commit ff703e83d6
.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-06-02 13:30:14 +02:00
Osyotr
04c81ac86b
Some fixes for tests on Windows ( #8256 )
...
* Some fixes for tests on Windows
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
* Fix code style
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-05-25 17:25:56 +02:00
ff703e83d6
[editor] Fix parsing of 'off' opening hours ( #7652 )
...
* [editor] Fix parsing of some 'off' opening hours rules
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
* Update editor/editor_tests/ui2oh_test.cpp
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
---------
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-05-19 23:32:15 +02:00
Arthur-GYT
8d27c3250c
[editor] Add website:menu key
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-05-17 08:37:38 -03:00
60333f8327
[editor] flag changeset when features are merged
...
Signed-off-by: map-per <map-per@gmx.de>
2024-05-16 23:40:41 +02:00
Rita Pessoa
b4aecc4eb9
[iOS] fix #3036 : Non-Business Hours button works after midnight
...
Changed verifications to allow the non-business hours button to work after midnight.
Signed-off-by: Rita Pessoa <rita.pessoa@tecnico.ulisboa.pt>
2024-05-12 22:45:36 +02:00
Alexander Borsuk
6e93e5b7a5
Revert "[editor] Fixed bug overwriting existing features"
...
This doesn't work well in several cases:
https://github.com/organicmaps/organicmaps/issues/8125
This reverts commit 3c9c54eda6
.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-09 16:32:14 +02:00
David Martinez
7e4b3e5be1
[ios][editor] Add drive_through to editor
...
[ios][editor] Add MWMEditorSegmentedTableViewCell
[core] Add YesNoUnknown enum
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-18 23:39:48 -03:00
Alexander Borsuk
538719955b
[ios][mac] Fix assert/check on shutdown of iOS app on Mac
...
- Removed thread checker for delayed thread pool. It does not really matter which thread destroys the pool.
On Mac, thread pools are created on the main thread, but static destructors are called from another system thread.
And checker failed for the statically created DrapeRoutine's thread pool.
- Avoid unnecessary MWMThemeManager invalidate on destruction when nothing has changed
- Add missing include
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-16 17:01:31 +02:00
3c9c54eda6
[editor] Fixed bug overwriting existing features
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-14 08:43:28 +02:00
Alexander Borsuk
edb7fc265c
[ios][mac] Do not use main thread for HTTP synchronous callbacks in osm_auth_tests
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-07 00:46:12 +02:00
657b0f1a84
[tests] Amend editor addable types test
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 12:07:24 +03:00
921cdaad34
[oauth2] I accidentally removed OAuth2 application from master.apis.dev.openstreetmap.org
...
Have to create new one and update Debug credentials
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
388217fa58
Formatting
...
Removed EditorHostFragment.clearNoobAlertFlag() method
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
772d4cce70
Renamed HttpClient::m_handleRedirects to HttpClient::m_followRedirects
...
Made updates all over the code
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
35af86db77
[MacOS] Fixed tests on MacOS
...
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
9609e431a2
[editor] Remove unused preferred_types section
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-03-25 13:23:37 -03:00
Viktor Govako
8422d84735
Removed unused includes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-09 18:00:08 -03:00
Viktor Govako
3a93b39b6e
[osm] Fixed test.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-04 20:57:49 +02:00
Viktor Govako
d36a310ba6
[generator] Additional Feature classifier types checking and logging.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-11-22 12:39:58 -03:00
Viktor Govako
9d523e1788
Minor fixes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-09-16 21:43:37 -03:00
0fc9e80401
[editor] add user's OS to the note text
...
Signed-off-by: Roman Deev <roman.deev06@gmail.com>
2023-08-09 22:54:46 -03:00
8ccebf0e90
Removed extra tags normalisation from social contacts tests.
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-07-14 07:49:30 +02:00
Alexander Borsuk
5ad62c8abd
[editor] Log detailed exception error in OpenStreetMap.org changeset for easier debugging
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-07-08 15:19:18 +02:00
Alexander Borsuk
25d0119f1e
Minor fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-07-08 15:19:18 +02:00
Andrew Shkrob
0123e49d7f
[core] Warning fixes
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2023-05-18 11:49:28 -03:00
Alexander Borsuk
a776d0be01
Review fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-05-15 09:18:36 +02:00
Alexander Borsuk
914c338aec
string_view for faster languages and KML processing
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-05-15 09:18:36 +02:00
Alexander Borsuk
718c78fbc8
Fix unqualified call to std::move warning
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-04-29 14:53:39 +02:00
Viktor Govako
bcccd37a7d
[feature] Added FeatureType::GetPoints() function.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-04-18 11:32:46 -03:00