biodranik
69bdc86779
Bump versions
...
Signed-off-by: biodranik <biodranik@users.noreply.github.com>
2024-08-16 15:36:28 +00:00
Alexander Borsuk
afa81c7afa
[google play] Updated fr and pt release notes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-16 17:28:26 +02:00
bfc555f78b
[android] Fix "FORWARD_RESULT_FLAG used while also requesting a result"
...
Fixes #8984
See c90c6bb
"Fix SecurityException ..." (#7287 )
See b2a6dd2
"Fix the crosshair (PICK_POINT) API" (#8910 )
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-08-16 17:19:26 +02:00
biodranik
2607b27fe4
Bump versions
...
Signed-off-by: biodranik <biodranik@users.noreply.github.com>
2024-08-15 18:56:28 +00:00
40ede2fb3a
[Android] Fixed always red speedometer in navigation mode
...
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
2024-08-15 20:50:24 +02:00
Alexander Borsuk
54369bad31
[app store][google play] Translate release notes to it
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-15 20:50:03 +02:00
Alexander Borsuk
ceffa4a3be
[fdroid] Fixed OSM data version in the en-US release notes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-15 15:45:54 +02:00
biodranik
ed1740c666
Bump versions
...
Signed-off-by: biodranik <biodranik@users.noreply.github.com>
2024-08-15 12:54:32 +00:00
Alexander Borsuk
32e1b6a31b
[google play][fdroid] Updated release notes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-15 14:47:04 +02:00
2fe5ca32a2
[android] add permanently = true
to the DeleteBmCategory
...
To delete files without moving them to the ./trash on android
(on iOS they will be moved to the ./trash dir)
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-15 12:59:33 +02:00
dd8dd8ed96
[Android] Speed limit in navigation mode ( #8897 )
...
* Changed navigation UI to show speed and speed limit with '/' separator.
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
* Fixed speed limit display
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
* Removed red background for speedometer
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
* Renamed `isSpeedLimitExceeded` to `isSpeedCamLimitExceeded`.
Fixed speed value color when background is red.
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
* Update android/app/src/main/java/app/organicmaps/widget/menu/NavMenu.java
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
* Update android/app/src/main/java/app/organicmaps/widget/menu/NavMenu.java
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
---------
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-08-15 12:23:09 +02:00
Dwayne Bailey
9c4400eab1
[strings] Sort plural forms in CLDR order
...
Signed-off-by: Dwayne Bailey <dwayne@translate.org.za>
2024-08-15 12:12:49 +02:00
Alexander Borsuk
e2ca702816
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-14 16:59:14 +02:00
Alexander Borsuk
a86c911b45
[fonts] Use NotoSans instead of Serif for Hebrew
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-14 14:20:33 +02:00
e321914ecd
[android] fix enabling and visibility of the Edit and App buttons on the PP
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-13 16:49:16 -03:00
b2a6dd2717
[android] Fix the crosshair (PICK_POINT) API
...
It appears that the new streamlined logic introduced in c90c6bb
"Fix SecurityException when importing bookmarks" is not consistently
reliable across all scenarios, as reported in #8350 .
Steps to reproduce:
1. Remove all versions of Organic Maps from the device except one.
The #8350 issue doesn't reproduce without this step.
2. Run PickPoint example from organicmaps/api-android repository.
3. The API call will always return RESULT_CANCELED.
Installing one more version of Organic Maps (Debug, Beta, Web, etc.)
alongside the existing version fixes the API to return RESULT_OK.
Debugging shows that FLAG_ACTIVITY_FORWARD_RESULT is not getting
set in this scenario.
Revert partially c90c6bb
"Fix SecurityException ..." to restore
ActivityResultLauncher chain and re-add EXTRA_PICK_POINT, but
keep the idea of forwarding of the original intent.
Fixes #8350
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-08-11 15:07:04 +03:00
Alexander Borsuk
bb167c8c88
[strings] Regenerated Chinese
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-09 13:53:01 +02:00
Alexander Borsuk
d195ba7bc2
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-09 12:53:21 +02:00
Alexander Borsuk
8bc775aafd
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-09 07:36:24 +02:00
Dwayne Bailey
330eb2ea7b
[strings] Regenerated
...
Signed-off-by: Dwayne Bailey <dwayne@translate.org.za>
2024-08-08 14:08:22 +03:00
krozhdestvenski
b600aafa24
[android] Fix saving to Google Drive ( #8817 )
...
* Issue 8806. Fix saving to Google Drive
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
* Issue 8806. Fix file name
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
---------
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-08-07 13:18:33 +02:00
bafee9fa0b
[strings] Regenerated
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-08-06 23:26:17 +03:00
0f131d06d3
[android] Prompt the user to disable power-saving mode for navigation
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
Co-authored-by: Roman Tsisyk <roman@tsisyk.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-08-06 23:26:17 +03:00
Andrew Shkrob
83cd882798
[android-auto] Fix turn directions
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-08-06 11:18:46 -03:00
Andrew Shkrob
9e16fa3189
[android-auto] Add 3d buildings option in settings
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-08-06 00:19:18 +02:00
Alexander Borsuk
e9616ed0c8
[strings] Regenerated ja
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-04 16:39:06 +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
8378a02cf3
[android] Add ui for outdoor_seating
key
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-04 11:01:00 -03:00
Arthur-GYT
bf60b12f15
[strings] Regenerated
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-04 11:01:00 -03:00
a43d430166
[Android] Highlight layers button when it is activated
...
Signed-off-by: Harry Bond <me@hbond.xyz>
Co-authored-by: Alexander Borsuk <me@alex.bio>
2024-08-04 12:30:45 +02:00
Arthur-GYT
1c21d0c0be
[editor] Add support for self_service
key
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-03 19:29:29 -03:00
Arthur-GYT
58b74432ce
[android] Add layout for self_service
key
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-03 19:29:29 -03:00
Arthur-GYT
4e380c7687
[strings] Regenerated
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-03 19:29:29 -03:00
a90e62436e
[android] better colour for inactive lane icons
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-08-03 22:24:07 +02:00
Alexander Borsuk
d8df79fc73
[strings] Regenerated hu
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-03 12:59:57 +02:00
916db0e4a1
[strings] Regenerated
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-08-01 19:46:49 +02:00
30df074512
[Android] show username on profile button in settings
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-08-01 19:46:49 +02:00
Alexander Borsuk
94eb73f913
[strings] Regenerated ca es eu fr hu
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-01 19:08:20 +02:00
Andrew Shkrob
c656bad518
[android-auto] Use new api to deselect circle on the map
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-08-01 19:00:46 +02:00
9c9e4c5e21
Implemented app.organicmaps.Framework.nativeDeactivateMapSelectionCircle
...
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
2024-08-01 19:00:46 +02:00
Alexander Borsuk
fb011eac33
[android] Fixed invalid mime types for gpx and kmz
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-01 07:39:06 +02:00
dc60a39ffe
[Android] make sendbugreport use mShareLauncher
...
utils.sendBugReport refactoring added mShareLauncher as a parameter. Because the two PRs were created at the same time, my code didn't have it. now fixed :)
also fixed indentation
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-07-31 14:52:05 -03:00
Andrew Shkrob
26e5cd67f9
[android-auto] Fix route building
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-07-31 13:04:40 +02:00
3eae1ff9f1
[Android] button for bug report on fatal error
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-07-31 13:02:40 +02:00
29c91f244a
[Android] fix bars on world download page
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-07-31 12:03:46 +02:00
krozhdestvenski
bf3ae3ee42
[android] Add possibility to save bug reports to the local storage
...
Fixes #8287
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-07-30 12:00:17 +01:00
Alexander Borsuk
dea0664ee8
[android] Updated versions for dependencies
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-29 20:24:24 +02:00
Alexander Borsuk
f7a74de20e
[android] Update Gradle to 8.5.0
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-29 20:24:24 +02:00
Alexander Borsuk
67cbee77a6
[3party] Update ICU to 75-1
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-29 18:48:41 +02: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