aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #3981: mystery cache types renamed on websiteBananeweizen2014-06-112-1/+16
|
* Update changelog_release.xmlLars2014-06-081-0/+4
|
* Merge pull request #3965 from marco-dev/fixStaticMapsCropLayoutrsudev2014-06-082-2/+2
|\ | | | | fixes #3959 - don't crop static maps due to Google license
| * fixes #3959 - don't crop static maps due to Google licenseMarco Jacob2014-06-072-2/+2
|/
* fix #3837: parse new GPX waypoint typesBananeweizen2014-05-144-0/+4883
|
* Update changelog_release.xmlLars2014-05-141-4/+2
| | | | Sometime the github UI changes the branch without notice. So the first update went to the wrong branch.
* fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-133-2/+14
|
* Update changelog_release.xmlLars2014-05-061-11/+14
| | | | | | - Adapted to new format - Some wording corrections - Milestone Corrected - Appended section for possible next bugfix release
* Correction for release notesrsudev2014-04-301-2/+1
|
* Updated changelogrsudev2014-04-292-7/+8
|
* fix #3795: filter invalid character references during importMichael Keppler2014-04-293-1/+131
|
* Merge remote-tracking branch 'upstream/release'rsudev2014-04-281-10/+4
|\
| * Adapted changelogrsudev2014-04-281-10/+4
| |
* | Merge pull request #3796 from rsudev/crowdin_translationsrsudev2014-04-284-5/+11
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-04-284-5/+11
|/ /
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-282-42/+54
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/DataStore.java
| * fix #3750: gracefully handle file system access restrictionsMichael Keppler2014-04-282-42/+55
| |
* | Use the same name as GPS manufacturers for local spoilersSamuel Tardieu2014-04-261-2/+2
| | | | | | | | Garmin uses GeocachePhotos. This will ease the transfer of files.
* | #3778: remove reference from geo updater to details activityMichael Keppler2014-04-261-13/+27
| |
* | fix broken JavaDocMichael Keppler2014-04-261-5/+7
| |
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-261-22/+43
|\ \ | |/
| * #3778: avoid reference from location updater to maps UIMichael Keppler2014-04-261-22/+43
| |
* | fix #3677: more fields in GPX exportMichael Keppler2014-04-262-6/+82
| |
* | fix #3791: have logs separated from cachesMichael Keppler2014-04-2510-58/+62
| |
* | Merge pull request #3793 from rsudev/crowdin_translationsrsudev2014-04-243-1/+5
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-04-243-1/+5
|/ /
* | Local spoilers are not real spoilersSamuel Tardieu2014-04-241-3/+3
| | | | | | | | | | They should not be returned by getSpoilers() as they would be stored again.
* | close #3438: import external spoiler imagesJean Caffou2014-04-241-4/+22
| |
* | Add the ability to send local images to external viewerSamuel Tardieu2014-04-241-1/+1
| | | | | | | | This is needed for the implementation of #3438.
* | refactoring: add conversion utility methods between File and urlSamuel Tardieu2014-04-243-2/+50
| |
* | less strict null warnings to enforce compatibility with IDEAMichael Keppler2014-04-241-2/+2
| | | | | | | | | | | | * use warnings instead of errors, as IDEA can infer nullness from an external database also * do not inherit nullness, to enforce the full declaration at every level
* | Add more @NonNull annotations for overriden methodsSamuel Tardieu2014-04-242-2/+4
| |
* | Initialize an Image object from a local fileSamuel Tardieu2014-04-241-0/+6
| | | | | | | | This will be used for the implementation of #3438.
* | Return an empty observable rather than null if local image is absentSamuel Tardieu2014-04-241-5/+4
| | | | | | | | | | | | | | | | This would not be a problem given the fact that we will always reference existing local images, but returning an empty observable is more consistent with the existing behaviour. Part of implementation of #3438.
* | Add local file loading capabilitySamuel Tardieu2014-04-241-0/+14
| | | | | | | | This will be used in implementation of #3438.
* | Revert "fix #3759: OOM while loading caches"Samuel Tardieu2014-04-243-155/+56
| | | | | | | | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists.
* | #3784: comment PendingIntent of MapsWithMeMichael Keppler2014-04-242-3/+3
| |
* | Merge pull request #3788 from rsudev/crowdin_translationsrsudev2014-04-234-14/+12
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-04-234-14/+12
|/ /
* | Workaround for #3784, Crash when opening cache linkrsudev2014-04-231-1/+3
| |
* | #3783: added icons for giga eventrsudev2014-04-233-1/+1
| |
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-0/+1
|\ \ | |/
| * backport CI test fix to release branchMichael Keppler2014-04-231-0/+4
| |
| * testing CI branch selectionMichael Keppler2014-04-231-0/+1
| | | | | | | | | | Please ignore this trivial change. It is used to verify the CI configuration, which should now select the branch depending on the commit.
* | report low confidence issues from findbugsMichael Keppler2014-04-231-1/+2
| |
* | remove methods invoking only super methodMichael Keppler2014-04-235-28/+3
| |
* | avoid findbugs finding for dead storeMichael Keppler2014-04-231-4/+4
| |
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-2/+6
|\ \ | |/
| * fix #3731: use formatted numbers when calling navigationMichael Keppler2014-04-231-2/+6
| | | | | | | | Until now we used the raw number to string conversion, therefore giving much more than the usual 6 digits after the comma to other applications.
* | convert more tests to assertjMichael Keppler2014-04-231-70/+72
| |