aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove isValidIndex() and most uses of hasWaypoints()Samuel Tardieu2012-04-223-105/+87
* Refactoring: fix Javadoc strings and style in cgCacheSamuel Tardieu2012-04-222-66/+42
* Fix: Integers are handled as charactersSammysHP2012-04-221-2/+2
* Add experimental support for waypoints in gpx exportSammysHP2012-04-221-2/+32
* Refactoring: Move import entries to manage submenuSammysHP2012-04-221-7/+7
* Refactoring: Use buffered writing for GPS exportSammysHP2012-04-221-142/+141
* Refactoring: fix Javadoc for GeopointSamuel Tardieu2012-04-222-5/+5
* make progress spinner style depend on selected skinBananeweizen2012-04-221-4/+3
* fix #1363: Nearby search for PM shown directional imagesBananeweizen2012-04-221-0/+1
* Refactoring: do not create array to pass it to a varargs methodSamuel Tardieu2012-04-221-2/+2
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-223-4/+4
* Refactoring: remplace indefOf by containsSamuel Tardieu2012-04-221-1/+1
* Refactoring: replace for loop by for each loopSamuel Tardieu2012-04-222-5/+5
* Refactoring: cleanup exceptions flowSamuel Tardieu2012-04-222-29/+22
* Refactoring: remove redundant local variablesSamuel Tardieu2012-04-229-33/+14
* Refactoring: remove redundant return statementsSamuel Tardieu2012-04-227-10/+0
* Refactoring: simplify redundant if statementSamuel Tardieu2012-04-223-23/+5
* Refactoring: make it clearer that the first value is returnedSamuel Tardieu2012-04-221-6/+4
* Refactoring: simplify boolean expressionSamuel Tardieu2012-04-222-3/+3
* Refactoring: remove extends ObjectSamuel Tardieu2012-04-221-1/+1
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-226-13/+13
* Refactoring: variable cannot be null at this pointSamuel Tardieu2012-04-221-1/+1
* Refactoring: remove always empty cgTrackable#getError()Samuel Tardieu2012-04-222-12/+0
* Convert some fields to local variablesSamuel Tardieu2012-04-2211-24/+12
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-219-61/+46
* Refactoring: use postRequestLogged() instead of custom onesSamuel Tardieu2012-04-212-42/+14
* Remove extra space in query and add tests for checking correctnessSamuel Tardieu2012-04-211-2/+2
* Refactoring: give a more precise return typeSamuel Tardieu2012-04-212-18/+11
* refactoringsBananeweizen2012-04-2110-43/+43
* fix #1429: crash in waypoint loadingBananeweizen2012-04-211-10/+8
* Tiny style fixSamuel Tardieu2012-04-211-1/+1
* Close #1427: close popup by clicking outsideSamuel Tardieu2012-04-211-0/+15
* Refactoring: share code with getHumanDistance()Samuel Tardieu2012-04-201-24/+10
* Add more tests for getHumanDistance()Samuel Tardieu2012-04-201-30/+34
* Fix small distances handling in imperial unitsSamuel Tardieu2012-04-201-8/+11
* Refactoring: cleanup control flowSamuel Tardieu2012-04-2019-336/+241
* Add FIXME: message and ask for clarificationSamuel Tardieu2012-04-201-18/+17
* Use newly introduced yes and no attribute resource idsSamuel Tardieu2012-04-201-13/+1
* Refactoring: no need to use a AtomicReferenceSamuel Tardieu2012-04-201-21/+12
* Do not use hardcoded custom list id offsetSamuel Tardieu2012-04-202-2/+2
* refactoring: remove dynamic lookup of resourcesBananeweizen2012-04-202-85/+94
* fix: trackable release date always parsed wronglyBananeweizen2012-04-201-5/+8
* increase compiler warnings level (and fix some)Bananeweizen2012-04-204-5/+10
* Acknowledge the fact that we use a deprecated classSamuel Tardieu2012-04-201-0/+1
* Refactoring: do not get through an extra Geopoint when not requiredSamuel Tardieu2012-04-204-12/+13
* Refactoring: remove unused Viewport constructorSamuel Tardieu2012-04-201-4/+0
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-207-183/+204
* Refactoring: use viewports where appropriateSamuel Tardieu2012-04-206-221/+75
* Add getViewport() to MapViewImpl interfaceSamuel Tardieu2012-04-203-0/+15
* Make GeopointImpl a ICoordinates as wellSamuel Tardieu2012-04-203-1/+15