| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleaned up resource strings for importing gpx | Stephan Merker | 2011-11-05 | 13 | -20/+14 |
| | | | | | | - gpx_import_loading -> gpx_import_loading_caches - removed gpx_import_loading_stored - cleaned up consistently through all translations | ||||
| * | Remove unused translation | SammysHP | 2011-11-05 | 10 | -10/+0 |
| | | | | "gpx_import_loading_stored" | ||||
| * | Update German translation. | SammysHP | 2011-11-05 | 2 | -2/+11 |
| | | | | Also fix some mistakes in English translation. | ||||
| * | Switch order of D/T and size in cache-lists. | SammysHP | 2011-11-05 | 1 | -10/+9 |
| | | | | | | D/T should be more important than the size and on small displays a lot of the info-line is clipped. Also some details are mostly never shown. Additional: Remove a double assignment. | ||||
| * | Coord-format-methods from cgBase deprecated. | SammysHP | 2011-11-05 | 1 | -0/+4 |
| | | | | Use GeopointFormatter instead. | ||||
| * | Revert German size-translations | SammysHP | 2011-11-05 | 1 | -5/+5 |
| | | | | See d5f18c8b607edb54a338130cf8415a72e0558bb2 for reference. | ||||
| * | fix GPX import: state field can be empty | Bananeweizen | 2011-11-05 | 1 | -4/+7 |
| | | |||||
| * | Merge branch 'master' of ↵ | Bananeweizen | 2011-11-04 | 5 | -266/+329 |
| |\ | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | * | refactoring for #310 | bananeweizen | 2011-11-04 | 5 | -266/+329 |
| | | | | | | | | | | | | | * split import into 2 activies (files and mails) * move non activity stuff into new class * split tests accordingly * fix manifest | ||||
| * | | fix #751: wrong cache type in search | Bananeweizen | 2011-11-04 | 1 | -1/+1 |
| |/ | |||||
| * | additional refactoring of #723 | Bananeweizen | 2011-11-03 | 1 | -50/+47 |
| | | |||||
| * | Merge pull request #723 from MentalDisruptor/master | Bananeweizen | 2011-11-02 | 1 | -25/+51 |
| |\ | | | | | A little refactoring on CGeoMap, fixes "//FIXME should be members of LoadTimer since started by it." | ||||
| | * | refs //FIXME should be members of LoadTimer since started by it. | Kai Stempfle | 2011-10-29 | 1 | -25/+51 |
| | | | | | | | | | - moved class variables to LoadTimer - implemented setters and getters | ||||
| * | | Merge pull request #743 from samueltardieu/cache-images | Bananeweizen | 2011-11-02 | 3 | -31/+9 |
| |\ \ | | | | | | | Cache images systematically | ||||
| | * | | Cache images systematically | Samuel Tardieu | 2011-11-01 | 3 | -31/+9 |
| | | | | | | | | | | | | | See discussion in #742. | ||||
| * | | | Updated Slovak translation | Pavol Babincak | 2011-11-02 | 1 | -4/+15 |
| | | | | |||||
| * | | | new: import caches from unknown source, fixes #720 | Bananeweizen | 2011-11-01 | 4 | -16/+60 |
| | | | | |||||
| * | | | remove useless version comments from strings | Bananeweizen | 2011-11-01 | 11 | -140/+140 |
| | | | | |||||
| * | | | Merge remote branch 'stephanme/importwpt' | Bananeweizen | 2011-11-01 | 7 | -230/+300 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/files/GPXParser.java main/src/cgeo/geocaching/files/LocParser.java tests/src/cgeo/geocaching/files/LocParserTest.java | ||||
| | * | | | fix #714: Progress bar wrong when importing gpx with waypoints | Stephan Merker | 2011-10-30 | 7 | -228/+273 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved file handling from GPXParser to cgeopgxes - streamlined LocParser with GPXParser - removed cache counting in favor of progress bar - added error dialog if import went wrong - fixed stream handling when importing attachement | ||||
| | * | | | Added tests for importing GPX and LOC files | Stephan Merker | 2011-10-30 | 1 | -15/+39 |
| | | | | | | | | | | | | | | | | | - refactored import classes in cgeogpxes so that they can be tested | ||||
| * | | | | Update French translation | Samuel Tardieu | 2011-11-01 | 1 | -0/+2 |
| | |/ / |/| | | |||||
| * | | | Decode images that are not saved to disk | Samuel Tardieu | 2011-11-01 | 1 | -0/+11 |
| | | | | | | | | | | | | | This fixes #742. | ||||
| * | | | Merge branch 'master' of ↵ | Bananeweizen | 2011-11-01 | 5 | -9/+12 |
| |\ \ \ | | | | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | * | | | Update log messages to reflect the source class name | Samuel Tardieu | 2011-11-01 | 1 | -5/+5 |
| | | | | | |||||
| | * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2011-11-01 | 4 | -4/+7 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/AndroidManifest.xml main/res/values/strings.xml main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | | * | | | Decode direction image URL in order to be able to download it | Samuel Tardieu | 2011-11-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This fixes #732. | ||||
| | | * | | | Version | mucek4 | 2011-10-31 | 2 | -2/+5 |
| | | | | | | |||||
| | | * | | | Fixes #726, Save for offline not possible on live map | rsudev | 2011-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - corrected logic error introduced in d558334501d1ed9d1becc6be55058d4ded793bb7 | ||||
| | | * | | | Version 30.10.2011 | mucek4 | 2011-10-29 | 2 | -3/+4 |
| | | | | | | |||||
| * | | | | | fix #741: no more caches button still loads next page | Bananeweizen | 2011-11-01 | 1 | -38/+4 |
| |/ / / / | |||||
| * | | | | rename scan label in main menu, fixes #740 | Bananeweizen | 2011-11-01 | 8 | -8/+3 |
| | | | | | | | | | | | | | | | | | | | | | * Renamed label to force translators to change the value * Now explicitly says "geo code" instead of the more technically "QR code" | ||||
| * | | | | avoid NPE when accessing cache type, #737 | bananeweizen | 2011-10-31 | 2 | -5/+18 |
| | | | | | |||||
| * | | | | new: cache count after "more caches" label, fixes #730 | bananeweizen | 2011-10-31 | 2 | -8/+8 |
| | | | | | |||||
| * | | | | fix #728: replace image_not_loaded with better suited icon | bananeweizen | 2011-10-31 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | I'm not sure about the size. But we can easily replace this one with the same image at higher resolution, if needed. | ||||
| * | | | | remove identical files from hdpi folder | bananeweizen | 2011-10-31 | 3 | -0/+0 |
| | | | | | |||||
| * | | | | Merge remote branch 'remotes/blafoo692/issue692' | rsudev | 2011-10-31 | 66 | -1135/+1743 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cache/navi/InternalMap.java main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgCache.java main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeoapplication.java main/src/cgeo/geocaching/cgeodetail.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | | | | deprecated | blafoo | 2011-10-30 | 2 | -1/+5 |
| | | | | | | |||||
| | * | | | | No direct access to fields | blafoo | 2011-10-26 | 67 | -1145/+1751 |
| | | | | | | |||||
| * | | | | | fix #731: OOM in images when downloading | bananeweizen | 2011-10-30 | 5 | -57/+62 |
| | |_|/ / |/| | | | |||||
| * | | | | Fixes #726, Save for offline not possible on live map | rsudev | 2011-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - corrected logic error introduced in d558334501d1ed9d1becc6be55058d4ded793bb7 | ||||
| * | | | | fix #722: cache list updated after storing new caches | bananeweizen | 2011-10-30 | 1 | -2/+10 |
| | | | | | |||||
| * | | | | strings.xml and Maniferst as resoult of new Marker version | mucek4 | 2011-10-30 | 2 | -3/+6 |
| | | | | | |||||
| * | | | | Fixing #113 for Mapsforge as well | rsudev | 2011-10-29 | 3 | -13/+23 |
| | |_|/ |/| | | | | | - removing wrong method invalidate from MapViewImpl | ||||
| * | | | show waypoint name as map title when navigating to waypoint | bananeweizen | 2011-10-28 | 3 | -4/+7 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2011-10-28 | 2 | -5/+16 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | fix #721: event dates not parsed | bananeweizen | 2011-10-28 | 2 | -4/+9 |
| | | | | |||||
| | * | | Mark statements as destroyed when they are | Samuel Tardieu | 2011-10-28 | 1 | -0/+2 |
| | | | | |||||
| | * | | Compile error. | mucek4 | 2011-10-26 | 1 | -2/+1 |
| | | | | |||||
| | * | | RC version, test team added | mucek4 | 2011-10-26 | 2 | -4/+16 |
| | | | | |||||
