aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make build target install_release ignore emulatorsrsudev2013-05-311-1/+1
|
* #2811 quick fix for status label if GC is disabledBananeweizen2013-05-311-6/+11
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-319-198/+180
|
* fix #2809: Load long description automaticallyBananeweizen2013-05-311-2/+2
|
* fix #2730: avoid exceptions with barcode scannerBananeweizen2013-05-303-14/+525
|
* Merge pull request #2805 from campbeb/fixColorBananeweizen2013-05-301-15/+33
|\ | | | | Fix #2804 - Cache detail text coloring fixes
| * Fix #2804 - Cache detail text coloring fixescampbeb2013-05-291-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 warningsBananeweizen2013-05-303-5/+10
| |
* | fix #2801: remove lint warningsBananeweizen2013-05-3018-60/+7
| |
* | Merge pull request #2806 from campbeb/fix2799Bananeweizen2013-05-302-2/+19
|\ \ | | | | | | Fix #2799 - Retain trail on map when device is rotated
| * | Fix #2799 - Retain trail on map when device is rotatedcampbeb2013-05-292-2/+19
|/ /
* | Merge pull request #2795 from campbeb/fix2443Bananeweizen2013-05-292-1/+19
|\ \ | | | | | | Fix #2443 - Support Samsung multi window
| * | Fix #2443 - Support Samsung multi windowcampbeb2013-05-272-1/+19
| | |
* | | typoBananeweizen2013-05-301-4/+4
| |/ |/|
* | Temporarily deactivate OC-Testunknown2013-05-291-16/+12
| |
* | Merge pull request #2787 from rsudev/ocde_okapi_2rsudev2013-05-2860-1499/+4554
|\ \ | | | | | | Implements OKAPI access for opencaching.de
| * | Fixed issue with not loggable OC-cachesrsudev2013-05-285-1/+24
| | |
| * | Accomodate build process to get okapi keys from private.proeprtiesrsudev2013-05-283-2/+15
| | |
| * | Registered opencaching.de urlsrsudev2013-05-272-6/+40
| | |
| * | Added okapi-key documentation to READMErsudev2013-05-271-0/+5
| | |
| * | Fix 'escapeHtml' missing in older Api-versionsrsudev2013-05-261-2/+1
| | |
| * | Fixes after reviewrsudev2013-05-265-30/+81
| | |
| * | Implements OKAPI access for oc.dersudev2013-05-2642-1486/+1533
| | | | | | | | | | | | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
| * | Generate okapi attribute parserrsudev2013-05-2611-0/+2826
| | |
| * | Implements a check-box for gc-de/activation for livemap and searchesrsudev2013-05-267-5/+62
| | |
* | | refactoring: clean up classpathBananeweizen2013-05-291-7/+0
| | | | | | | | | | | | | | | | | | | | | * Remove all manually maintained lib entries, this is not necessary since ADT 17. * If you get compile errors afterwards, update to ADT 22.0.1 and SDK 22.0.1. * Has been tested with Eclipse and Ant build.
* | | Merge pull request #2798 from marco-jacob/refactorSearchResultAddMarco Jacob2013-05-284-8/+8
|\ \ \ | | | | | | | | fix #2794 - rename SearchResult.addCache method name
| * | | fix #2794 - rename SearchResult.addCache method nameMarco Jacob2013-05-284-8/+8
|/ / /
* | | Add svg logo with textSammysHP2013-05-281-4/+115
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-05-284-6/+19
|\ \ \
| * \ \ Merge pull request #2792 from campbeb/work2791Samuel Tardieu2013-05-283-6/+14
| |\ \ \ | | | | | | | | | | Direction Image fixes for Basic Members
| | * | | Direction Image fixes for Basic Memberscampbeb2013-05-273-6/+14
| |/ / / | | | | | | | | | | | | Fixes some issues discovered while researching #2791
| * | | Release note update release branchLars2013-05-251-0/+5
| | | |
* | | | Merge pull request #2793 from campbeb/fix2463Marco Jacob2013-05-272-3/+3
|\ \ \ \ | |_|_|/ |/| | | Fix #2463 - Support links in logbook
| * | | Fix #2463 - Support links in logbookcampbeb2013-05-272-3/+3
|/ / /
* | | Merge pull request #2790 from marco-jacob/cacheRefreshMergeIssueMarco Jacob2013-05-272-2/+9
|\ \ \ | | | | | | | | fixes #2771 - parsed cache from GCParser should be detailed before adding
| * | | fixes #2771 - parsed cache from GCParser should be set detailed before addingMarco Jacob2013-05-272-2/+9
| | | |
* | | | refactoring: fix deprecation warningsBananeweizen2013-05-271-4/+5
| | | |
* | | | refactoring: clean compiler warnings about static callsBananeweizen2013-05-273-6/+6
|/ / /
* | | refactoring: change some compiler warnings for lint warningsBananeweizen2013-05-272-12/+13
| | |
* | | build: force Jenkins to collect all compiler warningsBananeweizen2013-05-271-1/+2
| | |
* | | Compiler warning fix and German translationsrsudev2013-05-262-2/+19
| | |
* | | fix #2783: Pocket Query Creator added to helper appsBananeweizen2013-05-264-2/+7
| | |
* | | refactoring: use menu inflationBananeweizen2013-05-262-7/+14
| | |
* | | #2783 enable importing from pocket query creator appBananeweizen2013-05-262-34/+59
| |/ |/|
* | Menu tuningrsudev2013-05-2616-3/+25
| | | | | | | | | | | | Added refresh to cache context menu in lists Switched 'Store offline' to 'Refresh' in history Added 'Clear offline logs' to history
* | Merge pull request #2785 from campbeb/fix2727aBananeweizen2013-05-259-2/+89
|\ \ | | | | | | Fix #2727 - Support GeoTour attribute
| * | Fix #2727 - Support GeoTour attributecampbeb2013-05-259-2/+89
| | | | | | | | | | | | | | | Also some minor changes to attritube generation files for additional explanation
* | | Merge pull request #2782 from YraFyra/translationBananeweizen2013-05-251-5/+15
|\ \ \ | |/ / |/| | Update of Swedish translation
| * | Update of Swedish translationYraFyra2013-05-251-5/+15
|/ /