aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Remove Now from methods of IGeoDataSamuel Tardieu2012-04-2715-87/+86
* Remove redundancy in GeoDataProviderSamuel Tardieu2012-04-271-134/+99
* Remove useless collections (never used after construction)Samuel Tardieu2012-04-272-10/+0
* Make memory field private and accessed in a synchronized waySamuel Tardieu2012-04-272-3/+3
* Use short-circuit boolean conditionSamuel Tardieu2012-04-271-1/+1
* Make geo volatile to properly use double-checked lockingSamuel Tardieu2012-04-271-1/+1
* Remove methods calling only the superclass methodSamuel Tardieu2012-04-273-26/+1
* Reflect the fact that GeoDataProvider does not depend on cgeoapplicationSamuel Tardieu2012-04-271-6/+3
* Now that GeoDataProvider lives forever, don't persist dataSamuel Tardieu2012-04-272-26/+0
* Do not use getLastCoords() anymoreSamuel Tardieu2012-04-271-15/+9
* Use IGeoData to provide GPS enabled information on home screenSamuel Tardieu2012-04-271-51/+28
* Add GPS enabled information to the IGeoData interfaceSamuel Tardieu2012-04-272-4/+21
* Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-2730-890/+737
* Define an interface from geographical dataSamuel Tardieu2012-04-271-0/+20
* Synchronized implementation of ISubject with pull capabilitiesSamuel Tardieu2012-04-271-0/+45
* Synchronized implementation of the ISubject interfaceSamuel Tardieu2012-04-271-0/+76
* Add Observer/Subject design pattern interfacesSamuel Tardieu2012-04-272-0/+79
* Add missing French translationsSamuel Tardieu2012-04-271-0/+10
* Include plurals strings in missing translationsSamuel Tardieu2012-04-272-3/+3
* New: Verbose copySammysHP2012-04-273-0/+5
* Merge branch 'release' into upstreamSamuel Tardieu2012-04-261-2/+2
|\
| * 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
* | Merge branch 'issue#1364' of https://github.com/marco-jacob/c-geo-opensource ...Samuel Tardieu2012-04-251-21/+27
|\ \
| * | 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
|\ \ \
| * | | added mapsforge 0.2.4 warning messageRomNexus62012-04-241-1/+1
* | | | Merge branch 'release' into upstreamSamuel Tardieu2012-04-251-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix typo in ChangeLog dateSamuel Tardieu2012-04-251-1/+1
| * | | Version update and release notesrsudev2012-04-242-2/+6
| * | | Switch classpath to new adtrsudev2012-04-241-0/+1
| * | | 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