Commit graph

27016 commits

Author SHA1 Message Date
josep constanti
ee3386a64d Translated using Weblate (Catalan)
Currently translated at 99.4% (1946 of 1956 strings)
2016-04-05 14:23:22 +02:00
GaidamakUA
5aa04f6446 Fixed drawer items. 2016-04-05 15:23:06 +03:00
Alexey Kulish
1daa622890 Merge remote-tracking branch 'origin/master' 2016-04-05 14:04:24 +03:00
GaidamakUA
599294f948 Removed bold for categories and added light sensor icon. 2016-04-05 14:01:06 +03:00
GaidamakUA
a6b206ae07 Changing icon for map mode. 2016-04-05 13:28:16 +03:00
GaidamakUA
08291f86bb Removed caps for categories 2016-04-05 13:28:16 +03:00
GaidamakUA
40b1aaae0f Fix for day/night map mode. 2016-04-05 13:28:16 +03:00
Victor Shcherb
22e1937334 Fix issues 2016-04-05 13:27:50 +03:00
Weblate
7f72ed8375 Merge remote-tracking branch 'origin/master' 2016-04-05 10:02:58 +02:00
Matej U
6fb02b6439 Translated using Weblate (Slovenian)
Currently translated at 99.9% (1955 of 1956 strings)
2016-04-05 10:02:52 +02:00
Victor Shcherb
a46a2ac46e Update methods 2016-04-05 11:02:36 +03:00
Victor Shcherb
ec8a3f1f0f Update methods 2016-04-05 11:02:19 +03:00
Alexey Kulish
6c2da87be5 Temp fix white background in configure map 2016-04-04 19:57:48 +03:00
GaidamakUA
5013c8d44d Fixed highlight for buttons. 2016-04-04 19:01:34 +03:00
GaidamakUA
95d6ccd9fa Configure map. 2016-04-04 17:53:57 +03:00
GaidamakUA
615e869a03 Fixed item layout. 2016-04-04 17:53:57 +03:00
GaidamakUA
9118075dac Bigger Map mode buttons. 2016-04-04 17:53:57 +03:00
GaidamakUA
72b5cf9fcf Configure screen finalized. Added divider for LiveUpdates. 2016-04-04 17:53:57 +03:00
vshcherb
63ab190eb2 Merge pull request #2413 from andrew-davie/minimal
GPX asynchronous line drawing - super quick MINIMAL code set
2016-04-04 17:21:00 +03:00
Alexey Kulish
b826b1d1fa Fix swipe 2016-04-04 15:30:17 +03:00
Alexey Kulish
cf80f25d19 Fix #2419 2016-04-04 13:32:55 +03:00
GaidamakUA
2422198dad Fixed orange color 2016-04-04 13:21:57 +03:00
GaidamakUA
c9540d7af8 Fixed layout for configure screen item. 2016-04-04 12:56:38 +03:00
Weblate
318c9e1bf4 Merge remote-tracking branch 'origin/master' 2016-04-04 09:48:59 +02:00
Franco
2cd40b2cb4 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-04 09:48:53 +02:00
Franco
378392ff1e Translated using Weblate (Spanish)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-04 09:48:53 +02:00
Osoitz
df65d18d2a Translated using Weblate (Basque)
Currently translated at 55.0% (1076 of 1956 strings)
2016-04-04 09:48:45 +02:00
Hardy
98900c1ff6 small code streamlining 2016-04-04 09:48:42 +02:00
CJTmmr
6fe8e8c924 Translated using Weblate (Dutch)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-03 21:19:50 +02:00
Ajeje Brazorf
cefbabf11d Translated using Weblate (Sardinian)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-03 20:59:09 +02:00
sonora
455ee0775a fix stop refresh behavior 2016-04-03 17:35:54 +02:00
Andrew Davie
9f0bcf3257 MINIMAL code set for GPX line drawing
Has all the structure of the classes needed for extension to arrows/markers/whatever.
However, this is just the minimal subset of those base classes required to implement the line drawing functionality
with the asynchronous resampling, and fully compatible with 'current track' which is NOT resampled in any way.

These files are a branch from the prior pull request, and hopefully will make everyone more comfortable about including
the code. The altitude and speed displays, all the bells and whistles - that can come later if needed.
2016-04-04 00:30:07 +10:00
sonora
7933165790 try fix button appearance of GPX tracking shortcuts 2016-04-03 15:52:41 +02:00
sonora
a671d19356 use clearer string 2016-04-03 15:37:28 +02:00
ace shadow
3813183a3d Translated using Weblate (Slovak)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-03 15:36:49 +02:00
Andrew Davie
ceddb50e60 Minimised calls to getPixXFromLatLon and getPixYFromLatLon during main draw loop
In the drawing loop, culling was performed on pixel boundaries based on x/y positions compared to the tileBox x/y position,
however calculating these from lat/lon was quite a slow process involving calls to getPixXFromLatLon and getPixYFromLatLon
which in turn had a horrendous amount of calculations happening. But since the tileBox has lat/lon and the pixel/lines being
drawn also have lat/lon it seems reasonable - despite potential spherical issues on lat/lon coordinates (?) to just use the
lat/lon as a visibility cull. So, that's what I've done and it does seem to work OK.  Heaps faster; aside from the actual
line draw we're talking a couple orders of magnitude improvement in speed.  Getting really zippy now, even when drawing
groups super big tracks, and I mean big - hundredsof thousands of points big.

