vshcherb
3afe3d86fc
Fix Monaco country, create town
2013-08-16 00:44:53 +02:00
Victor Shcherb
1439a4406c
Delete old impl
2013-08-07 21:25:15 +02:00
Nelson A. de Oliveira
dad7d53f43
Remove unnecessary boxing/unboxing
2013-08-03 10:47:53 -03:00
Nelson A. de Oliveira
a525df7694
Fix unnecessary bitwise operations
2013-07-31 15:39:50 -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
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
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
Victor Shcherb
7bc162a878
Move OsmAnd java core project back to android repository for maintainance reasons
2013-04-18 23:35:20 +02:00
Victor Shcherb
3db27de275
Restructure repository
2012-12-12 02:10:55 +01:00
Victor Shcherb
e59b53da68
Refactor project structure
2012-12-12 00:05:32 +01:00