| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #2702: Don't allow to check ".." in path selection | Bananeweizen | 2013-05-07 | 1 | -4/+3 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 2 | -12/+5 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | fixes #2651 - exclude inaccessable dirs from choice | Marco Jacob | 2013-04-10 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-04-07 | 1 | -0/+3 |
| |\ | |||||
| | * | fix #2639: NPE in GPX parser | Bananeweizen | 2013-04-07 | 1 | -0/+3 |
| | | | |||||
| * | | refactoring: use Unix line ending | Samuel Tardieu | 2013-04-06 | 1 | -462/+462 |
| | | | |||||
| * | | refactoring: make sure downloadMaps doesn't get a null cache | Samuel Tardieu | 2013-04-06 | 1 | -4/+8 |
| |/ | | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed. | ||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -5/+5 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 1 | -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 OC | koem | 2013-02-11 | 1 | -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 Geocache | Samuel Tardieu | 2013-02-03 | 4 | -40/+40 |
| | | |||||
| * | Do not repeat the work done in superclass in overriden method | Samuel Tardieu | 2013-01-27 | 1 | -1/+1 |
| | | |||||
| * | Make our dir chooser return the same thing as the OI one | Samuel Tardieu | 2013-01-27 | 1 | -4/+3 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 2 | -4/+4 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 3 | -7/+7 |
| | | |||||
| * | Do not depend on mapsforge in non-maps related classes | Samuel Tardieu | 2013-01-10 | 1 | -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 upstream | Samuel Tardieu | 2013-01-08 | 1 | -10/+13 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/files/SimpleDirChooser.java | ||||
| | * | fix #2361: index out of bounds in dir chooser | Samuel Tardieu | 2013-01-08 | 1 | -7/+13 |
| | | | |||||
| * | | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -4/+4 |
| | | | |||||
| * | | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-05 | 1 | -2/+8 |
| |\ \ | |/ | | | | | | | Conflicts: main/res/values/strings.xml | ||||
| | * | fix #2336: support for secondary users in multi-users mode | Samuel Tardieu | 2013-01-05 | 1 | -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 memory | Bananeweizen | 2013-01-05 | 2 | -14/+14 |
| | | | | | | | issues | ||||
| * | | refactoring: findbugs | Bananeweizen | 2012-12-30 | 1 | -9/+3 |
| | | | |||||
| * | | #1987: Not able to import *.loc file from GC.com | Bananeweizen | 2012-12-29 | 1 | -12/+17 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -3/+3 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Use warning instead of error since the problem is escalated | Samuel Tardieu | 2012-12-19 | 1 | -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 Tardieu | 2012-12-19 | 1 | -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 variables | Samuel Tardieu | 2012-12-18 | 2 | -4/+3 |
| | | | |||||
| * | | Refactoring: use isEmpty() where appropriate | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'cache_coords_wpt_ng' of ↵ | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream | ||||
| | * | | Uploading of modified coords to geocaching.com | triakcz | 2012-12-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Refactoring: remove redundant else | Samuel Tardieu | 2012-12-16 | 1 | -4/+8 |
| | | | | |||||
| * | | | code cleanup | Bananeweizen | 2012-12-15 | 1 | -7/+1 |
| | | | | | | | | | | * some CodePro Analytix findings | ||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-12-13 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| / | |/ | | | Conflicts: main/src/cgeo/geocaching/files/SimpleDirChooser.java | ||||
| | * | fix #2208 - notifyDataSetChanged instead only one view | Marco Jacob | 2012-12-13 | 1 | -1/+1 |
| | | | |||||
| | * | fixes #2208 - corrected SimpleDirChooser selection | Marco Jacob | 2012-12-13 | 1 | -21/+29 |
| | | | |||||
| * | | fixes #2208 - corrected SimpleDirChooser selection | Marco Jacob | 2012-12-03 | 1 | -21/+29 |
| | | | |||||
| * | | refactoring: remove unused code | Bananeweizen | 2012-12-01 | 1 | -4/+0 |
| | | | |||||
| * | | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 3 | -11/+10 |
| | | | |||||
| * | | NPE in SimpleDirChooser | Bananeweizen | 2012-11-30 | 1 | -1/+4 |
| | | | | | | | * when being invoked from a different activity than normally | ||||
| * | | Merge branch 'release' | Bananeweizen | 2012-11-27 | 1 | -4/+1 |
| |\ \ | |/ | |||||
| | * | fix #2202: logs duplicated after importing GPX twice | Bananeweizen | 2012-11-27 | 1 | -4/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/release' into tmpmerge | rsudev | 2012-11-22 | 1 | -1/+0 |
| |\ \ | |/ | |||||
| | * | fixes #2170 - removed setting progress devider to 1024 | Marco Jacob | 2012-11-22 | 1 | -1/+0 |
| | | | |||||
| * | | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 2 | -11/+10 |
| |/ | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -2/+2 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | code cleanup: fix some Lint warnings | Bananeweizen | 2012-11-16 | 1 | -3/+4 |
| | | |||||
| * | refactoring: Lint cleanups | Bananeweizen | 2012-11-11 | 1 | -7/+6 |
| | | |||||
| * | fix #1973: Logs gone after online logging | Bananeweizen | 2012-11-11 | 1 | -0/+2 |
| | | |||||
