| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GPX export ommiting waypoints without coords | triakcz | 2013-03-12 | 1 | -12/+14 |
| | | |||||
| * | Fixes #2445, Light theme broken | rsudev | 2013-02-14 | 2 | -3/+7 |
| | | | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark. | ||||
| * | Unit-Tests ++ | koem | 2013-02-12 | 1 | -1/+1 |
| | | | | | - and Maintenance Icon Color changed to alert-red | ||||
| * | Icons for OC | koem | 2013-02-11 | 1 | -3/+6 |
| | | | | | | | | | | | | - 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 | -26/+26 |
| | | |||||
| * | #1791: remove selfmade dialog button | Bananeweizen | 2013-01-23 | 2 | -71/+67 |
| | | |||||
| * | Fix XML schema location | Samuel Tardieu | 2013-01-16 | 1 | -5/+3 |
| | | | | | | | One extra element had been introduced during the previous code conversion to the XML serializer. That could theoritically affect verifiers. | ||||
| * | Use XML serializer to generate proper XML | Samuel Tardieu | 2013-01-16 | 1 | -189/+118 |
| | | | | | Do not cook up XML by hand when proper methods exist. | ||||
| * | 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. | ||||
| * | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -8/+8 |
| | | |||||
| * | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -24/+19 |
| | | | | * 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 | 2 | -7/+4 |
| | | |||||
| * | #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. | ||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -4/+3 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | code cleanup: fix some Lint warnings | Bananeweizen | 2012-11-16 | 2 | -4/+6 |
| | | |||||
| * | fix #1973: Logs gone after online logging | Bananeweizen | 2012-11-11 | 1 | -2/+3 |
| | | |||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 2 | -2/+0 |
| | | |||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 2 | -2/+2 |
| | | | | | | | 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 #2015: export crashes on missing hidden date | Bananeweizen | 2012-09-02 | 1 | -17/+10 |
| | | |||||
| * | corrected: usage of gpx export dir setting corrected, text on export dialog ↵ | Marco Jacob | 2012-08-03 | 2 | -2/+19 |
| | | | | | now show the correct dir | ||||
| * | fixes #1794 - added gpx export dir setting with SimpleDirChooser | Marco Jacob | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | fix #1833: Export / Import GPX | Bananeweizen | 2012-07-01 | 1 | -2/+4 |
| | | |||||
| * | #1794 have URL in export | Bananeweizen | 2012-06-24 | 1 | -0/+8 |
| | | |||||
| * | Merge pull request #1774 from marco-jacob/issue#1740 | Bananeweizen | 2012-06-24 | 1 | -28/+69 |
| |\ | |||||
| | * | fixes #1740: correct prefix for user defined waypoints | Marco Jacob | 2012-06-11 | 1 | -28/+69 |
| | | | |||||
| * | | Removed GPX export setting from settings | Ondřej Kunc | 2012-06-11 | 1 | -1/+1 |
| | | | | | | | | | (It's in export settings dialog) | ||||
| * | | GPX export sharing via bluetooth, gmail ... | Ondřej Kunc | 2012-06-11 | 1 | -2/+56 |
| |/ | |||||
| * | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 1 | -2/+2 |
| | | |||||
| * | 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: add missing override annotations | Samuel Tardieu | 2012-05-23 | 2 | -0/+2 |
| | | | | | This was requested by SammysHP. | ||||
| * | 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 | ||||
| * | fix: wrong nesting of logs leads to import errors | Bananeweizen | 2012-05-12 | 1 | -84/+97 |
| | | |||||
| * | fix: NPE in export for final without coordinates | Bananeweizen | 2012-05-12 | 1 | -2/+4 |
| | | |||||
| * | fix #1549: Export: State and country fields both contain both values | Bananeweizen | 2012-05-12 | 1 | -3/+1 |
| | | |||||
| * | fix: use correct type in export | Bananeweizen | 2012-05-12 | 1 | -2/+2 |
| | | |||||
| * | fix: GPX export missing attributes, logs, and others | Bananeweizen | 2012-05-12 | 1 | -5/+2 |
| | | |||||
| * | Fix #1548: Geocaching-like GPX Export | SammysHP | 2012-05-11 | 1 | -5/+5 |
| | | |||||
| * | refactoring: rename log typ enums for easier code completion and | Bananeweizen | 2012-05-01 | 1 | -8/+8 |
| | | | | reading | ||||
| * | Merge remote-tracking branch 'SammysHP/icons' | Bananeweizen | 2012-04-30 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java | ||||
| | * | Import Android drawables (from API version 8) | SammysHP | 2012-04-27 | 1 | -1/+1 |
| | | | | | | | See #852 for reason. This will increase the apk size by 82 KiB. | ||||
| * | | 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. | ||||
| * | Refactoring: Export GPX to /sdcard/gpx | SammysHP | 2012-04-23 | 1 | -2/+2 |
| | | | | Closes #1433 | ||||
| * | Fix error handling in gpx export | SammysHP | 2012-04-23 | 1 | -9/+9 |
| | | |||||
| * | Remove recently introduced usage of hasWaypoints | Samuel Tardieu | 2012-04-23 | 1 | -23/+21 |
| | | |||||
| * | Fix: Integers are handled as characters | SammysHP | 2012-04-22 | 1 | -2/+2 |
| | | |||||
| * | Add experimental support for waypoints in gpx export | SammysHP | 2012-04-22 | 1 | -2/+32 |
| | | |||||
