Victor Shcherb
f887946674
Remove lib
2015-05-03 15:57:11 +02:00
Victor Shcherb
2493f0005a
Update poi reader
2015-05-02 23:30:24 +02:00
Victor Shcherb
6c80487bfe
Fix poi display with track
2015-05-02 20:37:56 +02:00
Victor Shcherb
ef031d7ec9
Fix crashes
2015-05-01 19:19:27 +02:00
Victor Shcherb
335d363d24
Fix precompiled style
2015-05-01 15:41:35 +02:00
Victor Shcherb
96fea08063
Update generated style
2015-05-01 15:18:56 +02:00
Victor Shcherb
60d2c91bda
Fix small issues
2015-04-30 01:02:59 +02:00
Victor Shcherb
0055c3edd0
New change for fast route recalculation
2015-04-30 00:47:57 +02:00
Victor Shcherb
e83021c57f
Speed up load / start fixing poi current location bugs
2015-04-15 18:05:26 +02:00
Victor Shcherb
916d38199d
Add glow effect to widgets
2015-04-15 10:21:22 +03:00
Victor Shcherb
1c51d60a71
Update
2015-04-14 21:39:58 +03:00
Victor Shcherb
4e2b0057ac
Update
2015-04-14 21:39:54 +03:00
Victor Shcherb
53e708ccb1
Fix build
2015-04-14 15:44:43 +03:00
Victor Shcherb
8edc7cd006
Update poi type filters
2015-04-10 19:26:36 +02:00
Victor Shcherb
1b165d9853
Filter by type fuel
2015-04-10 19:06:20 +02:00
Victor Shcherb
12ebbd0965
Update only open parser
2015-04-10 01:34:46 +02:00
Victor Shcherb
d236bc718c
Update search poi
2015-04-10 00:15:50 +02:00
Victor Shcherb
2bb1d40f41
Update poi search
2015-04-08 16:04:32 +02:00
Victor Shcherb
f498454734
Update poi types
2015-04-08 00:55:20 +02:00
Victor Shcherb
c6ad42ee79
Update poi types
2015-04-08 00:21:31 +02:00
Victor Shcherb
ca31455f0e
Update poi search ui
2015-04-07 23:05:52 +02:00
Victor Shcherb
ca7ddae8ad
Update open hours ui
2015-04-07 00:47:02 +02:00
Victor Shcherb
3b0f6f49af
Update open hours ui
2015-04-07 00:34:11 +02:00
Victor Shcherb
cbf950cbdc
Fix poi issues
2015-04-06 23:46:02 +02:00
Victor Shcherb
c5c60ff049
Update poi types
2015-04-05 13:51:01 +02:00
Victor Shcherb
c41000301b
Poi type fix
2015-04-04 13:05:41 +02:00
Victor Shcherb
39c34ac7a3
Update poi types
2015-04-03 16:34:52 +02:00
Victor Shcherb
7e51abfe95
Update poi types
2015-04-03 13:48:12 +02:00
Victor Shcherb
e58b75c87e
Dont jump
2015-04-03 12:08:40 +02:00
Hans-Christoph Steiner
87896f852b
fix Google Maps URL parsing for all known URLS
...
This fixes the FIXME URLs, and adds a new URL with the query name in the
fragment.
2015-03-31 22:43:17 -04:00
Hans-Christoph Steiner
dac0cf725b
support parsing all Google Maps URLs
...
This adds support for hosts like:
* www.google.com.tr
* www.google.co.uk
and many more...
2015-03-31 22:38:46 -04:00
Victor Shcherb
2bde70a057
Update icons
2015-03-29 15:54:23 +02:00
Victor Shcherb
7914cc4c03
Fix entity
2015-03-28 19:10:56 +01:00
Victor Shcherb
15450a8d87
Update waypoints
2015-03-26 22:16:04 +01:00
Victor Shcherb
cfbfa188cc
Fix poi types
2015-03-25 00:06:52 +01:00
Victor Shcherb
21e9e6b7cf
Init osmand regions
2015-03-18 01:12:02 +01:00
Victor Shcherb
7e8b008a81
Fix poi editing
2015-03-11 20:38:05 +01:00
Victor Shcherb
c3bf97fe75
Fix issue with old rendering
2015-03-10 23:47:08 +01:00
Victor Shcherb
d37e3dda08
Add waypoints card
2015-03-10 00:00:08 +01:00
Victor Shcherb
a1e1192eab
Inspector
2015-03-09 23:18:22 +01:00
Victor Shcherb
bc6b9c2aea
Inspector
2015-03-09 23:16:22 +01:00
Victor Shcherb
ba3a2cee39
Update binary inspector
2015-03-09 23:09:16 +01:00
Victor Shcherb
c397a428a1
Update binary inspector to print map details size
2015-03-09 22:47:38 +01:00
Victor Shcherb
5e7a5374d2
Startup of application
2015-03-06 19:37:54 +01:00
Victor Shcherb
2ed43c34e1
Refactor startup
2015-03-06 01:58:15 +01:00
Victor Shcherb
c3f18229bc
Upgrade eclipse to 1.7
2015-02-28 11:58:29 +02:00
vshcherb
2c76ad0461
Merge pull request #1080 from ilasica/urlTemplate
...
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}
2015-02-21 00:43:29 +01:00
Hans-Christoph Steiner
bb1d1320ed
use NetworkUtils.getHttpURLConnection for all URLConnections
...
This keeps the code consistent, provides a single common method for setting
up URLConnections, and allows the proxy support to work on all network
connections.
NetworkUtils.getHttpURLConnection() provides a common method for creating
HttpUrlConnection instances from URLs. That's where the proxy config
happens. If you can think of a better way to add proxy support, I'm all
ears. This is the best that we've found in our proxy work at Guardian
Project.
this is a follow up on https://github.com/osmandapp/osmand/pull/1043
2015-02-20 14:06:07 +01:00
ilasica
24e1bc3d3f
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}.
...
Before now these variables were supported in some cases. Now they are supported always in both .metainso and sqlitedb.
No support in beanshell!
2015-02-20 15:55:30 +03:00
ilasica
cd8736ee5b
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}.
...
Before now these variables were supported in some cases. Now they are supported always in both .metainso and sqlitedb.
No support in beanshell!
2015-02-20 15:01:00 +03:00