aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export
Commit message (Collapse)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-172-3/+3
|
* Use File where appropriateSamuel Tardieu2015-02-111-2/+1
| | | | | Also, use more efficient concatenation by treating the simple case explicitely.
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
|
* Fix URL writing in GPX exportSamuel Tardieu2015-01-301-5/+1
|
* refactoring: use null URL in UnknownConnectorBananeweizen2015-01-271-8/+12
|
* use more nullable annotationsBananeweizen2015-01-011-4/+7
| | | | | | | * make the DataStore methods use explicit nullable or nonnull return values * remove the null return of getStoredList() * unfortunately many of the test methods need an assert() statement to make Eclipse understand the null logic
* Fix Javadoc bogus referencesSamuel Tardieu2014-11-231-6/+0
|
* rename packageBananeweizen2014-11-021-1/+1
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Add a Geocache.getGeocodes helper for a common patternSamuel Tardieu2014-10-281-5/+1
|
* Name ignored catch parameter as suchSamuel Tardieu2014-09-092-2/+2
|
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
|
* switch to Java 1.7Bananeweizen2014-07-172-5/+5
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* Do not assume that all dialog have dark theme on Honeycomb and later (Fixes ↵Arne Schwabe2014-07-132-4/+20
| | | | issue #4068)
* remove some findbugs issuesBananeweizen2014-07-092-4/+8
| | | | * unused code * convert explicit type casts to generic method invocations
* new: make import/export top level menu itemsBananeweizen2014-06-113-76/+9
|
* Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-1/+1
| | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-1/+1
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* some formatting fixesBananeweizen2014-05-171-2/+1
|
* #3818: enable memory dumps on demandBananeweizen2014-05-171-7/+3
|
* fix #3677: more fields in GPX exportMichael Keppler2014-04-261-4/+49
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-2/+3
|
* fix #2729: crash on GPX exportSamuel Tardieu2014-04-021-1/+7
|
* fix #3589: export only GC field notesBananeweizen2014-02-022-94/+88
|
* fix #3202: Remove Field Note ProgressBananeweizen2014-01-231-12/+10
|
* fastdateformat is broken, remove itBananeweizen2014-01-192-4/+4
|
* remove eclipse warnings about potential null pointerBananeweizen2014-01-181-1/+4
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-01-171-2/+7
|\
| * fix #3549: NPE when exporting invalid cacheSamuel Tardieu2014-01-171-2/+7
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+1
|/
* refactoring: remove duplication in login classesBananeweizen2013-12-161-3/+3
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-161-6/+6
| | | * easier to differentiate, as there are other login providers now
* Fix #3441, 'Visited' not saved for own waypointsrsudev2013-11-261-1/+1
| | | | To disambiguate own waypoints in merge, generate a unique prefix on addition to the cache
* Implements stable keys for opencaching waypointsrsudev2013-11-231-16/+43
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* NPE in testsBananeweizen2013-11-091-1/+2
|
* new: GPX export of travelbugsBananeweizen2013-11-091-0/+22
| | | | * however, in most cases this cannot be re-imported due to missing geocodes
* fix: GPX export failed to export "archived" flagBananeweizen2013-11-091-1/+1
|
* fix #3201: remember field notes export settingsBananeweizen2013-10-171-5/+7
|
* change: release export selection dialog as early as possibleBananeweizen2013-10-171-0/+1
|
* fix findbugs warningsBananeweizen2013-10-122-7/+5
| | | | * synchronize date parsing * use commons date formatting
* new: settings for twitter messageBananeweizen2013-10-051-2/+2
|
* change: remove superfluous line break in export dialogBananeweizen2013-10-041-1/+1
|
* change: use long date format in field note export dialogBananeweizen2013-10-041-1/+1
|
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-2/+2
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-132-5/+5
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-132-4/+4
|
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
| | | * don't catch raw exceptions
* refactoring: more findbugs cleanupBananeweizen2013-08-182-2/+3
|
* refactoring: fix findbugs issuesBananeweizen2013-08-181-2/+2
|
* refactoring: findbugs cleanupBananeweizen2013-08-112-4/+8
|
* refactoring: findbugs cleanupsBananeweizen2013-08-071-1/+1
|