aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2012-04-261-2/+2
|\ | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/connector/gc/Login.java
| * Add information about the user PM status into the logSamuel Tardieu2012-04-261-2/+2
| |
| * Change log updateLars2012-04-261-0/+5
| |
* | Change log updateLars2012-04-261-0/+4
| |
* | Fix: check that coordinates are not nullSamuel Tardieu2012-04-251-1/+1
| | | | | | | | | | | | Do as the comment says and accept (and skip) points with null coordinates. Bug found by chance during a test run while the website was down.
* | Merge branch 'issue#1364' of https://github.com/marco-jacob/c-geo-opensource ↵Samuel Tardieu2012-04-251-21/+27
|\ \ | | | | | | | | | into upstream
| * | no download if http response code differs from 200Marco Jacob2012-04-251-21/+27
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-04-251-1/+1
|\ \ \ | | |/ | |/|
| * | Fix #1363: style information has been removed from HTMLSamuel Tardieu2012-04-251-1/+1
| | |
* | | Merge pull request #1438 from RomNexus6/patch-17Samuel Tardieu2012-04-241-1/+1
|\ \ \ | | | | | | | | updated
| * | | added mapsforge 0.2.4 warning messageRomNexus62012-04-241-1/+1
| | | |
* | | | Merge branch 'release' into upstreamSamuel Tardieu2012-04-251-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml tests/src/cgeo/geocaching/connector/gc/GCParserTest.java
| * | | Fix typo in ChangeLog dateSamuel Tardieu2012-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | This doesn't belong to the last release, but in case we have another emergency release to do, this might be useful.
| * | | Quick fix test issue regarding personal notersudev2012-04-251-1/+0
| | | |
| * | | GC.com update 24.04.2012blafoo2012-04-251-194/+204
| | | |
| * | | Fixed broken unit testblafoo2012-04-241-1/+9
| | | |
| * | | Version update and release notesrsudev2012-04-242-2/+6
| | | |
| * | | Switch classpath to new adtrsudev2012-04-242-0/+2
| | | |
| * | | GC.com update 24.04.12: changed login pageblafoo2012-04-241-1/+1
| | | |
* | | | fix #1442: re-enable import menu item for empty listsBananeweizen2012-04-251-3/+8
| |_|/ |/| |
* | | Refactoring: Network cleanupSamuel Tardieu2012-04-242-18/+15
| | |
* | | Fix bug introduced for all but one testersSamuel Tardieu2012-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | It looks like the personal note below has been added onto the blafoo gc.com account. The change in 62867d2865b232aefbdfe142c1696ce0f02037c4 fails for all other testers, which don't have the same note in their accounts.
* | | GC.com update 24.04.2012blafoo2012-04-241-194/+204
| | |
* | | GC.com update 24.04.12: changed login pageblafoo2012-04-241-1/+1
| | |
* | | Fixed broken unit testblafoo2012-04-241-1/+9
| | |
* | | Refactoring: Export GPX to /sdcard/gpxSammysHP2012-04-231-2/+2
| | | | | | | | | Closes #1433
* | | Fix error handling in gpx exportSammysHP2012-04-231-9/+9
| | |
* | | refactoring of database accessBananeweizen2012-04-2313-448/+272
| | | | | | | | | | | | | | | | | | * use only one transaction when saving a cache * rework some methods to always take a collection of objects instead of calling the database multiple times
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the time, a loop on cgCache#getWaypoints() follows. This method returns an empty collection, so the cgCache#hasWaypoints() test is useless. Also, checking for a valid index is useless as cgCache#getWaypoint() will return null if the index is invalid.
* | | 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
| | | | | | | | | There is only one entry in the overflow submenu. If send2cgeo is configured, there will be two entries. They should be moved to a sub-submenu (e.g. AlertDialog), the string for the title is already present in R.string.gpx_import_title
* | | Refactoring: Use buffered writing for GPS exportSammysHP2012-04-221-142/+141
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-04-220-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | Technically this is a no-op since the changes had been cherry-picked. However, this makes git record it so that further merge will not conflict.
| * | Fix #1388: switch map view on resume if neededSamuel Tardieu2012-04-164-54/+108
| | | | | | | | | | | | | | | | | | The map to display may have changed when we come back to the current activity. In this case, change the map view or, if the map provider must be changed as well, restart the activity.
| * | #1384: FC when apply a filterBananeweizen2012-04-092-9/+6
| | |
* | | Refactoring: fix Javadoc for GeopointSamuel Tardieu2012-04-222-5/+5
| | |
* | | make progress spinner style depend on selected skinBananeweizen2012-04-225-22/+32
| | |
* | | 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
| | | | | | | | | | | | | | | Remove immediately rethrown caught exception, and remove a try/finally with an empty finally block.
* | | 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
| | |