Commit graph

122 commits

Author SHA1 Message Date
vshcherb
2d946fc11c Fix road inconsistency 2013-09-15 18:06:42 +02:00
sonora
b9d8edef8f fix renderingRuleProperty 2013-09-14 00:37:19 +02:00
vshcherb
90ca9db0f7 Support density and non-density pixels in raster style 2013-09-13 00:47:54 +02:00
vshcherb
b10ad5e6b5 Support density and non-density pixels in raster style 2013-09-13 00:47:24 +02:00
vshcherb
a647566ef0 Implement maxspeed:conditional 2013-09-13 00:29:12 +02:00
vshcherb
12974c9926 Implement maxspeed:conditional 2013-09-13 00:29:12 +02:00
vshcherb
c2db279f30 Avoid nooses for coastlines 2013-09-04 23:17:50 +02:00
vshcherb
a40551f3ad Avoid nooses for coastlines 2013-09-04 21:39:39 +02:00
vshcherb
74061ebb4f Add method 2013-09-02 21:31:44 +02:00
vshcherb
4aa06675ce Add parser 2013-08-31 00:24:10 +02:00
vshcherb
fd67a53e83 Fix utilities 2013-08-29 00:36:33 +02:00
vshcherb
44d2c694ee Keep order & don't overwrite conflict in map rendering types 2013-08-28 09:42:05 +02:00
vshcherb
61433f961a Update native interface 2013-08-17 23:33:19 +02:00
vshcherb
8fb4fdcb7a Use android time utils 2013-08-17 01:24:08 +02:00
vshcherb
3afe3d86fc Fix Monaco country, create town 2013-08-16 00:44:53 +02:00
Victor Shcherb
af053235dd Update raster maps 2013-08-10 19:53:27 +02:00
Victor Shcherb
eb4480f8e1 Add time expiration 2013-08-10 19:51:24 +02:00
Victor Shcherb
1439a4406c Delete old impl 2013-08-07 21:25:15 +02:00
vshcherb
b0fd78c4b3 Merge pull request #519 from ypid/fix-OpeningHoursParser
Cleanup opening hours parser.
2013-08-07 10:28:26 -07:00
Victor Shcherb
a5744df1d6 Support for 1.1.4 lib 2013-08-07 19:12:16 +02:00
Robin Schneider
250d26749f Improved readability with printf. 2013-08-07 18:55:56 +02:00
Robin Schneider
ff42370ec7 Merge branch 'master' into fix-OpeningHoursParser 2013-08-07 18:46:29 +02:00
Victor Shcherb
9812332322 Add name rendering 2013-08-05 20:43:22 +02:00
vshcherb
568ebb9c63 Merge pull request #492 from naoliv/pull18
Remove unnecessary boxing/unboxing
2013-08-05 10:48:58 -07:00
vshcherb
56508980ec Merge pull request #495 from naoliv/pull21
Make some fields static
2013-08-05 10:42:52 -07:00
vshcherb
da648f9545 Merge pull request #496 from naoliv/pull20
Fix long literals ending with l
2013-08-05 10:39:15 -07:00
vshcherb
624f9a099f Merge pull request #506 from naoliv/pull4
Fix single character string argument
2013-08-05 10:14:47 -07:00
Victor Shcherb
f89cd246f0 Fix exceptions 2013-08-04 13:51:14 +02:00
Nelson A. de Oliveira
c9dd6c0697 Make some fields static
A field may be static if it is declared final, and is initialized with a
constant
2013-08-03 10:48:18 -03:00
Nelson A. de Oliveira
8d3c8b6e9e Fix long literals ending with l
These literals may be confusing, as lowercase 'l' looks very similar to
'1'
2013-08-03 10:48:11 -03:00
Nelson A. de Oliveira
dad7d53f43 Remove unnecessary boxing/unboxing 2013-08-03 10:47:53 -03:00
Nelson A. de Oliveira
20f18fd5a6 Fix single character string argument
These String literals may be replaced by equivalent character literals,
gaining some performance enhancement.
2013-08-03 10:42:15 -03:00
Nelson A. de Oliveira
a525df7694 Fix unnecessary bitwise operations 2013-07-31 15:39:50 -03:00
Nelson A. de Oliveira
ffaaef6610 Remove unecessary semicolon 2013-07-31 15:24:57 -03:00
Nelson A. de Oliveira
50207ec316 Remove continue and return 2013-07-31 15:24:15 -03:00
Nelson A. de Oliveira
bf05917be5 Remove redundant local variables 2013-07-31 15:22:39 -03:00
Nelson A. de Oliveira
1eea84da0b Fix unnecessary boxing/unboxing 2013-07-31 15:15:26 -03:00
Nelson A. de Oliveira
1bdb389eae Fix pointless aithmetic expressions 2013-07-31 15:14:11 -03:00
Nelson A. de Oliveira
61699455e5 Replace StringBuffer with String
These may be replaced with java.lang.String expressions which results in
simpler and possibly more efficient code
2013-07-31 15:09:37 -03:00
Nelson A. de Oliveira
a0de8b31b3 Fix string concatenation in StringBuffer.append()
Such calls may profitably be turned into chained append calls on the
existing StringBuffer/Builder/Appendable, saving the cost of an extra
StringBuffer/Builder allocation.
2013-07-31 15:08:29 -03:00
Nelson A. de Oliveira
6a3f36761c Fix redundant String constructor call 2013-07-31 15:07:07 -03:00
Nelson A. de Oliveira
6fc309af19 Fix manual array to collection copy 2013-07-31 15:06:31 -03:00
Nelson A. de Oliveira
ffc006bab6 Fix boxing of already boxed values
This is a useless operation since any boxed value will first be
auto-unboxed before boxing the value again. If done inside an inner loop
such code may cause performance problems.
2013-07-31 15:05:59 -03:00
Robin Schneider
ec5d0287bf OpeningHoursParser cleanup. 2013-07-30 21:28:19 +02:00
Victor Shcherb
b0cf3f2f5a Fix issue with distance 2013-07-30 18:14:50 +02:00
vshcherb
9a2e1fb3ba Update Location.java 2013-07-30 11:08:15 +02:00
vshcherb
bdfcbc634c Update Location.java 2013-07-30 11:06:34 +02:00
vshcherb
13d4492534 Update Location.java
Test hotfix
2013-07-30 11:05:13 +02:00
Robin Schneider
989dd8bc09 Added length test to avoid exception.
java.lang.StringIndexOutOfBoundsException: String index out of range
2013-07-25 22:16:45 +02:00
Robin Schneider
3f963b511f Fixed problem with OpeningHoursParser.
The parser did not distinguish between "off" (valid in opening_hours)
and "of".
2013-07-23 22:48:30 +02:00