aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgFileList.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring of GPX parser (preparation for LOC import), resolved somebananeweizen2011-08-211-232/+0
| | | name shadowing conflicts
* first part of #232, sub menu for state selection is still missingbananeweizen2011-08-191-4/+0
|
* Fix issue #90 - search for map file screen has wrong titlersudev2011-08-121-1/+6
|
* Remove uses of "== true" and "!= false"Samuel Tardieu2011-08-111-6/+6
|
* * remove duplicated app, settings, pref, res, base fields in allBananeweizen2011-08-101-34/+5
| | | | | | | | | activies * remove cgWarning class, it is no longer needed * convert many non static methods to static methods, to ease removing the no longer needed fields afterwards If you have trouble merging after you fetch these changes, I'm happy to help.
* * have common base classes for cgeo related activities to encapsulateBananeweizen2011-08-101-29/+12
| | | | | | | | | the related code * move several methods from base to the activities classes * remove all duplicated goHome(), goManual() methods * remove instance variable "activity", which is only a this-pointer (all triggered by issue #98) If you have trouble merging afterwards, I'm happy to help.
* Removed google analyticsRainer2011-08-021-3/+0
|
* Refactored gpx import to use file list baseRainer2011-07-201-10/+30
|
* File selector base and map file selectorRainer2011-07-201-0/+260