aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files
Commit message (Expand)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-091-1/+1
* refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-071-8/+8
* findbugs: remove unused variable and codeBananeweizen2013-06-241-5/+0
* #2824: comment removal of caches after GPX importBananeweizen2013-06-212-50/+50
* Fix #2888 - Store loc file owner name correctlycampbeb2013-06-131-3/+3
* Fix #2862 - Support LOC file import via intentcampbeb2013-06-081-2/+31
* new: support for waymarking GPX filesBananeweizen2013-06-081-5/+25
* fix #2841: *.loc from waymarking not importedBananeweizen2013-06-081-17/+16
* Correct log messages to account for refactoringcampbeb2013-06-052-3/+3
* fix #2794 - rename SearchResult.addCache method nameMarco Jacob2013-05-281-1/+1
* Fix #2727 - Support GeoTour attributecampbeb2013-05-251-0/+1
* #1348: use buffered ioBananeweizen2013-05-113-17/+19
* fix #2702: Don't allow to check ".." in path selectionBananeweizen2013-05-071-4/+3
* #2684: use view injection libraryBananeweizen2013-05-012-12/+5
* fixes #2651 - exclude inaccessable dirs from choiceMarco Jacob2013-04-101-1/+1
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-071-0/+3
|\
| * fix #2639: NPE in GPX parserBananeweizen2013-04-071-0/+3
* | refactoring: use Unix line endingSamuel Tardieu2013-04-061-462/+462
* | refactoring: make sure downloadMaps doesn't get a null cacheSamuel Tardieu2013-04-061-4/+8
|/
* code cleanupBananeweizen2013-02-241-5/+5
* reduce memory usage for cache listsBananeweizen2013-02-141-3/+10
* Icons for OCkoem2013-02-111-1/+1
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-034-40/+40
* Do not repeat the work done in superclass in overriden methodSamuel Tardieu2013-01-271-1/+1
* Make our dir chooser return the same thing as the OI oneSamuel Tardieu2013-01-271-4/+3
* Isolate intent extras into a new classSamuel Tardieu2013-01-272-4/+4
* refactoring: use exception object in logggingBananeweizen2013-01-123-7/+7
* Do not depend on mapsforge in non-maps related classesSamuel Tardieu2013-01-101-1/+1
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-081-10/+13
|\
| * fix #2361: index out of bounds in dir chooserSamuel Tardieu2013-01-081-7/+13
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-4/+4
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-5/+5
* | Merge branch 'release' into upstreamSamuel Tardieu2013-01-051-2/+8
|\ \ | |/
| * fix #2336: support for secondary users in multi-users modeSamuel Tardieu2013-01-051-2/+8
* | fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-052-14/+14
* | refactoring: findbugsBananeweizen2012-12-301-9/+3
* | #1987: Not able to import *.loc file from GC.comBananeweizen2012-12-291-12/+17
* | code cleanup: remove debug codeBananeweizen2012-12-261-3/+3
* | Use warning instead of error since the problem is escalatedSamuel Tardieu2012-12-191-1/+1
* | Fix: do not use String#isEmpty()Samuel Tardieu2012-12-191-2/+2
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-182-4/+3
* | Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-1/+1
* | Merge branch 'cache_coords_wpt_ng' of https://github.com/triakcz/c-geo-openso...Samuel Tardieu2012-12-181-1/+1
|\ \
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-1/+1
* | | Refactoring: remove redundant elseSamuel Tardieu2012-12-161-4/+8
* | | code cleanupBananeweizen2012-12-151-7/+1
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * fix #2208 - notifyDataSetChanged instead only one viewMarco Jacob2012-12-131-1/+1
| * fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-131-21/+29
* | fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-031-21/+29