| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2012-04-26 | 1 | -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 log | Samuel Tardieu | 2012-04-26 | 1 | -2/+2 |
| | | | |||||
| | * | Change log update | Lars | 2012-04-26 | 1 | -0/+5 |
| | | | |||||
| * | | Change log update | Lars | 2012-04-26 | 1 | -0/+4 |
| | | | |||||
| * | | Fix: check that coordinates are not null | Samuel Tardieu | 2012-04-25 | 1 | -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 Tardieu | 2012-04-25 | 1 | -21/+27 |
| |\ \ | | | | | | | | | | into upstream | ||||
| | * | | no download if http response code differs from 200 | Marco Jacob | 2012-04-25 | 1 | -21/+27 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-04-25 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Fix #1363: style information has been removed from HTML | Samuel Tardieu | 2012-04-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1438 from RomNexus6/patch-17 | Samuel Tardieu | 2012-04-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | updated | ||||
| | * | | | added mapsforge 0.2.4 warning message | RomNexus6 | 2012-04-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-04-25 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml tests/src/cgeo/geocaching/connector/gc/GCParserTest.java | ||||
| | * | | | Fix typo in ChangeLog date | Samuel Tardieu | 2012-04-25 | 1 | -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 note | rsudev | 2012-04-25 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | GC.com update 24.04.2012 | blafoo | 2012-04-25 | 1 | -194/+204 |
| | | | | | |||||
| | * | | | Fixed broken unit test | blafoo | 2012-04-24 | 1 | -1/+9 |
| | | | | | |||||
| | * | | | Version update and release notes | rsudev | 2012-04-24 | 2 | -2/+6 |
| | | | | | |||||
| | * | | | Switch classpath to new adt | rsudev | 2012-04-24 | 2 | -0/+2 |
| | | | | | |||||
| | * | | | GC.com update 24.04.12: changed login page | blafoo | 2012-04-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix #1442: re-enable import menu item for empty lists | Bananeweizen | 2012-04-25 | 1 | -3/+8 |
| | |_|/ |/| | | |||||
| * | | | Refactoring: Network cleanup | Samuel Tardieu | 2012-04-24 | 2 | -18/+15 |
| | | | | |||||
| * | | | Fix bug introduced for all but one testers | Samuel Tardieu | 2012-04-24 | 1 | -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.2012 | blafoo | 2012-04-24 | 1 | -194/+204 |
| | | | | |||||
| * | | | GC.com update 24.04.12: changed login page | blafoo | 2012-04-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed broken unit test | blafoo | 2012-04-24 | 1 | -1/+9 |
| | | | | |||||
| * | | | Refactoring: Export GPX to /sdcard/gpx | SammysHP | 2012-04-23 | 1 | -2/+2 |
| | | | | | | | | | | Closes #1433 | ||||
| * | | | Fix error handling in gpx export | SammysHP | 2012-04-23 | 1 | -9/+9 |
| | | | | |||||
| * | | | refactoring of database access | Bananeweizen | 2012-04-23 | 13 | -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 hasWaypoints | Samuel Tardieu | 2012-04-23 | 1 | -23/+21 |
| | | | | |||||
| * | | | Refactoring: remove isValidIndex() and most uses of hasWaypoints() | Samuel Tardieu | 2012-04-22 | 3 | -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 cgCache | Samuel Tardieu | 2012-04-22 | 2 | -66/+42 |
| | | | | |||||
| * | | | Fix: Integers are handled as characters | SammysHP | 2012-04-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add experimental support for waypoints in gpx export | SammysHP | 2012-04-22 | 1 | -2/+32 |
| | | | | |||||
| * | | | Refactoring: Move import entries to manage submenu | SammysHP | 2012-04-22 | 1 | -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 export | SammysHP | 2012-04-22 | 1 | -142/+141 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-04-22 | 0 | -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 needed | Samuel Tardieu | 2012-04-16 | 4 | -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 filter | Bananeweizen | 2012-04-09 | 2 | -9/+6 |
| | | | | |||||
| * | | | Refactoring: fix Javadoc for Geopoint | Samuel Tardieu | 2012-04-22 | 2 | -5/+5 |
| | | | | |||||
| * | | | make progress spinner style depend on selected skin | Bananeweizen | 2012-04-22 | 5 | -22/+32 |
| | | | | |||||
| * | | | fix #1363: Nearby search for PM shown directional images | Bananeweizen | 2012-04-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Refactoring: do not create array to pass it to a varargs method | Samuel Tardieu | 2012-04-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Refactoring: remove unnecessary unboxing | Samuel Tardieu | 2012-04-22 | 3 | -4/+4 |
| | | | | |||||
| * | | | Refactoring: remplace indefOf by contains | Samuel Tardieu | 2012-04-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Refactoring: replace for loop by for each loop | Samuel Tardieu | 2012-04-22 | 2 | -5/+5 |
| | | | | |||||
| * | | | Refactoring: cleanup exceptions flow | Samuel Tardieu | 2012-04-22 | 2 | -29/+22 |
| | | | | | | | | | | | | | | | | Remove immediately rethrown caught exception, and remove a try/finally with an empty finally block. | ||||
| * | | | Refactoring: remove redundant local variables | Samuel Tardieu | 2012-04-22 | 9 | -33/+14 |
| | | | | |||||
| * | | | Refactoring: remove redundant return statements | Samuel Tardieu | 2012-04-22 | 7 | -10/+0 |
| | | | | |||||
| * | | | Refactoring: simplify redundant if statement | Samuel Tardieu | 2012-04-22 | 3 | -23/+5 |
| | | | | |||||
| * | | | Refactoring: make it clearer that the first value is returned | Samuel Tardieu | 2012-04-22 | 1 | -6/+4 |
| | | | | |||||
