aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid cast from float to double and improve regex.SammysHP2011-09-161-9/+10
|
* Do not round the fractional part of degreesSamuel Tardieu2011-09-161-2/+2
| | | | Fix for #480.
* Reformatting of GeopointParserSamuel Tardieu2011-09-161-30/+12
|
* Allow using lower-case for lat/lon (n/e/s/w)Samuel Tardieu2011-09-161-2/+2
|
* Use valid coordinates when changing formatSamuel Tardieu2011-09-162-12/+27
| | | | This fixes #479.
* Factor out logs loading to avoid dirty exception throwingSamuel Tardieu2011-09-161-74/+87
|
* Check that the search-by-GC result is not nullSamuel Tardieu2011-09-161-3/+2
| | | | | | CollectionUtils.isEmpty considers a null argument not to be empty. This closes #476.
* Remove now useless parameters to search-by-GC querySamuel Tardieu2011-09-161-3/+0
|
* Change spoilers pattern due to web site changeSamuel Tardieu2011-09-161-1/+1
| | | | Fixes #474.
* Merge branch 'master' of ↵Bananeweizen2011-09-167-230/+123
|\ | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * Accept different casing of the Set-Cookie headerSamuel Tardieu2011-09-151-4/+6
| | | | | | | | This closes #472.
| * Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-1/+1
| |\
| | * URL for log images has changed, update itSamuel Tardieu2011-09-151-1/+1
| | | | | | | | | | | | Noticed in #470.
| * | Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-1/+1
| |\ \ | | |/
| | * Request 35 logs as we did beforeSamuel Tardieu2011-09-151-1/+1
| | |
| * | Merge pull request #463 from samueltardieu/use-geopoint-parserSamuel Tardieu2011-09-156-182/+68
| |\ \ | | | | | | | | Use geopoint parser
| | * | Be more lax in accepting isolated coordinateSamuel Tardieu2011-09-151-13/+8
| | | | | | | | | | | | | | | | | | | | Some coordinates from the web site could not be parsed when searching.
| | * | Include Android error string resource into the exceptionSamuel Tardieu2011-09-154-41/+15
| | | | | | | | | | | | | | | | | | | | At this stage, this eases the error handling when there is an unparsable latitude or longitude string.
| | * | Use GeopointParser to parse coordinatesSamuel Tardieu2011-09-156-145/+62
| | | |
| * | | Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-44/+49
| |\ \ \ | | | |/ | | |/|
| | * | Retrieve logs using the new JSON geocaching.com formatSamuel Tardieu2011-09-151-44/+49
| | | |
* | | | fix #459: have README with markdown syntaxBananeweizen2011-09-163-63/+61
|/ / /
* | | Merge pull request #469 from cachapa/filterbar_colourSven Karsten Greiner2011-09-151-2/+2
|\ \ \ | | | | | | | | Lighter filter bar
| * | | Lighter filter barcachapa2011-09-151-2/+2
| | | | | | | | | | | | According to discussion on issue #464
* | | | Cache size is not a size idSamuel Tardieu2011-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to Java type erasure, this faulty code compiled but could not return any meaningful result. Found with FindBugs.
* | | | Merge pull request #468 from cachapa/menu_iconsBananeweizen2011-09-1531-21/+24
|\ \ \ \ | | | | | | | | | | Menu icons
| * | | | Adds AndroidIcons attribution to the about activity cachapa2011-09-151-0/+1
| | | | |
| * | | | Changes some menu iconscachapa2011-09-1530-21/+23
| |/ / / | | | | | | | | As discussed on #429
* | | | Remove duplicate mdpi iconsSamuel Tardieu2011-09-1524-0/+0
| | | | | | | | | | | | | | | | Close #467: they are duplicates of the default ones.
* | | | Adjust proguard settingsSamuel Tardieu2011-09-151-2/+1
| | | | | | | | | | | | | | | | | | | | Two optimization passes are enough (3kB difference on the final file) and take much less time. Also, reduce verbosity.
* | | | Merge pull request #466 from cachapa/actionbar_backgroundSamuel Tardieu2011-09-157-8/+8
|\ \ \ \ | |/ / / |/| | | Replace action bar bitmaps with shape drawables
| * | | Replace action bar bitmaps with shape drawablescachapa2011-09-157-8/+8
| | | | | | | | | | | | Closes #458
* | | | Merge branch 'translate-sizes' into upstreamSamuel Tardieu2011-09-1513-74/+92
|\ \ \ \
| * | | | Translate cache sizesKarsten Priegnitz2011-09-1513-74/+92
| | |_|/ | |/| | | | | | | | | | Closes #445.
* | | | Fix a few strings and translations.SammysHP2011-09-152-17/+18
| | | |
* | | | Change strings for coord-popup ("save" --> "done"), reformat coord-layout ↵SammysHP2011-09-153-55/+96
|/ / / | | | | | | | | | (no functional changes)
* | | Merge branch 'constants-for-cache-size' into upstreamSamuel Tardieu2011-09-1517-135/+132
|\ \ \
| * | | Cache size: using constants, not stringsKarsten Priegnitz2011-09-1517-135/+132
| | | |
* | | | Merge branch 'release_20110915'mucek42011-09-151-6/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'release_20110915' of github.com:cgeo/c-geo-opensource into ↵mucek42011-09-153-4/+22
| |\ \ | | | | | | | | | | | | release_20110915
| * | | Fix for fix about login (#200)mucek42011-09-151-6/+0
| | | |
* | | | Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Fix typo in French stringSamuel Tardieu2011-09-151-1/+1
| | | |
| * | | Fix #347 (wrong context-menu in cgeocaches)SammysHP2011-09-151-1/+10
| | | |
| * | | Add more missing French stringsSamuel Tardieu2011-09-151-1/+6
| | | |
* | | | Fix #347 (wrong context-menu in cgeocaches)SammysHP2011-09-151-1/+10
| | | |
* | | | Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-1/+1
|\ \ \ \ | |/ / /
| * | | Add missing escape for quoteSamuel Tardieu2011-09-151-1/+1
| | | |
* | | | Merge branch 'release_20110915' into upstreamSamuel Tardieu2011-09-151-1/+4
|\ \ \ \ | |/ / /
| * | | Add new French translations related to login issuesSamuel Tardieu2011-09-151-1/+4
| | | |