The video at https://youtu.be/J1ppW3_hWds shows well over a thousand kilometers of tracks, 230 thousand points.
2016-04-03 23:31:15 +10:00
sonora
829be9901f test suppress creating extra nav notification 2016-04-03 14:49:14 +02:00
sonora
478e2512bf improve formatting 2016-04-03 14:44:52 +02:00
sonora
7b926d000a fix display 2016-04-03 13:53:47 +02:00
sonora
fef54b35d3 fix build 2016-04-03 13:17:08 +02:00
sonora
5feef3404c Display track distance in save track option in settings 2016-04-03 12:59:35 +02:00
sonora
d96505411d better comment 2016-04-03 12:35:59 +02:00
sonora
a88b9f12b0 Suppress debatable purpose trip recording notification 2016-04-03 12:16:56 +02:00
jf-simon
c0dfb730aa Translated using Weblate (German)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-03 11:46:50 +02:00
Victor Shcherb
11a9c2df16 Fix GPX recording without plugin #2407 2016-04-03 11:55:13 +03:00
Franco
5860511c6e Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-03 10:34:49 +02:00
Matej U
75d399583a Translated using Weblate (Slovenian)
Currently translated at 99.9% (1955 of 1956 strings)
2016-04-03 10:34:49 +02:00
Piotr Sokół
2d189bb0be Translated using Weblate (Polish)
Currently translated at 99.8% (1953 of 1956 strings)
2016-04-03 10:34:48 +02:00
Ldm Public
5616e30875 Translated using Weblate (French)
Currently translated at 99.8% (1954 of 1956 strings)
2016-04-03 10:34:44 +02:00
josep constanti
0387161b60 Translated using Weblate (Catalan)
Currently translated at 97.7% (1912 of 1956 strings)
2016-04-03 10:34:42 +02:00
Viktar Palstsiuk
b75c6a1824 Translated using Weblate (Belarusian)
Currently translated at 99.5% (1947 of 1956 strings)
2016-04-03 10:34:42 +02:00
Franco
862e183d79 Translated using Weblate (Spanish)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-02 22:33:57 +02:00
ezjerry liao
0be0c02c3f Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-02 20:41:13 +02:00
Andrew Davie
209203acd3 Resample of Arrows, Speed, Altitude and Conveyor enabled
By enabling on-zoom resampling of arrows, speed, altitude and conveyor data it is possible to more effectively
tailor the visuals of these renderers. For example, the altitude and speed are point-reduced based on zoom, and now
look much cleaner at low zoom values.  Likewise, the arrows are now rendered at consistent size regardless of
zoom. Also, the conveyor segments are similar length onscreen regardless of zoom. During a zoom change, the
prevoiusly resampled track is killed, so there is a brief flash while the appropriate track is resampled. This
appeared visually better than drawing the old track with incorrect spacing/scaling.
2016-04-03 03:40:56 +10:00
Andrew Davie
3e13d309f6 "Massive" optimisation - on-demand culling for GPX tracks
A bit of inspiration; rather than trigger the culling for tracks when they are loaded and every time you zoom
(i.e, creating the resampled or simplified tracks such as standard track (Ramer Douglas Peucer line reduction), arrows,
speed, markers (all resample)... now the system uses the bounding rectangle of the original track to trigger the cull(s)
only when the track is onscreen and viewable. This now allows dozens of tracks to be loaded without initial slowdown
caused by all those resamplers and cullers running in the background. It's an on-demand system, in other words.

So, whereas previously if you had 20 GPX tracks loaded, and you zoomed in/out, then all 20 of those tracks would start
a Ramer-Douglas-Peucer resize, which would significantly slow down the whole thing (even though they are asynchronous
they do take a toll on performance).  Now, when you zoom in/out, only visible tracks (or ones which become visible)
will start the RDP resize.
2016-04-03 01:04:26 +11:00
Andrew Davie
66128c8c66 Merge remote-tracking branch 'upstream/master' 2016-04-02 22:07:21 +11:00
Andrew Davie
e88c37599a visible render layers changed 2016-04-02 20:44:16 +11:00
Andrew Davie
ff29a1a744 Optimisation. Line culler slightly quicker. 2016-04-02 20:30:59 +11:00
Andrew Davie
6371dd2da4 reconfigured to display speed render 2016-04-02 18:57:56 +11:00
Andrew Davie
4474c9421a Optimised. Checked/fixed 0/1 point boundary conditions. Fixed speed.
I've done quite a bit of refactoring on the asynchronous resamplers to optimise the code. I've also checked carefully
the boundary cases of 0 and 1 point lists and ensured that they operate OK. Fixed up the speed resampler, which was
placing results in the wrong list :)
2016-04-02 18:51:20 +11:00
Andrew Davie
aac22d9e41 Changed culled to always non-null 2016-04-02 14:04:26 +11:00
Franco
e9668d1461 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-01 21:02:45 +02:00
sonora
180f5c3714 test something 2016-04-01 17:38:27 +02:00
sonora
12815491d9 hide notification if nothing is ongoing 2016-04-01 17:15:15 +02:00
Andrew Davie
b7d826483c Paint/context preserving local state
I got to thinking that the paint variable state should be preserved after the drawing functions did their stuff. Saving
and restoring individual values inside each function was getting messy, so I implemented a local paint variable which
was updated with the important stuff from the passed-in paints. The local variable is now used for all painting/drawing
and the original paint guaranteed unchanged. I could see issues elsewhere if I changed something and other code
was assuming it was already set.  So, quite a bit of fiddling with the code to get this working, but now it's clean.

I also did a bit of work on the arrows - see video at https://youtu.be/wvE9HUDMqSM

Basically they're much nicer, but also they are coloured. It's just an experimental thing, where the colour is based
upon the distance along the track; using the same rainbow scaling as the altitude display does; that is... purple up
to red.
2016-04-02 01:55:58 +11:00
sonora
e868ebce01 remove notification line breaks for now 2016-04-01 16:47:15 +02:00
jan madsen
8dfb592b2c Translated using Weblate (Danish)
Currently translated at 100.0% (1956 of 1956 strings)
2016-04-01 16:44:54 +02:00
xmd5a
e027289d28 Update strings 2016-04-01 17:22:29 +03:00
sonora
e020df1bde small fix 2016-04-01 16:06:19 +02:00
sonora
82545c0fda see if notification takes line breaks 2016-04-01 15:59:29 +02:00
sonora
8aaaab9bad try improve weird notification behavior, particularly for GPX recording 2016-04-01 15:49:10 +02:00
GaidamakUA
5bde48b2e6 Fixed menu for configure screen. 2016-04-01 15:56:11 +03:00
Alexey Kulish
2c74e887a1 Fix https://github.com/osmandapp/Osmand/issues/2389 2016-04-01 13:04:09 +03:00
Alexey Kulish
bf1dac5b06 Fix https://github.com/osmandapp/Osmand/issues/2393 2016-04-01 12:40:37 +03:00
GaidamakUA
332167378c Partially fixed layout for configure map. 2016-04-01 12:08:20 +03:00
GaidamakUA
47cbc0771e Fixes #2387. All GPX tracks no longer selected by default. 2016-04-01 11:31:07 +03:00
Weblate
7e3e8293d2 Merge remote-tracking branch 'origin/master' 2016-04-01 10:05:23 +02:00
Hinagiku Zeppeki
f67893cf78 Translated using Weblate (Japanese)
Currently translated at 99.9% (1952 of 1953 strings)
2016-04-01 10:05:13 +02:00
Xosé Calvo
e7e4f642d8 Translated using Weblate (Galician)
Currently translated at 95.5% (1866 of 1953 strings)
2016-04-01 10:05:12 +02:00
GaidamakUA
3da81e2a48 Fixes #2390. And some cleanup. 2016-04-01 11:04:21 +03:00
Andrew Davie
778a243cdf Bugfix: Current Track disappeared when starting point wandered offscreen
The 'bounds' that I had implemeted earlier described the minimal rectangle inside which a whole track was contained. This
bounding rectangle was used to quickly cull all track types at draw-time. And it worked well... too well!  The current track
is continually adding points to itself, so its bounds need to be recalculated regularly, not just at startup like other
track types.

