aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* fix #4677 have compass menu in map of single cacheBananeweizen2015-02-151-0/+7
|
* fix #4676: hide show as list menu in map for single cacheBananeweizen2015-02-151-1/+1
|
* remove superfluous paragraphs in opencaching logsBananeweizen2015-02-152-3/+5
|
* fix #4679: show stored log as first in logbookBananeweizen2015-02-153-10/+61
|
* fix #4670: register for all opencaching URLsBananeweizen2015-02-142-25/+22
|
* #4670: register for extremcaching.com URLsBananeweizen2015-02-143-0/+25
|
* some more connector testsBananeweizen2015-02-131-0/+17
|
* new: register for geokretymap.org linksBananeweizen2015-02-131-1/+6
|
* Merge branch 'release'Bananeweizen2015-02-131-2/+8
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/FileUtils.java
| * fix #4665: stackoverflow scanning for mapsBananeweizen2015-02-131-9/+15
| |
* | #4670: register for geocaching.com.au swaggy linksBananeweizen2015-02-131-12/+1
| |
* | fix #4669: fix toast if no hint availableBananeweizen2015-02-133-8/+10
| |
* | fix missing menu items in map from compassBananeweizen2015-02-111-1/+6
| |
* | new: show hint in compass and mapBananeweizen2015-02-112-0/+15
| |
* | Add missing final qualifiersSamuel Tardieu2015-02-111-10/+10
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-02-111-1/+1
|\ \ | |/
| * fix #4668: MapQuest geocoder returns an errorSamuel Tardieu2015-02-111-1/+1
| |
| * Merge branch 'issue-4633' into releaseSamuel Tardieu2015-02-021-2/+2
| |\
* | | Move deleteDirectory to FileUtilsSamuel Tardieu2015-02-113-25/+26
| | |
* | | Use File where appropriateSamuel Tardieu2015-02-113-17/+17
| | | | | | | | | | | | | | | Also, use more efficient concatenation by treating the simple case explicitely.
* | | enable shortcut for the all listBananeweizen2015-02-101-2/+6
| | |
* | | require Javadoc to have tag descriptions or no tagsBananeweizen2015-02-102-1/+7
| | |
* | | Remove missing @throws descriptionSamuel Tardieu2015-02-101-2/+0
| | |
* | | Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-1059-259/+0
| | |
* | | Make direction width depend on pixel densityrsudev2015-02-091-1/+13
| | |
* | | Fix NullPointerException when a map with no destination is openedKonrad Gräfe2015-02-091-9/+13
| | |
* | | Add some transparency to the distance and direction drawersKonrad Gräfe2015-02-092-17/+12
| | |
* | | Save memory by reducing the number of map overlaysKonrad Gräfe2015-02-0918-562/+108
| | | | | | | | | | | | | | | Move DistanceOverlay and DirectionOverlay into PositionAndScaleOverlay to save memory.
* | | Add line between curren location and destination to the map viewKonrad Gräfe2015-02-099-0/+287
| | |
* | | Add distance overlay to the map viewKonrad Gräfe2015-02-099-69/+454
| | |
* | | disable generation of Javadoc tags in EclipseBananeweizen2015-02-091-2/+2
| | |
* | | fix #4659: cancel action mode on page switchBananeweizen2015-02-081-2/+12
| | |
* | | fix #4661: disallow future logsBananeweizen2015-02-082-1/+20
| | |
* | | refactoring: extract common codeBananeweizen2015-02-073-26/+29
| | |
* | | Sort pocket queries according to the default localeSamuel Tardieu2015-02-051-1/+3
| | | | | | | | | | | | Part of work on #4641.
* | | Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-057-53/+53
| | |
* | | Use operator TakeUntil from RxJava 1.0.5Samuel Tardieu2015-02-052-46/+2
| | |
* | | Merge pull request #4650 from auricgoldfinger/export_more_to_locusSammysHP2015-02-041-5/+9
|\ \ \ | | | | | | | | Export waypoints to Locus when they don't have coordinates
| * | | Allow the export of waypoints without coordinates to Locusauric2015-02-041-5/+9
| | | |
* | | | fix #4653: fetch all OC logsBananeweizen2015-02-041-0/+9
| | | |
* | | | Limit ShowcaseView to >= ICSrsudev2015-02-021-1/+1
|/ / /
* | | Initialize final field in field declarationSamuel Tardieu2015-02-011-5/+1
| | |
* | | refactoring: reduce class couplingBananeweizen2015-02-018-28/+23
| | |
* | | filter for caches with offline logsBananeweizen2015-02-012-1/+21
| | |
* | | use improved comparator also for cache namesBananeweizen2015-02-011-1/+10
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-02-013-3/+20
|\ \ \ | |/ /
| * | Sort filter names according to the default localeSamuel Tardieu2015-02-011-1/+4
| | | | | | | | | | | | Part of work on #4641.
| * | fix #4641: wrong sort order in caches filterSamuel Tardieu2015-02-012-2/+16
| | |
* | | remove wrong commentBananeweizen2015-01-311-1/+0
| | |
* | | fall back to browser if market is not availableBananeweizen2015-01-315-9/+19
| | |