| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #668: remove icons for locationless cache | Bananeweizen | 2011-10-17 | 11 | -5/+0 |
| | | |||||
| * | fix NPE, #310 | Bananeweizen | 2011-10-17 | 1 | -1/+1 |
| | | |||||
| * | #310, import GPX from mail | Bananeweizen | 2011-10-16 | 11 | -60/+138 |
| | | | | | | | * tested with Gmail only, not with other mail clients * uses the GPX activity, so you will see the GPX files of your SD card in the background * some refactorings and cleanups in GPX parser | ||||
| * | Use WRAP_CONTENT statically | Samuel Tardieu | 2011-10-16 | 1 | -1/+3 |
| | | |||||
| * | Do not repeat null check | Samuel Tardieu | 2011-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add another counter site to the blacklist | Samuel Tardieu | 2011-10-16 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #667 from rsudev/map_zoom | Bananeweizen | 2011-10-16 | 12 | -34/+53 |
| |\ | | | | | Implements #123 mapsforge zoom-controls placement | ||||
| | * | Move Google zoom controls to the right | rsudev | 2011-10-16 | 1 | -0/+7 |
| | | | |||||
| | * | Use ScaleOverlay for MapsForge as well and reduce scale width | rsudev | 2011-10-15 | 12 | -34/+46 |
| | | | |||||
| * | | refactoring: replace TB log type maps by enumeration | Bananeweizen | 2011-10-16 | 4 | -35/+53 |
| | | | |||||
| * | | support cache type "unknown", fixes #518 | Bananeweizen | 2011-10-16 | 22 | -77/+102 |
| |/ | | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing | ||||
| * | code cleanup: remove all unnecessary casts | Bananeweizen | 2011-10-15 | 5 | -36/+36 |
| | | |||||
| * | Merge remote branch 'blafoo/regex2' | Bananeweizen | 2011-10-15 | 14 | -409/+2546 |
| |\ | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java reapplied: 13206cb835eb22aa49b198b892dcd7cf71f4ac82 c5d43adaa9db1db877ea084551db74faa048a7e1 | ||||
| | * | Html.fromHtml required because of Umlaute | blafoo | 2011-10-13 | 1 | -5/+3 |
| | | | |||||
| | * | Avoid back arrays | blafoo | 2011-10-10 | 1 | -3/+3 |
| | | | |||||
| | * | Tuned regex | blafoo | 2011-10-10 | 14 | -409/+2549 |
| | | | |||||
| * | | new: sort cache series numerically correct when sorting by name | Bananeweizen | 2011-10-15 | 2 | -0/+58 |
| | | | |||||
| * | | new: <new list> as last menu in list selection, fixes #357 | Bananeweizen | 2011-10-15 | 2 | -22/+46 |
| | | | |||||
| * | | new: map title describes what is shown, fixes #483 | Bananeweizen | 2011-10-15 | 6 | -65/+87 |
| | | | | | | | | | | | | | * shows geo code in case of caches * shows list title in case of lists (works also for search) * moved all map invocations into map class * refactored extras keys into String constants | ||||
| * | | Merge pull request #663 from MichielK/master | mucek4 | 2011-10-14 | 1 | -41/+70 |
| |\ \ | | | | | | | Updated duch translation | ||||
| | * | | Updated dutch translations (typo) | Michiel Korthuis | 2011-10-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated dutch translations2 | Michiel Korthuis | 2011-10-14 | 1 | -27/+27 |
| | | | | |||||
| | * | | Updated dutch translations | Michiel Korthuis | 2011-10-14 | 1 | -17/+46 |
| |/ / | |||||
| * | | Remove unused parameter | Samuel Tardieu | 2011-10-14 | 3 | -3/+3 |
| | | | |||||
| * | | Add new trackable parsing test | Samuel Tardieu | 2011-10-14 | 2 | -0/+1032 |
| | | | |||||
| * | | Make parseTrackable static to ease testing and add documentation | Samuel Tardieu | 2011-10-14 | 1 | -3/+14 |
| | | | |||||
| * | | Do not trim what may be a null string without using StringUtils | Samuel Tardieu | 2011-10-14 | 1 | -4/+4 |
| | | | | | | | | | This closes #662. | ||||
| * | | Accept striked through cache names in trackable logs | Samuel Tardieu | 2011-10-14 | 1 | -6/+7 |
| | | | | | | | | | This fixes the second item of issue #662. | ||||
| * | | Merge pull request #661 from scrool/L10n | Samuel Tardieu | 2011-10-14 | 1 | -0/+2 |
| |\ \ | | | | | | | Updated Slovak translation | ||||
| | * | | Updated Slovak translation | Pavol Babincak | 2011-10-14 | 1 | -0/+2 |
| |/ / | |||||
| * | | Remove unexistent strings from translations | Samuel Tardieu | 2011-10-13 | 11 | -33/+0 |
| | | | |||||
| * | | Add missing French translations | Samuel Tardieu | 2011-10-13 | 1 | -1/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'koem/enums' into upstream | Samuel Tardieu | 2011-10-13 | 13 | -96/+93 |
| |\ \ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | | use WaypointType | koem | 2011-10-11 | 13 | -31/+31 |
| | | | | |||||
| | * | | Merge remote branch 'upstream/master' into enums | koem | 2011-10-10 | 57 | -1137/+1095 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java | ||||
| | * | | | always use WaypointType | koem | 2011-10-08 | 13 | -99/+93 |
| | | | | | |||||
| * | | | | Response can be null. | mucek4 | 2011-10-13 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | new: show live map as list, fixes #594 | Bananeweizen | 2011-10-12 | 5 | -125/+148 |
| | | | | | | | | | | | | | | | | | * plus performance fix in map options menu * plus cleanups | ||||
| * | | | | fix progress counting for GPX import | Bananeweizen | 2011-10-12 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Merge pull request #658 from ludoo0d0a/master | Samuel Tardieu | 2011-10-12 | 1 | -17/+16 |
| |\ \ \ \ | | | | | | | | | | | Small fixes for french translation | ||||
| | * | | | | typo fixes | LudoO | 2011-10-10 | 1 | -17/+16 |
| | | |/ / | |/| | | | | | | | | | | sentier->parcours shorter msg for err_login_failed_toast | ||||
| * | | | | fix: don't leak internal dialog (as requested by Samuel) | Bananeweizen | 2011-10-12 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | new: support Geocaching Australia caches (GAxxxx, TPxxxx) | Bananeweizen | 2011-10-12 | 7 | -12/+69 |
| | | | | | | | | | | | | | | | | | * most cache details are not available due to wrong schema in their GPX files, but I requested them to change that | ||||
| * | | | | Merge branch 'master' of ↵ | Bananeweizen | 2011-10-11 | 1 | -4/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | * | | | | Update French translation | Samuel Tardieu | 2011-10-11 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | new: have progress bar when importing GPX | Bananeweizen | 2011-10-11 | 3 | -10/+59 |
| |/ / / / | |||||
| * | | | | Merge pull request #657 from YraFyra/master | rsudev | 2011-10-11 | 1 | -52/+77 |
| |\ \ \ \ | | | | | | | | | | | Updated Swedish translation | ||||
| | * | | | | Swedish: Improvements and new labels. | YraFyra | 2011-10-11 | 1 | -52/+77 |
| |/ / / / | |||||
| * | | | | Add an extra guard in cgeoFindNearest | Samuel Tardieu | 2011-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This should fix #655. | ||||
| * | | | | Do not try to decode a JSON object from a null response | Samuel Tardieu | 2011-10-11 | 1 | -1/+6 |
| |/ / / | | | | | | | | | | This should fix #656. | ||||