So, I've implemented a new Renderable, 'CurrentTrack' which does the special handling for that type of track. It is
smart in that it only recalculates/updates bounding rectangle on the newly added points, so it's very quick. I tested
it on my phone and it appears to be working OK.

Other minor adjustments here and there as I tweak things.
2016-04-01 17:00:02 +11:00
Andrew Davie
3fc4702c9e Epsilon for line simplification was using incorrect value - now much nicer
Fixed a bug related to the distance used for line reduction. The previous value of zoom was being used, instead
of the new value. This kind of explains why I could see line reduction changes more than I though I should have
been able to. Now it's looking very nice. I don't think there will be many more changes. If any.
2016-04-01 04:22:31 +11:00
Andrew Davie
160f280ee1 minor fixup - make sure Conveyor Render checks the track limits early-on 2016-04-01 04:09:36 +11:00
Andrew Davie
71e84acc9f Final pass clean-up on code. It's done.
I've been through and cleaned up the code - minor improvements and cleanups. I'm happy with it and will I stop making
changes and wait for review. I also now understand how git branches work :) so I will work on my own branch.
I hope that this addition makes it into OsmAnd; I'm confident that it is robust and well written.
There will probably be a bug or two, but relatively minor I am sure.
2016-04-01 03:29:05 +11:00
Andrew Davie
112ffdd69a Final pass clean-up on code. It's done.
I've been through and cleaned up the code - minor improvements and cleanups.
It's done. Now that I'm happy with it I propose to stop making changes and wait for review.
I also now understand how git branches work, so I will work on my own branch.
I hope that this addition makes it into OsmAnd; I'm confident that it is robust and well written.
2016-04-01 02:48:03 +11:00
GaidamakUA
15ee1beed9 Made description clickable. 2016-03-31 18:47:08 +03:00
GaidamakUA
a3ca01255d Description initialization. 2016-03-31 17:50:12 +03:00
GaidamakUA
d9f7ac5a50 New icons for widgets. 2016-03-31 17:41:09 +03:00
GaidamakUA
88cffc0740 Added description as indication that view is collapsed. 2016-03-31 17:33:46 +03:00
Andrew Davie
7ee1cae93c Prevented current track from participating in line reduction
The current track is constantly changing. It is not suitable for the line culling stuff, so that track is detected
and special-cased.
2016-04-01 01:18:20 +11:00
Dmitriy Prodchenko
2600377b9a New icons for Configure Screen. 2016-03-31 16:46:55 +03:00
GaidamakUA
fe2f690aba Fixes #2394. Problem with 2.3 compatibility. 2016-03-31 16:09:25 +03:00
GaidamakUA
6dbf547579 Small changes. 2016-03-31 16:09:25 +03:00
GaidamakUA
413aad56a9 Fixed bug with changing all instances of drawable. 2016-03-31 16:09:25 +03:00
GaidamakUA
a0f78e64a8 Deprecation of IconsCacheMethods. 2016-03-31 16:09:25 +03:00
Weblate
47b71145da Merge remote-tracking branch 'origin/master' 2016-03-31 14:49:04 +02:00
Ajeje Brazorf
b81ecbc5c3 Translated using Weblate (Sardinian)
Currently translated at 70.2% (1734 of 2469 strings)
2016-03-31 14:49:03 +02:00
CJTmmr
18a84398e5 Translated using Weblate (Dutch)
Currently translated at 100.0% (1953 of 1953 strings)
2016-03-31 14:48:52 +02:00
Dmitriy Prodchenko
d259c3b0da Fix arrow height for lanes widget. 2016-03-31 15:48:33 +03:00
Andrew Davie
7e9afc68d6 Arrows renderer now working reasonably well.
I put a bit of effort into "pretty". Also, arrows are not displayed until a particular zoom level.
Sample video of this version with the following renderers active: rainbow altitude band, original track, distance
markers and arrows. See video at https://youtu.be/FNui0zxJGJI

Seems to be pretty solid for all renderers. Speed is good. This is close to a "final" version.
2016-03-31 22:57:04 +11:00
Andrew Davie
e8e6ca2854 Found/fixed crash bug in Altitude renderer
Out of memory bug happened occasionally - now fixed by writing to original canvas instead of creating its own
bitmap buffer. It's going to be a lot quicker, too. Since the altitude band is now solid, though, it should be
in the renderer list before the standard track segment.

I have also done some work on the distance/marker renderer, and that is enabled in this update. It draws the
distance (km) as a marker and number over the top of each track.

I went for a ride on my motorbike today to check out how some of the changes work. The "current track" stuff
is hopeless, so that needs to be fixed. Basically I was trying to NOT resample the current track, as it
causes all sorts of speed issues when points are continually added and resamples are continually fired. But
my change clearly didn't work properly so I will revisit that shortly.

I do urge anyone testing to try with a GPX track which has elevation data - the rainbow track backing is
quite nice I think... I hope others like it.

As a side note; I found out how to get the exception log - I have to setup an email account on my emulator
to get it to work.
2016-03-31 20:04:00 +11:00
Ajeje Brazorf
f1c6ca9698 Translated using Weblate (Sardinian)
Currently translated at 100.0% (1953 of 1953 strings)
2016-03-31 04:14:42 +02:00
Victor Shcherb
fcd598d134 Fix #2388 2016-03-30 20:44:30 +02:00
Andrew Davie
d99692e429 Rewrote the standard GPX track draw/clipping
It's a lot simpler - and a lot faster, I'm sure.  Basically it didn't need to be as complex as it was, and mostly
the 'hard stuff' it was solving is actually fairly easily handled by the draw. So. Seems to be working fine.
There are other little tweaks here and there as I test out the system.
The renderers need to behave under density and zoom changes; so that would be the widths of things should scale
properly, and the look of some of them leave a bit to be desired. However, it's the system that is now fully
functional, and work on the renderers can come later.  The main track draw seems pretty solid.
2016-03-31 03:16:59 +11:00
GaidamakUA
ebe9acfbbe Tiny refactoring. 2016-03-30 19:01:22 +03:00
GaidamakUA
a7a0db4fcd Fixes #2366. Now expanded state of favourite groups is preserved. 2016-03-30 18:32:37 +03:00
Alexey Kulish
eb6e9efa4b Remove thread, add sync 2016-03-30 18:04:03 +03:00
Alexey Kulish
1452f77488 Clean code 2016-03-30 17:41:08 +03:00
Alexey Kulish
942baec9f6 Fix lock ui and crash while calc route 2016-03-30 17:25:30 +03:00
GaidamakUA
aec531c381 Fixed resources in dark theme. 2016-03-30 15:17:34 +03:00
Weblate
75d874136a Merge remote-tracking branch 'origin/master' 2016-03-30 13:27:02 +02:00
Piotr Sokół
27b2e7f88a Translated using Weblate (Polish)
Currently translated at 100.0% (1953 of 1953 strings)
2016-03-30 13:26:55 +02:00
jan madsen
b2f53e655b Translated using Weblate (Danish)
Currently translated at 100.0% (1953 of 1953 strings)
2016-03-30 13:26:50 +02:00
Dmitriy Prodchenko
2b50c0ee1f Fix Right Turn arrow height. 2016-03-30 14:26:05 +03:00
Andrew Davie
8e7026c537 mid-work backup 2016-03-30 22:25:52 +11:00
GaidamakUA
ae0b798b28 Fix sized 2016-03-30 12:33:21 +03:00
GaidamakUA
7d4b4f4c48 Change color for configure screen. 2016-03-30 11:53:34 +03:00
GaidamakUA
5d335f5dab Renaming methods. 2016-03-30 11:36:48 +03:00
GaidamakUA
4b695ba06c Fixed introduced crash. 2016-03-30 11:30:47 +03:00
GaidamakUA
7c4161cf1b Fixed icon ignoring tint. 2016-03-30 11:22:17 +03:00
GaidamakUA
7202f69bd9 Refactoring. Removed getImage from contextMenuAdapter. 2016-03-30 11:12:34 +03:00
GaidamakUA
64735bd505 Refactoring. Menu items now has color. 2016-03-30 11:00:30 +03:00
Andrew Davie
64d481e47d Fixed a bug in the rainbow/altitude & speed renderer
Fixed the '1st pass' flag check for the draw loop. Previously was trying to draw at negative infinity
  - this *may* have been the reason this routine appeared to occaionally crash the emulator
