aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files
Commit message (Collapse)AuthorAgeFilesLines
* fix #2702: Don't allow to check ".." in path selectionBananeweizen2013-05-071-4/+3
|
* #2684: use view injection libraryBananeweizen2013-05-012-12/+5
| | | | * If you have compile errors after pulling, please consult the issue on github.
* fixes #2651 - exclude inaccessable dirs from choiceMarco Jacob2013-04-101-1/+1
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-071-0/+3
|\
| * fix #2639: NPE in GPX parserBananeweizen2013-04-071-0/+3
| |
* | refactoring: use Unix line endingSamuel Tardieu2013-04-061-462/+462
| |
* | refactoring: make sure downloadMaps doesn't get a null cacheSamuel Tardieu2013-04-061-4/+8
|/ | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed.
* code cleanupBananeweizen2013-02-241-5/+5
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* reduce memory usage for cache listsBananeweizen2013-02-141-3/+10
| | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* Icons for OCkoem2013-02-111-1/+1
| | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-034-40/+40
|
* Do not repeat the work done in superclass in overriden methodSamuel Tardieu2013-01-271-1/+1
|
* Make our dir chooser return the same thing as the OI oneSamuel Tardieu2013-01-271-4/+3
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-272-4/+4
|
* refactoring: use exception object in logggingBananeweizen2013-01-123-7/+7
|
* Do not depend on mapsforge in non-maps related classesSamuel Tardieu2013-01-101-1/+1
| | | | | | 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.
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-081-10/+13
|\ | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/files/SimpleDirChooser.java
| * fix #2361: index out of bounds in dir chooserSamuel Tardieu2013-01-081-7/+13
| |
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-4/+4
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-5/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-01-051-2/+8
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings.xml
| * fix #2336: support for secondary users in multi-users modeSamuel Tardieu2013-01-051-2/+8
| | | | | | | | | | | | | | | | | | This will allow c:geo to work correctly in multi-users mode as long as the default settings (keep files on internal sd card or phone memory) are used. Files stored on secondary memory will still be shared between users, but the permissions should be allowing that.
* | fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-052-14/+14
| | | | | | issues
* | refactoring: findbugsBananeweizen2012-12-301-9/+3
| |
* | #1987: Not able to import *.loc file from GC.comBananeweizen2012-12-291-12/+17
| |
* | code cleanup: remove debug codeBananeweizen2012-12-261-3/+3
| | | | | | * fixed some more issues of Findbugs and CodePro
* | Use warning instead of error since the problem is escalatedSamuel Tardieu2012-12-191-1/+1
| | | | | | | | | | At this stage, we cannot be sure that this will be treated as a real error.
* | Fix: do not use String#isEmpty()Samuel Tardieu2012-12-191-2/+2
| | | | | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead.
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-182-4/+3
| |
* | Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-1/+1
| |
* | Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-181-1/+1
|\ \ | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-1/+1
| | |
* | | Refactoring: remove redundant elseSamuel Tardieu2012-12-161-4/+8
| | |
* | | code cleanupBananeweizen2012-12-151-7/+1
| | | | | | | | | * some CodePro Analytix findings
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ \ | |/ / |/| / | |/ | | Conflicts: main/src/cgeo/geocaching/files/SimpleDirChooser.java
| * fix #2208 - notifyDataSetChanged instead only one viewMarco Jacob2012-12-131-1/+1
| |
| * fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-131-21/+29
| |
* | fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-031-21/+29
| |
* | refactoring: remove unused codeBananeweizen2012-12-011-4/+0
| |
* | fix #2211: remove application-database indirectionBananeweizen2012-12-013-11/+10
| |
* | NPE in SimpleDirChooserBananeweizen2012-11-301-1/+4
| | | | | | * when being invoked from a different activity than normally
* | Merge branch 'release'Bananeweizen2012-11-271-4/+1
|\ \ | |/
| * fix #2202: logs duplicated after importing GPX twiceBananeweizen2012-11-271-4/+1
| |
* | Merge remote-tracking branch 'upstream/release' into tmpmergersudev2012-11-221-1/+0
|\ \ | |/
| * fixes #2170 - removed setting progress devider to 1024Marco Jacob2012-11-221-1/+0
| |
* | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-222-11/+10
|/
* refactoring: lazy initialized listsBananeweizen2012-11-181-2/+2
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* code cleanup: fix some Lint warnings Bananeweizen2012-11-161-3/+4
|
* refactoring: Lint cleanupsBananeweizen2012-11-111-7/+6
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-0/+2
|