Commit graph

9156 commits

Author SHA1 Message Date
Alexander Borsuk
fc30cbd9f1 Reverted back commented mwm diff code
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-04-10 09:13:45 +02:00
63acb874f4 [android] Log and handle Android low memory events
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2023-04-08 23:43:46 +02:00
bad9da1b28 [android] Cleanup unused utm code
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2023-04-08 23:42:02 +02:00
biodranik
f180fd4b78 Bump versions
Signed-off-by: biodranik <biodranik@users.noreply.github.com>
2023-04-02 17:56:10 +00:00
Alexander Borsuk
592904415f [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-04-02 19:49:12 +02:00
Alexander Borsuk
3f817ae172 [store] Updated Release Notes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-04-02 19:43:14 +02:00
d8046c92bd [store] Update F-Droid translations (Swedish)
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-04-01 09:54:17 +03:00
Simon Nilsson
cc2681002a [store] Update F-Droid translations (Swedish)
Currently translated at 33.3% (2 of 6 strings)

Signed-off-by: Simon Nilsson <Observeramera@pm.me>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/sv/
2023-04-01 09:46:11 +03:00
2ddfa9ff52 [android] Fix my position arrow during navigation
Fixes #4855
Fixes #3441
Fixes #4456

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-03-28 13:27:48 +03:00
05ae3695fe [android] Fix Bookmark's color picker in RTL mode
Fixes #4353

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-28 11:21:03 +03:00
e75f9ee499 [strings] Regenerated
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
[strings] Add localized links for osm wiki page

Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2023-03-27 09:38:38 +02:00
8526480513 [strings] Add localized links for osm wiki page
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2023-03-27 09:38:38 +02:00
1a304a4906 [android] Replace deprecated startActivityForResult()
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-27 09:47:04 +03:00
0050b1b560 Revert "[android] Prevent MwmActivity to be launched twice"
This reverts commit 62d2ce8df1.

Fixes #4780

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-27 09:47:04 +03:00
Alexander Borsuk
a23f9036b1 Replaced uphill and downhill icons with more clear arrows
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-03-26 10:06:19 +02:00
8b4cb8d662 [android] Fix Bahasa localization
`id` code is deprecated, please use `in` instead.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-26 09:59:17 +03:00
Viktor Govako
58c46b1416 [strings] Regenerated.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-03-25 23:33:21 -03:00
96c71c2bd4 [android] Enable Hebrew localization
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-24 18:59:06 +02:00
Viktor Govako
7118b388f2 [strings] Regenerated.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-03-24 11:34:04 -03:00
Linerly
993667966c [store] Update F-Droid translations (Indonesian)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Linerly <linerly@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/id/
2023-03-24 09:58:34 +02:00
Priit Jõerüüt
8d3fd36114 [store] Update F-Droid translations (Estonian)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Priit Jõerüüt <hwlate@joeruut.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/et/
2023-03-24 09:58:34 +02:00
Skrripy
933ca1bf9f [store] Update F-Droid translations (Ukrainian)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Skrripy <rozihrash.ya6w7@simplelogin.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/uk/
2023-03-24 09:58:34 +02:00
Nishant
b4101783c8 Improved error handling for improper time format.
Signed-off-by: Nishant <nishantbhandari0019@gmail.com>
2023-03-24 00:10:55 +01:00
Nathan Varner
cfd17350b5 [android] Moves lane assist away from the center
When centered, the lane assist often covers the route onscreen. By
moving it to the side, it is less likely to cover the center of the
screen, so it is less likely to cover the route.

Needed for: #1404

Signed-off-by: Nathan Varner <nathanmvarner@protonmail.com>
2023-03-20 22:38:10 -03:00
Nathan Varner
c998e4bb83 [android] Scale turn lane assistance by device height
The Android UI scales the turn lane assistance proportionally to the
height of the device, depending on the device's orientation. This
allows for a better fit on large and small devices by adapting to their
size.

Needed for: #1404

Signed-off-by: Nathan Varner <nathanmvarner@protonmail.com>
2023-03-20 22:38:10 -03:00
Nathan Varner
f8c940009d [android] Highlight turn lanes and use correct icons
The Android UI highlights the recommended turn lanes and chooses an
icon corresponding to a direction of the turn lane.

Needed for: #1404

Signed-off-by: Nathan Varner <nathanmvarner@protonmail.com>
2023-03-20 22:38:10 -03:00
Nathan Varner
26108812d4 [android] Add basic turn lanes GUI
The Android UI takes in turn lanes from native code and displays the
same number of turn lanes at the top of the navigation interface. It
does not yet show which lane(s) to take, or how you can turn from a
lane.

Needed for: #1404

Signed-off-by: Nathan Varner <nathanmvarner@protonmail.com>
2023-03-20 22:38:10 -03:00
Viktor Govako
ba17eb86ee [strings] Regenerated.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-03-20 14:06:45 -03:00
29a2039e59 [strings] Regenerated
Signed-off-by: Jauhien Kisliakou <j.kisliakou@gmail.com>
2023-03-20 16:36:11 +01:00
Alexander Borsuk
647be0463e [android] Enabled displaying of bookmark list description
...more button is not clickable there

Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-03-19 19:29:58 +01:00
Aryan
056ecc0680 changed > to >= in updateButtonsVisibility
Signed-off-by: Aryan <sagavekararyan@gmail.com>
2023-03-17 16:07:48 -03:00
Aryan
11ed4aef05 Update android/src/app/organicmaps/maplayer/MapButtonsController.java
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Aryan <sagavekararyan@gmail.com>
2023-03-17 16:07:48 -03:00
Aryan
8c1376fc43 changed the updateButtonsVisibility() function
Signed-off-by: Aryan <sagavekararyan@gmail.com>
2023-03-17 16:07:48 -03:00
Emile Villette
7636a95942 [android] resume downloading the world map after rotation
When the device is rotated, the activity is destroyed.
The solution implemented in the commit solves this by adding 'orientation'
to the configChanges in the Android manifest
Fixes: #4496

Signed-off-by: Emile Villette <emile.villette@student.uclouvain.be>
2023-03-17 15:47:27 -03:00
Arnaud Vergnet
ec5eba222f [android] update listeners subscription lifecycle
Subscribe in onResume and unsubscribe in onPause

Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-03-17 15:40:36 -03:00
caab23ceee [android] Fix case when Preference could be removed at runtime
Added separate initialization for main settings screen and for TTS settings.
Renamed fields, methods and variables.
Added 'final' keywords. Added comments.

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-03-17 15:39:10 -03:00
Alexander Borsuk
be267f4b25 [strings] Regenerated tr
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-03-15 08:40:45 +01:00
318758539b [android] Add missing include in jni
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-03-14 22:33:09 +01:00
Alexander Borsuk
0d0920c4f8 [android] Fix ClassNotFoundException
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-03-14 22:14:36 +01:00
Andrew Shkrob
3a1dc1f566 [android] Bottom nav layout fix
Closes: #4189

Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2023-03-14 09:53:18 +02:00
Arnaud Vergnet
6925e5193c [android] update code style and fix some warnings
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-03-12 12:51:01 +01:00
Ansuman Sahoo
6314e8bef4
Fixes non-portable path to file "platform/Platform.hpp" (#4677)
Signed-off-by: ANS-UXI <anshumansahoo500@gmail.com>
2023-03-11 22:29:20 +01:00
Alexander Borsuk
3bdd351b7b [android] Updated deps, updated gradle to 7.4.2
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-03-10 22:57:24 +01:00
Arnaud Vergnet
05934fabd1 [android] add non-sticky download headers
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-03-10 09:47:14 +02:00
Arnaud Vergnet
daaa32512a [android] disable jetifier
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-03-10 09:47:14 +02:00
Arnaud Vergnet
b338389dd3 [android] remove stickyheadersrecyclerview dependency
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-03-10 09:47:14 +02:00
85e2d996d1 [android] fix color button on dialog
Signed-off-by: Jean-Baptiste CHARRON <jeanbaptiste.charron@outlook.fr>
2023-03-10 08:48:11 +02:00
Viktor Govako
c68197f04a [strings] Regenerated.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-03-09 23:51:32 -03:00
5704100557 [android] Fix a crash in OsmLoginFragment
Fixes #4716

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-09 08:19:32 +02:00
b1269be1a4 [strings] Regenerated strings
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-03-08 10:39:03 -03:00