| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid cast from float to double and improve regex. | SammysHP | 2011-09-16 | 1 | -9/+10 |
| | | |||||
| * | Do not round the fractional part of degrees | Samuel Tardieu | 2011-09-16 | 1 | -2/+2 |
| | | | | | Fix for #480. | ||||
| * | Reformatting of GeopointParser | Samuel Tardieu | 2011-09-16 | 1 | -30/+12 |
| | | |||||
| * | Allow using lower-case for lat/lon (n/e/s/w) | Samuel Tardieu | 2011-09-16 | 1 | -2/+2 |
| | | |||||
| * | Use valid coordinates when changing format | Samuel Tardieu | 2011-09-16 | 2 | -12/+27 |
| | | | | | This fixes #479. | ||||
| * | Factor out logs loading to avoid dirty exception throwing | Samuel Tardieu | 2011-09-16 | 1 | -74/+87 |
| | | |||||
| * | Check that the search-by-GC result is not null | Samuel Tardieu | 2011-09-16 | 1 | -3/+2 |
| | | | | | | | CollectionUtils.isEmpty considers a null argument not to be empty. This closes #476. | ||||
| * | Remove now useless parameters to search-by-GC query | Samuel Tardieu | 2011-09-16 | 1 | -3/+0 |
| | | |||||
| * | Change spoilers pattern due to web site change | Samuel Tardieu | 2011-09-16 | 1 | -1/+1 |
| | | | | | Fixes #474. | ||||
| * | Merge branch 'master' of ↵ | Bananeweizen | 2011-09-16 | 7 | -230/+123 |
| |\ | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | * | Accept different casing of the Set-Cookie header | Samuel Tardieu | 2011-09-15 | 1 | -4/+6 |
| | | | | | | | | | This closes #472. | ||||
| | * | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | URL for log images has changed, update it | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | Noticed in #470. | ||||
| | * | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Request 35 logs as we did before | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #463 from samueltardieu/use-geopoint-parser | Samuel Tardieu | 2011-09-15 | 6 | -182/+68 |
| | |\ \ | | | | | | | | | Use geopoint parser | ||||
| | | * | | Be more lax in accepting isolated coordinate | Samuel Tardieu | 2011-09-15 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | Some coordinates from the web site could not be parsed when searching. | ||||
| | | * | | Include Android error string resource into the exception | Samuel Tardieu | 2011-09-15 | 4 | -41/+15 |
| | | | | | | | | | | | | | | | | | | | | | At this stage, this eases the error handling when there is an unparsable latitude or longitude string. | ||||
| | | * | | Use GeopointParser to parse coordinates | Samuel Tardieu | 2011-09-15 | 6 | -145/+62 |
| | | | | | |||||
| | * | | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -44/+49 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Retrieve logs using the new JSON geocaching.com format | Samuel Tardieu | 2011-09-15 | 1 | -44/+49 |
| | | | | | |||||
| * | | | | fix #459: have README with markdown syntax | Bananeweizen | 2011-09-16 | 3 | -63/+61 |
| |/ / / | |||||
| * | | | Merge pull request #469 from cachapa/filterbar_colour | Sven Karsten Greiner | 2011-09-15 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | Lighter filter bar | ||||
| | * | | | Lighter filter bar | cachapa | 2011-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | According to discussion on issue #464 | ||||
| * | | | | Cache size is not a size id | Samuel Tardieu | 2011-09-15 | 1 | -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_icons | Bananeweizen | 2011-09-15 | 31 | -21/+24 |
| |\ \ \ \ | | | | | | | | | | | Menu icons | ||||
| | * | | | | Adds AndroidIcons attribution to the about activity | cachapa | 2011-09-15 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Changes some menu icons | cachapa | 2011-09-15 | 30 | -21/+23 |
| | |/ / / | | | | | | | | | As discussed on #429 | ||||
| * | | | | Remove duplicate mdpi icons | Samuel Tardieu | 2011-09-15 | 24 | -0/+0 |
| | | | | | | | | | | | | | | | | | Close #467: they are duplicates of the default ones. | ||||
| * | | | | Adjust proguard settings | Samuel Tardieu | 2011-09-15 | 1 | -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_background | Samuel Tardieu | 2011-09-15 | 7 | -8/+8 |
| |\ \ \ \ | |/ / / |/| | | | Replace action bar bitmaps with shape drawables | ||||
| | * | | | Replace action bar bitmaps with shape drawables | cachapa | 2011-09-15 | 7 | -8/+8 |
| | | | | | | | | | | | | | Closes #458 | ||||
| * | | | | Merge branch 'translate-sizes' into upstream | Samuel Tardieu | 2011-09-15 | 13 | -74/+92 |
| |\ \ \ \ | |||||
| | * | | | | Translate cache sizes | Karsten Priegnitz | 2011-09-15 | 13 | -74/+92 |
| | | |_|/ | |/| | | | | | | | | | | Closes #445. | ||||
| * | | | | Fix a few strings and translations. | SammysHP | 2011-09-15 | 2 | -17/+18 |
| | | | | | |||||
| * | | | | Change strings for coord-popup ("save" --> "done"), reformat coord-layout ↵ | SammysHP | 2011-09-15 | 3 | -55/+96 |
| |/ / / | | | | | | | | | | (no functional changes) | ||||
| * | | | Merge branch 'constants-for-cache-size' into upstream | Samuel Tardieu | 2011-09-15 | 17 | -135/+132 |
| |\ \ \ | |||||
| | * | | | Cache size: using constants, not strings | Karsten Priegnitz | 2011-09-15 | 17 | -135/+132 |
| | | | | | |||||
| * | | | | Merge branch 'release_20110915' | mucek4 | 2011-09-15 | 1 | -6/+0 |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| | * | | Merge branch 'release_20110915' of github.com:cgeo/c-geo-opensource into ↵ | mucek4 | 2011-09-15 | 3 | -4/+22 |
| | |\ \ | | | | | | | | | | | | | release_20110915 | ||||
| | * | | | Fix for fix about login (#200) | mucek4 | 2011-09-15 | 1 | -6/+0 |
| | | | | | |||||
| * | | | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -2/+7 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Fix typo in French string | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix #347 (wrong context-menu in cgeocaches) | SammysHP | 2011-09-15 | 1 | -1/+10 |
| | | | | | |||||
| | * | | | Add more missing French strings | Samuel Tardieu | 2011-09-15 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Fix #347 (wrong context-menu in cgeocaches) | SammysHP | 2011-09-15 | 1 | -1/+10 |
| | | | | | |||||
| * | | | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Add missing escape for quote | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Add new French translations related to login issues | Samuel Tardieu | 2011-09-15 | 1 | -1/+4 |
| | | | | | |||||
