Сергій Дубик
99416ce213
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2336 of 2336 strings)
2017-06-27 10:23:22 +02:00
Osoitz
d5f7ae6a79
Translated using Weblate (Basque)
...
Currently translated at 96.2% (2249 of 2336 strings)
2017-06-27 10:22:56 +02:00
Alexey
e5a489637a
Merge pull request #3953 from osmandapp/mapillary_filters
...
Mapillary filters
2017-06-27 11:22:50 +03:00
alex
7d161bc769
Move method call
2017-06-26 22:06:41 +03:00
Weblate
29476edd29
Merge remote-tracking branch 'origin/master'
2017-06-26 19:17:48 +02:00
Hinagiku Zeppeki
c81377b0e1
Translated using Weblate (Japanese)
...
Currently translated at 93.8% (2911 of 3102 strings)
2017-06-26 19:17:41 +02:00
syl
0304794531
Translated using Weblate (French)
...
Currently translated at 87.8% (2726 of 3102 strings)
2017-06-26 19:17:39 +02:00
Сергій Дубик
eed27a5fce
Translated using Weblate (Ukrainian)
...
Currently translated at 97.9% (2289 of 2336 strings)
2017-06-26 19:17:34 +02:00
Leif Larsson
5329f03079
Translated using Weblate (Swedish)
...
Currently translated at 94.6% (2211 of 2336 strings)
2017-06-26 19:17:33 +02:00
Hinagiku Zeppeki
a2dd6937ce
Translated using Weblate (Japanese)
...
Currently translated at 97.8% (2285 of 2336 strings)
2017-06-26 19:17:18 +02:00
Claus Rüdinger
805449ab9d
Translated using Weblate (German)
...
Currently translated at 98.1% (2293 of 2336 strings)
2017-06-26 19:17:13 +02:00
jan madsen
99d06e19b8
Translated using Weblate (Danish)
...
Currently translated at 100.0% (2336 of 2336 strings)
2017-06-26 19:17:11 +02:00
Әmrah Nәbiyev
698594b718
Translated using Weblate (Azerbaijani)
...
Currently translated at 67.3% (1573 of 2336 strings)
2017-06-26 19:17:09 +02:00
Softmap
7a26938ce2
Translated using Weblate (Arabic)
...
Currently translated at 99.7% (2330 of 2336 strings)
2017-06-26 19:17:09 +02:00
vshcherb
7178edd984
Merge pull request #3971 from osmandapp/add_ruler
...
Add small improvements
2017-06-26 19:01:17 +02:00
vshcherb
7ea3ac399a
Merge pull request #3968 from mbethke/fix-TooManyCapitalLetters
...
fix testTooManyCapitalLetters wrt unicameral scripts
2017-06-26 19:00:34 +02:00
Sveinn í Felli
dd036cc3a5
Translated using Weblate (Icelandic)
...
Currently translated at 72.6% (2253 of 3102 strings)
2017-06-26 18:33:50 +02:00
Alexander Sytnyk
496148a51a
Remove an unnecessary method call
2017-06-26 19:15:19 +03:00
Alexander Sytnyk
e871efda19
Remove mapillary fragment from addOrUpdateDashboardFragments()
2017-06-26 19:12:38 +03:00
PavelRatushny
64fad214f3
Fix opening split segments in analyze on map
2017-06-26 19:09:09 +03:00
Alexander Sytnyk
48a0e439b7
Remove mapillary fragment from TransactionBuilder
2017-06-26 18:56:29 +03:00
Alexander Sytnyk
972ad84196
Add states for the "apply" button; add lines filtering
2017-06-26 17:54:19 +03:00
Alexander Sytnyk
62be4e773e
Refactor the structure
2017-06-26 16:37:27 +03:00
Sveinn í Felli
689f3c267a
Translated using Weblate (Icelandic)
...
Currently translated at 68.4% (2122 of 3102 strings)
2017-06-26 15:19:44 +02:00
Alexander Sytnyk
d7d2186331
Add small improvements
2017-06-26 15:20:57 +03:00
PavelRatushny
d2105e135d
Fix displaying rects on android 5, 6
2017-06-26 15:10:59 +03:00
Alexander Sytnyk
ed3d1d2dc2
Merge branch 'master' of ssh://github.com/osmandapp/Osmand into mapillary_filters
2017-06-26 13:21:44 +03:00
Weblate
80e298213d
Merge remote-tracking branch 'origin/master'
2017-06-26 00:22:59 +02:00
Boyuan Yang
c595dc9c69
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 0.2% (9 of 3102 strings)
2017-06-26 00:22:48 +02:00
Mirco Zorzo
85a08727f8
Translated using Weblate (Italian)
...
Currently translated at 98.6% (2304 of 2336 strings)
2017-06-26 00:22:28 +02:00
Boyuan Yang
af8fcce2c6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.6% (2305 of 2336 strings)
2017-06-26 00:22:21 +02:00
Softmap
2038353743
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (2336 of 2336 strings)
2017-06-26 00:22:19 +02:00
Victor Shcherb
01d7e93d12
Merge branch 'master' of github.com:osmandapp/Osmand
2017-06-26 00:22:06 +02:00
Victor Shcherb
28f830098d
Fix #3958 issue with interpolation
2017-06-26 00:21:30 +02:00
Matthias Bethke
0e7c9b21a2
fix testTooManyCapitalLetters wrt unicameral scripts
...
In v2.6.3, Osmand would keep complaining about too many capital letters
in a name when using any script that doesn't distinguish between upper-
and lowercase such as the CJK family, Arabic, Thai/Lao etc.
This is because the "Character.toUpperCase(c) != c" test could never be
true for those scripts so all characters were classified as uppercase.
The builtin Character.isUpperCase() handles this correctly and is much
clearer, too.
2017-06-26 00:14:02 +10:00
Weblate
ec062fe266
Merge remote-tracking branch 'origin/master'
2017-06-25 14:52:24 +02:00
Hinagiku Zeppeki
7c59a692ce
Translated using Weblate (Japanese)
...
Currently translated at 97.6% (2281 of 2336 strings)
2017-06-25 14:51:53 +02:00
vshcherb
f086781dcf
Update strings.xml
2017-06-25 14:51:38 +02:00
Hardy
4f21255005
Try fix ar string
2017-06-25 10:03:40 +02:00
Weblate
36ae3fc49b
Merge remote-tracking branch 'origin/master'
2017-06-25 09:48:56 +02:00
Hinagiku Zeppeki
41d961c798
Translated using Weblate (Japanese)
...
Currently translated at 93.4% (2899 of 3102 strings)
2017-06-25 09:48:49 +02:00
Hinagiku Zeppeki
9cf82d9fa4
Translated using Weblate (Japanese)
...
Currently translated at 97.3% (2275 of 2336 strings)
2017-06-25 09:48:25 +02:00
Hardy
bfe43f8feb
Try fix ar string
2017-06-25 09:48:12 +02:00
Softmap
09dfe117d9
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (2336 of 2336 strings)
2017-06-24 20:52:47 +02:00
PaulStets
513120abce
Merge pull request #3962 from osmandapp/PaulsBranch
...
Fixed version not being added to way/node
2017-06-24 15:29:43 +03:00
PaulStets
dcc3808d78
Fixed version not being added to way/node
2017-06-24 15:27:20 +03:00
Weblate
34c2128120
Merge remote-tracking branch 'origin/master'
2017-06-24 13:49:09 +02:00
Weblate
ce4d377941
Merge remote-tracking branch 'origin/master'
2017-06-24 13:48:29 +02:00
vshcherb
895001620b
Update OsmBaseStorage.java
2017-06-24 13:48:19 +02:00
ace shadow
9548d52b4c
Translated using Weblate (Slovak)
...
Currently translated at 99.2% (2318 of 2336 strings)
2017-06-24 13:48:14 +02:00