| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | new: make import/export top level menu items | Bananeweizen | 2014-06-11 | 3 | -76/+9 |
| | | |||||
| * | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵ | Arne Schwabe | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f. | ||||
| * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -1/+1 |
| | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | some formatting fixes | Bananeweizen | 2014-05-17 | 1 | -2/+1 |
| | | |||||
| * | #3818: enable memory dumps on demand | Bananeweizen | 2014-05-17 | 1 | -7/+3 |
| | | |||||
| * | fix #3677: more fields in GPX export | Michael Keppler | 2014-04-26 | 1 | -4/+49 |
| | | |||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 1 | -2/+3 |
| | | |||||
| * | fix #2729: crash on GPX export | Samuel Tardieu | 2014-04-02 | 1 | -1/+7 |
| | | |||||
| * | fix #3589: export only GC field notes | Bananeweizen | 2014-02-02 | 2 | -94/+88 |
| | | |||||
| * | fix #3202: Remove Field Note Progress | Bananeweizen | 2014-01-23 | 1 | -12/+10 |
| | | |||||
| * | fastdateformat is broken, remove it | Bananeweizen | 2014-01-19 | 2 | -4/+4 |
| | | |||||
| * | remove eclipse warnings about potential null pointer | Bananeweizen | 2014-01-18 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-17 | 1 | -2/+7 |
| |\ | |||||
| | * | fix #3549: NPE when exporting invalid cache | Samuel Tardieu | 2014-01-17 | 1 | -2/+7 |
| | | | |||||
| * | | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 1 | -3/+3 |
| | | | | * convert from static to singletons | ||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 1 | -6/+6 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | Fix #3441, 'Visited' not saved for own waypoints | rsudev | 2013-11-26 | 1 | -1/+1 |
| | | | | | To disambiguate own waypoints in merge, generate a unique prefix on addition to the cache | ||||
| * | Implements stable keys for opencaching waypoints | rsudev | 2013-11-23 | 1 | -16/+43 |
| | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | ||||
| * | NPE in tests | Bananeweizen | 2013-11-09 | 1 | -1/+2 |
| | | |||||
| * | new: GPX export of travelbugs | Bananeweizen | 2013-11-09 | 1 | -0/+22 |
| | | | | | * however, in most cases this cannot be re-imported due to missing geocodes | ||||
| * | fix: GPX export failed to export "archived" flag | Bananeweizen | 2013-11-09 | 1 | -1/+1 |
| | | |||||
| * | fix #3201: remember field notes export settings | Bananeweizen | 2013-10-17 | 1 | -5/+7 |
| | | |||||
| * | change: release export selection dialog as early as possible | Bananeweizen | 2013-10-17 | 1 | -0/+1 |
| | | |||||
| * | fix findbugs warnings | Bananeweizen | 2013-10-12 | 2 | -7/+5 |
| | | | | | * synchronize date parsing * use commons date formatting | ||||
| * | new: settings for twitter message | Bananeweizen | 2013-10-05 | 1 | -2/+2 |
| | | |||||
| * | change: remove superfluous line break in export dialog | Bananeweizen | 2013-10-04 | 1 | -1/+1 |
| | | |||||
| * | change: use long date format in field note export dialog | Bananeweizen | 2013-10-04 | 1 | -1/+1 |
| | | |||||
| * | Use Apache commons IOUtils rather than our own | Samuel Tardieu | 2013-09-15 | 1 | -2/+2 |
| | | |||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 2 | -5/+5 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 2 | -4/+4 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -1/+1 |
| | | | | * don't catch raw exceptions | ||||
| * | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 2 | -2/+3 |
| | | |||||
| * | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 1 | -2/+2 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-11 | 2 | -4/+8 |
| | | |||||
| * | refactoring: findbugs cleanups | Bananeweizen | 2013-08-07 | 1 | -1/+1 |
| | | |||||
| * | refactoring: make formatter work without context | Bananeweizen | 2013-07-31 | 1 | -1/+1 |
| | | |||||
| * | change: make gpx export name more readable | Bananeweizen | 2013-07-28 | 1 | -3/+9 |
| | | | | | | * use only date instead of date and time * format date using dashes * append _2, _3, ... with further exports | ||||
| * | fix #3050 - progress for export field notes increases for every cache | Marco Jacob | 2013-07-26 | 1 | -1/+1 |
| | | |||||
| * | Fix #3035: Field note upload "since last export" should be controlled by | SammysHP | 2013-07-21 | 1 | -14/+10 |
| | | | | | c:geo | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | findbugs null pointers and initializations | Bananeweizen | 2013-06-24 | 1 | -2/+1 |
| | | |||||
| * | fix endless loop in gpx export | Bananeweizen | 2013-06-24 | 1 | -1/+1 |
| | | |||||
| * | refactoring: extract GPX serialization to make it testable | Bananeweizen | 2013-06-22 | 2 | -225/+269 |
| | | |||||
| * | refactoring: remove duplicated code for logging in | Bananeweizen | 2013-06-21 | 1 | -17/+11 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-05-24 | 1 | -1/+2 |
| |\ | |||||
| | * | Fix #2773 - Include log author in GPX export | campbeb | 2013-05-23 | 1 | -1/+2 |
| | | | |||||
| * | | Fixes #2748, Field-Notes export does no longer work | rsudev | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | | | Corrected close order for writer and buffer | ||||
| * | | #1348: use buffered io | Bananeweizen | 2013-05-11 | 2 | -6/+11 |
| | | | |||||