Modified the draw so it only draws lines which are partially or completely on-screen
This routine is now optimal as far as minimising draw goes
  - first cull based on limits of entire track
  - second cull on per-segment basis based on screen visibility
2016-03-30 16:09:47 +11:00
Andrew Davie
5d4ab73620 Edge cases handled gracefully for low point-count arrays
Sitations with low point-counts may have been problematic. Now, 0, 1 and 2 point arrays are explicitly handled.
Added a copy constructor to WptPt to allow copies to be made, rather than returning original array.
Cases where no data is returned always returns a zero-sized array rather than a null array.
2016-03-30 15:14:24 +11:00
y.ridkous@gmail.com
7fea3ee5ce Update LanesDrawable 2016-03-29 21:37:43 +03:00
Andrew Davie
7b4daba1eb Optimisation for zooming/resampling to improve visuals
Just occurred to me that when zooming out (away) then the culled line we have is suitable for display. Previously when
zooming in or out, the culled line was discarded and the original line was drawn. That was to prevent you seeing really
low-resolution stuff while you wait for the asynchroous line cull to finish (can be in the order of several seconds).
However, with this modification, that is now only done when you are zooming in. This improves dramatically the "busy"
look when too much stuff is drawn for the given resolution.  Anyway, simple fix but great effect.  :P
2016-03-30 03:12:53 +11:00
Alexey Kulish
b431724a1a Fix location permission crash (NavigationService) 2016-03-29 18:48:56 +03:00
Andrew Davie
1fedd78e23 Removed all the renderers, except for the plain-vanilla one.
This gives a simple GPX track that is drawn with asynchronous point reduction to improve the speed of display.
Also, the simple region-based culling gets rid of entire tracks from the draw pipeline for further sppedups.
2016-03-30 02:15:26 +11:00
Andrew Davie
63ff22b6ab "Trivial" area bounds for segments for super-quick culling during draw.
Reworked all the renderers to be much more object oriented.
Got the sample arrow and conveyor renderers working
Tracked down a few bugs - particularly one still there - TrkSegment with 0 points!
This in my opinion should never happen - it's coming in from "outside" to my code.
2016-03-30 01:47:04 +11:00
sonora
5fa6036c3e Fix wrong string assignment 2016-03-29 16:42:17 +02:00
Dmitriy Prodchenko
cc241f7251 New icons for Configure Map screen. 2016-03-29 17:23:33 +03:00
GaidamakUA
60073c4ff3 Rewritten working ContextMenu. GpxUiHelper, ConfigureMapMenu. 2016-03-29 16:59:03 +03:00
GaidamakUA
c124ddf21b Rewritten working ContextMenu. Need to be removed completely. Little fixes for AvailableIndexesFragment. 2016-03-29 16:29:45 +03:00
GaidamakUA
bd3ca97411 Rewritten working ContextMenu. Need to be removed completely. Little fixes for AvailableGPXFragment. 2016-03-29 15:57:56 +03:00
GaidamakUA
f04df5b622 Remove unnecessary field. 2016-03-29 15:57:56 +03:00
Weblate
acb853a619 Merge remote-tracking branch 'origin/master' 2016-03-29 14:07:42 +02:00
Roberto GEB
4d4b05b810 Translated using Weblate (Spanish)
Currently translated at 99.6% (2461 of 2469 strings)
2016-03-29 14:07:42 +02:00
GaidamakUA
39f48e30a6 Configure screen: Menus are working. 2016-03-29 15:07:22 +03:00
GaidamakUA
5fdcc6b341 Refactoring 2016-03-29 15:07:22 +03:00
Roberto GEB
ff6558ed90 Translated using Weblate (Spanish)
Currently translated at 99.6% (2461 of 2469 strings)
2016-03-28 21:00:27 +02:00
8c6311e901274f6baef2068792c8ab
14a5153b09 Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.4% (1435 of 1954 strings)
2016-03-28 21:00:19 +02:00
Andrew Davie
c8a245d031 Honoured isCancelled() for the async renderer, and return correct status
This should speed up things a bit by killing background tasks earlier
2016-03-29 04:57:52 +11:00
Andrew Davie
93587fe210 Very clean OO-type classes for the renderers and asynchronous resamplers. 2016-03-29 03:58:16 +11:00
Victor Shcherb
a580d65604 Fix compilation 2016-03-28 15:44:54 +02:00
Victor Shcherb
f8c459146b Fix compilation 2016-03-28 15:42:44 +02:00
Victor Shcherb
0f86f53b5e Fix turn lanes 2016-03-28 15:10:47 +02:00
Victor Shcherb
d8a2b60436 Add map icons 2016-03-28 14:54:31 +02:00
Weblate
7a29807aea Merge remote-tracking branch 'origin/master' 2016-03-28 14:53:44 +02:00
Ldm Public
d590250dd0 Translated using Weblate (French)
Currently translated at 99.8% (1952 of 1954 strings)
2016-03-28 14:53:33 +02:00
vshcherb
900d56d1ed Merge pull request #2375 from yurkiss/test_turn_lanes_1
Update LanesDrawable
2016-03-28 14:53:26 +02:00
Andrew Davie
109ca692f1 New GPX track rendering and animation/overlay package.
WHAT THIS PROVIDES:

A generic rendering/draw of GPX tracks that allows multiple 'renders' to be included as a part of the draw of any
TrkSegment. These 'renders' include the basic track drawing, but also other options such as dashed lines,
rainbow-coloured altitude indication, speed indication, arrows to point direction, animating 'lines' showing
direction of movement, and dots/text showing 1km (or any other) distances along tracks.  It's very extendable
and incredibly cheap in terms of procesisng speed.

