aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
| | | | Part of work on #4641.
* 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
|\ | | | | Export waypoints to Locus when they don't have coordinates
| * 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
| | | | | | | | Part of work on #4641.
| * 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
| | | | | | This may or may not fix the issue.
* | 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
| | | | | | | | Also, the previous code was locking on a purely local variable.
* | 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
|\ \ \ | | |/ | |/| | | | | | | Conflicts: main/src/cgeo/geocaching/utils/DatabaseBackupUtils.java
| * | 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
| |
* | Merge branch 'issue-4620' into upstreamSamuel Tardieu2015-01-271-4/+4
|\ \ | |/
| * fix #4620: wrong location when on home coordinatesSamuel Tardieu2015-01-271-4/+4
| |
* | Merge branch 'release'Bananeweizen2015-01-262-2/+2
|\ \ | |/
| * fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-1/+1
| |
| * avoid NPE with user nameBananeweizen2015-01-261-1/+1
| | | | | | happened in creation of LogEntry on emulator without any login stored
| * Merge remote-tracking branch 'upstream/issue-2687' into releasersudev2015-01-181-3/+8
| |\
* | | fix #3082: confirmation on backup/restoreBananeweizen2015-01-252-7/+47
| | |
* | | Merge pull request #4629 from marco-dev/optimizePreviewForTabletMarco Jacob2015-01-251-2/+1
|\ \ \ | | | | | | | | fixes #4072 -larger preview for larger display
| * | | fixes #4072 -larger preview for larger displayMarco Jacob2015-01-231-2/+1
| | | |