| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing final qualifiers in main module | Samuel Tardieu | 2015-03-17 | 2 | -3/+3 |
| | | |||||
| * | Use File where appropriate | Samuel Tardieu | 2015-02-11 | 1 | -2/+1 |
| | | | | | | Also, use more efficient concatenation by treating the simple case explicitely. | ||||
| * | Remove empty JavaDoc @param and @return | Samuel Tardieu | 2015-02-10 | 1 | -1/+0 |
| | | |||||
| * | Fix URL writing in GPX export | Samuel Tardieu | 2015-01-30 | 1 | -5/+1 |
| | | |||||
| * | refactoring: use null URL in UnknownConnector | Bananeweizen | 2015-01-27 | 1 | -8/+12 |
| | | |||||
| * | use more nullable annotations | Bananeweizen | 2015-01-01 | 1 | -4/+7 |
| | | | | | | | | * make the DataStore methods use explicit nullable or nonnull return values * remove the null return of getStoredList() * unfortunately many of the test methods need an assert() statement to make Eclipse understand the null logic | ||||
| * | Fix Javadoc bogus references | Samuel Tardieu | 2014-11-23 | 1 | -6/+0 |
| | | |||||
| * | rename package | Bananeweizen | 2014-11-02 | 1 | -1/+1 |
| | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | Add a Geocache.getGeocodes helper for a common pattern | Samuel Tardieu | 2014-10-28 | 1 | -5/+1 |
| | | |||||
| * | Name ignored catch parameter as such | Samuel Tardieu | 2014-09-09 | 2 | -2/+2 |
| | | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+1 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 2 | -5/+5 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | Do not assume that all dialog have dark theme on Honeycomb and later (Fixes ↵ | Arne Schwabe | 2014-07-13 | 2 | -4/+20 |
| | | | | | issue #4068) | ||||
| * | remove some findbugs issues | Bananeweizen | 2014-07-09 | 2 | -4/+8 |
| | | | | | * unused code * convert explicit type casts to generic method invocations | ||||
| * | 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 |
| | | |||||
