| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -3/+0 |
| | | |||||
| * | Fix #374, store last known location | rsudev | 2012-06-23 | 1 | -0/+7 |
| | | | | | Store map center on leave (for all maps) and use it if no reliable location comes in through the GeoProvider | ||||
| * | French translation: use a shorter string | Samuel Tardieu | 2012-06-07 | 1 | -1/+3 |
| | | |||||
| * | Fix #374: query Android for the last known location | Samuel Tardieu | 2012-06-07 | 1 | -2/+30 |
| | | |||||
| * | Fix warnings introduced by earlier commits | Samuel Tardieu | 2012-04-27 | 1 | -8/+3 |
| | | |||||
| * | 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 | 1 | -6/+6 |
| | | |||||
| * | Remove redundancy in GeoDataProvider | Samuel Tardieu | 2012-04-27 | 1 | -134/+99 |
| | | | | | | Also, clarify the algorithm used to select the "best" location available. | ||||
| * | Make memory field private and accessed in a synchronized way | Samuel Tardieu | 2012-04-27 | 1 | -1/+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 | 1 | -18/+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. | ||||
| * | Add GPS enabled information to the IGeoData interface | Samuel Tardieu | 2012-04-27 | 1 | -4/+20 |
| | | |||||
| * | Use the IGeoData interface and Observer pattern to update location | Samuel Tardieu | 2012-04-27 | 1 | -0/+371 |
