Commit graph

14 commits

Author SHA1 Message Date
vshcherb
044c2d1cec Update target sdk to Android 19 and test 2014-04-01 19:25:10 +02:00
vshcherb
45209d8313 Remove duplicate streets 2013-09-26 00:34:54 +02:00
vshcherb
885c364446 Remove duplicate streets 2013-09-26 00:31:49 +02:00
vshcherb
d06c531fe9 Update route colors 2013-08-26 01:10:28 +02:00
vshcherb
3b363b6b5e Add iml structure 2013-08-23 20:35:36 +02:00
vshcherb
c76322941a Add idea projects to ws 2013-08-18 00:25:58 +02:00
vshcherb
54deb45b8b Merge pull request #486 from naoliv/pull8
Fix inefficient layout weight
2013-08-05 10:55:29 -07:00
vshcherb
26078f7e33 Merge pull request #494 from naoliv/pull16
Remove unnecessary returns
2013-08-05 10:40:26 -07:00
Nelson A. de Oliveira
45b43e4311 Remove unnecessary returns
return is unnecessary as the last statement in a 'void' method
2013-08-03 10:47:34 -03:00
Nelson A. de Oliveira
bcab94e54f Fix inefficient layout weight
When only a single widget in a LinearLayout defines a weight, it is more
efficient to assign a width/height of 0dp to it since it will absorb all
the remaining space anyway. With a declared width/height of 0dp it does
not have to measure its own size first.
2013-08-03 10:42:47 -03:00
Nelson A. de Oliveira
7901e95fac Fix manual array copy 2013-08-03 10:40:59 -03:00
Victor Shcherb
5d380528eb Update eclipse environment 2013-07-21 23:26:13 +02:00
Victor Shcherb
4570d1766b Fix bugs 2013-05-09 20:37:18 +02:00
Victor Shcherb
e188f9859c Update application style 2013-05-09 19:24:30 +02:00