Commit graph

69047 commits

Author SHA1 Message Date
cepprice
b422c8276d Extract logic to new helper 2021-02-24 21:57:41 +05:00
alex-osm
ae88e4e8a2
Merge pull request #10991 from osmandapp/fix_image_download_buttons
Fix image download buttons, wrong article navigation
2021-02-24 18:25:26 +03:00
Vitaliy
d6dc10e5cf
Merge pull request #10941 from osmandapp/fix_custom_track_folders
Fix custom track folders
2021-02-24 16:14:50 +02:00
Skalii
b149bb47da fix save state to show all folders after screen is rotated 2021-02-24 15:40:52 +02:00
Skalii
0f81841c79 test adding altitude and timestamp to new favorite 2021-02-24 15:02:39 +02:00
androiddevkotlin
cbc77377cb Fix RTL space to fit screen 2021-02-24 01:31:26 +02:00
cepprice
5b590cf3ec Cosmetic changes 2021-02-23 22:20:41 +05:00
cepprice
b0bb03fa8f The rest custom color implementations 2021-02-23 22:19:19 +05:00
Dima-1
25390e1d42 Fix image download buttons, wrong navigation 2021-02-23 18:29:32 +02:00
androiddevkotlin
7a738dd55c Fix element's alignment: icons and colors
https://github.com/osmandapp/OsmAnd-Issues/issues/472
2021-02-23 18:16:12 +02:00
Vitaliy
152129ec78
Merge pull request #10971 from osmandapp/chips-points
Chips points
2021-02-23 17:45:30 +02:00
cepprice
837219bebb Small fixes 2021-02-23 18:42:26 +05:00
Victor Shcherb
775719b480 Merge remote-tracking branch 'origin/r3.9' 2021-02-23 12:08:45 +02:00
vshcherb
17fa1ed0af
Merge pull request #10985 from osmandapp/fix_open_on_map_39
Fix open on map, travel article svg image thumbs, show more progress.
2021-02-23 12:08:26 +02:00
Dima-1
2ea0f7302d Fix open on map, travel article svg image thumbs, show more progress. 2021-02-23 12:06:04 +02:00
Victor Shcherb
dbf9cb8e19 Merge remote-tracking branch 'origin/r3.9' 2021-02-23 12:01:45 +02:00
vshcherb
6837c21f48
Merge pull request #10975 from osmandapp/TDesc3.9
Fix description
2021-02-23 11:59:16 +02:00
Vitaliy
fc3ead429c
Merge pull request #10979 from osmandapp/fix_waypoints_after_import_gpx
Adding unnamed waypoints to favorites
2021-02-23 11:53:23 +02:00
Skalii
e420cdb3ec fix name for unnamed waypoints 2021-02-23 10:46:11 +02:00
cepprice
f75a8f8b58 Easy replaсement of color from @ColorRes to @ColorInt 2021-02-23 13:45:16 +05:00
Skalii
2561ee99e1 fix replace checks; 2021-02-23 01:50:50 +02:00
Skalii
627cd967b1 fix adding unnamed waypoints to favorites 2021-02-23 01:42:59 +02:00
nazar-kutz
cea1fa60e7 Refactoring: remove enum EngineType, use OnlineRoutingEngine constants instead 2021-02-22 19:09:30 +02:00
Vitaliy
0125820d76 Merge branch 'r3.9' 2021-02-22 18:40:54 +02:00
alex-osm
3eec6c2b66
Merge pull request #10977 from osmandapp/small_fixes
Small fixes
2021-02-22 19:29:31 +03:00
Vitaliy
8af96a20b5 Avoid concurrent modification of location listeners 2021-02-22 17:11:43 +02:00
nazar-kutz
1be6bc7eea Refactoring: inheritance instead of composition 2021-02-22 17:04:38 +02:00
cepprice
7c22585d43 Add color picker and color selection 2021-02-22 20:01:25 +05:00
Vitaliy
f95c97ff15 Fix possible CalledFromWrongThreadException 2021-02-22 16:58:36 +02:00
cepprice
10bab68413 Implement custom color (without color picker yet) 2021-02-22 19:22:57 +05:00
Vitaliy
80dd042f4f Merge branch 'r3.9'
# Conflicts:
#	OsmAnd/res/values/strings.xml
2021-02-22 14:53:35 +02:00
Kseniia
0767cf3d44 fix description 2021-02-22 14:45:11 +02:00
Vitaliy
e4098c0135
Merge pull request #10962 from osmandapp/separate_ruler_by_tap_from_radius_ruler
Separate ruler by tap from "Radius ruler"
2021-02-22 13:49:33 +02:00
Skalii
9b83c6f35b small fix 2021-02-22 13:47:47 +02:00
nazar-kutz
fab1df33a6 Refactoring: change parser location, remove todo 2021-02-22 13:44:49 +02:00
Skalii
f981d4a4bb small fix 2021-02-22 13:43:53 +02:00
Skalii
98759b9221 fix in widget ruler id 2021-02-22 13:19:38 +02:00
nazar-kutz
e44f763405 Check ZIP and GZIP formats 2021-02-22 13:14:10 +02:00
Skalii
7a1aab7414 small fixes in names, ids 2021-02-22 12:52:18 +02:00
androiddevkotlin
e67395028a Filtering on click chips 2021-02-22 12:22:21 +02:00
Vitaliy
719dbbc244
Merge pull request #10948 from osmandapp/Add-Coordinates-widget-to-Quick-action
Feature Request: Add "Coordinates widget" toggle to Quick action button
2021-02-21 18:07:58 +02:00
nazar-kutz
584e7dbf6d Implement GPX online routing, step 1 2021-02-21 13:44:22 +02:00
Vitaliy
dd1c4b5311
Merge pull request #10940 from osmandapp/default_profileName_2
fix empty profile name on main settings screen
2021-02-21 13:11:17 +02:00
Skalii
b83a01dbd5 separation of functionality from the "Radius ruler" - now the ruler from the current location finger tap and between two taps is in a separate tool;
small fixes;
2021-02-21 05:51:46 +02:00
vshcherb
48cbd60dc7
Merge pull request #10951 from osmandapp/Help-Section-blue-box
Everything in Help Section has a blue box
2021-02-20 16:07:36 +02:00
Victor Shcherb
eb0284284f Formatting 2021-02-20 14:58:12 +02:00
Victor Shcherb
eb596298ec Clean up assets on clean build 2021-02-20 13:29:31 +02:00
Victor Shcherb
a5e062c849 Merge branch 'r3.9' 2021-02-20 13:23:21 +02:00
Victor Shcherb
fd92f93fbd Remove assets before download obfs 2021-02-20 13:22:06 +02:00
Victor Shcherb
72a5a55454 Remove from assets obf file 2021-02-20 13:10:30 +02:00