aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #2890: add better debugging informationBananeweizen2013-06-151-1/+1
|
* Fix Api-Level handling for OKAPI searchesrsudev2013-06-141-17/+4
|
* Fixing Loc parser testsrsudev2013-06-141-3/+3
|
* Merge pull request #2887 from Lineflyer/masterrsudev2013-06-141-1/+3
|\ | | | | Workaround for #2851
| * Workaround for #2851Lars2013-06-131-1/+3
| | | | | | | | I inserted the include option for the new (temporary?) cache detail page and added an append command for the dd tag which is used instead of a p tag in the new cache page. I know that the append is called twice in this case. Maybe someone can optimize it but it has shown no side effects at tests with both URLs.
* | Merge pull request #2889 from campbeb/locOwnerSammysHP2013-06-141-3/+3
|\ \ | |/ |/| Fix #2888 - Store loc file owner name correctly
| * Fix #2888 - Store loc file owner name correctlycampbeb2013-06-131-3/+3
|/ | | | loc file has ownerUserId not ownerDisplayName
* fix #2877: empty trackables pageBananeweizen2013-06-132-0/+18
|
* Merge pull request #2868 from rsudev/issue2811Bananeweizen2013-06-135-24/+152
|\ | | | | Implements #2811, Login status after enabled cache sources
| * Implements #2811, Login status after enabled cache sourcesrsudev2013-06-095-24/+152
| |
* | Merge pull request #2885 from campbeb/strategyRadioBananeweizen2013-06-132-9/+13
|\ \ | | | | | | Radio buttons instead of check boxes in map strategy
| * | Radio buttons instead of check boxes in map strategycampbeb2013-06-122-9/+13
|/ /
* | Merge pull request #2879 from campbeb/fix2007bBananeweizen2013-06-123-158/+96
|\ \ | | | | | | Fix #2007 - Save waypoint edits by refacotring EditWaypointActivity
| * | Fix #2007 - Save waypoint edits by refacotring EditWaypointActivitycampbeb2013-06-113-158/+96
| | | | | | | | | | | | | | | Used Android Annotations. Let Android handle config change for views. Remove unneeded code.
* | | refactoring: fix name of test caseBananeweizen2013-06-121-1/+1
| | |
* | | added test: Make sure we can parse our own geopoint formattingBananeweizen2013-06-111-0/+8
| | | | | | | | | * to assure copy paste being easy
* | | fix #2872: parse waypoint from manually edited noteBananeweizen2013-06-111-0/+2
| | |
* | | Merge pull request #2873 from campbeb/progressDialogBananeweizen2013-06-101-1/+1
|\ \ \ | |/ / |/| | Restore regular progress dialog styling changed in #2527
| * | Restore regular progress dialog stylingcampbeb2013-06-101-1/+1
|/ / | | | | | | Reverts one of the changes in d146f6e25ceaa65983b51e46f2dfa89f71182be8
* | #2866: fix import and compilation issueBananeweizen2013-06-101-2/+1
| |
* | Added a comment about OKAPI hint formatrsudev2013-06-101-0/+1
|/
* refactoring: use activity names for layoutsBananeweizen2013-06-0955-48/+48
|
* refactoring: add test for OX GPX fileBananeweizen2013-06-092-0/+94
|
* Merge pull request #2863 from campbeb/locIntentImportBananeweizen2013-06-081-2/+31
|\ | | | | Fix #2862 - Support LOC file import via intent
| * Fix #2862 - Support LOC file import via intentcampbeb2013-06-081-2/+31
| | | | | | | | Fixes #2862
* | fix lint warningsBananeweizen2013-06-091-2/+0
| |
* | Merge pull request #2860 from campbeb/fix2527Bananeweizen2013-06-083-3/+3
|\ \ | | | | | | Fix #2527 - Apply dialog theme to dialogs
| * | Fix #2527 - Apply dialog theme to dialogscampbeb2013-06-083-3/+3
| | | | | | | | | | | | | | | | | | | | | Ensures the dialog is properly positioned on the screen and treated like a dialog instead of a semi-floating window Fixes #2527
* | | Merge pull request #2856 from campbeb/fix1537Bananeweizen2013-06-081-0/+9
|\ \ \ | | | | | | | | Fix #1537 - Long click to directly edit waypoint
| * | | Fix #1537 - Long click to directly edit waypointcampbeb2013-06-071-0/+9
| |/ /
* | | fix #2861: blacklist another counterBananeweizen2013-06-091-1/+2
| | |
* | | #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-099-97/+141
| |/ |/|
* | refactoring: reduce duplicated codeBananeweizen2013-06-088-55/+69
| |
* | refactoring: remove duplicated code, add testsBananeweizen2013-06-082-27/+27
| |
* | Fixes #2807, OC.de still enabled although switched offrsudev2013-06-081-0/+5
| | | | | | | | Setting was simply not taken into account...
* | build: dependencies for copy paste detection on JenkinsBananeweizen2013-06-082-0/+3
| | | | | | * this might break the build as it requires a matching Jenkins config
* | new: support for waymarking GPX filesBananeweizen2013-06-085-5/+100
| | | | | | | | | | * Now one can load cache and waymark GPX together (as unknown caches) * I do not plan on adding any online features to the connector. * It is only there for creating the URLs for waymarks.
* | fix #2841: *.loc from waymarking not importedBananeweizen2013-06-084-18/+47
| |
* | refactoring: extract constantBananeweizen2013-06-081-13/+15
|/ | | * also optimize append for character only
* refactoring: remove new lint warningBananeweizen2013-06-071-1/+0
|
* Merge pull request #2854 from RomNexus6/patch-48Samuel Tardieu2013-06-071-2/+35
|\ | | | | updated translation-it
| * updated translation-itRomNexus62013-06-071-2/+35
|/ | | | fixed external editor plugins and tab options. hope it's now ok...
* Merge pull request #2842 from campbeb/fixErrorMessagesSamuel Tardieu2013-06-0728-54/+55
|\ | | | | Correct log messages to account for refactoring
| * Correct log messages to account for refactoringcampbeb2013-06-0528-54/+55
| |
* | Merge remote-tracking branch 'origin/release'mucek42013-06-061-3/+10
|\ \ | |/ |/| | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * Release note update & Version infoLars2013-06-051-0/+5
| |
* | Merge pull request #2838 from campbeb/fix2837rsudev2013-06-041-1/+3
|\ \ | | | | | | Fix #2837 - Check for null waypoint coords in hasIdenticalWaypoint
| * | Fix #2837 - Check for null waypoint coords in hasIdenticalWaypointcampbeb2013-06-041-1/+3
| | | | | | | | | | | | Fixes #2837
* | | Fixes #2829, OC caches do not refreshrsudev2013-06-051-1/+1
|/ / | | | | | | | | The request fields were checking for level3 OAuth, but the request was using level1.
* | Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-06-042-2/+12
|\ \ | |/