| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct language for CacheSize and CacheType | blafoo | 2011-12-09 | 1 | -0/+14 |
| | | |||||
| * | refactoring: remove all accesses to preferences besides central Settings | Bananeweizen | 2011-12-04 | 1 | -4/+1 |
| | | | | class | ||||
| * | refactoring: more boxing/unboxing cleanup | Bananeweizen | 2011-12-04 | 1 | -2/+2 |
| | | |||||
| * | refactoring: reduce boxing/unboxing craziness | Bananeweizen | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | refactoring of cgGeo.java, see #355 | Bananeweizen | 2011-11-30 | 1 | -5/+5 |
| | | | | | * pure refactoring, no functional changes (even if the code looks very different now) | ||||
| * | first refactoring of cgGeo, see #355 | Bananeweizen | 2011-11-29 | 1 | -1/+1 |
| | | | | | | * removes mainly unnecessary variables and methods of cgGeo * next refactoring will remove all cgGeo/cgDirection instances in activies | ||||
| * | Merge pull request #829 from SammysHP/viewpager | SammysHP | 2011-11-27 | 1 | -1/+1 |
| |\ | | | | | New: Horizontal scrollable pages for cache-details using a ViewPager. | ||||
| | * | New: Horizontal scrollable pages for cache-details using a ViewPager. | SammysHP | 2011-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This moves most of the code from "cgeodetail" into a new class "CacheDetailActivity". Some important parts are rewritten and the code is much more structured. This closes #83 "Redesign detail-view". Some minor changes will be added later (e.g. removing old files, improve log-count-display) | ||||
| * | | use an enum instead of magic constants for location providers | bananeweizen | 2011-11-26 | 1 | -8/+1 |
| |/ | |||||
| * | Use of CacheType instead of String | blafoo | 2011-11-18 | 1 | -36/+31 |
| | | |||||
| * | Enabled (and fixed) (more) warnings | blafoo | 2011-11-18 | 1 | -0/+1 |
| | | |||||
| * | Remove Format.LAT_LON_DECMINUTE_PIPE | SammysHP | 2011-11-17 | 1 | -3/+2 |
| | | | | This format is used often in c:geo, but is not very common outside of it. Usually coordinates are written without the pipe. | ||||
| * | No need to store the context in a field of an Activity descendant | Samuel Tardieu | 2011-11-16 | 1 | -15/+13 |
| | | |||||
| * | ask for restore after reinstallation, fixes #777 | Bananeweizen | 2011-11-12 | 1 | -2/+35 |
| | | |||||
| * | String.format needs no Locale argument to get the default one | Samuel Tardieu | 2011-11-09 | 1 | -2/+2 |
| | | |||||
| * | Display a better message when gc.com is in maintenance mode | Samuel Tardieu | 2011-11-08 | 1 | -1/+1 |
| | | |||||
| * | Do not use deprecated methods | Samuel Tardieu | 2011-11-08 | 1 | -13/+9 |
| | | |||||
| * | Use a separate and unique thread for Go4Cache | Samuel Tardieu | 2011-11-07 | 1 | -1/+1 |
| | | | | | | | | This change creates a new Go4Cache thread which is started only when the user opts in in sending their position to go4cache.com. Instead of creating a new thread for every update, the same thread is reused and orders are given through a one-position queue. | ||||
| * | Get rid of deprecated methods related to coordinates | Samuel Tardieu | 2011-11-07 | 1 | -2/+3 |
| | | |||||
| * | Use existing method to render altitude | Samuel Tardieu | 2011-11-07 | 1 | -6/+1 |
| | | |||||
| * | rename scan label in main menu, fixes #740 | Bananeweizen | 2011-11-01 | 1 | -1/+1 |
| | | | | | | * Renamed label to force translators to change the value * Now explicitly says "geo code" instead of the more technically "QR code" | ||||
| * | Switch to English at initialization time if requested | Samuel Tardieu | 2011-10-20 | 1 | -0/+2 |
| | | | | | This closes #625. | ||||
| * | support cache type "unknown", fixes #518 | Bananeweizen | 2011-10-16 | 1 | -3/+4 |
| | | | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing | ||||
| * | new: map title describes what is shown, fixes #483 | Bananeweizen | 2011-10-15 | 1 | -1/+2 |
| | | | | | | | * shows geo code in case of caches * shows list title in case of lists (works also for search) * moved all map invocations into map class * refactored extras keys into String constants | ||||
| * | Add an extra guard in cgeoFindNearest | Samuel Tardieu | 2011-10-11 | 1 | -1/+1 |
| | | | | | This should fix #655. | ||||
| * | Remove comparisons to booleans | Samuel Tardieu | 2011-10-09 | 1 | -3/+3 |
| | | |||||
| * | Use Apache Commons CollectionUtils instead of reinventing one | Samuel Tardieu | 2011-10-09 | 1 | -1/+1 |
| | | |||||
| * | refactoring: make cache list type an enum | Bananeweizen | 2011-10-09 | 1 | -12/+3 |
| | | | | | | | * have enum instead of String for cache list type comparisons * move all invocations of the cache list activity into the class itself * remove duplicated invocations * remove cache type extra, it can be read from Settings instead | ||||
| * | Use symbolic errors instead of hardcoded integers | Samuel Tardieu | 2011-10-05 | 1 | -6/+7 |
| | | |||||
| * | Make several things static following the Settings static move | Samuel Tardieu | 2011-10-05 | 1 | -2/+2 |
| | | |||||
| * | fix #600: force close on first start | Bananeweizen | 2011-10-04 | 1 | -0/+7 |
| | | | | | | * move invocation of settings activity to cgeo activity instead of settings class * remove isInitialized | ||||
| * | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -36/+31 |
| | | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | Mark unused but necessary parameters so that they don't get removed | Samuel Tardieu | 2011-09-29 | 1 | -0/+32 |
| | | | | | This also prevent warnings about those. | ||||
| * | Reinstate View on objects referenced from XML layout | Samuel Tardieu | 2011-09-29 | 1 | -14/+14 |
| | | | | | | | | Commit 695e2cd89d9d97687a5bfc8b4933c923618ed7a5 removed parameters unused in code but referenced from XML layout. This commit reinstates them. | ||||
| * | Minor cleanups | Samuel Tardieu | 2011-09-29 | 1 | -14/+14 |
| | | | | | | Remove unuse method parameters. Make classes and methods abstract. Write some docstrings. | ||||
| * | Workaround for #486 and detect custum date format on startup | mucek4 | 2011-09-17 | 1 | -0/+9 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+756 |
| This prepares the inclusion of tests into the same repository. | |||||
