aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
* | | 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
|\ \ \
| * | | 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
| * | 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-313-8/+17
* | | show weekday in event listsBananeweizen2015-01-311-1/+5
* | | market links crash in emulatorBananeweizen2015-01-313-24/+20
* | | #4605 explicitly set system text selectable after fillingBananeweizen2015-01-315-1/+46
* | | more null annotationsBananeweizen2015-01-3033-46/+99
* | | Fix URL writing in GPX exportSamuel Tardieu2015-01-301-5/+1
* | | refactoring: use upper case SQL keywords as is customarySamuel Tardieu2015-01-301-5/+5
* | | refactoring: use a prepared statement to check for cache presenceSamuel Tardieu2015-01-301-2/+3
* | | support trackables of geocaching.com.auBananeweizen2015-01-283-2/+109
* | | Merge branch 'issue-4633' into upstreamSamuel Tardieu2015-01-271-2/+2
|\ \ \ | | |/ | |/|
| * | fix #4633: spoiler picture link missingSamuel Tardieu2015-01-271-2/+2
* | | Merge branch 'release'Bananeweizen2015-01-271-0/+3
|\ \ \ | | |/ | |/|
| * | crash restoring backup if no backup existsBananeweizen2015-01-271-2/+5
| |/
* | fix #4635: Cache count missing in new restore dialogBananeweizen2015-01-271-1/+5
* | refactoring: use null URL in UnknownConnectorBananeweizen2015-01-278-21/+36
* | new: sort event caches by date AND timeBananeweizen2015-01-273-11/+31