aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export
Commit message (Collapse)AuthorAgeFilesLines
* 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!)
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-232-0/+2
| | | | This was requested by SammysHP.
* Refactoring: Improved Field Notes generationSammysHP2012-05-161-37/+17
|
* Fix #1565: Wrong progress information when uploading field notesSammysHP2012-05-161-11/+15
|
* New: Upload Field Notes to geocaching.comSammysHP2012-05-121-33/+65
| | | Closes #583
* fix: wrong nesting of logs leads to import errorsBananeweizen2012-05-121-84/+97
|
* fix: NPE in export for final without coordinatesBananeweizen2012-05-121-2/+4
|
* fix #1549: Export: State and country fields both contain both valuesBananeweizen2012-05-121-3/+1
|
* fix: use correct type in exportBananeweizen2012-05-121-2/+2
|
* fix: GPX export missing attributes, logs, and othersBananeweizen2012-05-121-5/+2
|
* Fix #1548: Geocaching-like GPX ExportSammysHP2012-05-111-5/+5
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-8/+8
| | | reading
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-1/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java
| * Import Android drawables (from API version 8)SammysHP2012-04-271-1/+1
| | | | | | See #852 for reason. This will increase the apk size by 82 KiB.
* | Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
|/ | | | | The initial values were never used as the variables are set in any case before being used.
* Refactoring: Export GPX to /sdcard/gpxSammysHP2012-04-231-2/+2
| | | Closes #1433
* Fix error handling in gpx exportSammysHP2012-04-231-9/+9
|
* Remove recently introduced usage of hasWaypointsSamuel Tardieu2012-04-231-23/+21
|
* Fix: Integers are handled as charactersSammysHP2012-04-221-2/+2
|
* Add experimental support for waypoints in gpx exportSammysHP2012-04-221-2/+32
|