For a view of some of these operating on this version of the code, see https://youtu.be/aRGCNLmBAlk

Additionally, all of the above have automatic asynchronous track resampling - either via line culling of
Ramer-Douglas-Peucer (implemented for the base track draw at different zooms), or an actual resampler that
takes a distance and steps off and creates a new track with points spaced exactly that distance apart along
the original track. The asynchronous resampling/culling willl automatically enable the new (optimal) track
display when the background task has completed.

This is completely up to date with the master branch as of an hour or so ago!

Two modified files
 - GPXUtilities
   Added some fields to WptPt to enable distance measurement on tracks and colouring for altitude/speed
 - GPXLayer
   Installed the new track rendering with examples (commented/out)

Two new files
 - AsynchronousResampler.java
    Implements line resampling and culling asynchrnonously for all line drawing
 - Renderable.java
    Set of classes for drawing different kinds of gpx 'renders'
     - normal with automatic Ramer-Douglas-Peucer line culling
     - conveyor-belt type animation of segments on a path
     - altitude colouring of a path
     - speed colouring of a path
     - distance based waypoint/marker drawing
2016-03-28 23:40:30 +11:00
GaidamakUA
fb7215d80c Non clickable categories in list. 2016-03-28 15:15:40 +03:00
Weblate
62fac13d26 Merge remote-tracking branch 'origin/master' 2016-03-28 12:12:49 +02:00
Hinagiku Zeppeki
a874a518ed Translated using Weblate (Japanese)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-28 12:12:39 +02:00
GaidamakUA
3be10f89b6 More refactoring. 2016-03-28 13:12:27 +03:00
GaidamakUA
5f9352b404 More refactoring. 2016-03-28 13:12:27 +03:00
y.ridkous@gmail.com
1203631e34 Update LanesDrawable 2016-03-28 00:06:41 +03:00
Weblate
ce2f2eceee Merge remote-tracking branch 'origin/master' 2016-03-27 22:54:15 +02:00
YFdyh000
c2ebc25b9d Translated using Weblate (Simplified Chinese)
Currently translated at 56.6% (1106 of 1954 strings)
2016-03-27 22:54:09 +02:00
Hinagiku Zeppeki
1cd5a7382a Translated using Weblate (Japanese)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-27 22:54:06 +02:00
Viktar Palstsiuk
ccdddf49d2 Translated using Weblate (Belarusian)
Currently translated at 99.5% (1945 of 1954 strings)
2016-03-27 22:54:03 +02:00
Victor Shcherb
adc1a8c2ab Update version 2016-03-27 22:53:14 +02:00
y.ridkous@gmail.com
19d42fba3e Update LanesDrawable 2016-03-27 23:46:23 +03:00
Weblate
e2ec85b1c9 Merge remote-tracking branch 'origin/master' 2016-03-26 18:43:10 +01:00
jan madsen
16e586058b Translated using Weblate (Danish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-26 18:43:05 +01:00
Hinagiku Zeppeki
da5d3e4db6 Translated using Weblate (Japanese)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-26 18:43:00 +01:00
Alexey Kulish
40c7f7b7ce Fix storage selection crash 2016-03-26 20:42:44 +03:00
GaidamakUA
09b78d044f Refactoring 2016-03-25 18:56:48 +02:00
GaidamakUA
12f8c1f115 Reordering. 2016-03-25 15:30:59 +02:00
GaidamakUA
1ae6683dbc Revert "ContextMenuAdapter refactoring. Need to review GpxUiHelper."
This reverts commit f010b21fda.
2016-03-25 15:29:25 +02:00
GaidamakUA
61cc83da27 Revert "Revert "Skip permission and storage dialog first time""
This reverts commit da64aeea1c.
2016-03-25 15:28:48 +02:00
GaidamakUA
da64aeea1c Revert "Skip permission and storage dialog first time"
This reverts commit 9baf7df13d.
2016-03-25 15:27:06 +02:00
GaidamakUA
f010b21fda ContextMenuAdapter refactoring. Need to review GpxUiHelper. 2016-03-25 09:48:46 +02:00
Alexey Kulish
9baf7df13d Skip permission and storage dialog first time 2016-03-24 18:32:24 +03:00
GaidamakUA
f410fbf03c Fixed string problem 2016-03-24 16:05:51 +02:00
Alexey Kulish
e2036d3792 Revert "Fix first start screen after permission"
This reverts commit 0fde34eecb.
2016-03-24 16:44:10 +03:00
Alexey Kulish
0fde34eecb Fix first start screen after permission 2016-03-24 15:34:06 +03:00
Weblate
b5fbd3d131 Merge remote-tracking branch 'origin/master' 2016-03-24 10:08:07 +01:00
Rafał Michalski
774ba797a1 Translated using Weblate (Polish)
Currently translated at 47.6% (1177 of 2469 strings)
2016-03-24 10:08:05 +01:00
Rafał Michalski
b23716c5c6 Translated using Weblate (Polish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-24 10:08:00 +01:00
Yogesh
21df054a40 Translated using Weblate (Kannada)
Currently translated at 12.3% (241 of 1954 strings)
2016-03-24 10:07:57 +01:00
Hinagiku Zeppeki
5fd423546b Translated using Weblate (Japanese)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-24 10:07:57 +01:00
Verdulo
25ecc74848 Translated using Weblate (Esperanto)
Currently translated at 41.5% (812 of 1954 strings)
2016-03-24 10:07:55 +01:00
Viktar Palstsiuk
ca84625fb8 Translated using Weblate (Belarusian)
Currently translated at 99.5% (1945 of 1954 strings)
2016-03-24 10:07:54 +01:00
vshcherb
f68fd9aa71 Update AndroidManifest.xml 2016-03-24 10:07:50 +01:00
Weblate
2f314618b9 Merge remote-tracking branch 'origin/master' 2016-03-23 22:36:23 +01:00
Jurijus
afcabad8ec Translated using Weblate (Lithuanian)
Currently translated at 97.5% (1906 of 1954 strings)
2016-03-23 22:36:15 +01:00
y.ridkous@gmail.com
7f746a76e2 Update LanesDrawable to use bitmaps instead of drawing paths. 2016-03-23 23:16:35 +02:00
Weblate
7727837d11 Merge remote-tracking branch 'origin/master' 2016-03-23 17:35:54 +01:00
Hinagiku Zeppeki
935dd56600 Translated using Weblate (Japanese)
Currently translated at 98.0% (1916 of 1954 strings)
2016-03-23 17:35:45 +01:00
GaidamakUA
dc19cb8a0c Implementing layout for configure screen. 2016-03-23 18:35:30 +02:00
GaidamakUA
ea59f417ec Formatting change. 2016-03-23 18:35:30 +02:00
GaidamakUA
15cc5dd1bb Refactoring 2016-03-23 18:35:30 +02:00
GaidamakUA
fe70c29b0d Tiny fixes 2016-03-23 18:35:29 +02:00
Weblate
c37274e25f Merge remote-tracking branch 'origin/master' 2016-03-23 17:21:11 +01:00
Matej U
70b2d4bb7c Translated using Weblate (Slovenian)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-23 17:21:05 +01:00
Hinagiku Zeppeki
573f470d0c Translated using Weblate (Japanese)
Currently translated at 98.0% (1916 of 1954 strings)
2016-03-23 17:21:02 +01:00
Péter Báthory
7f82835020 Translated using Weblate (Hungarian)
Currently translated at 99.6% (1948 of 1954 strings)
2016-03-23 17:21:01 +01:00
Verdulo
d23415b90c Translated using Weblate (Esperanto)
Currently translated at 40.0% (783 of 1954 strings)
2016-03-23 17:21:00 +01:00
Dmitriy Prodchenko
006fbf2f88 New icons for Configure screen. 2016-03-23 18:19:49 +02:00
Weblate
4f9c362cbc Merge remote-tracking branch 'origin/master' 2016-03-22 17:57:58 +01:00
Leif Larsson
3727bac441 Translated using Weblate (Swedish)
Currently translated at 98.8% (1931 of 1954 strings)
2016-03-22 17:57:53 +01:00
Rafał Michalski
feeaca4e48 Translated using Weblate (Polish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-22 17:57:52 +01:00
Hinagiku Zeppeki
a2a1f95b49 Translated using Weblate (Japanese)
Currently translated at 97.1% (1899 of 1954 strings)
2016-03-22 17:57:49 +01:00
Mirco Zorzo
a5d2a6a464 Translated using Weblate (Italian)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-22 17:57:49 +01:00
josep constanti
0aed0f5476 Translated using Weblate (Catalan)
Currently translated at 97.5% (1906 of 1954 strings)
2016-03-22 17:57:46 +01:00
Alexey Kulish
77fdb960f4 Context menu fixes 2016-03-22 19:57:35 +03:00
Rafał Michalski
06f91abb05 Translated using Weblate (Polish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-21 23:00:55 +01:00
vshcherb
458e2f7649 Update GPXLayer.java 2016-03-21 16:12:20 +01:00
Weblate
992906726a Merge remote-tracking branch 'origin/master' 2016-03-21 16:06:46 +01:00
ezjerry liao
af2a202c54 Translated using Weblate (Traditional Chinese)
Currently translated at 89.8% (2219 of 2470 strings)
2016-03-21 16:06:46 +01:00
Mirco Zorzo
0e5fe52c13 Translated using Weblate (Italian)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-21 16:06:37 +01:00
vshcherb
1059276905 Update GPXLayer.java 2016-03-21 16:06:29 +01:00
jf-simon
5bc5e78a13 Translated using Weblate (German)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-21 15:31:24 +01:00
jf-simon
d06809f5af Translated using Weblate (German)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-21 15:07:47 +01:00
Mirco Zorzo
0734ea832e Translated using Weblate (Italian)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-21 14:43:49 +01:00
Weblate
ff6a963e93 Merge remote-tracking branch 'origin/master' 2016-03-21 10:59:03 +01:00
ezjerry liao
2bc264b780 Translated using Weblate (Traditional Chinese)
Currently translated at 89.7% (2217 of 2470 strings)
2016-03-21 10:59:03 +01:00
Lordmusic Player
174c3625db Translated using Weblate (Romanian)
Currently translated at 77.7% (1520 of 1954 strings)
2016-03-21 10:58:57 +01:00
Hugo Barrocas
1aa8dcb8e2 Translated using Weblate (Portuguese)
Currently translated at 75.3% (1473 of 1954 strings)
2016-03-21 10:58:57 +01:00
GaidamakUA
e4edd61ad7 Fixed provider authorities. 2016-03-21 11:58:43 +02:00
GaidamakUA
bcd497775c Configure screen redesign in progress. 2016-03-21 11:58:43 +02:00
GaidamakUA
570e05aaec Fixed formatting for localosm_child.xml 2016-03-21 11:58:43 +02:00
GaidamakUA
e2be535afd Better design for Configure Screen implementation in progress. 2016-03-21 11:58:43 +02:00
Mirco Zorzo
52becb8fb1 Translated using Weblate (Italian)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-21 09:44:41 +01:00
CJTmmr
701a8028c1 Translated using Weblate (Dutch)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-20 23:12:04 +01:00
8c6311e901274f6baef2068792c8ab
24709de08b Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.7% (1422 of 1954 strings)
2016-03-20 18:44:57 +01:00
Weblate
ba87533cc6 Merge remote-tracking branch 'origin/master' 2016-03-18 17:50:34 +01:00
Franco
dc3854e473 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-18 17:50:33 +01:00
Franco
cfe970fb39 Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-18 17:50:33 +01:00
Mirco Zorzo
641daffe5f Translated using Weblate (Italian)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-18 17:50:25 +01:00
Alexey Kulish
1d69dd1b67 Fix route preferences (set profile for nav settings, refresh params, UI). Fix geocoding result crash. 2016-03-18 19:50:12 +03:00
Weblate
9e5a603ee5 Merge remote-tracking branch 'origin/master' 2016-03-18 14:44:55 +01:00
josep constanti
3649b06f9b Translated using Weblate (Catalan)
Currently translated at 97.4% (1904 of 1954 strings)
2016-03-18 14:44:45 +01:00
Victor Shcherb
7c9b63177e Add turn info to exposed api 2016-03-18 14:44:34 +01:00
xmd5a
83898b4f24 Fix 2016-03-18 13:35:47 +03:00
xmd5a
c504f0afe3 update phrase 2016-03-18 13:33:43 +03:00
Weblate
bacc23bb4a Merge remote-tracking branch 'origin/master' 2016-03-18 11:31:43 +01:00
Mirco Zorzo
421dd835d5 Translated using Weblate (Italian)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-18 11:31:34 +01:00
xmd5a
f4954c5981 Revert "Update phrases"
This reverts commit 2c51de12fb.
2016-03-18 13:31:18 +03:00
jan madsen
bc4a99c11a Translated using Weblate (Danish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-18 11:31:03 +01:00
Weblate
ebe9048f08 Merge remote-tracking branch 'origin/master' 2016-03-18 11:23:30 +01:00
Mirco Zorzo
bd0d874428 Translated using Weblate (Italian)
Currently translated at 99.7% (1950 of 1954 strings)
2016-03-18 11:23:21 +01:00
xmd5a
2c51de12fb Update phrases 2016-03-18 13:20:57 +03:00
Weblate
2ef797d831 Merge remote-tracking branch 'origin/master' 2016-03-18 09:24:53 +01:00
Franco
6044f2ce5c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-18 09:24:53 +01:00
Franco
cc63e37200 Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-18 09:24:53 +01:00
Roberto GEB
e8279ab881 Translated using Weblate (Spanish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-18 09:24:48 +01:00
ace shadow
92e45b75d3 Translated using Weblate (Slovak)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-18 09:24:48 +01:00
Ajeje Brazorf
3c7b171d74 Translated using Weblate (Sardinian)
Currently translated at 99.8% (1952 of 1954 strings)
2016-03-18 09:24:47 +01:00
Mirco Zorzo
0912266f4e Translated using Weblate (Italian)
Currently translated at 99.6% (1948 of 1954 strings)
2016-03-18 09:24:44 +01:00
jf-simon
f3ffab0c01 Translated using Weblate (German)
Currently translated at 99.9% (1953 of 1954 strings)
2016-03-18 09:24:43 +01:00
Verdulo
ecfb5806dd Translated using Weblate (Esperanto)
Currently translated at 37.8% (739 of 1954 strings)
2016-03-18 09:24:42 +01:00
josep constanti
6d89dd9d14 Translated using Weblate (Catalan)
Currently translated at 97.0% (1897 of 1954 strings)
2016-03-18 09:24:41 +01:00
Victor Shcherb
6f9936a332 Try to fix issue #2341, #2346 2016-03-18 09:24:33 +01:00
Roberto GEB
365049bca4 Translated using Weblate (Spanish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-18 07:47:52 +01:00
Franco
bc0182cf9f Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 19:13:56 +01:00
Franco
ad58a31690 Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 19:13:56 +01:00
Verdulo
07dc84b521 Translated using Weblate (Esperanto)
Currently translated at 36.9% (722 of 1954 strings)
2016-03-17 19:13:47 +01:00
Franco
67ff82c3a5 Translated using Weblate (Spanish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-17 17:43:32 +01:00
Franco
b22c932e10 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-17 17:17:55 +01:00
Weblate
1aae8b78f6 Merge remote-tracking branch 'origin/master' 2016-03-17 17:02:52 +01:00
Franco
9ac6e859bf Translated using Weblate (Spanish (Argentina))
Currently translated at 99.8% (1952 of 1954 strings)
2016-03-17 17:02:48 +01:00
Dmitriy Prodchenko
499dd686a1 Add icon for new additional options for Configure Screen and Configure map screens. 2016-03-17 18:01:20 +02:00
Alexey Kulish
4f6c8bfd75 Try to fix storage dialog crash 2016-03-17 17:02:42 +03:00
GaidamakUA
eda43d414c Fixed bug: Click on overlay transparency row closed the settings screen. 2016-03-17 14:37:56 +02:00
GaidamakUA
79cdff0949 Fixed bug: Now user details aren't send if "Anonymous" switch checked. 2016-03-17 14:37:56 +02:00
Alexey Kulish
821712768e Fixes: live updates + select storage 2016-03-17 15:34:41 +03:00
ezjerry liao
9b749a1ab4 Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-17 13:03:57 +01:00
jan madsen
f089b36fff Translated using Weblate (Danish)
Currently translated at 100.0% (1954 of 1954 strings)
2016-03-17 12:34:12 +01:00
Alexey Kulish
ca67f518fb Added empty list message for dashboard 2016-03-17 12:15:56 +03:00
Victor Shcherb
04ebe2ecf8 Fix issue with route recalculation crash 2016-03-17 10:12:07 +01:00
Franco
49dfdbd6f5 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 10:12:06 +01:00
Franco
4a94e7ee4f Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 10:12:06 +01:00
Franco
b0497a4e5d Translated using Weblate (Spanish)
Currently translated at 100.0% (1952 of 1952 strings)
2016-03-17 10:12:06 +01:00
Verdulo
69ed8f4d4a Translated using Weblate (Esperanto)
Currently translated at 36.8% (720 of 1952 strings)
2016-03-17 10:12:06 +01:00
Victor Shcherb
43c60dd179 Revert changes 2016-03-17 10:09:32 +01:00
Victor Shcherb
1de0bba01a Fix issue with route recalculation crash 2016-03-17 10:08:46 +01:00
Weblate
74d80a39f2 Merge remote-tracking branch 'origin/master' 2016-03-17 09:38:23 +01:00
Franco
aa3db7638e Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 09:38:23 +01:00
Franco
59ee5a24a7 Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-17 09:38:23 +01:00
Franco
12cb7d606e Translated using Weblate (Spanish)
Currently translated at 100.0% (1952 of 1952 strings)
2016-03-17 09:38:18 +01:00
Verdulo
94da0d4f52 Translated using Weblate (Esperanto)
Currently translated at 36.8% (720 of 1952 strings)
2016-03-17 09:38:13 +01:00
Alexey Kulish
dcd126c57e Osmand API done 2016-03-17 10:22:28 +02:00
xmd5a
0f44426167 Update ru string 2016-03-17 10:20:59 +02:00
xmd5a
a24ae1d407 Update strings 2016-03-17 10:17:47 +02:00
xmd5a
98ca9ee196 fix 2016-03-17 10:16:26 +02:00
Alexey Kulish
403d02b340 Osmand Api in progress. Map markers fixes. 2016-03-17 10:15:48 +02:00
xmd5a
5861b573b5 Update ru strings 2016-03-17 10:09:07 +02:00
Franco
9e1bf81d00 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-16 18:38:38 +01:00
Franco
faaef0eb5c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1952 of 1952 strings)
2016-03-16 18:20:30 +01:00
Franco
2c9e43adab Translated using Weblate (Spanish)
Currently translated at 100.0% (1952 of 1952 strings)
2016-03-16 18:20:30 +01:00
GaidamakUA
7eff44bddf OsMo rollback. 2016-03-16 18:42:22 +02:00
GaidamakUA
9de56069e4 Location for OsMo now always has time. 2016-03-16 18:42:22 +02:00
GaidamakUA
1ad082132d Formatting 2016-03-16 18:42:22 +02:00
Alexey Kulish
cc49b186ee Api fixes 2016-03-16 19:10:58 +03:00
Weblate
f61360f850 Merge remote-tracking branch 'origin/master' 2016-03-16 15:00:50 +01:00
Piotr Sokół
304ebd9ba6 Translated using Weblate (Polish)
Currently translated at 97.6% (1907 of 1952 strings)
2016-03-16 15:00:44 +01:00
Hinagiku Zeppeki
3d371240d7 Translated using Weblate (Japanese)
Currently translated at 93.1% (1819 of 1952 strings)
2016-03-16 15:00:41 +01:00
jf-simon
9b5e94eae2 Translated using Weblate (German)
Currently translated at 99.9% (1951 of 1952 strings)
2016-03-16 15:00:40 +01:00
Alexey Kulish
4f03f5383a Osmand API done 2016-03-16 17:00:19 +03:00
Weblate
31a373e091 Merge remote-tracking branch 'origin/master' 2016-03-16 10:05:19 +01:00
Nesim İŞ
6d936bdf8e Translated using Weblate (Turkish)
Currently translated at 98.4% (1922 of 1952 strings)
2016-03-16 10:05:14 +01:00
Mirco Zorzo
5c01ce6147 Translated using Weblate (Italian)
Currently translated at 99.6% (1946 of 1952 strings)
2016-03-16 10:05:09 +01:00
Verdulo
437b455590 Translated using Weblate (Esperanto)
Currently translated at 34.7% (678 of 1952 strings)
2016-03-16 10:05:08 +01:00
GaidamakUA
5d493bf687 Fixed NPE 2016-03-16 11:04:58 +02:00
ezjerry liao
0dcabb1a4d Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (1952 of 1952 strings)
2016-03-16 06:34:41 +01:00
Weblate
35b4cdb84a Merge remote-tracking branch 'origin/master' 2016-03-15 22:47:00 +01:00
Viktar Palstsiuk
59af1fe8c6 Translated using Weblate (Belarusian)
Currently translated at 99.5% (1944 of 1952 strings)
2016-03-15 22:46:48 +01:00
xmd5a
91df6f33c7 Update ru string 2016-03-16 00:46:06 +03:00
xmd5a
54a64a1c30 Update strings 2016-03-15 20:39:32 +03:00
xmd5a
f42ae2f850 fix 2016-03-15 20:31:25 +03:00
Weblate
9113c6aae0 Merge remote-tracking branch 'origin/master' 2016-03-15 17:58:49 +01:00
Michael
02ab9aa870 Translated using Weblate (German)
Currently translated at 99.9% (1951 of 1952 strings)
2016-03-15 17:58:40 +01:00
Alexey Kulish
86b24520e5 Osmand Api in progress. Map markers fixes. 2016-03-15 19:58:25 +03:00
xmd5a
969701adf3 Update ru strings 2016-03-15 18:39:42 +03:00
GaidamakUA
6b0270047d Fixes bug: unable to share favourites. 2016-03-15 17:36:34 +02:00
Weblate
02c63e8895 Merge remote-tracking branch 'origin/master' 2016-03-15 15:29:33 +01:00
Verdulo
f3a93e0439 Translated using Weblate (Esperanto)
Currently translated at 34.3% (671 of 1952 strings)
2016-03-15 15:29:22 +01:00
GaidamakUA
e3f5765c3e Fixes bug: unable to import favourites from GPX. Fixes #2283 2016-03-15 16:29:10 +02:00
Verdulo
35730f2a7c Translated using Weblate (Esperanto)
Currently translated at 34.3% (670 of 1952 strings)
2016-03-15 14:27:03 +01:00
Weblate
94353c37c9 Merge remote-tracking branch 'origin/master' 2016-03-15 13:39:41 +01:00
Franco
7f6aa19c3d Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-15 13:39:41 +01:00
jf-simon
df9db1e571 Translated using Weblate (German)
Currently translated at 97.2% (2400 of 2469 strings)
2016-03-15 13:39:38 +01:00
jan madsen
1a13e5819d Translated using Weblate (Danish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-15 13:39:37 +01:00
Olexandr Nesterenko
603c7252df Translated using Weblate (Ukrainian)
Currently translated at 98.1% (1916 of 1952 strings)
2016-03-15 13:39:36 +01:00
ezjerry liao
e9480fb2a4 Translated using Weblate (Traditional Chinese)
Currently translated at 99.9% (1951 of 1952 strings)
2016-03-15 13:39:35 +01:00
OpenStreetMap Monitoring
24f134c78b Translated using Weblate (Russian)
Currently translated at 97.8% (1911 of 1952 strings)
2016-03-15 13:39:35 +01:00
Verdulo
a8c39440cd Translated using Weblate (Esperanto)
Currently translated at 34.3% (670 of 1952 strings)
2016-03-15 13:39:30 +01:00
Viktar Palstsiuk
6b34bb8ae7 Translated using Weblate (Belarusian)
Currently translated at 98.8% (1929 of 1952 strings)
2016-03-15 13:39:28 +01:00
Victor Shcherb
b4aa261f92 Merge branch 'master' of github.com:osmandapp/Osmand 2016-03-15 08:38:27 -04:00
Victor Shcherb
16ebf1f748 Disable osmc routing 2016-03-15 08:38:21 -04:00
Артем
85fc933b26 Translated using Weblate (Russian)
Currently translated at 97.8% (1911 of 1952 strings)
2016-03-15 01:25:24 +01:00
Дмитрий Михирев
9b43986d1a Translated using Weblate (Russian)
Currently translated at 97.8% (1911 of 1952 strings)
2016-03-15 01:24:59 +01:00
OpenStreetMap Monitoring
bfc7a5d957 Translated using Weblate (Russian)
Currently translated at 97.8% (1911 of 1952 strings)
2016-03-15 01:24:15 +01:00
Franco
e3cddfd844 Translated using Weblate (Spanish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-15 01:21:49 +01:00
Franco
0c788908f1 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-15 01:16:45 +01:00
jan madsen
0916dca601 Translated using Weblate (Danish)
Currently translated at 100.0% (2469 of 2469 strings)
2016-03-14 19:57:37 +01:00
Weblate
38d403199a Merge remote-tracking branch 'origin/master' 2016-03-14 19:22:00 +01:00
Verdulo
d84a6ca892 Translated using Weblate (Esperanto)
Currently translated at 29.7% (580 of 1952 strings)
2016-03-14 19:21:50 +01:00
xmd5a
0f74e243b9 Update phrases 2016-03-14 21:21:40 +03:00
xmd5a
eb89f2f96e Update phrases 2016-03-14 21:21:40 +03:00
Franco
d85909fa4b Translated using Weblate (Spanish)
Currently translated at 100.0% (2444 of 2444 strings)
2016-03-14 16:42:15 +01:00
Franco
bfc133f145 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2444 of 2444 strings)
2016-03-14 16:41:43 +01:00
GaidamakUA
5d65210766 Formatting 2016-03-14 17:30:33 +02:00
GaidamakUA
c7ecfbceae Fixed bug with changing color in OsMoGroupsActivity. 2016-03-14 17:30:32 +02:00
Weblate
3d4cf4b474 Merge remote-tracking branch 'origin/master' 2016-03-14 16:15:26 +01:00
Verdulo
36dd79b22e Translated using Weblate (Esperanto)
Currently translated at 29.5% (576 of 1952 strings)
2016-03-14 16:15:15 +01:00
Alexey Kulish
58d3a4c03f Fix 2.3 crash on a/v settings 2016-03-14 18:15:04 +03:00
Weblate
4471fb4e57 Merge remote-tracking branch 'origin/master' 2016-03-14 14:20:33 +01:00