aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
Commit message (Collapse)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
| | | | an actionprovider in the menu handler (fixes #3996)
* 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
|\ | | | | Internal webview
| * Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-241-1/+21
| | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
| * Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-6/+4
| | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* | cleanup: remove unwanted authors javadoc tagBananeweizen2014-05-291-4/+0
|/
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-4/+6
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* 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
| | | | Garmin uses GeocachePhotos. This will ease the transfer of files.
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-32/+16
|
* Local spoilers are not real spoilersSamuel Tardieu2014-04-241-3/+3
| | | | | They should not be returned by getSpoilers() as they would be stored again.
* 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
| | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading.
* fix #3721: NPE in Geocache.hashCode()Samuel Tardieu2014-04-021-8/+3
| | | | | | Also, hash codes must be equal when the objects compare equal. Since equality compares only geocodes, the hash codes must also only take geocodes into consideration.
* 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
| | | | | | | | * remove rxjava deprecations * silence commons lang deprecations
* | fix #3551: Circles on map not shown for mystery/multi caches with finalBananeweizen2014-01-181-0/+4
| | | | | | defined
* | When storing a cache, download images concurrentlySamuel Tardieu2014-01-121-0/+2
| | | | | | | | | | Up to 5 downloads can happen simultaneously. Also, those downloads are executed concurrently to static map requests if any.
* | 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
| | | | | | This enables the contacts addon and search by user/owner for all user names (independent of the kind of cache). Of course, search by user/owner still only works for GC, so one cannot find EC owner caches that way.
* fix #3494: EC attributes disappear on refreshSamuel Tardieu2014-01-031-4/+4
| | | | | The lazy loading of attributes appeared after they had been removed from the database.
* 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
| | | | | | | During the process of saving a cache, it will be merged against the version present in CacheCache if any. Quite often, the version in CacheCache is the cache object itself, and a merge is attempted against itself.
* 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
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* Fix #3441, 'Visited' not saved for own waypointsrsudev2013-11-261-1/+32
| | | | To disambiguate own waypoints in merge, generate a unique prefix on addition to the cache
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+8
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* fix #3396: crash on logging event cacheBananeweizen2013-11-091-0/+2
|
* fixes #3370 #2960 #1320 - also keep empty and null values for hint, short ↵Marco Jacob2013-11-071-3/+3
| | | | description and attributes