aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* fix #2956: management of release notesSamuel Tardieu2013-07-145-186/+217
|
* #2915: German translation of warningBananeweizen2013-06-221-1/+2
|
* French translation for #2915Samuel Tardieu2013-06-221-0/+1
|
* close #2915: add a closeout status message for sdk < 7Samuel Tardieu2013-06-223-1/+11
|
* Merge branch 'fix-2741' into releaseSamuel Tardieu2013-06-151-0/+10
|\
| * fix #2741: some devices do not have a magnetic field sensorSamuel Tardieu2013-05-191-0/+10
| |
* | Release note update & Version infoLars2013-06-051-0/+5
| |
* | Fixes #2833, website changes 2013-06-02rsudev2013-06-042-2/+12
| | | | | | | | | | Get custom dateformat from login Use it for posting logs
* | Revert "#2833: fix log date format"Bananeweizen2013-06-041-4/+2
| | | | | | | | This reverts commit acc402b3876d7022d19ff409caaa545ddb6e0f32.
* | #2833: fix log date formatBananeweizen2013-06-041-2/+4
| |
* | #2810 #2815 make parser work with old and new web pageBananeweizen2013-05-311-1/+13
| |
* | Release note updateLars2013-05-311-1/+1
| |
* | fix #2815 trackable loggingBananeweizen2013-05-311-7/+7
| |
* | Version info, release note updateLars2013-05-311-2/+2
| |
* | fix #2812: attributes parsingBananeweizen2013-05-311-2/+2
| |
* | Release note updateLars2013-05-311-0/+2
| |
* | fix #2810 log page changesBananeweizen2013-05-311-5/+6
| |
* | Direction Image fixes for Basic Memberscampbeb2013-05-273-6/+14
| | | | | | | | Fixes some issues discovered while researching #2791
* | Release note update release branchLars2013-05-251-0/+5
| |
* | Merge branch 'issue-2753' into releaseSamuel Tardieu2013-05-251-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.
* | | 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
|/ / /
* | | Update URLs with the new repository addressSamuel Tardieu2013-05-233-4/+4
|/ /
* | Version infoLars2013-05-221-1/+1
| |
* | Change log update release branchLars2013-05-221-0/+1
| | | | | | #2749
* | Merge branch 'issue-2749' into releaseSamuel Tardieu2013-05-221-3/+19
|\ \
| * | fix #2749: ensure that item has not changed before redrawingSamuel Tardieu2013-05-221-3/+19
| | |
* | | Change log update release branchLars2013-05-211-0/+5
|/ /
* | Merge branch 'fix-2733' into releaseSamuel Tardieu2013-05-207-117/+77
|\ \
| * | 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.
| * | 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-185-57/+32
| | | | | | | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.
| * | fix: do not reset the distance in the distance comparatorSamuel Tardieu2013-05-181-4/+1
| |/ | | | | | | | | | | | | | | The distance comparator should not override a distance that can have been obtained from the website and that we are unable to recompute locally (because we don't know the cache coordinates for example). Part of work on #2733.
* | Version infoLars2013-05-181-1/+1
|/
* Release note updateLars2013-05-171-0/+5
|
* Work around installation issues on tablets by supporting xlargeScreensSamuel Tardieu2013-05-161-0/+1
|
* Version Infomucek42013-05-161-0/+5
|
* Fixes #2731, Zero caches on live maprsudev2013-05-162-4/+7
| | | | -changed to new url for tile server, added app-info for counting our traffic
* Version INFOmucek42013-05-131-1/+1
|
* Merge pull request #2708 from Lineflyer/releaseBananeweizen2013-05-101-1/+14
|\ | | | | Change log update release branch
| * Change just added to release branchLars2013-05-101-0/+1
| |
| * Change log update release branchLars2013-05-101-1/+13
| | | | | | | | Some items may be doubled from master branch as I did not keep track which fix is on which branch. I will correct the master branch later.
* | refactoring: do not use an intermediate variableSamuel Tardieu2013-05-101-3/+2
| |
* | fix #1106: search for self as ownerBananeweizen2013-05-101-8/+11
| | | | | | | | (cherry picked from commit 18ac1a4ea3a9bc9b65babad358fec4e49968890a)
* | fix #2706: exception in list adapterBananeweizen2013-05-101-0/+7
| |