aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* change: set ownerUserId for OC cachesBananeweizen2014-05-111-2/+5
| | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* fix: don't show suggestion which cannot be foundBananeweizen2014-05-111-1/+1
| | | | | | Until now the owner display text was suggested when searching for the owner. But the online search only searches for the user real name. E.g. when a cache displayed "X and Y" as owner, the real owner is often only "X".
* refactoring: avoid activity referencesBananeweizen2014-05-113-26/+40
|
* Revert "Call vacuum when cleaning the database"Samuel Tardieu2014-05-111-4/+0
| | | | | | This reverts commit 5133e107e51e7e97f40644fc9dcad6a9ba42ac28. Fix for #3827.
* refactoring: remove activity referenceBananeweizen2014-05-111-3/+13
|
* fix #3803: import from android wrongly enabled in historyBananeweizen2014-05-111-1/+1
|
* Call vacuum when cleaning the databaseSamuel Tardieu2014-05-091-0/+4
|
* crowdin: New translationsrsudev2014-05-082-4/+13
|
* crowdin: New translationsrsudev2014-05-062-0/+10
|
* Update changelog_master.xmlLars2014-05-061-0/+9
| | | I changed the format of the changelog from two separate sections into a prefix (New/Fix) as originally suggested by @Bananeweizen.
* crowdin: New translationsrsudev2014-05-052-3/+7
|
* crowdin: New translationsrsudev2014-05-0517-49/+4
|
* Merge pull request #3808 from marco-dev/personalLogsOnFriendsTabrsudev2014-05-054-57/+92
|\ | | | | Fixes #1793 - personal logs on friends logs tab
| * Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-034-57/+92
| |
* | Fixes #3809, Cannot hide owned caches on live map; OpenCaching.usrsudev2014-05-041-0/+6
| | | | | | | | - implemted isOwner for OCApiLiveConnector
* | Fixes #3812, "Webcam photo taken" log does not mark cache as foundrsudev2014-05-031-1/+1
| |
* | Fixes #3698, Archived caches still shown on maprsudev2014-05-034-3/+6
|/ | | | | | | - filter archived as disabled on map - their waypoints as well - use disabled icon for archived on static maps - filter archived alongside disabled in SearchResult
* Implements #3758, Filter for "Not found" cachesrsudev2014-05-012-0/+15
|
* crowdin: New translationsrsudev2014-04-301-0/+3
|
* Correction for release notesrsudev2014-04-301-2/+1
|
* Updated changelogrsudev2014-04-292-7/+8
|
* fix #3795: filter invalid character references during importMichael Keppler2014-04-292-1/+103
|
* Merge remote-tracking branch 'upstream/release'rsudev2014-04-281-10/+4
|\
| * Adapted changelogrsudev2014-04-281-10/+4
| |
* | crowdin: New translationsrsudev2014-04-283-5/+10
| |
* | 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-261-4/+49
| |
* | fix #3791: have logs separated from cachesMichael Keppler2014-04-258-55/+58
| |
* | crowdin: New translationsrsudev2014-04-242-1/+4
| |
* | 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-242-98/+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
| |
* | 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
| |
* | report low confidence issues from findbugsMichael Keppler2014-04-231-1/+2
| |