Commit graph

821 commits

Author SHA1 Message Date
9782a44d68 Change TextView button to Image View
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-18 13:57:35 +01:00
71f455b7fb Use Utils method and improve translations
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-18 13:41:49 +01:00
608002c01d Rework download activity and remove weird margin
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-18 11:23:40 +01:00
Alexander Borsuk
5d8d703d5f Translated Android release notes to be, ru, uk
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-11-17 21:15:45 +01:00
rtsisyk
1a466dcec2 Bump versions
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2023-11-17 12:35:00 +00:00
cfc718e8d2 Release Notes
Remove trademarks from the release notes to avoid potential issues.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 14:32:43 +02:00
Alexander Borsuk
78b8b21d55 Release Notes
Signed-off-by: Alexander Borsuk <me@alex.bio>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 13:27:27 +02:00
Alexander Borsuk
f6ba0692cf [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 11:25:30 +02:00
51b3fc992e [android][ios] Add "Details on ..." button to hotels
Add an experimental referral link "Details on KAYAK" to hotels on the map.
KAYAK is a metasearch engine that aggregates hundreds of travel sites
at once to find the best deals on the hotel bookings. The website provides
detailed property listings with photos, reviews, and information on
amenities and prices.

As always, Organic Maps doesn’t collect or share any information about
you and/or your device with KAYAK and/or its partners. As KAYAK is
a traditional website, be aware that they may have tracking on their
website like all travel websites.

All hotel bookings via KAYAK using links from the app will generate
a tiny commission to help fund the development of the project. Thanks for
your support of the project!

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 11:25:02 +02:00
ced404a343 [android] Fix inconsistent ChoosePositionMode
Keep this state only on C++ side without duplicating in Java.

**Test cases:**

1. Open the Editor and choose a point and try to rotate the screen.
2. https://github.com/organicmaps/api-android/tree/master/sample-pick-point -
   click "Pick Point" and try to rotate the screen.

See #3945
See #6437
Closes #6575

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 11:04:24 +02:00
ebbf55abe6 [store] Update F-Droid translations (Basque)
The title didn't fit into the limit.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 10:39:29 +02:00
SC
d0df34a285
[store] Update F-Droid translations (Portuguese (Portugal))
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: SC <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pt_PT/
2023-11-16 21:45:42 +00:00
anotheranonymoususer
e1d98800ff
[store] Update F-Droid translations (Czech)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: anotheranonymoususer <walter.klosse@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/cs/
2023-11-16 21:45:40 +00:00
Ophiushi
e6a9ad0f93
[store] Update F-Droid translations (French)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Ophiushi <41908476+ishi-sama@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/fr/
2023-11-16 21:45:39 +00:00
aisaivia
57fa306a5b
[store] Update F-Droid translations (Basque)
Currently translated at 83.3% (5 of 6 strings)

Signed-off-by: aisaivia <aitzolsaizar@ni.eus>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/eu/
2023-11-16 21:45:38 +00:00
98f8140375 [android] Disable R8 optimizations
The source line numbers in the log messages are transformed by R8 in
the complex way, that requires `mapping.txt` to recover the real number.
Disable R8 optimizations for now until we figure out how to maintain
the history of `mapping.txt` for all releases.

Closes #6559

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-15 13:44:34 +02:00
97b9311c8f [android] Fix ArrayIndexOutOfBoundsException in Logger
Fixes #6558

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-15 08:37:07 -03:00
fdedc1e8c8 Remove useless tags in toolbar themes
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-14 07:47:41 +01:00
f2c06e1060 [android] Remove buildToolsVersion
The project automatically uses a default version of the build tools that
Gradle plugin specifies.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-14 07:56:10 +02:00
47e6fe797d Add new property to fix text color in progress dialog
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-12 20:00:45 +02:00
6cef4b1739 Add button to see password in LoginFragment
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-11 17:57:11 +01:00
576f010fc8 Migrate TextView to Material theming
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-11 12:00:09 +01:00
David Martinez
4c7a7a3c5f [strings] Regenerated
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-11-11 00:38:28 +01:00
David Martinez
bf2300602e [strings] Remove duplicated "avoid" strings
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-11-11 00:38:28 +01:00
76531aa2b5 [strings] Regenerated strings
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-11-11 00:29:17 +01:00
Alexander Borsuk
d1a1ae0fd5 [strings] Regenerated
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-11-10 23:40:07 +01:00
zyphlar
4e997f62f6 [strings] Add Chinese translations per 南山少帅Felix in chat
Signed-off-by: Will Bradley <bradley.will@gmail.com>
2023-11-10 22:28:03 +01:00
b1f88c97bf Fix crash in OSMLoginFragment
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-10 22:11:52 +01:00
440ff84ec2 Update Toolbar themes to MaterialComponents
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-10 22:01:20 +01:00
d4d143a9e7 Migrate appcompat theme to MaterialComponents
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-09 05:35:43 +01:00
d440fa3a2f [Android] Added set of icons for debug builds.
Added color for beta builds.
Added debug icons for Android 7.1-
Added beta icons for Android 7.1-

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-11-09 05:34:35 +01:00
Viktor Govako
713984a202 [android][iOS] Fixed brands localization.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-11-09 00:11:03 -03:00
21c0175171 Migrate to MaterialAlertDialogBuilder
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-08 23:29:05 -03:00
a530ce0d44 Fix color in time picker
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2023-11-08 23:27:00 -03:00
Alexander Borsuk
5b546726b9 [strings] Regenerated ar
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-11-07 10:38:42 +01:00
59c5ead599 [store] Fix F-Droid translations
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-07 08:33:51 +02:00
កុសិនារា
91088dd8fe [store] Update F-Droid translations (Khmer (Central))
Currently translated at 66.6% (4 of 6 strings)

Signed-off-by: កុសិនារា <kursinarapok@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/km/
2023-11-07 08:33:51 +02:00
mcliquid
c9a5eaaaab [store] Update F-Droid translations (German)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: mcliquid <info@mcliquid.de>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/de/
2023-11-07 08:33:51 +02:00
Yusuf
f25211077b [store] Update F-Droid translations (Turkish)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Yusuf <koyuncuo@itu.edu.tr>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/tr/
2023-11-07 08:33:51 +02:00
Jim Kats
03aeb0ad36 [store] Update F-Droid translations (Greek)
Currently translated at 33.3% (2 of 6 strings)

Signed-off-by: Jim Kats <jim-kats@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/el/
2023-11-07 08:33:51 +02:00
Dinyfirmanza Bin Sjarifuddin
8ec5541de8 [store] Update F-Droid translations (Malay)
Currently translated at 83.3% (5 of 6 strings)

Signed-off-by: Dinyfirmanza Bin Sjarifuddin <umodiny@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ms/
2023-11-07 08:33:51 +02:00
ShareASmile
89c5b8ba1c [store] Update F-Droid translations (Hindi)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: ShareASmile <aapshergill@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/hi/

[store] Update F-Droid translations (Bengali (Bangladesh))

Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: ShareASmile <aapshergill@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/bn_BD/
2023-11-07 08:33:51 +02:00
Piotr Strebski
67eb6a1bb4 [store] Update F-Droid translations (Polish)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Piotr Strebski <strebski@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pl/

[store] Update F-Droid translations (Polish)

Currently translated at 83.3% (5 of 6 strings)

Signed-off-by: Piotr Strebski <strebski@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pl/
2023-11-07 08:33:51 +02:00
Matheus Gomes Correia
974826e149 [store] Update F-Droid translations (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Matheus Gomes Correia <matheus.gomes03@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pt_BR/
2023-11-07 08:33:51 +02:00
Linerly
4fe6661388 [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-11-07 08:33:51 +02:00
ChAJ07
8c9aea79df [store] Update F-Droid translations (Hindi)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: ChAJ07 <ajaykumarmeena676@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/hi/
2023-11-07 08:33:51 +02:00
jonnysemon
ab930f18a8 [store] Update F-Droid translations (Arabic)
Currently translated at 66.6% (4 of 6 strings)

Signed-off-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ar/
2023-11-07 08:33:51 +02:00
gallegonovato
d80c2fa135 [store] Update F-Droid translations (Spanish)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/es/

[store] Update F-Droid translations (Spanish)

Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/es/
2023-11-07 08:33:51 +02:00
nautilusx
08cd25495c [store] Update F-Droid translations (German)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: nautilusx <translate@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/de/
2023-11-07 08:33:51 +02:00
Fjuro
1cd4dbbf61 [store] Update F-Droid translations (Czech)
Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Fjuro <ifjuro@proton.me>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/cs/

[store] Update F-Droid translations (Czech)

Currently translated at 100.0% (6 of 6 strings)

Signed-off-by: Fjuro <ifjuro@proton.me>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/cs/
2023-11-07 08:33:51 +02:00