Viktar Palstsiuk
2f0c960e96
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-22 09:34:05 +01:00
Victor Shcherb
fa725d7603
Test gradle
2015-01-22 09:12:56 +02:00
Victor Shcherb
a6587d7db0
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-22 08:51:40 +02:00
Victor Shcherb
1c6787757a
Fix default builds
2015-01-22 08:51:34 +02:00
Victor Shcherb
7f0b421df4
Fix default builds
2015-01-22 08:51:01 +02:00
Weblate
3b7d96f496
Merge remote-tracking branch 'origin/master'
2015-01-22 07:28:10 +01:00
Lu Ca
3717027b81
Translated using Weblate (Sardinian)
...
Currently translated at 90.8% (555 of 611 strings)
2015-01-22 07:28:07 +01:00
jan madsen
4c6727d498
Translated using Weblate (Danish)
...
Currently translated at 100.0% (611 of 611 strings)
2015-01-22 07:28:05 +01:00
ezjerry liao
647f861406
Translated using Weblate (Traditional Chinese)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-22 07:28:02 +01:00
Lu Ca
6c8292656f
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-22 07:28:00 +01:00
Mirco Zorzo
853b3cd21e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-22 07:27:58 +01:00
Konfrare Albert
db6e25f11a
Translated using Weblate (Catalan)
...
Currently translated at 99.9% (1606 of 1607 strings)
2015-01-22 07:27:57 +01:00
Victor Shcherb
4a6c3454a4
Fix gradle
2015-01-22 08:27:32 +02:00
Victor Shcherb
1b4ff29a15
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-22 00:32:37 +02:00
Victor Shcherb
c10a7cd69d
Update gradle
2015-01-22 00:32:16 +02:00
Mirco Zorzo
5c286fd0aa
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 18:34:21 +01:00
Denis
c5b153bf19
Added some new fragments
2015-01-21 17:51:12 +02:00
ezjerry liao
9f52c583d3
Translated using Weblate (Traditional Chinese)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 16:26:39 +01:00
josep constanti
a8efc41997
Translated using Weblate (Catalan)
...
Currently translated at 99.9% (1606 of 1607 strings)
2015-01-21 16:13:53 +01:00
Konfrare Albert
3d66b920e8
Translated using Weblate (Catalan)
...
Currently translated at 99.9% (1606 of 1607 strings)
2015-01-21 16:13:31 +01:00
Lu Ca
10d7c06888
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 16:02:07 +01:00
Victor Shcherb
ba69664505
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-21 13:55:50 +01:00
Victor Shcherb
735ba68cc7
Update gradle
2015-01-21 13:43:07 +01:00
Weblate
bb2a22ebcd
Merge remote-tracking branch 'origin/master'
2015-01-21 13:22:46 +01:00
Nicolas Palix
a54a2b44f7
Translated using Weblate (French)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 13:22:42 +01:00
Victor Shcherb
7f9e54ba08
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-21 13:22:34 +01:00
Victor Shcherb
d5271ae5a7
Update gradle
2015-01-21 13:22:26 +01:00
권 조
ab3a0bc3b6
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 12:16:05 +01:00
Victor Shcherb
966a1ae9b4
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-21 11:52:03 +01:00
Victor Shcherb
b6ddfbc0f9
Update gradle script
2015-01-21 11:51:58 +01:00
Ldm Public
9dda372488
Translated using Weblate (French)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 11:46:08 +01:00
Ivan Vantu5z
0fa78384a4
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 11:31:05 +01:00
Hans-Christoph Steiner
8d927de6ac
if incoming URL was properly parsed, remove GeoIntentActivity from backstack
...
When a user clicks on a URL that OsmAnd claims, they will first go to the
GeoIntentActivity, which will show them the processing, and any errors,
then it'll take them to the map. Since the map will stay in the same task
as the original Activity where the user clicked it, the user is very likely
to be clicking on the back button. Calling finish() here gives them one
less thing to click back on, since GeoIntentActivity will be removed.
closes #1037 https://github.com/osmandapp/Osmand/pull/1037
2015-01-21 11:25:51 +01:00
Hans-Christoph Steiner
2537d92a6a
update MapUtils.decodeShortLinkString() to also parse zoom
...
This method is used to parse the custom OpenStreetMap shortlink algorithm
that encodes lat, lon, and zoom. The previous version,
MapUtils.decodeShortLocString(), only parsed lat, lon from the shortlink.
2015-01-21 11:25:51 +01:00
Hans-Christoph Steiner
50abbb0d57
consolidate IntentFilter for matching HTTP map URIs with no specific path
...
This puts them all into a single <intent-filter> to improve readability and
reduce the number of IntentFilters used. This also adds some new domains:
* maps.yandex.com
* map.baidu.cn
* map.baidu.com
* wb.amap.com
* www.amap.com
2015-01-21 11:25:51 +01:00
jan madsen
a3a1dabe28
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 11:23:49 +01:00
jan madsen
d7849536c1
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1607 of 1607 strings)
2015-01-21 11:06:12 +01:00
Hans-Christoph Steiner
7729aa7350
remove scheme arg from GeoPointParserUtil.parse(), java.net.URI provides it
...
Since the first step in parse() is to create a URI instance, the scheme
should come from URI.getScheme() instead of an arg.
2015-01-21 11:00:46 +01:00
Hans-Christoph Steiner
ba15646534
old-ndk-build.sh: support standard ANDROID_HOME env var
...
Google has defined the ANDROID_HOME env var as the standard env var to
point to the Android SDK install. It is not so well documented, but it is
documented here and there:
https://developer.android.com/tools/testing/testing_ui.html#builddeploy
http://books.sonatype.com/mvnref-book/reference/android-dev-sect-config-build.html
2015-01-21 11:00:46 +01:00
Hans-Christoph Steiner
56eee3216f
use http://osmand.net/go URL as HTTP url for sharing
...
For the record, I do not think it is a good idea to share location using
HTTP, it should always be HTTPS. There are too many privacy concerns.
@vshcherb says he plans on adding HTTPS to osmand.net, so that will be good
once it happens.
2015-01-21 11:00:46 +01:00
Hans-Christoph Steiner
01bb7d091f
split geo: URL creation to MapUtils.buildGeoUrl(lat, lon, z)
...
This follow the pattern set by MapUtils.buildShortOsmUrl().
2015-01-21 11:00:46 +01:00
Hans-Christoph Steiner
597f4b0a89
also match OSM short hostnames: osm.org and openstreetmap.org
...
osm.org is the official short URL for OpenStreetMap, with proper HTTPS
coming soon. openstreetmap.org is the temporary short URL since it already
supports HTTPS.
2015-01-21 11:00:46 +01:00
Weblate
0eb640af8c
Merge remote-tracking branch 'origin/master'
2015-01-21 10:56:47 +01:00
Victor Shcherb
c90d37fcab
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-21 10:56:37 +01:00
Weblate
8bb983d0e2
Merge remote-tracking branch 'origin/master'
2015-01-21 10:56:14 +01:00
vshcherb
1a767e5109
Merge pull request #1044 from Bars107/master
...
Added botoom action bar for favorites
2015-01-21 10:56:08 +01:00
Victor Shcherb
3a6230a952
Merge branch 'master' of github.com:osmandapp/Osmand
2015-01-21 10:55:30 +01:00
Victor Shcherb
eaf19c09b9
Update gradle
2015-01-21 10:52:10 +01:00
Weblate
59be1c3e9b
Merge remote-tracking branch 'origin/master'
2015-01-21 10:31:48 +01:00
josep constanti
3538464312
Translated using Weblate (Catalan)
...
Currently translated at 48.6% (297 of 611 strings)
2015-01-21 10:31:41 +01:00
Leif Larsson
200b67d987
Translated using Weblate (Swedish)
...
Currently translated at 99.0% (1591 of 1606 strings)
2015-01-21 10:31:38 +01:00
Nicolas Palix
34a5f9900a
Translated using Weblate (French)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 10:31:35 +01:00
jan madsen
6629b84e77
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 10:31:33 +01:00
josep constanti
b9ddd04599
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 10:31:32 +01:00
xmd5a2
e209341f1c
Update strings
2015-01-21 12:31:20 +03:00
Ivan Gonzalez Martin
fb6e817d29
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 10:09:11 +01:00
josep constanti
e25deb9cc7
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 08:02:09 +01:00
jan madsen
4e34918b3e
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 06:47:00 +01:00
Ivan Vantu5z
504a823765
Translated using Weblate (Russian)
...
Currently translated at 99.9% (1606 of 1606 strings)
2015-01-21 06:41:20 +01:00
Evgenii Martynenko
602b4182f1
Translated using Weblate (Russian)
...
Currently translated at 99.9% (1605 of 1606 strings)
2015-01-21 06:41:15 +01:00
Victor Shcherb
5b180cd1ae
Update gradle
2015-01-21 03:04:32 +01:00
Victor Shcherb
b7e3eb2056
Update gradle
2015-01-21 02:58:28 +01:00
Weblate
e2358028cd
Merge remote-tracking branch 'origin/master'
2015-01-21 00:53:15 +01:00
Roberto GEB
945b54b5b2
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (1603 of 1606 strings)
2015-01-21 00:53:11 +01:00
Mirco Zorzo
d38899c73b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 00:53:09 +01:00
Victor Shcherb
b0815c2b64
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-21 00:52:34 +01:00
Victor Shcherb
f4124c040b
update gradle
2015-01-21 00:51:32 +01:00
Ldm Public
a0893419ab
Translated using Weblate (French)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-21 00:16:26 +01:00
Viktar Palstsiuk
46c8c8818a
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1606 of 1606 strings)
2015-01-20 23:38:59 +01:00
Victor Shcherb
9725ec2f87
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-20 23:33:14 +01:00
Victor Shcherb
0b6738e356
Fix errors
2015-01-20 23:32:35 +01:00
Viktar Palstsiuk
30245c92d4
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1604 of 1604 strings)
2015-01-20 22:46:15 +01:00
vshcherb
0c523a5226
Merge pull request #1043 from eighthave/proxy
...
add support for a proxy and use more HTTPS
2015-01-21 00:36:18 +03:00
ace shadow
7e0c19c7bb
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 22:12:30 +01:00
vshcherb
7f58a2d753
Update SearchActivity.java
2015-01-20 16:54:39 +01:00
vshcherb
5eb82aaef5
Update SlidingTabStrip.java
2015-01-20 16:41:20 +01:00
vshcherb
a78080986f
Update SlidingTabLayout.java
2015-01-20 16:39:56 +01:00
vshcherb
324207746e
Update SlidingTabStrip.java
2015-01-20 16:35:57 +01:00
Hans-Christoph Steiner
385ebb8113
fix resource leak from unclosed InputStreams in DownloadOsmandIndexesHelper
...
fixes this stacktrace:
StrictMode E A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
E java.lang.Throwable: Explicit termination method 'end' not called
E at dalvik.system.CloseGuard.open(CloseGuard.java:184)
E at java.util.zip.Inflater.<init>(Inflater.java:82)
E at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:96)
E at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:81)
E at net.osmand.plus.download.DownloadOsmandIndexesHelper.downloadIndexesListFromInternet(DownloadOsmandIndexesHelper.java:112)
E at net.osmand.plus.download.DownloadOsmandIndexesHelper.getIndexesList(DownloadOsmandIndexesHelper.java:38)
E at net.osmand.plus.download.DownloadIndexesThread$1.doInBackground(DownloadIndexesThread.java:377)
E at net.osmand.plus.download.DownloadIndexesThread$1.doInBackground(DownloadIndexesThread.java:373)
E at android.os.AsyncTask$2.call(AsyncTask.java:288)
E at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E at java.lang.Thread.run(Thread.java:841)
2015-01-20 16:18:46 +01:00
Hans-Christoph Steiner
2da1458999
add a preference to allow user to set a network proxy
...
Some networks require a proxy to get internet beyond the firewall, and
proxies are also useful for channeling all traffic through circumvention
and privacy proxies like Tor, I2P, Psiphon, etc. In places where the
connection to download tiles might be blocked, using a proxy can give the
user access.
2015-01-20 16:18:46 +01:00
Hans-Christoph Steiner
41f356a11a
use HTTPS where supported, and on Gingerbread and above (i.e. not android-9)
...
To increase user privacy, especially with traffic that includes sensitive
information like location and tracking markers, HTTPS should be used
whenever possible. It seems that HTTPS is broken for a lot of sites on
versions older than android-10/Gingerbread, so HTTPS is not used on those
old platforms.
2015-01-20 16:18:46 +01:00
Weblate
afc2949e8e
Merge remote-tracking branch 'origin/master'
2015-01-20 16:02:34 +01:00
Саша Петровић
dd76b1c2ab
Translated using Weblate (Serbian)
...
Currently translated at 21.1% (337 of 1597 strings)
2015-01-20 16:02:30 +01:00
Yannis Gyftomitros
c03e345a22
Translated using Weblate (Greek)
...
Currently translated at 93.8% (1499 of 1597 strings)
2015-01-20 16:02:28 +01:00
vshcherb
9ba508d9e1
Update SlidingTabStrip.java
2015-01-20 16:02:25 +01:00
Viktar Palstsiuk
be7256662b
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 15:16:15 +01:00
권 조
a5ac6ff1e3
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 13:13:28 +01:00
Denis
83761c0ae6
Added botoom action bar for favorites
2015-01-20 12:50:09 +02:00
Weblate
013725ac3c
Merge remote-tracking branch 'origin/master'
2015-01-20 11:21:18 +01:00
Leif Larsson
56ff2b542a
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1588 of 1597 strings)
2015-01-20 11:21:14 +01:00
Ivan Vantu5z
11b9eb3cd4
Translated using Weblate (Russian)
...
Currently translated at 99.9% (1596 of 1597 strings)
2015-01-20 11:21:12 +01:00
Mirco Zorzo
cd8caabaa6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 11:21:10 +01:00
vshcherb
28d944795b
Merge pull request #1042 from Bars107/master
...
Fixed bottom toolbar not spread items equally
2015-01-20 13:21:06 +03:00
Denis
b7b075f2f2
Fixed bottom toolbar not spread items equally
2015-01-20 11:36:49 +02:00
Mirco Zorzo
737014137e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 10:17:54 +01:00
Ldm Public
6da6c64f2f
Translated using Weblate (French)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 09:44:38 +01:00
ezjerry liao
21940dee97
Translated using Weblate (Traditional Chinese)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 07:59:52 +01:00
jan madsen
77b72ef1b3
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 07:37:59 +01:00
josep constanti
9f29a24ee5
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 05:49:15 +01:00
Victor Shcherb
8e84f9157e
Add divider
2015-01-20 02:25:39 +01:00
Victor Shcherb
4b7053e9ca
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-20 02:06:37 +01:00
Victor Shcherb
f16d22884c
Update to toolbar and use new tabs
2015-01-20 02:06:15 +01:00
Damjan Gerl
57c3305b3c
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-20 00:11:52 +01:00
Weblate
b294949389
Merge remote-tracking branch 'origin/master'
2015-01-20 00:06:50 +01:00
sonora
14220c688f
not necessary
2015-01-20 00:06:35 +01:00
Weblate
3307094ea1
Merge remote-tracking branch 'origin/master'
2015-01-20 00:05:35 +01:00
Damjan Gerl
bf97a8cce3
Translated using Weblate (Slovenian)
...
Currently translated at 99.8% (1593 of 1596 strings)
2015-01-20 00:05:29 +01:00
Damjan Gerl
d13677a30e
Translated using Weblate (Slovenian)
...
Currently translated at 99.8% (1593 of 1596 strings)
2015-01-20 00:05:28 +01:00
Victor Shcherb
3ae6c9a4d9
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-20 00:05:16 +01:00
Victor Shcherb
f811edf676
Slightly fix searches
2015-01-20 00:03:54 +01:00
sonora
cacc92457f
initialize totalTracks
2015-01-19 23:48:08 +01:00
Victor Shcherb
d1ec5c5f7a
Update search functionality
2015-01-19 23:30:23 +01:00
Lu Ca
fa6e4bea91
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 23:19:14 +01:00
Weblate
d6da184b8c
Merge remote-tracking branch 'origin/master'
2015-01-19 23:16:52 +01:00
ace shadow
7b53bf5ea8
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 23:16:50 +01:00
Lu Ca
19bf017607
Translated using Weblate (Sardinian)
...
Currently translated at 99.9% (1595 of 1596 strings)
2015-01-19 23:16:48 +01:00
Viktar Palstsiuk
d79441b290
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 23:16:45 +01:00
Victor Shcherb
4d9bd5f23f
Fix small issues
2015-01-19 23:16:37 +01:00
Victor Shcherb
ca4b4e14c8
Update poi filter types
2015-01-19 22:32:27 +01:00
ace shadow
382ea3eb96
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 21:10:47 +01:00
Weblate
9d309dacef
Merge remote-tracking branch 'origin/master'
2015-01-19 20:28:17 +01:00
Leif Larsson
175dd42809
Translated using Weblate (Swedish)
...
Currently translated at 99.3% (1586 of 1596 strings)
2015-01-19 20:28:14 +01:00
Lu Ca
a27c4f23bb
Translated using Weblate (Sardinian)
...
Currently translated at 99.8% (1593 of 1596 strings)
2015-01-19 20:28:12 +01:00
Mirco Zorzo
15579f0eb5
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 20:28:09 +01:00
sonora
d1a470623f
Make "log track" toast long to facilitate reading
2015-01-19 20:27:55 +01:00
Weblate
54ce9ec3cf
Merge remote-tracking branch 'origin/master'
2015-01-19 16:39:43 +01:00
Ivan Vantu5z
674c482a7a
Translated using Weblate (Russian)
...
Currently translated at 99.9% (1595 of 1596 strings)
2015-01-19 16:39:40 +01:00
권 조
6b886c603b
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 16:39:38 +01:00
jan madsen
0d105e621e
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 16:39:37 +01:00
Viktar Palstsiuk
471ccf15e5
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 16:39:35 +01:00
Denis
48de63ce53
Merge
2015-01-19 17:34:23 +02:00
Denis
0bbbbf6197
Raplaced split action bar with linear layout
2015-01-19 17:29:32 +02:00
Weblate
23b6740aa0
Merge remote-tracking branch 'origin/master'
2015-01-19 10:53:35 +01:00
Viktar Palstsiuk
671bc4eacf
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-19 10:53:31 +01:00
sonora
0462a44395
adjust strings
2015-01-19 10:53:16 +01:00
Leif Larsson
06a5021d9d
Translated using Weblate (Swedish)
...
Currently translated at 99.3% (1586 of 1597 strings)
2015-01-19 09:30:29 +01:00
Weblate
47a70cf9e0
Merge remote-tracking branch 'origin/master'
2015-01-19 09:17:05 +01:00
sonora
e0450523cc
Fix bug with line breaks in GPXUIHelper
2015-01-19 09:16:46 +01:00
Weblate
500808bba0
Merge remote-tracking branch 'origin/master'
2015-01-19 09:12:26 +01:00
Ivan Vantu5z
eda740efec
Translated using Weblate (Russian)
...
Currently translated at 99.9% (1596 of 1597 strings)
2015-01-19 09:12:22 +01:00
권 조
2646fbd231
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 09:12:20 +01:00
josep constanti
cc8bbb3119
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 09:12:18 +01:00
sonora
a29e937ff1
remove unused string
2015-01-19 09:12:02 +01:00
josep constanti
6620aac651
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 08:06:46 +01:00
ezjerry liao
9202a92e2d
Translated using Weblate (Traditional Chinese)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 06:50:16 +01:00
권 조
a5872ae4f1
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 03:21:33 +01:00
Victor Shcherb
0722c62903
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-19 02:20:27 +01:00
Victor Shcherb
ad91deb7db
Simplify code for displaying map
2015-01-19 02:20:09 +01:00
Weblate
84d81ed2ca
Merge remote-tracking branch 'origin/master'
2015-01-19 02:04:28 +01:00
Roberto GEB
5a44a7dc1f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 02:04:25 +01:00
Victor Shcherb
16b27967b9
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-19 02:01:53 +01:00
Victor Shcherb
810c3cb040
Keep poi show in sync with dialog selection
2015-01-19 01:59:16 +01:00
Roberto GEB
c44ca94831
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-19 01:06:12 +01:00
Weblate
1fc5cfa557
Merge remote-tracking branch 'origin/master'
2015-01-19 00:58:02 +01:00
Roberto GEB
5771ac1f1c
Translated using Weblate (Spanish)
...
Currently translated at 99.9% (1596 of 1597 strings)
2015-01-19 00:57:58 +01:00
Victor Shcherb
005b37b49e
Fix layout issue
2015-01-19 00:57:43 +01:00
Victor Shcherb
8b9c9a0e27
Fix gpx selection issue
2015-01-19 00:53:58 +01:00
Victor Shcherb
13491399bd
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-18 23:49:47 +01:00
sonora
fafb754c42
one more instance
2015-01-18 23:01:24 +01:00
Victor Shcherb
1a92d4b98b
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-18 23:00:11 +01:00
Victor Shcherb
c2f112f14b
Remove setting automatically send location, just remember the last state of send location
2015-01-18 22:58:37 +01:00
Weblate
af96928261
Merge remote-tracking branch 'origin/master'
2015-01-18 22:53:48 +01:00
Krystian Biesaga
a0300b41f3
Translated using Weblate (Polish)
...
Currently translated at 99.8% (1594 of 1597 strings)
2015-01-18 22:53:45 +01:00
Mirco Zorzo
ccfdaeb13c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:53:43 +01:00
Ldm Public
1bba143518
Translated using Weblate (French)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:53:41 +01:00
jan madsen
73603c368a
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:53:40 +01:00
sonora
a47186052b
remove obsolete string
2015-01-18 22:53:26 +01:00
Mirco Zorzo
7eec922d9a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:24:18 +01:00
Nicolas Palix
2722f03539
Translated using Weblate (French)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:03:16 +01:00
jan madsen
a20843794f
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1597 of 1597 strings)
2015-01-18 22:01:12 +01:00
Weblate
bdff8843da
Merge remote-tracking branch 'origin/master'
2015-01-18 21:43:47 +01:00
Victor Shcherb
2468cc4c2b
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-18 21:43:35 +01:00
Weblate
b79282da7c
Merge remote-tracking branch 'origin/master'
2015-01-18 21:33:24 +01:00
Balázs Úr
5d000b1588
Translated using Weblate (Hungarian)
...
Currently translated at 99.8% (1596 of 1598 strings)
2015-01-18 21:33:18 +01:00
sonora
ff4c7f4b7a
some string corrections
2015-01-18 21:33:04 +01:00
Victor Shcherb
b32ad31271
Tweak parameters of autozoom
2015-01-18 21:10:19 +01:00
Victor Shcherb
486464e045
fix development
2015-01-18 21:02:07 +01:00
Viktar Palstsiuk
f82078745c
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1598 of 1598 strings)
2015-01-18 20:55:38 +01:00
Weblate
00dabc3dff
Merge remote-tracking branch 'origin/master'
2015-01-18 20:23:13 +01:00
ace shadow
14935a5cb8
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-18 20:23:09 +01:00
Balázs Úr
382e2ca267
Translated using Weblate (Hungarian)
...
Currently translated at 99.9% (1595 of 1596 strings)
2015-01-18 20:23:06 +01:00
vshcherb
88823e706a
Merge pull request #1038 from Bars107/master
...
Fix 2523 issue/
2015-01-18 22:23:01 +03:00
ace shadow
8fe1a5a661
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-18 20:17:17 +01:00
Weblate
b5431e7bc9
Merge remote-tracking branch 'origin/master'
2015-01-18 20:12:27 +01:00
Lu Ca
766e94088f
Translated using Weblate (Sardinian)
...
Currently translated at 99.9% (1595 of 1596 strings)
2015-01-18 20:12:23 +01:00
Yannis Gyftomitros
59deec260f
Translated using Weblate (Greek)
...
Currently translated at 94.0% (1501 of 1596 strings)
2015-01-18 20:12:19 +01:00
Victor Shcherb
6805d9b465
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-18 20:10:12 +01:00
Victor Shcherb
56a0dd05d6
Limit number announcements for POI to 3
2015-01-18 20:09:59 +01:00
Roberto GEB
9c46095f1f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-18 19:57:06 +01:00
Victor Shcherb
6340d66eb7
Fix nexus 9 issue with sqlite
2015-01-18 19:47:48 +01:00
Viktar Palstsiuk
cfc729e484
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-18 19:16:13 +01:00
jan madsen
a5f15c0cb4
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1596 of 1596 strings)
2015-01-18 18:09:27 +01:00
sonora
bc94a9ac29
add explanation to track logging
2015-01-18 17:37:54 +01:00
sonora
bc7db4222c
add comment
2015-01-18 15:47:51 +01:00
sonora
261dd0fc87
Use setEnabled only, this way you can produce more contrast by/while tapping it when needed
2015-01-18 15:43:30 +01:00
Weblate
02df25de05
Merge remote-tracking branch 'origin/master'
2015-01-18 15:20:16 +01:00
Roberto GEB
ae3698b9b1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 15:20:12 +01:00
Ivan Vantu5z
af7c5a188b
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 15:20:10 +01:00
josep constanti
07dd1fd214
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 15:20:06 +01:00
sonora
7a0584f830
disable non-selectable info menus
2015-01-18 15:19:50 +01:00
Weblate
4d07302525
Merge remote-tracking branch 'origin/master'
2015-01-18 13:13:41 +01:00
Leif Larsson
37c702bf3f
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1587 of 1595 strings)
2015-01-18 13:13:37 +01:00
Ldm Public
afc1ffe497
Translated using Weblate (French)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 13:13:34 +01:00
Viktar Palstsiuk
9aeacd708e
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 13:13:32 +01:00
sonora
fbec5a7125
Shorten our menus by one more obsolete item
2015-01-18 13:13:20 +01:00
Weblate
a611a3afbc
Merge remote-tracking branch 'origin/master'
2015-01-18 12:45:44 +01:00
jan madsen
32572abe64
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:45:40 +01:00
sonora
2f89a993b2
small tweaking of installation defaults
2015-01-18 12:45:28 +01:00
jan madsen
13ff1b21b4
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:30:21 +01:00
sonora
ddff2296d3
more strings
2015-01-18 12:19:31 +01:00
Weblate
8ff182839d
Merge remote-tracking branch 'origin/master'
2015-01-18 12:14:23 +01:00
Leif Larsson
e5a45e7feb
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1587 of 1595 strings)
2015-01-18 12:14:19 +01:00
Lu Ca
054b74e580
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:16 +01:00
Ivan Vantu5z
386e97063f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:14 +01:00
권 조
a116728431
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:12 +01:00
Balázs Úr
a2055f949f
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:10 +01:00
Nicolas Palix
a79a25bcc9
Translated using Weblate (French)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:08 +01:00
jan madsen
d6b7dce4a3
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:06 +01:00
josep constanti
7a24ee0989
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:05 +01:00
Viktar Palstsiuk
7036bddefe
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-18 12:14:04 +01:00
sonora
6f200f0b22
2 string improvements
2015-01-18 12:13:48 +01:00
sonora
d97f756e95
reset for now
2015-01-17 15:04:26 +01:00
sonora
108f2befb3
try with re-creating Comparator
2015-01-17 14:40:06 +01:00
sonora
8b525663d5
back out and document findings
2015-01-17 14:24:15 +01:00
sonora
cf9699faf8
try brute-forcing it...
2015-01-17 14:09:35 +01:00
sonora
d8b1f2cd2c
Try fix again with subsequent re-init
2015-01-17 13:44:10 +01:00
sonora
ee9846d388
Backout Workaround: Interestingly: the reliably CAUSED Issue2535
2015-01-17 09:43:45 +01:00
sonora
81767bcfaa
import IProgress
2015-01-17 09:23:09 +01:00
sonora
7270cc6efa
Issue 2535: Try reload indexes as workaround
2015-01-17 09:15:58 +01:00
sonora
8137a45e51
back out, did not work as workaround
2015-01-16 21:57:47 +01:00
sonora
113eee28e1
try getInitializeTask() upon reset
2015-01-16 21:44:55 +01:00
sonora
df6aac0df2
re-instate old fix
2015-01-16 21:02:03 +01:00
sonora
3dcb1f6403
fix typo
2015-01-16 20:43:38 +01:00
sonora
616836cddf
fix build
2015-01-16 20:36:56 +01:00
sonora
76a3f03ebf
avoid duplicate puts
2015-01-16 20:30:05 +01:00
sonora
627cda88d2
add better comment
2015-01-16 19:53:29 +01:00
sonora
8b8770b4d9
reset all test code
2015-01-16 19:51:10 +01:00
sonora
edd224da96
test without return
2015-01-16 19:31:17 +01:00
sonora
228c1786c7
back out and try removing another cities.isempty
2015-01-16 19:06:24 +01:00
sonora
2fd0fc4299
check if BinaryMapAddressReaderAdapter _TYPE was mixed up
2015-01-16 18:40:37 +01:00
sonora
962f111e05
take out partial fix for easier debugging
2015-01-16 18:08:21 +01:00
Weblate
b06d2e0b5f
Merge remote-tracking branch 'origin/master'
2015-01-16 17:28:53 +01:00
Yannis Gyftomitros
cd8e6c0d70
Translated using Weblate (Greek)
...
Currently translated at 94.1% (1501 of 1595 strings)
2015-01-16 17:28:48 +01:00
sonora
5b1f2673b1
test if if (cities.isEmpty()) causes Issue 2535
2015-01-16 17:28:33 +01:00
Denis
87f7e4dc40
Hotfix to gpx track
2015-01-16 18:01:10 +02:00
Denis
94547f1731
Current gpx track fix
2015-01-16 17:16:52 +02:00
Denis
aa1366351e
Fixed issue with GPX track checkbox working bad in drawer
2015-01-16 13:08:46 +02:00
sonora
0c69f6aceb
remove some obsolete code
2015-01-16 09:05:26 +01:00
Damjan Gerl
d84a04be1d
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-16 02:14:24 +01:00
sonora
0a42c9d308
put settings changes on ice
2015-01-15 23:39:11 +01:00