aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix Api-Level handling for OKAPI searchesrsudev2013-06-141-17/+4
|
* Fix #2888 - Store loc file owner name correctlycampbeb2013-06-131-3/+3
| | | | loc file has ownerUserId not ownerDisplayName
* fix #2877: empty trackables pageBananeweizen2013-06-131-0/+3
|
* 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
| |
* | 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.
* | | fix #2872: parse waypoint from manually edited noteBananeweizen2013-06-111-0/+2
| | |
* | | 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
|
* 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-081-27/+25
| |
* | 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-083-5/+66
| | | | | | | | | | * 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-082-18/+20
| |
* | refactoring: extract constantBananeweizen2013-06-081-13/+15
|/ | | * also optimize append for character only
* refactoring: remove new lint warningBananeweizen2013-06-071-1/+0
|
* 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-0726-41/+41
|\ | | | | Correct log messages to account for refactoring
| * Correct log messages to account for refactoringcampbeb2013-06-0526-41/+41
| |
* | 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
|\ \ | |/
| * 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
| |
* | fix #2825: hide empty sections in trackable viewBananeweizen2013-06-021-2/+3
| |
* | refactoring: extract some common code out of log viewersBananeweizen2013-06-023-68/+56
| |
* | #2697: enlarge meta data column in logs viewBananeweizen2013-06-026-248/+125
| | | | | | | | * this unifies the trackable and cache logs by re-using the exact same layout
* | refactoring: apply android formatter to all XML filesBananeweizen2013-06-02111-14323/+14443
| | | | | | * makes it easier to compare and find duplicate code
* | refactoring: remove common proguard settingsBananeweizen2013-06-021-30/+10
| |
* | refactoring: reuse default proguard settingsBananeweizen2013-06-023-3/+4
| | | | | | * see http://tools.android.com/recent/proguardimprovements
* | Merge pull request #2822 from marco-jacob/fixPersonalNotePart1Marco Jacob2013-06-014-3/+62
|\ \ | | | | | | add upload personal note to Connectors
| * | add upload personal note to ConnectorsMarco Jacob2013-06-014-3/+62
| | |