aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: clean compiler warnings about static callsBananeweizen2013-05-273-6/+6
|
* refactoring: change some compiler warnings for lint warningsBananeweizen2013-05-271-6/+7
|
* Compiler warning fix and German translationsrsudev2013-05-261-1/+0
|
* fix #2783: Pocket Query Creator added to helper appsBananeweizen2013-05-261-0/+1
|
* refactoring: use menu inflationBananeweizen2013-05-261-7/+3
|
* #2783 enable importing from pocket query creator appBananeweizen2013-05-261-1/+5
|
* Menu tuningrsudev2013-05-261-3/+10
| | | | | | Added refresh to cache context menu in lists Switched 'Store offline' to 'Refresh' in history Added 'Clear offline logs' to history
* Fix #2727 - Support GeoTour attributecampbeb2013-05-252-1/+3
| | | | | Also some minor changes to attritube generation files for additional explanation
* refactoring: make periodic handler use weak referencesSamuel Tardieu2013-05-253-39/+40
| | | | | | | | | | | PeriodicHandler now uses weak references to keep a link to the looper that requested it. This way, it will not prevent the source from being garbage collected even though a delayed message may be queued in the handler. Also, at the next iteration, the periodic handler will notice that its starter looper has been garbage collected and will stop itself if it has not been already.
* fix #2750: delete OC username when resetting login informationSamuel Tardieu2013-05-251-0/+1
|
* Merge pull request #2779 from campbeb/test2770Bananeweizen2013-05-251-0/+1
|\ | | | | Add log message for testing #2770
| * Add log message for testing #2770campbeb2013-05-241-0/+1
| |
* | fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-2514-52/+54
| |
* | Merge branch 'issue-2771' into upstreamSamuel Tardieu2013-05-251-1/+5
|\ \
| * | fix #2771: cache archived status not updated on refreshSamuel Tardieu2013-05-251-1/+5
| | |
* | | fix #2740: Bad title, when invoking c:geo from mailBananeweizen2013-05-253-0/+9
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-05-242-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Merge pull request #2777 from campbeb/fix2707aSamuel Tardieu2013-05-241-0/+2
| |\ | | | | | | Fix #2707 - Reload images after notifyDataSetChanged
| | * Fix #2707 - Reload images after notifyDataSetChangedcampbeb2013-05-231-0/+2
| | |
| * | Fix #2773 - Include log author in GPX exportcampbeb2013-05-231-1/+2
| |/
* | doc: enhance containsHtml() descriptionSamuel Tardieu2013-05-231-3/+4
| |
* | add final qualifier to varsMarco Jacob2013-05-231-6/+7
| |
* | debug: change log levelSamuel Tardieu2013-05-231-1/+1
| | | | | | | | | | | | | | Since we know require the unification of the CacheCache with what is in the database, we do not want to scare the user by pretending that a load from the database failed while it is a normal condition for newly encountered geocaches.
* | Merge pull request #2768 from marco-jacob/issue#2736Marco Jacob2013-05-231-6/+18
|\ \ | | | | | | fixes #2736 - avoid OOM on upload log image
| * | fixes #2736 - avoid OOM on upload log imageMarco Jacob2013-05-231-6/+18
| | |
* | | refactoring: benefit from shortcut evaluationSamuel Tardieu2013-05-231-1/+1
| | |
* | | refactoring: take advantage of a previous refactorizationSamuel Tardieu2013-05-231-1/+1
| | |
* | | fix #2675: never allow CacheCache and database information to be disjointSamuel Tardieu2013-05-231-13/+20
|/ / | | | | | | | | | | | | When we enter a new cache into the CacheCache, we need to make sure that the information already about this cache is merged in. Otherwise, we risk having two disjoint sets of information because we ignore and may later override information stored in the database.
* | Fix #2728 - Support for Block Party cache typecampbeb2013-05-221-2/+4
| | | | | | | | Uses standard event image
* | new: check TTS data availability when starting speechBananeweizen2013-05-231-1/+18
| |
* | Merge branch 'issue-2753' into upstreamSamuel Tardieu2013-05-221-2/+2
|\ \
| * | fix #2753: log image not shownSamuel Tardieu2013-05-221-2/+2
| |/ | | | | | | | | We now use the "large" version of the image, which is also the one presented to the user on the web site.
* | doc: add documentation about the LogHolder position manipulationSamuel Tardieu2013-05-221-0/+14
| |
* | Merge branch 'issue-2749' into upstreamSamuel Tardieu2013-05-221-3/+19
|\ \ | |/
| * fix #2749: ensure that item has not changed before redrawingSamuel Tardieu2013-05-221-3/+19
| |
* | Merge pull request #2754 from campbeb/fix2716Samuel Tardieu2013-05-211-4/+32
|\ \ | | | | | | Fix #2716 - Adjust compass speech rate based on distance
| * | Fix #2716 - Adjust compass speech rate based on distancecampbeb2013-05-201-4/+32
| | | | | | | | | | | | | | | | | | Speech has a minimum and maximum time delay. In between these values it changes based on how much distance to the object has changed. Values may need to be adjusted for optimum use.
* | | Fixes #2748, Field-Notes export does no longer workrsudev2013-05-191-1/+1
| | | | | | | | | | | | Corrected close order for writer and buffer
* | | Merge branch 'fix-2741' into upstreamSamuel Tardieu2013-05-191-0/+10
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CompassActivity.java
| * | | fix #2741: some devices do not have a magnetic field sensorSamuel Tardieu2013-05-191-0/+10
| | | |
* | | | Merge pull request #2719 from campbeb/fix2714Bananeweizen2013-05-191-9/+28
|\ \ \ \ | | | | | | | | | | Fix #2714 - Support imperial units in compass speech
| * | | | Fix #2714 - Support imperial units in compass speechcampbeb2013-05-121-9/+28
| | |/ / | |/| | | | | | | | | | Fixes #2714
* | | | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-192-0/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | fix: parse basic member sizeSamuel Tardieu2013-05-192-0/+5
| | | | | | | | | | | | | | | | Part of work on #2733.
| * | | fix: parse basic member difficulty and terrainSamuel Tardieu2013-05-192-0/+19
| | | | | | | | | | | | | | | | Part of work on #2733.
* | | | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-196-94/+42
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * | | enhancement: make the distance comparator work with approximate distanceSamuel Tardieu2013-05-191-9/+5
| | | | | | | | | | | | | | | | Part of work on #2733.
| * | | enhancement: share direction images for basic membersSamuel Tardieu2013-05-193-49/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the regular images cache for basic members direction images in cache list. Part of work on #2733.
| * | | refactoring: share the name of the shared image directorySamuel Tardieu2013-05-191-1/+2
| | | | | | | | | | | | | | | | Part of work on #2733.
| * | | fix #2733: acquire distance and direction for basic membersSamuel Tardieu2013-05-184-34/+21
| | | | | | | | | | | | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.