| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 111 | -14323/+14443 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | 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 | ||||
| * | 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 |
| | | | |||||
| * | | 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 | 3 | -19/+39 |
| |/ | |||||
| * | 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 | 6 | -30/+138 |
| | | | | | | 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 | ||||
| * | Merge branch 'release' | Bananeweizen | 2013-05-31 | 1 | -1/+13 |
| |\ | |||||
| | * | #2810 #2815 make parser work with old and new web page | Bananeweizen | 2013-05-31 | 1 | -1/+13 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-05-31 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Release note update | Lars | 2013-05-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-05-31 | 1 | -7/+7 |
| |\ \ | |/ | |||||
| | * | fix #2815 trackable logging | Bananeweizen | 2013-05-31 | 1 | -7/+7 |
| | | | |||||
| * | | refactoring: fix compiler warnings | Bananeweizen | 2013-05-31 | 1 | -3/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-05-31 | 3 | -8/+11 |
| |\ \ | |/ | |||||
| | * | Version info, release note update | Lars | 2013-05-31 | 1 | -2/+2 |
| | | | |||||
| | * | fix #2812: attributes parsing | Bananeweizen | 2013-05-31 | 1 | -2/+2 |
| | | | |||||
| | * | Release note update | Lars | 2013-05-31 | 1 | -0/+2 |
| | | | |||||
| | * | fix #2810 log page changes | Bananeweizen | 2013-05-31 | 1 | -5/+6 |
| | | | |||||
| * | | Make build target install_release ignore emulators | rsudev | 2013-05-31 | 1 | -1/+1 |
| | | | |||||
| * | | #2811 quick fix for status label if GC is disabled | Bananeweizen | 2013-05-31 | 1 | -6/+11 |
| | | | |||||
| * | | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 9 | -198/+180 |
| | | | |||||
| * | | fix #2809: Load long description automatically | Bananeweizen | 2013-05-31 | 1 | -2/+2 |
| | | | |||||
| * | | fix #2730: avoid exceptions with barcode scanner | Bananeweizen | 2013-05-30 | 3 | -14/+525 |
| | | | |||||
| * | | Merge pull request #2805 from campbeb/fixColor | Bananeweizen | 2013-05-30 | 1 | -15/+33 |
| |\ \ | | | | | | | Fix #2804 - Cache detail text coloring fixes | ||||
| | * | | Fix #2804 - Cache detail text coloring fixes | campbeb | 2013-05-29 | 1 | -15/+33 |
| | | | | | | | | | | | | | | | | | | | | | | -Change background if encounter white text while using light skin -Don't change background based on bgcolor Fixes #2804 | ||||
| * | | | refactoring: avoid more compiler warnings | Bananeweizen | 2013-05-30 | 3 | -5/+10 |
| | | | | |||||
| * | | | fix #2801: remove lint warnings | Bananeweizen | 2013-05-30 | 18 | -60/+7 |
| | | | | |||||
| * | | | Fix #2799 - Retain trail on map when device is rotated | campbeb | 2013-05-29 | 2 | -2/+19 |
| | | | | |||||
| * | | | Merge pull request #2795 from campbeb/fix2443 | Bananeweizen | 2013-05-29 | 2 | -1/+19 |
| |\ \ \ | | | | | | | | | Fix #2443 - Support Samsung multi window | ||||
| | * | | | Fix #2443 - Support Samsung multi window | campbeb | 2013-05-27 | 2 | -1/+19 |
| | | | | | |||||
| * | | | | typo | Bananeweizen | 2013-05-30 | 1 | -4/+4 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #2787 from rsudev/ocde_okapi_2 | rsudev | 2013-05-28 | 58 | -1376/+4549 |
| |\ \ \ | | | | | | | | | Implements OKAPI access for opencaching.de | ||||
| | * | | | Fixed issue with not loggable OC-caches | rsudev | 2013-05-28 | 5 | -1/+24 |
| | | | | | |||||
| | * | | | Accomodate build process to get okapi keys from private.proeprties | rsudev | 2013-05-28 | 3 | -2/+15 |
| | | | | | |||||
| | * | | | Registered opencaching.de urls | rsudev | 2013-05-27 | 2 | -6/+40 |
| | | | | | |||||
| | * | | | Fix 'escapeHtml' missing in older Api-versions | rsudev | 2013-05-26 | 1 | -2/+1 |
| | | | | | |||||
