OsmAnd/OsmAnd-java
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
..
.settings Move OsmAnd java core project back to android repository for maintainance reasons 2013-04-18 23:35:20 +02:00
libs Move OsmAnd java core project back to android repository for maintainance reasons 2013-04-18 23:35:20 +02:00
protobuf-src Update protobuf 2013-11-11 01:38:37 +01:00
src GeoParsedPoint normalize query string format as plain, not URL-encoded 2015-02-03 00:28:45 +01:00
.classpath Move classes back to main repository 2013-05-19 23:32:11 +02:00
.gitignore Initial gradle support 2014-12-16 13:24:33 +02:00
.project Move classes back to main repository 2013-05-19 23:32:11 +02:00
build.gradle Fix 2015-02-02 17:54:43 +02:00
build.xml Fix search by name 2014-11-19 00:47:59 +01:00
collect_legacy_libs.sh Update core-legacy location 2014-12-21 23:39:14 +01:00
collect_libs.sh keep up-to-date 2013-08-18 21:55:32 +03:00