aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export
Commit message (Collapse)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* findbugs null pointers and initializationsBananeweizen2013-06-241-2/+1
|
* fix endless loop in gpx exportBananeweizen2013-06-241-1/+1
|
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-222-225/+269
|
* refactoring: remove duplicated code for logging inBananeweizen2013-06-211-17/+11
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-3/+3
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-241-1/+2
|\
| * Fix #2773 - Include log author in GPX exportcampbeb2013-05-231-1/+2
| |
* | Fixes #2748, Field-Notes export does no longer workrsudev2013-05-191-1/+1
| | | | | | | | Corrected close order for writer and buffer
* | #1348: use buffered ioBananeweizen2013-05-112-6/+11
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-3/+3
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * Fixes #2635, crash during gpx exportrsudev2013-04-071-2/+2
| | | | | | | | Added utf-16 codepoint surrogate handling to xml serializer
| * Failing test for #2635rsudev2013-04-071-1/+1
| |
* | refactoring: make API of AsyncTaskWithProgress more explicitBananeweizen2013-04-072-37/+36
| |
* | refactoring: simplify batch export of geocachesSamuel Tardieu2013-04-061-16/+9
| | | | | | | | | | | | | | | | By using list-backed sublists, the code to export geocaches in batch can be simplified. Also, there are places where a more generic Collection type can be used in formal parameters to avoid influencing the type of actual arguments.
* | refactoring: improve performance of GPX exportBananeweizen2013-03-291-58/+88
| | | | | | | | * load batches of caches instead of single caches * do not load all caches to avoid huge memory usage
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-291-2/+4
|\ \ | |/
| * fix #2489: remove wrong error log entry on gpx exportBananeweizen2013-03-291-2/+4
| |
* | #1798: refactoring, extract common asynctask with progressBananeweizen2013-03-293-37/+18
|/
* GPX export ommiting waypoints without coordstriakcz2013-03-121-12/+14
|
* Fixes #2445, Light theme brokenrsudev2013-02-142-3/+7
| | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.
* Unit-Tests ++koem2013-02-121-1/+1
| | | | - and Maintenance Icon Color changed to alert-red
* Icons for OCkoem2013-02-111-3/+6
| | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-034-26/+26
|
* #1791: remove selfmade dialog buttonBananeweizen2013-01-232-71/+67
|
* Fix XML schema locationSamuel Tardieu2013-01-161-5/+3
| | | | | | One extra element had been introduced during the previous code conversion to the XML serializer. That could theoritically affect verifiers.
* Use XML serializer to generate proper XMLSamuel Tardieu2013-01-161-189/+118
| | | | Do not cook up XML by hand when proper methods exist.
* Do not depend on mapsforge in non-maps related classesSamuel Tardieu2013-01-101-3/+3
| | | | | | This feels like an inversion of dependencies to depend on mapsforge in non-maps related classes. As closeQuietly() is useful, we can import it into our utility class without requiring this dependency.
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-8/+8
|
* code cleanup: remove debug codeBananeweizen2012-12-262-24/+19
| | | * fixed some more issues of Findbugs and CodePro
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-4/+2
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-012-7/+4
|
* #2186: use UTC for field note export dateBananeweizen2012-11-221-0/+4
|
* fix #2173: GSAK field notes exportSamuel Tardieu2012-11-181-9/+13
| | | | | | | GSAK requires the log type to be capitalized, e.g., "Found it", while we were generating "found it" instead. Some code has been factored out to be more easily testable.
* refactoring: lazy initialized listsBananeweizen2012-11-181-4/+3
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* code cleanup: fix some Lint warnings Bananeweizen2012-11-162-4/+6
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-2/+3
|
* refactoring: move static maps check API to cacheBananeweizen2012-09-092-2/+0
|
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-042-2/+2
| | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type.
* fix #2015: export crashes on missing hidden dateBananeweizen2012-09-021-17/+10
|
* corrected: usage of gpx export dir setting corrected, text on export dialog ↵Marco Jacob2012-08-032-2/+19
| | | | now show the correct dir
* fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-201-1/+1
|
* fix #1833: Export / Import GPXBananeweizen2012-07-011-2/+4
|
* #1794 have URL in exportBananeweizen2012-06-241-0/+8
|
* Merge pull request #1774 from marco-jacob/issue#1740Bananeweizen2012-06-241-28/+69
|\
| * fixes #1740: correct prefix for user defined waypointsMarco Jacob2012-06-111-28/+69
| |
* | Removed GPX export setting from settingsOndřej Kunc2012-06-111-1/+1
| | | | | | | | (It's in export settings dialog)
* | GPX export sharing via bluetooth, gmail ...Ondřej Kunc2012-06-111-2/+56
|/
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-2/+2
|
* Fix: Field Notes encodingSammysHP2012-06-031-1/+1
| | | gc.com uses UTF-16, not UTF-8. Maybe they cannot decode variable lenght characters. (Chinese characters might be four bytes long!)