aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* fix #4676: hide show as list menu in map for single cacheBananeweizen2015-02-151-1/+1
|
* remove superfluous paragraphs in opencaching logsBananeweizen2015-02-153-3/+6
|
* fix #4679: show stored log as first in logbookBananeweizen2015-02-155-14/+68
|
* fix #4670: register for opencaching.RO urlsBananeweizen2015-02-141-0/+38
|
* remove unused intent filterBananeweizen2015-02-141-25/+0
|
* fix #4670: register for all opencaching URLsBananeweizen2015-02-143-35/+335
|
* #4670: register for extremcaching.com URLsBananeweizen2015-02-144-1/+53
|
* some more connector testsBananeweizen2015-02-131-0/+17
|
* new: register for geokretymap.org linksBananeweizen2015-02-132-1/+32
|
* Merge branch 'release'Bananeweizen2015-02-132-2/+9
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/FileUtils.java
| * fix #4665: stackoverflow scanning for mapsBananeweizen2015-02-132-9/+16
| |
* | #4670: register for geocaching.com.au swaggy linksBananeweizen2015-02-132-12/+22
| |
* | Update changelog_master.xmlLars2015-02-131-0/+1
| | | | | | Related to #4650
* | Update changelog_master.xmlLars2015-02-131-0/+1
| | | | | | Related to the fix for #4653
* | fix #4669: fix toast if no hint availableBananeweizen2015-02-133-8/+10
| |
* | Update changelog_master.xmlLars2015-02-121-4/+4
| | | | | | | | Sentences should start with capital letter. Correct me if I am wrong here.
* | Upgrade to RxJava 1.0.6Samuel Tardieu2015-02-129-5/+5
| |
* | fix missing menu items in map from compassBananeweizen2015-02-112-1/+7
| |
* | new: show hint in compass and mapBananeweizen2015-02-116-0/+28
| |
* | 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
| |
* | 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-102-2/+7
| |
* | require Javadoc to have tag descriptions or no tagsBananeweizen2015-02-103-2/+8
| |
* | Remove missing @throws descriptionSamuel Tardieu2015-02-101-2/+0
| |
* | Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-1059-259/+0
| |
* | add distance and direction to changelogBananeweizen2015-02-101-0/+1
| |
* | 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-092-2/+4
| |
* | fix #4659: cancel action mode on page switchBananeweizen2015-02-081-2/+12
| |
* | fix missing escape in changelogBananeweizen2015-02-081-1/+1
| |
* | fix #4661: Disallow future logsBananeweizen2015-02-081-0/+1
| |
* | fix #4661: disallow future logsBananeweizen2015-02-083-1/+21
| |
* | Merge branch 'release'rsudev2015-02-072-3/+38
|\ \ | |/
| * crowdin: New translationsrsudev2015-02-072-3/+38
| |
* | refactoring: extract common codeBananeweizen2015-02-073-26/+29
| |
* | Keep pom.xml up to dateSamuel Tardieu2015-02-051-8/+2
| |
* | 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-0513-60/+53
| |
* | Use operator TakeUntil from RxJava 1.0.5Samuel Tardieu2015-02-052-46/+2
| |
* | Upgrade to RxJava 1.0.5Samuel Tardieu2015-02-059-4/+4
| |
* | 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
| | |