| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | new: make import/export top level menu items | Bananeweizen | 2014-06-11 | 1 | -4/+4 |
| | | |||||
| * | fix #3589: export only GC field notes | Bananeweizen | 2014-02-02 | 1 | -94/+23 |
| | | |||||
| * | fix #3202: Remove Field Note Progress | Bananeweizen | 2014-01-23 | 1 | -12/+10 |
| | | |||||
| * | fastdateformat is broken, remove it | Bananeweizen | 2014-01-19 | 1 | -2/+2 |
| | | |||||
| * | 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 #3201: remember field notes export settings | Bananeweizen | 2013-10-17 | 1 | -5/+7 |
| | | |||||
| * | fix findbugs warnings | Bananeweizen | 2013-10-12 | 1 | -5/+3 |
| | | | | | * 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: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -1/+2 |
| | | |||||
| * | refactoring: findbugs cleanups | Bananeweizen | 2013-08-07 | 1 | -1/+1 |
| | | |||||
| * | refactoring: make formatter work without context | Bananeweizen | 2013-07-31 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | refactoring: remove duplicated code for logging in | Bananeweizen | 2013-06-21 | 1 | -17/+11 |
| | | |||||
| * | 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 | 1 | -4/+8 |
| | | |||||
| * | refactoring: make API of AsyncTaskWithProgress more explicit | Bananeweizen | 2013-04-07 | 1 | -17/+12 |
| | | |||||
| * | #1798: refactoring, extract common asynctask with progress | Bananeweizen | 2013-03-29 | 1 | -16/+7 |
| | | |||||
| * | Fixes #2445, Light theme broken | rsudev | 2013-02-14 | 1 | -2/+4 |
| | | | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark. | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -8/+8 |
| | | |||||
| * | #1791: remove selfmade dialog button | Bananeweizen | 2013-01-23 | 1 | -40/+38 |
| | | |||||
| * | Do not depend on mapsforge in non-maps related classes | Samuel Tardieu | 2013-01-10 | 1 | -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 code | Bananeweizen | 2012-12-26 | 1 | -23/+18 |
| | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -4/+2 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -4/+2 |
| | | |||||
| * | #2186: use UTC for field note export date | Bananeweizen | 2012-11-22 | 1 | -0/+4 |
| | | |||||
| * | fix #2173: GSAK field notes export | Samuel Tardieu | 2012-11-18 | 1 | -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 | Bananeweizen | 2012-11-16 | 1 | -2/+3 |
| | | |||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 1 | -1/+0 |
| | | |||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 1 | -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 encoding | SammysHP | 2012-06-03 | 1 | -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 generation | SammysHP | 2012-05-16 | 1 | -37/+17 |
| | | |||||
| * | Fix #1565: Wrong progress information when uploading field notes | SammysHP | 2012-05-16 | 1 | -11/+15 |
| | | |||||
| * | New: Upload Field Notes to geocaching.com | SammysHP | 2012-05-12 | 1 | -33/+65 |
| | | | | Closes #583 | ||||
| * | refactoring: rename log typ enums for easier code completion and | Bananeweizen | 2012-05-01 | 1 | -8/+8 |
| | | | | reading | ||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | refactorings | Bananeweizen | 2012-04-21 | 1 | -1/+1 |
| | | | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps | ||||
| * | Refactoring: use viewports where appropriate | Samuel Tardieu | 2012-04-20 | 1 | -3/+1 |
| | | |||||
| * | refactoring: renames and encapsulation | Bananeweizen | 2012-04-19 | 1 | -2/+2 |
| | | |||||
| * | refactoring: encapsulate exports | Bananeweizen | 2012-04-14 | 1 | -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" | Bananeweizen | 2012-04-14 | 1 | -2/+2 |
| | | | | | This reverts commit 5c535e5d1841d78334f6a3d15ac6edb85449a18f. | ||||
| * | refactoring: use locale free format method for numbers | Bananeweizen | 2012-04-14 | 1 | -2/+2 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -4/+3 |
| | | |||||
| * | Extend GPX export. | SammysHP | 2012-04-09 | 1 | -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 optional | SammysHP | 2012-04-09 | 1 | -14/+51 |
| | | |||||
