Alexey Krasilnikov
aaad6ecb44
Allow to modify list of listeners in LocationHelper from callbacks
...
It's a legit case when a listener is removed from the list as a result of call to that listener. That causes the list of listeners to be modified during an iteration, which is not supported by standart collections.
The most efficient option to support that is to use ObserverList from Chromium project and this is done here.
Another options are a) to use CopyOnWriteArrayList b) to use Listeners class from the codebase. Both of them are less efficient and do more allocations.
Resolves #546
Signed-off-by: Alexey Krasilnikov <alexey@krasilnikov.me>
2025-01-16 11:44:36 -03:00
Alexey Krasilnikov
8d6b3a3d2f
[android] Fix crash if coordinates are copied after bottom bar is closed.
...
Resolves #9979
Signed-off-by: Alexey Krasilnikov <alexey@krasilnikov.me>
2025-01-11 14:33:49 -03:00
Alexey Krasilnikov
b27c06a9d0
[android] Fix the title after editing the name of a boomark.
...
Resolves #10005
Signed-off-by: Alexey Krasilnikov <alexey@krasilnikov.me>
2025-01-11 14:33:34 -03:00
Dzmitry Strekha
e08001a769
[Android] Add insets handling in ProfileFragment
...
Signed-off-by: Dzmitry Strekha <mr.choo96@gmail.com>
2025-01-11 13:49:29 -03:00
Andrew Shkrob
ce2720826e
[strings] regenerated
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-11 09:07:28 +00:00
Andrew Shkrob
59c68f7b41
[android-auto] Better permissions request
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-11 09:07:28 +00:00
Andrei Shkrob
56f2552578
Revert "[android-auto] Put back location type for AA service"
...
This reverts commit 8174ca7e6e
.
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-09 09:15:26 +00:00
973a5250dd
[strings] Serbian descriptions and release notes
...
Signed-off-by: Ognjen Blagojevic <ognjen.d.blagojevic+om@gmail.com>
2025-01-06 15:46:59 +03:00
199094a466
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2025-01-05 11:09:55 +03:00
Andrew Shkrob
4a1897caca
[android-auto] Add bookmarks sorting
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-03 11:05:55 +00:00
Andrew Shkrob
8174ca7e6e
[android-auto] Put back location type for AA service
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-03 11:05:03 +00:00
Andrew Shkrob
7de8fdd3bb
[android-auto] Fix maps downloading in planning mode
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-03 10:47:52 +00:00
Andrew Shkrob
0c28dcbabd
[android-auto] Check for world maps after init
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-01-03 10:40:46 +00:00
74aed8995e
[strings] Regenerate for Unknown Place to Map Point change
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-01-03 11:30:34 +03:00
bdf51e704e
[strings] Serbian description added
...
Signed-off-by: Ognjen Blagojevic <ognjen.d.blagojevic+om@gmail.com>
2024-12-30 13:50:31 +03:00
Mynkara08
ff55783162
Fix the layout height
...
Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>
Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>
2024-12-30 13:42:20 +03:00
Andrew Shkrob
5da5e95eb8
[java] Update codestyle
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-12-29 11:37:08 +00:00
e00f33a076
[github] Manage private secrets with GitHub Secrets to enhance security
...
1. Restore the original simple version of `configure.sh`
Restores 08e37f4
"Refactor configure.sh"
Reverts b87ee95b
"Fixed configure.sh script and gh actions"
2. Use GitHub Secrets instead of a private git repository to enhance
security standards and ensure credentials are encrypted and safely
managed.
3. Document credentials used by GitHub Actions in docs/CREDENTIALS.md
4. Include `network_security_config.xml` directly into the repo
as it has nothing sensitive.
5. Include Apple WWDR intermediate certificates directly into the repo
as they are not sensitive and publicly available.
https://developer.apple.com/help/account/reference/wwdr-intermediate-certificates
6. Add `private.h` in the repository since it does not differ from
`private_defaults.h`.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-27 20:16:52 +00:00
Andrew Shkrob
7be367cec5
[android-auto] Update CarApp lib to 1.7.0-beta03
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-12-27 19:54:36 +00:00
342863a8b1
[strings] regenerate
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-24 12:12:53 +00:00
f79b21892a
[strings] Regenerated
...
Signed-off-by: Ognjen Blagojevic <ognjen.d.blagojevic+om@gmail.com>
2024-12-24 01:26:01 +03:00
27db960cfc
[strings] regenerate
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-23 18:43:35 +00:00
2ed11e18e8
[ios] [android] rename altitude
to the elevation
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-23 18:43:35 +00:00
6465fa8686
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-22 01:34:56 +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
693e1aa5d0
Category in editor not clickable
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-21 22:36:00 +03:00
Mynkara08
7762c66901
Fix uneven gaping around title
...
Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>
2024-12-21 13:32:46 +03:00
b6cc1d57fa
[android] Show a toast every time FS mode is entered
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-19 20:11:55 +03:00
b79d56ad8d
Add margin below Wikipedia
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-18 21:46:50 +03:00
f0dc8017b6
Place edit button below description
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-18 21:30:13 +03:00
zyphlar
8e4d8fdaab
[strings] Regenerated strings
...
Signed-off-by: zyphlar <zyphlar@users.noreply.github.com>
2024-12-18 20:10:23 +03:00
0a8e6ddcfe
[strings] Regenerate for Kayak setting and other PRs
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-17 19:51:26 +03:00
Dmitry Strekha
655cf0f174
[Android] Fix for wrong ime insets on some devices ( #9786 )
...
* [Android] Possible fix for wrong ime insets on some devices
* [Android] Allow changing default insets type mask with a Builder
* [Android] Change insets type to exclude ime insets
Signed-off-by: Dzmitry Strekha <mr.choo96@gmail.com>
2024-12-17 15:02:40 +03:00
Kiryl Razhdzestvenski
87526aad54
Issue 9696. Recalculate route automatically when routing options are changed
...
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-12-15 21:15:45 +03:00
Jenny Em
32e2bf7eef
[strings] Regenerated
...
Signed-off-by: Jenny Em <ubahnverleih@gmail.com>
2024-12-15 20:45:35 +03:00
Alexander Borsuk
8f53bd5cf4
[strings] Regenerated Latvian
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-12-15 00:17:44 +01:00
3505356195
[strings] Regenerate
...
Signed-off-by: Ognjen Blagojevic <ognjen.d.blagojevic+om@gmail.com>
2024-12-14 11:50:49 +01:00
28c6f4f2fc
[strings] Regenerate for Kayak setting
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-13 00:50:06 +03:00
2f1b6ce0e0
[android] Add a setting to display Kayak links
...
Disabled by default in F-Droid build, enabled in other builds.
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-13 00:50:06 +03:00
e10afa843e
Revert "[android] Remove a referral code from “Photos, reviews, booking”"
...
This reverts commit ee7e87fa1e
.
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-13 00:50:06 +03:00
16c8355c3a
Fixed multiline button style for DialogStackedButton
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-12-12 19:01:30 +03:00
9f804cc615
[android] fix track selection refactoring warnings
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-11 13:20:10 +04:00
Jenny Em
5c56d87d80
[strings] Regenerated
...
Signed-off-by: Jenny Em <ubahnverleih@gmail.com>
2024-12-05 23:25:11 -03:00
Jenny Em
5923ea4fd5
[strings] Regenerated
...
Signed-off-by: Jenny Em <ubahnverleih@gmail.com>
2024-12-05 10:45:13 +03:00
20aa24a74b
EN as additional search language in the editor
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-04 08:47:22 -03:00
Jenny Em
8b6258243f
[strings] Regenerated
...
Signed-off-by: Jenny Em <ubahnverleih@gmail.com>
2024-12-03 10:20:29 -03:00
1a9d5e32eb
[android] Require cmake 3.22.1+
...
Reverts forced version upgrade in #9377 .
(a higher version is not necessary)
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-01 13:18:58 +03:00
80add2247f
[strings] Regenerate for Turkish fixes
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-11-30 11:47:59 -03:00
TobiPeterG
9faa8ac193
[android] SpeedLimitView
...
Rebase + improvements, original by AndrewShkrob
Signed-off-by: TobiPeterG <tobi.goergens@gmail.com>
2024-11-29 22:14:00 -03:00
vng
d6a9b24720
Bump versions
...
Signed-off-by: vng <vng@users.noreply.github.com>
2024-11-29 19:07:41 -03:00