aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* new: show cache name in title when searching around itBananeweizen2015-03-017-12/+26
|
* fix #4694: use second line in map titleBananeweizen2015-02-282-18/+36
|
* fix some findbugs issuesBananeweizen2015-02-264-3/+7
|
* fix geochecker links with encoded HTMLBananeweizen2015-02-221-1/+2
|
* new: ignore cachesBananeweizen2015-02-225-21/+88
|
* fix up navigation once moreBananeweizen2015-02-211-10/+10
|
* fix Android Beam for trackablesBananeweizen2015-02-212-1/+6
|
* disable Android Beam when there is nothing to beamBananeweizen2015-02-217-70/+108
|
* new: menu item to open geo checkerBananeweizen2015-02-212-0/+39
|
* avoid exception logged when searching a cacheBananeweizen2015-02-211-0/+3
|
* better event start time detectionBananeweizen2015-02-211-3/+3
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2015-02-201-2/+2
|\
| * fix #4691: spoiler images not recognizedBananeweizen2015-02-201-2/+2
| |
* | fix #4628: make personal note links clickableBananeweizen2015-02-201-0/+2
| |
* | decode CZ cache idsBananeweizen2015-02-182-1/+33
| |
* | new: show number of trackables in cache listBananeweizen2015-02-171-2/+4
| |
* | fix preview of CompassMiniView in IDEBananeweizen2015-02-171-10/+11
| |
* | add javadoc, remove compiler warningBananeweizen2015-02-173-1/+8
| |
* | Rename DateUtils into CalendarUtilsSamuel Tardieu2015-02-166-16/+16
| | | | | | | | | | cgeo uses android.text.format.DateUtils, having a utility class with the same name in a different package might be confusing.
* | fix #4681: highlight saved log in orangeBananeweizen2015-02-162-11/+9
| | | | | | Also fixes some wrong click handlers.
* | refactoring: remove unused codeBananeweizen2015-02-1513-105/+72
| |
* | 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
| | |