aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | GC.com update 24.04.12: changed login pageblafoo2012-04-241-1/+1
| * | Fix #1388: switch map view on resume if neededSamuel Tardieu2012-04-164-54/+108
| * | #1384: FC when apply a filterBananeweizen2012-04-092-9/+6
* | | fix #1442: re-enable import menu item for empty listsBananeweizen2012-04-251-3/+8
| |/ |/|
* | Refactoring: Network cleanupSamuel Tardieu2012-04-242-18/+15
* | GC.com update 24.04.12: changed login pageblafoo2012-04-241-1/+1
* | Refactoring: Export GPX to /sdcard/gpxSammysHP2012-04-231-2/+2
* | Fix error handling in gpx exportSammysHP2012-04-231-9/+9
* | refactoring of database accessBananeweizen2012-04-2310-440/+263
* | Remove recently introduced usage of hasWaypointsSamuel Tardieu2012-04-231-23/+21
* | 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