| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #4677 have compass menu in map of single cache | Bananeweizen | 2015-02-15 | 1 | -0/+7 |
| | | |||||
| * | fix #4676: hide show as list menu in map for single cache | Bananeweizen | 2015-02-15 | 1 | -1/+1 |
| | | |||||
| * | remove superfluous paragraphs in opencaching logs | Bananeweizen | 2015-02-15 | 2 | -3/+5 |
| | | |||||
| * | fix #4679: show stored log as first in logbook | Bananeweizen | 2015-02-15 | 3 | -10/+61 |
| | | |||||
| * | fix #4670: register for all opencaching URLs | Bananeweizen | 2015-02-14 | 2 | -25/+22 |
| | | |||||
| * | #4670: register for extremcaching.com URLs | Bananeweizen | 2015-02-14 | 3 | -0/+25 |
| | | |||||
| * | some more connector tests | Bananeweizen | 2015-02-13 | 1 | -0/+17 |
| | | |||||
| * | new: register for geokretymap.org links | Bananeweizen | 2015-02-13 | 1 | -1/+6 |
| | | |||||
| * | Merge branch 'release' | Bananeweizen | 2015-02-13 | 1 | -2/+8 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/FileUtils.java | ||||
| | * | fix #4665: stackoverflow scanning for maps | Bananeweizen | 2015-02-13 | 1 | -9/+15 |
| | | | |||||
| * | | #4670: register for geocaching.com.au swaggy links | Bananeweizen | 2015-02-13 | 1 | -12/+1 |
| | | | |||||
| * | | fix #4669: fix toast if no hint available | Bananeweizen | 2015-02-13 | 3 | -8/+10 |
| | | | |||||
| * | | fix missing menu items in map from compass | Bananeweizen | 2015-02-11 | 1 | -1/+6 |
| | | | |||||
| * | | new: show hint in compass and map | Bananeweizen | 2015-02-11 | 2 | -0/+15 |
| | | | |||||
| * | | Add missing final qualifiers | Samuel Tardieu | 2015-02-11 | 1 | -10/+10 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-02-11 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #4668: MapQuest geocoder returns an error | Samuel Tardieu | 2015-02-11 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'issue-4633' into release | Samuel Tardieu | 2015-02-02 | 1 | -2/+2 |
| | |\ | |||||
| * | | | Move deleteDirectory to FileUtils | Samuel Tardieu | 2015-02-11 | 3 | -25/+26 |
| | | | | |||||
| * | | | Use File where appropriate | Samuel Tardieu | 2015-02-11 | 3 | -17/+17 |
| | | | | | | | | | | | | | | | | Also, use more efficient concatenation by treating the simple case explicitely. | ||||
| * | | | enable shortcut for the all list | Bananeweizen | 2015-02-10 | 1 | -2/+6 |
| | | | | |||||
| * | | | require Javadoc to have tag descriptions or no tags | Bananeweizen | 2015-02-10 | 2 | -1/+7 |
| | | | | |||||
| * | | | Remove missing @throws description | Samuel Tardieu | 2015-02-10 | 1 | -2/+0 |
| | | | | |||||
| * | | | Remove empty JavaDoc @param and @return | Samuel Tardieu | 2015-02-10 | 59 | -259/+0 |
| | | | | |||||
| * | | | Make direction width depend on pixel density | rsudev | 2015-02-09 | 1 | -1/+13 |
| | | | | |||||
| * | | | Fix NullPointerException when a map with no destination is opened | Konrad Gräfe | 2015-02-09 | 1 | -9/+13 |
| | | | | |||||
| * | | | Add some transparency to the distance and direction drawers | Konrad Gräfe | 2015-02-09 | 2 | -17/+12 |
| | | | | |||||
| * | | | Save memory by reducing the number of map overlays | Konrad Gräfe | 2015-02-09 | 18 | -562/+108 |
| | | | | | | | | | | | | | | | | Move DistanceOverlay and DirectionOverlay into PositionAndScaleOverlay to save memory. | ||||
| * | | | Add line between curren location and destination to the map view | Konrad Gräfe | 2015-02-09 | 9 | -0/+287 |
| | | | | |||||
| * | | | Add distance overlay to the map view | Konrad Gräfe | 2015-02-09 | 9 | -69/+454 |
| | | | | |||||
| * | | | disable generation of Javadoc tags in Eclipse | Bananeweizen | 2015-02-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix #4659: cancel action mode on page switch | Bananeweizen | 2015-02-08 | 1 | -2/+12 |
| | | | | |||||
| * | | | fix #4661: disallow future logs | Bananeweizen | 2015-02-08 | 2 | -1/+20 |
| | | | | |||||
| * | | | refactoring: extract common code | Bananeweizen | 2015-02-07 | 3 | -26/+29 |
| | | | | |||||
| * | | | Sort pocket queries according to the default locale | Samuel Tardieu | 2015-02-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | Part of work on #4641. | ||||
| * | | | Do not require RxJavaAsyncUtils anymore | Samuel Tardieu | 2015-02-05 | 7 | -53/+53 |
| | | | | |||||
| * | | | Use operator TakeUntil from RxJava 1.0.5 | Samuel Tardieu | 2015-02-05 | 2 | -46/+2 |
| | | | | |||||
| * | | | Merge pull request #4650 from auricgoldfinger/export_more_to_locus | SammysHP | 2015-02-04 | 1 | -5/+9 |
| |\ \ \ | | | | | | | | | Export waypoints to Locus when they don't have coordinates | ||||
| | * | | | Allow the export of waypoints without coordinates to Locus | auric | 2015-02-04 | 1 | -5/+9 |
| | | | | | |||||
| * | | | | fix #4653: fetch all OC logs | Bananeweizen | 2015-02-04 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Limit ShowcaseView to >= ICS | rsudev | 2015-02-02 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Initialize final field in field declaration | Samuel Tardieu | 2015-02-01 | 1 | -5/+1 |
| | | | | |||||
| * | | | refactoring: reduce class coupling | Bananeweizen | 2015-02-01 | 8 | -28/+23 |
| | | | | |||||
| * | | | filter for caches with offline logs | Bananeweizen | 2015-02-01 | 2 | -1/+21 |
| | | | | |||||
| * | | | use improved comparator also for cache names | Bananeweizen | 2015-02-01 | 1 | -1/+10 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-02-01 | 3 | -3/+20 |
| |\ \ \ | |/ / | |||||
| | * | | Sort filter names according to the default locale | Samuel Tardieu | 2015-02-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | Part of work on #4641. | ||||
| | * | | fix #4641: wrong sort order in caches filter | Samuel Tardieu | 2015-02-01 | 2 | -2/+16 |
| | | | | |||||
| * | | | remove wrong comment | Bananeweizen | 2015-01-31 | 1 | -1/+0 |
| | | | | |||||
| * | | | fall back to browser if market is not available | Bananeweizen | 2015-01-31 | 5 | -9/+19 |
| | | | | |||||
