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
Abhishek Bandyopadhyay
5670fe0ada
[android] Fixed the crash while clicking on Deleted Bookmark Lists
...
On Bookmarks Lists page, if a User has created a new List along with `My Places` List and then deletes it, the deleted item stays on the List. Now, if the user clicks on the deleted List Item then the app was crashing as the deleted item is unavailable. Root cause of this issue is below -
- When a `category` is deleted then `deleteCategory()` of `BookmarkManager` gets called.
- The `deleteCategory()` internally calls `nativeDeleteCategory()`.
- After a `category` is successfully deleted, then `OnBookmarksChanged()` should be invoked in order to update the List. But this wasn't happening. So deleted category wasn't getting removed from the cached list. Thus the user deleted category was visible even after deletion.
- When the user clicked on the deleted `category`, it'll eventually crash as the `category` itself isn't present
Fix: Properly notify the UI about the deleted list from BookmarkManager::NotifyChanges()
Fixes : #3828
Signed-off-by: Abhishek Bandyopadhyay <abhishek.gnit.ece@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-29 15:22:22 +02:00
Alexander Borsuk
d62e543a33
[bookmarks] Do not change bookmarks list modification date when hiding/showing it
...
It introduces discrepancy as the file modification date will be newer than
modification date stored inside the KML.
2024-03-29 14:02:57 +01:00
Alexander Borsuk
c9f4a9a815
[search][strings] Fixed police, parking, signts category search for simplified Chinese
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-29 09:58:47 +01:00
Alexander Borsuk
5669f6cfe9
[android] Update AGP to 8.3.1
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-29 09:58:07 +01:00
aa95d9c5d8
[android] Change color for disabled texts
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-28 23:18:20 +01:00
Alexander Borsuk
7ee4a76cf2
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-28 19:41:44 +01:00
Alexander Borsuk
bba11d1527
Revert "[strings][android] Google Play only translation for OSM login"
...
This reverts commit 9e7a63ed63
.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-28 19:41:44 +01:00
Alexander Borsuk
5d777913a9
Revert "[android] Remove mentioning email from OSM login in Google Play flavor"
...
This reverts commit aecb99ff37
.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-28 19:41:44 +01:00
Fabian Wüthrich
8d665efdc1
[ios] Fix distance freeze for locales with comma as decimal seperator
...
Fixes #6209
Signed-off-by: Fabian Wüthrich <me@fabwu.ch>
2024-03-28 19:32:53 +01:00
Viktor Govako
47c5269bcf
[categories] Added wheelchair=yes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-28 13:40:35 -03:00
Viktor Govako
850fcf3db0
[android] Fixed time.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-28 12:24:11 -03:00
1716808d03
[strings] Regenerated
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-28 11:49:20 +01:00
4b181e041e
[strings] Modify speedcam pref menu option
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-28 11:49:20 +01:00
acb37cd805
[android] Run Monkey in the production mode on real devices
...
The debug mode occasionally fails on random asserts which are not very
critical for the production. The debug mode also does not have R8 enabled,
which causes certain bugs to leak into production. Use Beta instead.
This PR also removes virtual x86_64 devices from the list because they fail
randomly during rendering due to inconsistency of OpenGL emulation.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-27 08:35:17 +02:00
ff3bc7852a
[strings] regenerated
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-26 19:00:03 +01:00
0b0a9e1ca9
[strings] add Map
string
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-26 19:00:03 +01:00
992f8c9261
[ios] add back button title for the main map screen
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-26 19:00:03 +01:00
897cbd91c6
[ios] fix: add titles for the back button for ios>14.0
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-26 19:00:03 +01:00
Harry Bond
052e1a1722
[android] change to view anim for pending location
...
gets rid of loads of redundant drawables, and looks smoother on high refresh rate displays
Signed-off-by: Harry Bond <hrbond@pm.me>
2024-03-26 00:09:27 -03:00
Harry Bond
d198d91fb3
deletions
...
Signed-off-by: Harry Bond <hrbond@pm.me>
2024-03-26 00:09:27 -03:00
c6f74c9d83
[tts] Add Serbian language
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-25 23:37:53 +01:00
Harry Bond
6bc60811d1
[android] add eye icons for list visibility, align & simplify fragments
...
Signed-off-by: Harry Bond <hrbond@pm.me>
2024-03-25 23:31:53 +01:00
eb61c276d0
[ios] fix: estimates when the following type is changing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-25 23:30:21 +01:00
bfc8859145
[android] fix the overlapping of map buttons in RTL map planning
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-03-25 13:26:38 -03:00
a2b90aea30
Fix whitespace
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-03-25 13:23:37 -03:00
0883ce8527
[editor] Add missing types
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-03-25 13:23:37 -03:00
b4b0540072
[editor] Add docs and TODOs
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-03-25 13:23:37 -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
Ferenc Géczi
4b9cef181c
[generator] Suppress warning variable ‘speedCameraType’ set but not used
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-03-24 19:33:50 -03:00
Ferenc Géczi
aace138a2d
[indexer] Suppress warning about control reaches end of non-void function
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-03-24 19:33:50 -03:00
Ferenc Géczi
eca0831907
[indexer] Fix warning about comparison of different signedness
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-03-24 19:33:50 -03:00
Andrew Shkrob
398588f892
[android-auto] Fix bookmarks screen
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-03-24 17:25:32 -03:00
87fb28e9a9
conversion of FAB to Extended FAB in BookmarksListFragment.java
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-03-24 16:24:00 -03:00
20aa51580d
reverts the night button text color to black and uses the pre defined text string "View on map"
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-03-24 16:24:00 -03:00
befd046968
Enhances View on Map Button to extended button
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-03-24 16:24:00 -03:00
Viktor Govako
3f914a2d74
[search] Fixed suggest string.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-24 16:21:38 -03:00
Viktor Govako
ce69a353e9
[search] Added struct QueryString.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-24 16:21:38 -03:00
Isira Seneviratne
4e2a699ff9
Update nativeGetKayakHotelLink() to accept long parameters
...
Signed-off-by: Isira Seneviratne <isirasen96@gmail.com>
2024-03-24 11:56:27 +02:00
Ferenc Géczi
5267207206
[3party] Skip vendored HarfBuzz on Linux (dependency of Qt anyway)
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-03-23 23:00:50 +01:00
Andrew Shkrob
12dc498d11
[android-auto] Auto-start navigation
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-03-23 22:58:14 +01:00
Ferenc-
b80171600d
Improve desktop place page dialog ( #7505 )
...
* Improve desktop place page dialog
Signed-off-by: Diogo Rodrigues <dmfrodrigues2000@gmail.com>
* [qt] Make Close focused by default instead of More...
* [qt] Strip http(s):// schemes from displayed URIs
* [qt] Make the first Wikipedia clickable and remove the second
* [qt] Add a preference for Developer Mode
* [qt] Skip already displayed lines in Developer Mode
* [qt] Make the first Wikimedia Commons clickable and remove the se
* [qt] Make the Wikipedia link independent from the short description
* [qt] Drop preview and rename More to Wikipedia Description
* qt: Separate developer and user mode place page dialogs
* [qt] Remove duplication & fix review comments
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
---------
Signed-off-by: Diogo Rodrigues <dmfrodrigues2000@gmail.com>
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
Co-authored-by: Diogo Rodrigues <dmfrodrigues2000@gmail.com>
2024-03-23 22:56:49 +01:00