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
sonora
153451b5f3
fix variable
2015-01-15 22:58:57 +01:00
sonora
d309dedaf1
introduce full resets
2015-01-15 22:52:58 +01:00
Dmitriy Prodchenko
0c01e84f76
New ruler resources file.
2015-01-15 21:04:06 +02:00
Weblate
a5d8278000
Merge remote-tracking branch 'origin/master'
2015-01-15 19:26:53 +01:00
Nathan Follens
96015f17b5
Translated using Weblate (Dutch)
...
Currently translated at 80.5% (492 of 611 strings)
2015-01-15 19:26:48 +01:00
Mirco Zorzo
79cfbd5d57
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-15 19:26:45 +01:00
Nathan Follens
a205a29e69
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-15 19:26:43 +01:00
Victor Shcherb
6ccad2884e
Fix max/min issue with autozoom
2015-01-15 19:26:38 +01:00
Denis
d21c23b154
Changed string in glx selection navigation dialog
2015-01-15 17:06:45 +02:00
Denis
a5bac45957
Fixed issue when multiple gpx files selected to show and user starts navigation
2015-01-15 17:00:24 +02:00
Denis
23c3dcd42d
Hotfix
2015-01-15 15:49:07 +02:00
Denis
b39fce5cc1
Updated avoid roads dialog
2015-01-15 15:05:28 +02:00
Denis
10535946c1
Added translation for countries and etc in AddressSearch
2015-01-15 13:19:41 +02:00
Denis
7eb14d4d04
Hotfix
2015-01-15 11:41:36 +02:00
Denis
928facd7ec
Fixed bug with ruler be on top of check box in gpx files list
2015-01-15 11:41:13 +02:00
Victor Shcherb
dbcab4f919
Fix issue with install more voice
2015-01-15 10:34:14 +01:00
Victor Shcherb
003f7c1baf
Add default action to media button click
2015-01-15 09:55:30 +01:00
Victor Shcherb
2b80f2a887
Sort favorites when it is added
2015-01-15 09:49:16 +01:00
sonora
ef9e841167
add missing region.useEnglishNames()
2015-01-15 01:38:23 +01:00
Weblate
79573887cf
Merge remote-tracking branch 'origin/master'
2015-01-15 01:30:10 +01:00
Krystian Biesaga
9dd4956590
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-15 01:30:06 +01:00
sonora
5c80b2bc4a
Temporarily do not hide button to check how it behaves
2015-01-15 01:29:52 +01:00
sonora
8c07796b18
re-instate the old fix, duplicte list entry was not the issue it seems
2015-01-15 00:11:55 +01:00
sonora
84ae8ba797
check if issue was caused by duplicate list entries
2015-01-14 23:53:51 +01:00
sonora
12c798891e
avoid duplicate entries
2015-01-14 23:37:48 +01:00
sonora
8e4b3b5693
This NPE needs better fix
2015-01-14 23:03:28 +01:00
sonora
fef1c68ff1
extend NPE fix
2015-01-14 22:44:22 +01:00
sonora
3cda17468b
fix NPE in RegionAddressRepositoryBinary
2015-01-14 22:24:58 +01:00
sonora
b77d9109e7
remove code which did not fix issue
2015-01-14 22:17:57 +01:00
sonora
2c2ef0a1e7
fix build
2015-01-14 22:01:38 +01:00
sonora
eb6983af22
re-init addFooter
2015-01-14 21:58:14 +01:00
Weblate
6f30f0951f
Merge remote-tracking branch 'origin/master'
2015-01-14 21:41:42 +01:00
Dieter Adriaenssens
1114a5e895
Translated using Weblate (Dutch)
...
Currently translated at 73.3% (448 of 611 strings)
2015-01-14 21:41:37 +01:00
ace shadow
b1f27d93ad
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 21:41:33 +01:00
Lu Ca
899589d2bb
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 21:41:24 +01:00
Jaroslav Lichtblau
fc9e243a28
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 21:41:21 +01:00
sonora
a63fc77695
add missing reset of switch
2015-01-14 21:41:06 +01:00
Denis
71bd4fbf8a
Added scroll animation on dashboard
2015-01-14 18:11:07 +02:00
Denis
e3072af5d1
Changed download map view on dashboard
2015-01-14 15:52:12 +02:00
Denis
034b82dba1
Updated favorites card to show category
2015-01-14 15:03:42 +02:00
Denis
7d22614bc8
Merge branch 'master' into appcompat
2015-01-14 14:39:25 +02:00
sonora
e0a8cc36f9
amend comment for now
2015-01-14 11:51:05 +01:00
Weblate
b925551d5c
Merge remote-tracking branch 'origin/master'
2015-01-14 11:20:16 +01:00
ezjerry liao
1f6b088306
Translated using Weblate (Traditional Chinese)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:12 +01:00
Leif Larsson
4fa24924b2
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1587 of 1595 strings)
2015-01-14 11:20:10 +01:00
Roberto GEB
134c4a26ff
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:08 +01:00
Ivan Vantu5z
68db7f29bf
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:06 +01:00
Jur Kis
08ddb62b77
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:04 +01:00
권 조
1bf4b97b09
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:02 +01:00
jan madsen
0235168efd
Translated using Weblate (Danish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:20:00 +01:00
josep constanti
df8a9b0990
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:19:58 +01:00
Viktar Palstsiuk
8c270e3ce4
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-14 11:19:57 +01:00
sonora
ce2300b54e
Temporarily disable adding selected village to City list to see if this fixes an issue
2015-01-14 11:19:41 +01:00
sonora
31c7edc00b
use better word order for recording nomenclature
2015-01-14 01:22:10 +01:00
sonora
c7eaaef90e
use Long
2015-01-14 00:33:56 +01:00
sonora
82345f513d
add ;
2015-01-14 00:24:30 +01:00
sonora
252e4e01e4
properly re-set previous search selections upon pressing Reset
2015-01-14 00:17:34 +01:00
Weblate
bba5b0e82d
Merge remote-tracking branch 'origin/master'
2015-01-13 23:21:19 +01:00
Xosé Calvo
0bae25b699
Translated using Weblate (Galician)
...
Currently translated at 59.7% (365 of 611 strings)
2015-01-13 23:21:14 +01:00
sonora
d8ac80ae12
add some empty lines grouping code
2015-01-13 23:21:00 +01:00
Bars107
4b9a1cfa3a
updates to statusbar color
2015-01-13 18:15:41 +02:00
Bars107
e950a17b27
Fixed few issues with search activities action bar items. Fixed few issues with items under actionbar
2015-01-13 17:41:52 +02:00
Bars107
c310080697
Merged master
2015-01-13 15:30:21 +02:00
Weblate
6e1a3c216c
Merge remote-tracking branch 'origin/master'
2015-01-13 14:28:07 +01:00
Саша Петровић
d14132f608
Translated using Weblate (Serbian)
...
Currently translated at 19.1% (306 of 1595 strings)
2015-01-13 14:28:03 +01:00
Michal Čihař
6397939793
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-13 14:28:00 +01:00
Dmitriy Prodchenko
a549909773
New icons for GPX Track card.
2015-01-13 15:27:44 +02:00
Bars107
9df1f98de2
Merge
2015-01-13 15:13:37 +02:00
Bars107
36f9c42933
Fixed few bugs with content under actionbar
2015-01-13 15:04:43 +02:00
Bars107
e28e69544a
Added status bar color and space for floating button at dashboard
2015-01-13 14:17:51 +02:00
Bars107
51de6682fd
Fixed bug with address search adapter cast
2015-01-13 13:22:16 +02:00
Bars107
82b7f18df1
Updated layout for large devices. Updated action bar behavior on dashboard
2015-01-13 13:05:21 +02:00
Victor Shcherb
6c9a135428
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-13 10:28:16 +01:00
Victor Shcherb
80bbf423ca
Reimplement turn:lanes merge
2015-01-13 10:25:56 +01:00
sonora
af1d4ae24c
Remove obsolete test code
2015-01-13 02:47:26 +01:00
Victor Shcherb
27e1015386
Fix recalculation issue
2015-01-13 00:32:36 +01:00
Victor Shcherb
cd9d8faabb
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-13 00:19:55 +01:00
Victor Shcherb
ac687519c3
Update zoom animation and add zoom fraction for autozoom (don't change density in autozoom). Add limit autozoom for different drive options
2015-01-13 00:19:50 +01:00
Weblate
253cea031f
Merge remote-tracking branch 'origin/master'
2015-01-13 00:04:40 +01:00
Xosé Calvo
74a64cddd3
Translated using Weblate (Galician)
...
Currently translated at 99.6% (1589 of 1595 strings)
2015-01-13 00:04:37 +01:00
Victor Shcherb
191ac39847
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-13 00:04:20 +01:00
Victor Shcherb
eaa25f3daa
Update zoom animation and add zoom fraction for autozoom (don't change density in autozoom). Add limit autozoom for different drive options
2015-01-13 00:04:08 +01:00
Weblate
0142aff7f3
Merge remote-tracking branch 'origin/master'
2015-01-12 22:28:03 +01:00
Саша Петровић
bcb730c488
Translated using Weblate (Serbian)
...
Currently translated at 15.4% (247 of 1595 strings)
2015-01-12 22:28:01 +01:00
sonora
8f9e5a1238
Add comment for TODO for Issue 2524
2015-01-12 22:27:48 +01:00
Denis
a44ef3f35a
Added padding for activities which doesnt want action bar overlay
2015-01-12 20:39:28 +02:00
Weblate
f6f16351d5
Merge remote-tracking branch 'origin/master'
2015-01-12 17:55:14 +01:00
Nathan Follens
872705b870
Translated using Weblate (Dutch)
...
Currently translated at 67.4% (412 of 611 strings)
2015-01-12 17:55:09 +01:00
vshcherb
477e6b00f8
Merge pull request #1036 from Bars107/master
...
Removed dashdownloads fragment from dashboard, temporary
2015-01-12 19:55:02 +03:00
Denis
d739144777
Removed dashdownloads fragment from dashboard, temporary
2015-01-12 18:17:39 +02:00
Denis
2d448bc562
Added padding for activities which doesnt use transparent action bar
2015-01-12 18:14:48 +02:00
Denis
b6d564cbbc
CHanged target build sdk for osmand
2015-01-12 17:16:51 +02:00
Denis
4141638ae8
Changed properties for osmand
2015-01-12 17:01:01 +02:00
Denis
331fef2df8
Updated showing-hiding action bar
2015-01-12 16:29:59 +02:00
Denis
fa08fa7d5b
Udpated properties
2015-01-12 16:25:59 +02:00
Denis
ed0aded6c2
Updated project properties for ant build
2015-01-12 16:17:13 +02:00
Petr Kulhavy
655ce5b2c2
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-12 13:41:02 +01:00
Nathan Follens
d131819c44
Translated using Weblate (Dutch)
...
Currently translated at 62.8% (384 of 611 strings)
2015-01-12 13:34:05 +01:00
Weblate
a447343076
Merge remote-tracking branch 'origin/master'
2015-01-12 13:33:33 +01:00
Nathan Follens
8462a163f5
Translated using Weblate (Dutch)
...
Currently translated at 62.6% (383 of 611 strings)
2015-01-12 13:33:27 +01:00
Nathan Follens
9b20946c87
Translated using Weblate (Dutch)
...
Currently translated at 62.5% (382 of 611 strings)
2015-01-12 13:33:21 +01:00
Viktar Palstsiuk
4130beec85
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-12 13:33:17 +01:00
vshcherb
b94aa69b61
Merge pull request #1035 from Bars107/master
...
Added favourites updated event
2015-01-12 15:33:13 +03:00
Denis
d3d4da2e0c
Removed bad code
2015-01-12 13:05:36 +02:00
Thomas Tonino
7f1d76852e
Translated using Weblate (Dutch)
...
Currently translated at 18.6% (114 of 611 strings)
2015-01-12 11:42:18 +01:00
Denis
038361b062
Make actionbar transparent on dashboard
2015-01-12 11:57:14 +02:00
Weblate
9b9b67fce1
Merge remote-tracking branch 'origin/master'
2015-01-12 02:18:35 +01:00
Nathan Follens
de1e1040b7
Translated using Weblate (Dutch)
...
Currently translated at 18.6% (114 of 611 strings)
2015-01-12 02:18:30 +01:00
Victor Shcherb
4eb799499d
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2015-01-12 02:02:50 +01:00
Victor Shcherb
50804ae0ce
Try to fix issue with route recalculation
2015-01-12 02:02:35 +01:00
Thomas Tonino
22161a6470
Translated using Weblate (Dutch)
...
Currently translated at 8.0% (49 of 611 strings)
2015-01-11 22:43:42 +01:00
Nathan Follens
787f27a6e1
Translated using Weblate (Dutch)
...
Currently translated at 6.2% (38 of 611 strings)
2015-01-11 20:37:12 +01:00
8c6311e901274f6baef2068792c8ab
1edde1319d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.2% (1136 of 1595 strings)
2015-01-11 20:18:23 +01:00
Nathan Follens
b44841b5bb
Translated using Weblate (Dutch)
...
Currently translated at 100% (0 of 0 strings)
Created new translation.
2015-01-11 20:18:21 +01:00
sonora
1f99120f9c
remove notifyDatSetChanged
2015-01-11 10:12:10 +01:00
sonora
8ebd6e198a
try for adapter
2015-01-11 10:03:12 +01:00
sonora
dcd9cb9516
notifyDataSetChanged
2015-01-11 09:54:14 +01:00
sonora
2ff500052a
sync tick mark in onRowItemClick, too
2015-01-11 09:40:46 +01:00
Weblate
fd94780a80
Merge remote-tracking branch 'origin/master'
2015-01-11 09:24:38 +01:00
Roberto GEB
cdc78b1ac7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-11 09:24:35 +01:00
sonora
f9671069af
Try sync GPX track tick mark
2015-01-11 09:24:22 +01:00
Lu Ca
bbeb4211e0
Translated using Weblate (Sardinian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-11 01:49:32 +01:00
sonora
935768f49a
revert for now
2015-01-10 23:57:08 +01:00
Weblate
ae5757cc95
Merge remote-tracking branch 'origin/master'
2015-01-10 23:53:22 +01:00
Viktar Palstsiuk
e94798d68c
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-10 23:53:18 +01:00
sonora
25aec78c45
Try re-initialiize tick mark for GPX track
2015-01-10 23:53:02 +01:00
sonora
5889247ab6
revert, int was required
2015-01-10 21:10:06 +01:00
sonora
b08c5806d9
replace 1 : 0 by true : false
2015-01-10 21:03:31 +01:00
sonora
4afcfe4116
mend some typos
2015-01-10 20:08:34 +01:00
sonora
4ac6037dd8
Back out, no impact
2015-01-10 18:26:13 +01:00
Weblate
d2ebea7f16
Merge remote-tracking branch 'origin/master'
2015-01-10 18:16:41 +01:00
Yannis Gyftomitros
f550348f15
Translated using Weblate (Greek)
...
Currently translated at 94.1% (1501 of 1595 strings)
2015-01-10 18:16:37 +01:00
sonora
2d728556c6
Test route.isEmpty for Issue 2515
2015-01-10 18:16:24 +01:00
sonora
82f3e5a4f6
Back out, no change
2015-01-10 17:36:24 +01:00
sonora
505dd6d2ba
Issue 2515: Try reset isCancelled after job is nulled
2015-01-10 17:20:41 +01:00
sonora
46ef4bf4bf
Back out fix attempts for Issue 2515 and document current findings in comment
2015-01-10 14:57:30 +01:00
sonora
742be973ce
Issue 2515: Try clearStartPoint(true) before changing setStartPoint
2015-01-10 14:36:45 +01:00
sonora
bbed366ee4
Back out, no impact on Issue 2515 either
2015-01-10 13:55:09 +01:00
sonora
326c9d76f9
Try re-initialize lastFixedLocation in clearCurrentRoute to check impact on Issue 2515
2015-01-10 13:42:15 +01:00
Denis
8714cb380e
Added progress bar to settingActivity and changed style for black spinner
2015-01-10 14:01:19 +02:00
sonora
fe6835dab4
Back out nulling previousRoute: No impact on Issue 2515 either
2015-01-10 12:55:42 +01:00
sonora
97a5c1f63b
Try calling with previousRoute=null and check impact on Issue 2515
2015-01-10 12:41:56 +01:00
sonora
39520c09aa
Back out Issue 2515 test code, no effect on bug it looks like
2015-01-10 12:31:52 +01:00
sonora
1c9e59a8cc
get types correctly
2015-01-10 12:07:31 +01:00
Weblate
09e5c04a5b
Merge remote-tracking branch 'origin/master'
2015-01-10 11:32:02 +01:00
Krystian Biesaga
7f086ee12e
Translated using Weblate (Polish)
...
Currently translated at 70.0% (428 of 611 strings)
2015-01-10 11:31:59 +01:00
Max Martin Richter
63af21531a
Translated using Weblate (German)
...
Currently translated at 100.0% (611 of 611 strings)
2015-01-10 11:31:57 +01:00
Leif Larsson
4bee9c393e
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1587 of 1595 strings)
2015-01-10 11:31:54 +01:00
ace shadow
1e2b7e3f72
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-10 11:31:52 +01:00
Krystian Biesaga
416b578a42
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-10 11:31:50 +01:00
Jurijus
17997a53a2
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (1595 of 1595 strings)
2015-01-10 11:31:48 +01:00