aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
Commit message (Expand)AuthorAgeFilesLines
* fix several name shadowing occurrencesBananeweizen2014-06-291-6/+6
* In Popup Menus the share item does not always have actionProvider, check for ...Arne Schwabe2014-06-151-0/+9
* fix #3907: duplicate share menuBananeweizen2014-06-131-11/+1
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-3/+2
* fix broken unit testsBananeweizen2014-05-311-81/+77
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-311-6/+24
|\
| * Implement a small internal browser (using webview) and allow the user to pick...Arne Schwabe2014-05-241-1/+21
| * Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ...Arne Schwabe2014-05-241-6/+4
* | cleanup: remove unwanted authors javadoc tagBananeweizen2014-05-291-4/+0
|/
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-4/+6
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-1/+7
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-4/+4
* minor code cleanupsBananeweizen2014-05-171-1/+2
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-8/+5
* Use the same name as GPS manufacturers for local spoilersSamuel Tardieu2014-04-261-2/+2
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-32/+16
* Local spoilers are not real spoilersSamuel Tardieu2014-04-241-3/+3
* close #3438: import external spoiler imagesJean Caffou2014-04-241-4/+22
* fix #3697: have attended as log type on day of eventMichael Keppler2014-04-221-0/+20
* remove unneeded suppresswarningsMichael Keppler2014-04-191-1/+3
* fix #3721: NPE in Geocache.hashCode()Samuel Tardieu2014-04-021-8/+3
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-221-1/+6
* fix #3661: add ability to open image from cache descriptionSamuel Tardieu2014-03-151-2/+29
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-8/+16
* refactoring: factor out code for cache refreshingSamuel Tardieu2014-03-111-2/+15
* Merge branch 'release' into upstreamSamuel Tardieu2014-02-281-51/+3
|\
| * refactoring: move waypoint parsing code in WaypointSamuel Tardieu2014-02-281-51/+3
* | refactoring: move GC specific code in GCParserSamuel Tardieu2014-02-281-16/+0
* | refactoring: remove unused warningsSamuel Tardieu2014-02-281-1/+1
* | fix #3556: Calendar plugin should also read short description for timeBananeweizen2014-01-201-1/+2
* | fix deprecationsBananeweizen2014-01-191-0/+1
* | fix #3551: Circles on map not shown for mystery/multi caches with finalBananeweizen2014-01-181-0/+4
* | When storing a cache, download images concurrentlySamuel Tardieu2014-01-121-0/+2
* | refactoring: remove unused codeBananeweizen2014-01-121-11/+1
* | refactoring: simplify boolean expressionSamuel Tardieu2014-01-111-7/+1
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
|/
* refactoring: make user actions depend on the connectorBananeweizen2014-01-041-4/+0
* fix #3494: EC attributes disappear on refreshSamuel Tardieu2014-01-031-4/+4
* There is no point in clearing an empty listSamuel Tardieu2014-01-031-1/+0
* Return a concrete list when returning cache logsSamuel Tardieu2014-01-021-2/+5
* optimization: do not merge a cache against itselfSamuel Tardieu2014-01-011-0/+3
* fix some findbugs findingsMichael Keppler2013-12-231-2/+2
* refactoring: remove duplicate codeBananeweizen2013-12-191-0/+17
* fix: NPE in search by geocodeBananeweizen2013-12-161-4/+4
* calendar addon: recognize one more variation of the event timeBananeweizen2013-12-131-1/+1
* findbugs: more cleanupBananeweizen2013-12-081-0/+3
* Fix #3441, 'Visited' not saved for own waypointsrsudev2013-11-261-1/+32
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+8
* fix #3396: crash on logging event cacheBananeweizen2013-11-091-0/+2
* fixes #3370 #2960 #1320 - also keep empty and null values for hint, short des...Marco Jacob2013-11-071-3/+3