| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: reduce duplicated code | Bananeweizen | 2013-06-08 | 8 | -55/+69 |
| | | |||||
| * | refactoring: remove duplicated code, add tests | Bananeweizen | 2013-06-08 | 2 | -27/+27 |
| | | |||||
| * | Fixes #2807, OC.de still enabled although switched off | rsudev | 2013-06-08 | 1 | -0/+5 |
| | | | | | Setting was simply not taken into account... | ||||
| * | build: dependencies for copy paste detection on Jenkins | Bananeweizen | 2013-06-08 | 2 | -0/+3 |
| | | | | * this might break the build as it requires a matching Jenkins config | ||||
| * | new: support for waymarking GPX files | Bananeweizen | 2013-06-08 | 5 | -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 imported | Bananeweizen | 2013-06-08 | 4 | -18/+47 |
| | | |||||
| * | refactoring: extract constant | Bananeweizen | 2013-06-08 | 1 | -13/+15 |
| | | | | * also optimize append for character only | ||||
| * | refactoring: remove new lint warning | Bananeweizen | 2013-06-07 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #2854 from RomNexus6/patch-48 | Samuel Tardieu | 2013-06-07 | 1 | -2/+35 |
| |\ | | | | | updated translation-it | ||||
| | * | updated translation-it | RomNexus6 | 2013-06-07 | 1 | -2/+35 |
| |/ | | | | fixed external editor plugins and tab options. hope it's now ok... | ||||
| * | Merge pull request #2842 from campbeb/fixErrorMessages | Samuel Tardieu | 2013-06-07 | 28 | -54/+55 |
| |\ | | | | | Correct log messages to account for refactoring | ||||
| | * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 28 | -54/+55 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | mucek4 | 2013-06-06 | 1 | -3/+10 |
| |\ \ | |/ |/| | | | | | Conflicts: main/res/values/strings_not_translatable.xml | ||||
| | * | Release note update & Version info | Lars | 2013-06-05 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #2838 from campbeb/fix2837 | rsudev | 2013-06-04 | 1 | -1/+3 |
| |\ \ | | | | | | | Fix #2837 - Check for null waypoint coords in hasIdenticalWaypoint | ||||
| | * | | Fix #2837 - Check for null waypoint coords in hasIdenticalWaypoint | campbeb | 2013-06-04 | 1 | -1/+3 |
| | | | | | | | | | | | | | Fixes #2837 | ||||
| * | | | Fixes #2829, OC caches do not refresh | rsudev | 2013-06-05 | 1 | -1/+1 |
| |/ / | | | | | | | | | The request fields were checking for level3 OAuth, but the request was using level1. | ||||
| * | | Merge remote-tracking branch 'upstream/release' into currdev | rsudev | 2013-06-04 | 2 | -2/+12 |
| |\ \ | |/ | |||||
| | * | Fixes #2833, website changes 2013-06-02 | rsudev | 2013-06-04 | 2 | -2/+12 |
| | | | | | | | | | | | Get custom dateformat from login Use it for posting logs | ||||
| | * | Adapt test project to ADT changes | rsudev | 2013-06-04 | 1 | -0/+1 |
| | | | |||||
| | * | adapt test case to website changes | Bananeweizen | 2013-06-04 | 1 | -1/+1 |
| | | | |||||
| | * | Revert "#2833: fix log date format" | Bananeweizen | 2013-06-04 | 1 | -4/+2 |
| | | | | | | | | | This reverts commit acc402b3876d7022d19ff409caaa545ddb6e0f32. | ||||
| | * | #2833: fix log date format | Bananeweizen | 2013-06-04 | 1 | -2/+4 |
| | | | |||||
| * | | adapt test case to website changes | Bananeweizen | 2013-06-04 | 1 | -2/+2 |
| | | | |||||
| * | | fix #2825: hide empty sections in trackable view | Bananeweizen | 2013-06-02 | 1 | -2/+3 |
| | | | |||||
| * | | refactoring: extract some common code out of log viewers | Bananeweizen | 2013-06-02 | 3 | -68/+56 |
| | | | |||||
| * | | #2697: enlarge meta data column in logs view | Bananeweizen | 2013-06-02 | 6 | -248/+125 |
| | | | | | | | | | * this unifies the trackable and cache logs by re-using the exact same layout | ||||
| * | | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 145 | -14373/+14527 |
| | | | | | | | * makes it easier to compare and find duplicate code | ||||
| * | | refactoring: use Ant style path separator | Bananeweizen | 2013-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: remove common proguard settings | Bananeweizen | 2013-06-02 | 1 | -30/+10 |
| | | | |||||
| * | | refactoring: reuse default proguard settings | Bananeweizen | 2013-06-02 | 3 | -3/+4 |
| | | | | | | | * see http://tools.android.com/recent/proguardimprovements | ||||
| * | | cleanup: remove no longer used build target | Bananeweizen | 2013-06-01 | 1 | -21/+0 |
| | | | |||||
| * | | Merge pull request #2822 from marco-jacob/fixPersonalNotePart1 | Marco Jacob | 2013-06-01 | 4 | -3/+62 |
| |\ \ | | | | | | | add upload personal note to Connectors | ||||
| | * | | add upload personal note to Connectors | Marco Jacob | 2013-06-01 | 4 | -3/+62 |
| | | | | |||||
| * | | | refactoring: clean up test project name | Bananeweizen | 2013-06-01 | 2 | -2/+2 |
| | | | | |||||
| * | | | fix #2057: Reliable crash when opening a certain cache | Bananeweizen | 2013-06-01 | 1 | -1/+8 |
| | | | | |||||
| * | | | new: use "today" and "yesterday" in log views | Bananeweizen | 2013-06-01 | 2 | -3/+3 |
| | | | | |||||
| * | | | fix #2817: OSM:Offline map name won't fit the box | Bananeweizen | 2013-06-01 | 14 | -14/+14 |
| | | | | |||||
| * | | | fix #2820: OC search no longer working without authorization | Bananeweizen | 2013-06-01 | 4 | -19/+46 |
| |/ / | |||||
| * | | refactoring: remove the cache realm | Bananeweizen | 2013-06-01 | 8 | -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 flow | Bananeweizen | 2013-06-01 | 1 | -7/+8 |
| | | | |||||
| * | | update eclipse installation meta data | Bananeweizen | 2013-06-01 | 2 | -124/+131 |
| | | | |||||
| * | | test github trigger | Bananeweizen | 2013-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | test Jenkins commit status notification | Bananeweizen | 2013-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | #2809: don't load elevation by default | Bananeweizen | 2013-06-01 | 1 | -2/+2 |
| | | | |||||
| * | | #2725: Feature-Request: Circles on the map only around physical stages | Bananeweizen | 2013-06-01 | 2 | -9/+7 |
| | | | |||||
| * | | update to recent android http library | Bananeweizen | 2013-06-01 | 1 | -0/+0 |
| | | | |||||
| * | | proguard: keep the whole injector classes | Samuel Tardieu | 2013-05-31 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | It is necessary to keep the whole injector classes, even though they appear to be dynamically referenced. Using "keep" instead of "keepclassmembers" will ensure that those classes are considered as being additional entry points for reference analysis purpose. | ||||
| * | | Fixes #2800, Reactivate OCTest | rsudev | 2013-05-31 | 7 | -43/+153 |
| | | | | | | | | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test | ||||
| * | | Fixes #2813, NPE when trying to open stored list | rsudev | 2013-05-31 | 1 | -0/+1 |
| | | | | | | | | | Explicit keep for missing ViewInjector in proguard.cfg | ||||
