| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: loadDataHandler | Samuel Tardieu | 2012-04-28 | 1 | -20/+15 |
| | | |||||
| * | Refactoring: cache/waypoint display and initial array capacity | Samuel Tardieu | 2012-04-28 | 1 | -22/+15 |
| | | |||||
| * | Refactoring: use switch and restructure | Samuel Tardieu | 2012-04-28 | 1 | -55/+49 |
| | | |||||
| * | Refactoring: reorder logic | Samuel Tardieu | 2012-04-28 | 1 | -11/+8 |
| | | |||||
| * | Refactoring: use switch instead of chained if/else | Samuel Tardieu | 2012-04-28 | 4 | -74/+73 |
| | | |||||
| * | Refactoring: remove unnecessary else statements | Samuel Tardieu | 2012-04-28 | 5 | -25/+43 |
| | | |||||
| * | Refactoring: use lazy holder and switch to load apps | Samuel Tardieu | 2012-04-28 | 1 | -29/+23 |
| | | |||||
| * | Refactoring: remove useless assignments | Samuel Tardieu | 2012-04-28 | 3 | -12/+3 |
| | | |||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 25 | -50/+50 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | Refactoring: do not use String concatenation with a StringBuilder | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary class qualifiers | Samuel Tardieu | 2012-04-28 | 3 | -3/+3 |
| | | |||||
| * | added opencaching.com license data | Bananeweizen | 2012-04-28 | 1 | -0/+6 |
| | | |||||
| * | fix #1434: Font color in selection mode | Bananeweizen | 2012-04-28 | 1 | -20/+0 |
| | | |||||
| * | Fix #1461: do not save metadata if data could not be saved | Samuel Tardieu | 2012-04-27 | 1 | -8/+13 |
| | | | | | | Also, remove partially saved file on error to avoid reusing it by mistake. | ||||
| * | Refactoring: use the right array type | Samuel Tardieu | 2012-04-27 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary unboxing | Samuel Tardieu | 2012-04-27 | 3 | -3/+3 |
| | | |||||
| * | Refactoring: use for each loop when possible | Samuel Tardieu | 2012-04-27 | 1 | -2/+1 |
| | | |||||
| * | Refactoring: remove terminal return statements | Samuel Tardieu | 2012-04-27 | 1 | -1/+0 |
| | | |||||
| * | Refactoring: simplify conditional expressions | Samuel Tardieu | 2012-04-27 | 1 | -6/+2 |
| | | |||||
| * | Refactoring: remove useless field | Samuel Tardieu | 2012-04-27 | 1 | -4/+1 |
| | | |||||
| * | Fix warnings introduced by earlier commits | Samuel Tardieu | 2012-04-27 | 6 | -20/+5 |
| | | |||||
| * | Use a Location derivative for GeoData | Samuel Tardieu | 2012-04-27 | 1 | -57/+36 |
| | | |||||
| * | Remove Now from methods of IGeoData | Samuel Tardieu | 2012-04-27 | 15 | -87/+86 |
| | | |||||
| * | Remove redundancy in GeoDataProvider | Samuel Tardieu | 2012-04-27 | 1 | -134/+99 |
| | | | | | | Also, clarify the algorithm used to select the "best" location available. | ||||
| * | Remove useless collections (never used after construction) | Samuel Tardieu | 2012-04-27 | 2 | -10/+0 |
| | | |||||
| * | Make memory field private and accessed in a synchronized way | Samuel Tardieu | 2012-04-27 | 2 | -3/+3 |
| | | |||||
| * | Use short-circuit boolean condition | Samuel Tardieu | 2012-04-27 | 1 | -1/+1 |
| | | |||||
| * | Make geo volatile to properly use double-checked locking | Samuel Tardieu | 2012-04-27 | 1 | -1/+1 |
| | | |||||
| * | Remove methods calling only the superclass method | Samuel Tardieu | 2012-04-27 | 3 | -26/+1 |
| | | |||||
| * | Reflect the fact that GeoDataProvider does not depend on cgeoapplication | Samuel Tardieu | 2012-04-27 | 1 | -6/+3 |
| | | | | | | The dependency was useless and confusing, considering that cgeoapplication is a singleton while GeoDataProvider is not. | ||||
| * | Now that GeoDataProvider lives forever, don't persist data | Samuel Tardieu | 2012-04-27 | 2 | -26/+0 |
| | | | | | | | Data was persisted because cgGeo objects could be created and destroyed at will, even though only one existed at a time. This is no longer needed here. | ||||
| * | Do not use getLastCoords() anymore | Samuel Tardieu | 2012-04-27 | 1 | -15/+9 |
| | | |||||
| * | Use IGeoData to provide GPS enabled information on home screen | Samuel Tardieu | 2012-04-27 | 1 | -51/+28 |
| | | |||||
| * | Add GPS enabled information to the IGeoData interface | Samuel Tardieu | 2012-04-27 | 2 | -4/+21 |
| | | |||||
| * | Use the IGeoData interface and Observer pattern to update location | Samuel Tardieu | 2012-04-27 | 30 | -890/+737 |
| | | |||||
| * | Define an interface from geographical data | Samuel Tardieu | 2012-04-27 | 1 | -0/+20 |
| | | | | | | This interface copies the existing methods and may be refined in the future. | ||||
| * | Synchronized implementation of ISubject with pull capabilities | Samuel Tardieu | 2012-04-27 | 1 | -0/+45 |
| | | |||||
| * | Synchronized implementation of the ISubject interface | Samuel Tardieu | 2012-04-27 | 1 | -0/+76 |
| | | |||||
| * | Add Observer/Subject design pattern interfaces | Samuel Tardieu | 2012-04-27 | 2 | -0/+79 |
| | | |||||
| * | New: Verbose copy | SammysHP | 2012-04-27 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | 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 |
| | | | | |||||
| | * | | GC.com update 24.04.12: changed login page | blafoo | 2012-04-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | 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 |
| | | | | |||||
