Commit graph

17566 commits

Author SHA1 Message Date
Ivan Vantu5z
5c8c8a101c Translated using Weblate (Russian)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-04 06:22:46 +01:00
권 조
2f6bc74964 Translated using Weblate (Korean)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-04 01:34:06 +01:00
Jaroslav Lichtblau
e2809861de Translated using Weblate (Czech)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-04 00:08:17 +01:00
Weblate
ade277994a Merge remote-tracking branch 'origin/master' 2015-02-03 22:54:51 +01:00
Leif Larsson
f82fbbdaec Translated using Weblate (Swedish)
Currently translated at 99.5% (1611 of 1619 strings)
2015-02-03 22:54:48 +01:00
Thomas Tonino
c6e9ceb61d Translated using Weblate (Dutch)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 22:54:45 +01:00
sonora
b4d87b06b8 Clarify "Online search" in strings, has disappeared with new UI 2015-02-03 22:54:34 +01:00
Thomas Tonino
82ffc7b89f Translated using Weblate (Dutch)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 22:06:47 +01:00
Viktar Palstsiuk
e04cb31367 Translated using Weblate (Belarusian)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 20:56:22 +01:00
Weblate
2de1b3c0ca Merge remote-tracking branch 'origin/master' 2015-02-03 17:58:23 +01:00
josep constanti
c8a994c170 Translated using Weblate (Catalan)
Currently translated at 55.2% (338 of 612 strings)
2015-02-03 17:58:16 +01:00
stephan 75
c6fbd92828 Translated using Weblate (German)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 17:58:12 +01:00
vshcherb
48704b78f2 Merge pull request #1062 from Bars107/master
Fixes and updates to styles.
2015-02-03 17:58:09 +01:00
Bars107
689ad25b56 Merge 2015-02-03 18:58:04 +02:00
Nicolas Palix
4d5d57d0e3 Translated using Weblate (French)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 17:54:29 +01:00
stephan 75
72c99852e3 Translated using Weblate (German)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 17:44:03 +01:00
Bars107
eceefa580c Fixed styles 2015-02-03 18:15:23 +02:00
jan madsen
025a044fc4 Translated using Weblate (Danish)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 17:13:46 +01:00
Bars107
f17bcd9458 Fixed HelpActivity icons for light theme 2015-02-03 18:12:01 +02:00
josep constanti
c88f861c30 Translated using Weblate (Catalan)
Currently translated at 100.0% (1619 of 1619 strings)
2015-02-03 16:41:36 +01:00
Alexey Pelykh
0147b98929 Plugin details 2015-02-03 17:31:40 +02:00
Bars107
ec7255fbe5 refactored styles 2015-02-03 17:02:45 +02:00
Bars107
732281578e Updated layout for Search Activity - Origin for Address and Favorites 2015-02-03 16:31:50 +02:00
Alexey Pelykh
b32bed6fae Plugin details stub 2015-02-03 16:03:29 +02:00
Bars107
ed4da2f033 Removed tabs adapter 2015-02-03 15:43:43 +02:00
Bars107
99ed976d19 Added cancel button to POI filter selection. 2015-02-03 15:04:07 +02:00
Bars107
c3b5658888 Fixed layout for local indexes 2015-02-03 14:54:45 +02:00
Alexey Pelykh
d3fef615cf Plugins gradle 2015-02-03 13:58:26 +02:00
Bars107
7d15231862 Fixed issue with action bar overlay 2015-02-03 12:41:13 +02:00
Bars107
0a88fec005 Merge branch 'master' of https://github.com/osmandapp/Osmand 2015-02-03 11:17:08 +02:00
Bars107
d409cfb09a Merge branch 'master' of github.com:Bars107/Osmand 2015-02-03 11:14:57 +02:00
Alexey Pelykh
91ae154dd8 Merge branch 'master' of ssh://github.com/osmandapp/Osmand 2015-02-03 11:13:19 +02:00
Alexey Pelykh
3ec9d6dbd2 Proper gradle 2015-02-03 11:13:11 +02:00
Weblate
64e6b99c5a Merge remote-tracking branch 'origin/master' 2015-02-03 00:40:24 +01:00
Nathan Follens
89496c3a0f Translated using Weblate (Dutch)
Currently translated at 100.0% (1617 of 1617 strings)
2015-02-03 00:40:20 +01:00
vshcherb
f692df8253 Merge pull request #1060 from eighthave/more-url-parsing-updates
More url parsing updates
2015-02-03 00:40:18 +01:00
Hans-Christoph Steiner
859595267e add more kinds of Google URLs for testing
This includes some valid Google Maps links that cause problems with the new
`parseGoogleMapsPath()` method.
2015-02-03 00:29:43 +01:00
Hans-Christoph Steiner
34ecdafc5d GeoParsedPoint normalize query string format as plain, not URL-encoded
There were parts of this code that were sticking in a URL-encoded query
string into GeoParsedPoint, and other parts that were putting in a regular
non-URL-encoded String.  This meant that URLs with an & in the query string
encoded as %26 were not being properly parsed, since & is used to split up
the query string.  That also makes it impossible to output a properly
encoded URI from getGeoUriString().
2015-02-03 00:28:45 +01:00
Hans-Christoph Steiner
124d48cd6e add various unparsable short links as tests 2015-02-02 22:53:05 +01:00
Hans-Christoph Steiner
7cb58ec540 also parse maps.apple.com links, the query string includes lat/long/zoom/etc
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html
2015-02-02 22:53:05 +01:00
Hans-Christoph Steiner
1c4ad908da handle all Google country-specific domains, i.e. google.at, google.ru, etc.
https://en.wikipedia.org/wiki/List_of_Google_domains
2015-02-02 22:53:05 +01:00
Hans-Christoph Steiner
59c34b350a improve Yandex link parsing
* also handle maps.yandex.com URLs
* properly handle unparsable short links (i.e. don't crash or return results)
* include text= as Label
2015-02-02 22:53:05 +01:00
Hans-Christoph Steiner
897d6ba387 only output coords from Yandex URL if the full ll= string matches
This just makes sure that there is a full lat/lon match before outputing.
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
90c1b8a8e0 only parse query string if it is used
Not all location URLs have useful information in the query string, so only
parse it if it is used in the section for a given hostname.

Also, rename queryMap to params for consistency.
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
4e5fa43f98 claim location URLs from QQ Map by Tencent
closes https://dev.guardianproject.info/issues/4394
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
9b77f6fa90 claim location URLs from Nokia HERE
closes https://dev.guardianproject.info/issues/4399
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
d34d341d65 keep Uri "path" intact during parsing for consistant regexes
By not modifying "path" from what Uri.getPath() returns, it keeps the
pattern matching consistent since the contents of "path" will always be the
same as Uri.getPath(), and what is visible in the URI itself.
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
2771da35de GeoPointParserUtil.getQueryParameters() to return Map of all parameters
This parses out all of the parameters in the query string for both http:
and geo: URIs.  This will only work on URIs with valid syntax, so it will
not work on URIs that do odd things like have a query string in the
fragment, like this one:

http://www.amap.com/#!poi!!q=38.174596,114.995033|2|%E5%AE%BE%E9%A6%86&radius=1000
2015-02-02 22:53:04 +01:00
Hans-Christoph Steiner
3d106d00b7 support parsing amap.com URLs
amap.com aka autonavi is a popular mapping service in China.
2015-02-02 22:53:04 +01:00
Nathan Follens
1788b525d4 Translated using Weblate (Dutch)
Currently translated at 100.0% (1617 of 1617 strings)
2015-02-02 22:17:26 +01:00