aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/FieldnoteExport.java
Commit message (Collapse)AuthorAgeFilesLines
* new: make import/export top level menu itemsBananeweizen2014-06-111-4/+4
|
* fix #3589: export only GC field notesBananeweizen2014-02-021-94/+23
|
* fix #3202: Remove Field Note ProgressBananeweizen2014-01-231-12/+10
|
* fastdateformat is broken, remove itBananeweizen2014-01-191-2/+2
|
* 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 #3201: remember field notes export settingsBananeweizen2013-10-171-5/+7
|
* fix findbugs warningsBananeweizen2013-10-121-5/+3
| | | | * 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: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* refactoring: more findbugs cleanupBananeweizen2013-08-181-1/+2
|
* refactoring: findbugs cleanupsBananeweizen2013-08-071-1/+1
|
* refactoring: make formatter work without contextBananeweizen2013-07-311-1/+1
|
* fix #3050 - progress for export field notes increases for every cacheMarco Jacob2013-07-261-1/+1
|
* Fix #3035: Field note upload "since last export" should be controlled bySammysHP2013-07-211-14/+10
| | | | c:geo
* refactoring: remove duplicated code for logging inBananeweizen2013-06-211-17/+11
|
* 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-111-4/+8
|
* refactoring: make API of AsyncTaskWithProgress more explicitBananeweizen2013-04-071-17/+12
|
* #1798: refactoring, extract common asynctask with progressBananeweizen2013-03-291-16/+7
|
* Fixes #2445, Light theme brokenrsudev2013-02-141-2/+4
| | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-8/+8
|
* #1791: remove selfmade dialog buttonBananeweizen2013-01-231-40/+38
|
* 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.
* code cleanup: remove debug codeBananeweizen2012-12-261-23/+18
| | | * 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-011-4/+2
|
* #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.
* code cleanup: fix some Lint warnings Bananeweizen2012-11-161-2/+3
|
* refactoring: move static maps check API to cacheBananeweizen2012-09-091-1/+0
|
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-041-1/+1
| | | | | | 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: 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: 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
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-8/+8
| | | reading
* 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.
* refactoringsBananeweizen2012-04-211-1/+1
| | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps
* Refactoring: use viewports where appropriateSamuel Tardieu2012-04-201-3/+1
|
* refactoring: renames and encapsulationBananeweizen2012-04-191-2/+2
|
* refactoring: encapsulate exportsBananeweizen2012-04-141-2/+2
| | | | * no more public classes, only ExportFactory * exports can be garbage collected immediately after use
* Revert "refactoring: use locale free format method for numbers"Bananeweizen2012-04-141-2/+2
| | | | This reverts commit 5c535e5d1841d78334f6a3d15ac6edb85449a18f.
* refactoring: use locale free format method for numbersBananeweizen2012-04-141-2/+2
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-4/+3
|
* Extend GPX export.SammysHP2012-04-091-2/+2
| | | Waypoints and attributes added to export, better description handling. Also few small fixes in Field Notes export.
* Export package: Documentation and make activity optionalSammysHP2012-04-091-14/+51
|