aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* fix #120: make settings static (no singleton)Bananeweizen2011-10-0379-2222/+1931
* Use clearer HTTP logging (exception strings, concerned URL)Samuel Tardieu2011-10-031-6/+7
* fix #80: progress dialog for save/restore databaseBananeweizen2011-10-021-16/+48
* fix #589, extra HTML in locationBananeweizen2011-10-021-1/+1
* fix #552: don't invoke getRating for non GC cachesBananeweizen2011-10-0212-287/+322
* don't use patterns for simple string replacementsBananeweizen2011-10-021-34/+49
* Use HTTP connection and read timeoutsSamuel Tardieu2011-10-011-4/+6
* Cleanup cgHtmlImg variable scopes and ensure stream closingSamuel Tardieu2011-10-011-22/+22
* Use Apache httpClient provided utilitiesSamuel Tardieu2011-10-011-11/+2
* Detect null pointer without throwing an exceptionSamuel Tardieu2011-10-011-18/+20
* Display HTTP response code and timing information in logSamuel Tardieu2011-10-011-4/+13
* The last part of the elevation API URI went missingSamuel Tardieu2011-10-011-1/+1
* Merge #510bananeweizen2011-10-015-148/+162
|\
| * Pimped additional regexblafoo2011-09-251-3/+4
| * Pimped additional regexblafoo2011-09-253-59/+27
| * Pimped additional regexblafoo2011-09-255-99/+91
| * "Simplified" regexblafoo2011-09-251-41/+3
| * Tuned regex for description and hintblafoo2011-09-253-53/+117
* | Merge remote-tracking branch 'upstream/master' into database-optimizationkeith.paterson2011-09-302-13/+45
|\ \
| * | Use reflection to invoke compatibility methodSamuel Tardieu2011-09-302-13/+45
* | | Documentationkeith.paterson2011-09-301-2/+9
* | | Documentationkeith.paterson2011-09-301-12/+24
* | | Documentationkeith.paterson2011-09-301-7/+27
|/ /
* | revert parts of 1246ee08e243bfb7aa876af9b2a206e6c2d485d3 for betterbananeweizen2011-09-301-4/+23
* | Remove unused methodsSamuel Tardieu2011-09-301-45/+0
* | Mark unused but necessary parameters so that they don't get removedSamuel Tardieu2011-09-298-0/+108
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...bananeweizen2011-09-298-36/+38
|\ \
| * | Reinstate View on objects referenced from XML layoutSamuel Tardieu2011-09-298-36/+38
* | | fix #557: one log image link only (even with multiple images)bananeweizen2011-09-291-8/+12
|/ /
* | Use real parameters instead of a Map for searchTrackable()Samuel Tardieu2011-09-292-23/+3
* | Use real parameters instead of a Map for searchByViewport()Samuel Tardieu2011-09-292-27/+3
* | Use real parameters instead of a Map for searchByOwner()Samuel Tardieu2011-09-292-17/+6
* | Factor out cache type handling in search requestsSamuel Tardieu2011-09-291-15/+19
* | Use real parameters instead of a Map for searchByUsername()Samuel Tardieu2011-09-292-15/+3
* | Use real parameters instead of a Map for searchByKeyword()Samuel Tardieu2011-09-292-14/+3
* | Use real parameters instead of a Map for searchByCoords()Samuel Tardieu2011-09-292-28/+5
* | Use real parameters instead of a Map for searchByHistory()Samuel Tardieu2011-09-292-15/+3
* | Use real parameters instead of a Map for searchByOffline()Samuel Tardieu2011-09-292-30/+7
* | Use real parameters instead of a Map for searchByGeocode()Samuel Tardieu2011-09-293-30/+10
* | Do not assign getView() view parameterSamuel Tardieu2011-09-294-51/+59
* | fix compile errors after merging #544 (tests still to be fixed)bananeweizen2011-09-291-2/+0
* | Merge pull request #544 from stephanme/importwptBananeweizen2011-09-291-25/+116
|\ \
| * | Improved getWaypointsFileForGpx()Stephan Merker2011-09-281-4/+5
| * | Import waypoint file together with cache gpx file if existsStephan Merker2011-09-271-47/+64
| * | performance improvement for importing waypointsStephan Merker2011-09-251-14/+17
| * | map waypoint type pocket query waypoints file to WaypointTypeStephan Merker2011-09-251-2/+19
| * | Import waypoints file from pocket queryStephan Merker2011-09-251-1/+54
| |/
* | Fix obvious typo where latitude was used instead of longitudeSamuel Tardieu2011-09-291-1/+1
* | Do not pass strings for URI parametersSamuel Tardieu2011-09-293-27/+39
* | Rewrite addZeros() using StringUtilsSamuel Tardieu2011-09-291-29/+21