aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* #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-0922-45/+45
|
* 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
* | 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-093-84/+50
| |/ |/|
* | 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...
* | 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
* Correct log messages to account for refactoringcampbeb2013-06-0526-41/+41
|
* 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-022-6/+6
| | | | | | | | * this unifies the trackable and cache logs by re-using the exact same layout
* | 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
| | |
* | | fix #2057: Reliable crash when opening a certain cacheBananeweizen2013-06-011-1/+8
| | |
* | | new: use "today" and "yesterday" in log viewsBananeweizen2013-06-012-3/+3
| | |
* | | fix #2817: OSM:Offline map name won't fit the boxBananeweizen2013-06-011-1/+1
| | |
* | | fix #2820: OC search no longer working without authorizationBananeweizen2013-06-013-19/+39
|/ /
* | refactoring: remove the cache realmBananeweizen2013-06-018-54/+39
| | | | | | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* | refactoring: extract method to simplify control flowBananeweizen2013-06-011-7/+8
| |
* | test github triggerBananeweizen2013-06-011-1/+1
| |
* | test Jenkins commit status notificationBananeweizen2013-06-011-1/+1
| |
* | #2809: don't load elevation by defaultBananeweizen2013-06-011-2/+2
| |
* | #2725: Feature-Request: Circles on the map only around physical stagesBananeweizen2013-06-012-9/+7
| |
* | Fixes #2800, Reactivate OCTestrsudev2013-05-316-30/+138
| | | | | | | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test
* | Merge branch 'release'Bananeweizen2013-05-311-1/+13
|\ \ | |/
| * #2810 #2815 make parser work with old and new web pageBananeweizen2013-05-311-1/+13
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-311-7/+7
|\ \ | |/
| * fix #2815 trackable loggingBananeweizen2013-05-311-7/+7
| |
* | refactoring: fix compiler warningsBananeweizen2013-05-311-3/+3
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-312-7/+8
|\ \ | |/
| * fix #2812: attributes parsingBananeweizen2013-05-311-2/+2
| |
| * fix #2810 log page changesBananeweizen2013-05-311-5/+6
| |
* | #2811 quick fix for status label if GC is disabledBananeweizen2013-05-311-6/+11
| |