| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: cleanup application startup | Samuel Tardieu | 2012-05-30 | 8 | -89/+44 |
| | | | | | | | | | | | | | | This cleanup: - do not pass the cgeoapplication singleton to cgData - do not pretend that CacheCache is a singleton, it only occurs to have one instance in cgData - start version updater thread in cgeoapplication.onCreate(), once the object has been created, to avoid risking accessing the sole instance before it is fully initialized, this could lead to a crash at initialization time - use an available context object to access version information, which is not accessed frequently | ||||
| * | Remove default strings as they only pollute the screen | Samuel Tardieu | 2012-05-30 | 2 | -16/+1 |
| | | |||||
| * | Get message from the notification server | Samuel Tardieu | 2012-05-30 | 3 | -0/+154 |
| | | |||||
| * | Recognize the build kind | Samuel Tardieu | 2012-05-29 | 2 | -1/+33 |
| | | |||||
| * | Refactoring: get version information once and for all | Samuel Tardieu | 2012-05-29 | 4 | -44/+51 |
| | | |||||
| * | Put c:geo version name on its own line | Samuel Tardieu | 2012-05-29 | 1 | -1/+1 |
| | | | | | | This will accomodate landscape mode even if the version information is long. See issue #1666 for discussion. | ||||
| * | Move position marker above caches, fixes #1583 | rsudev | 2012-05-28 | 1 | -4/+4 |
| | | |||||
| * | Always mark cache dirty when opening from map so that it reloads if changed ↵ | campbeb | 2012-05-28 | 1 | -1/+1 |
| | | | | | | while open Fixes #1618 | ||||
| * | Donwload live-map details only once, fixes #1619 | rsudev | 2012-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fix event hidden date for gc.com changes | campbeb | 2012-05-27 | 1 | -1/+1 |
| | | |||||
| * | Load GCVote ratings when loading next page of caches | campbeb | 2012-05-26 | 1 | -0/+3 |
| | | |||||
| * | Refactoring: introduce new variables to clarify flow | Samuel Tardieu | 2012-05-25 | 1 | -10/+14 |
| | | |||||
| * | Fixes #1600 | Portree-Kid | 2012-05-25 | 1 | -1/+1 |
| | | | | | Waypoints of multicaches are not longer shown in cache detail->navigate->show on map | ||||
| * | Parsing fails for guests | blafoo | 2012-05-24 | 2 | -9/+0 |
| | | |||||
| * | Cleanup of refactoring | blafoo | 2012-05-24 | 5 | -56/+58 |
| | | |||||
| * | Toast for missing mapfile | Portree-Kid | 2012-05-24 | 1 | -0/+8 |
| | | |||||
| * | Preliminary fix regex patterns for size, owner, hidden after gc.com | rsudev | 2012-05-24 | 1 | -3/+3 |
| | | | | change | ||||
| * | refactoring: javadoc | Bananeweizen | 2012-05-24 | 1 | -0/+8 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2012-05-24 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: main/res/values/strings.xml | ||||
| | * | Fix: Long description parsing | SammysHP | 2012-05-24 | 1 | -1/+1 |
| | | | |||||
| | * | Fix: gc.com update | SammysHP | 2012-05-24 | 1 | -3/+3 |
| | | | |||||
| | * | Refactoring: Move some strings into GCConstants | SammysHP | 2012-05-09 | 2 | -15/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | Fix: issue with gc.com update Tests are not green because mocked data was not updated. Conflicts (cherry-picking from master branch): main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgCache.java | ||||
| | * | New version & manual copying adaptations | mucek4 | 2012-05-09 | 2 | -2/+2 |
| | | | |||||
| * | | Fix: gc.com update | SammysHP | 2012-05-24 | 1 | -3/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'campbeb/refactorTrackable' into upstream | Samuel Tardieu | 2012-05-23 | 4 | -146/+122 |
| |\ \ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/LogTrackableActivity.java | ||||
| | * | | Refactoring cgeotouch into LogTrackableActivity | campbeb | 2012-05-20 | 4 | -146/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes for cleanup and to make similiar to VisitCacheActivity. Added function to remember last trackable log type and use that as default for the next log. Next step is to make LogTrackableActivity and VisitCacheActivity have a common base class. | ||||
| * | | | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 43 | -123/+1 |
| | | | | | | | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | | | Merge remote-tracking branch 'campbeb/fix1485' into upstream | Samuel Tardieu | 2012-05-23 | 6 | -14/+56 |
| |\ \ \ | |||||
| | * | | | Fix offline zoom issue and document zoom level differences | campbeb | 2012-05-22 | 6 | -14/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Google Maps and OSM Maps use different zoom levels for the same view ranges. This is better documented. Additionally, this change fixes zooming out causing zoom in (Issue #1485). | ||||
| * | | | | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 56 | -0/+142 |
| | | | | | | | | | | | | | | | | | This was requested by SammysHP. | ||||
| * | | | | Cleanup: remove deprecated constants and add missing override | Samuel Tardieu | 2012-05-23 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Use "UTF-8" string instead of a deprecated constant | Samuel Tardieu | 2012-05-23 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Use library-provided GzipDecompressingEntity | Samuel Tardieu | 2012-05-23 | 1 | -21/+1 |
| | | | | | |||||
| * | | | | Handle HTTP redirections gracefully | Samuel Tardieu | 2012-05-23 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Use httpclientandroidlib instead of plain old httpclient | Samuel Tardieu | 2012-05-23 | 16 | -51/+50 |
| |/ / / | |||||
| * | | | Workaround: set number of caches to '500+amount stored in DB'. Fixes #1374 | blafoo | 2012-05-22 | 1 | -1/+5 |
| | | | | |||||
| * | | | Do not use "else" with "return" | Samuel Tardieu | 2012-05-21 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'triakcz/all_list_virtual' into upstream | Samuel Tardieu | 2012-05-21 | 3 | -6/+29 |
| |\ \ \ | |||||
| | * | | | Virtual "all caches" list | Ondřej Kunc | 2012-05-20 | 3 | -6/+29 |
| | | | | | |||||
| * | | | | Refactoring: remove redundant field mapController in CGeoMap | Samuel Tardieu | 2012-05-21 | 4 | -11/+16 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'campbeb/fix1535' into upstream | Samuel Tardieu | 2012-05-21 | 2 | -0/+8 |
| |\ \ \ \ | |||||
| | * | | | | Ensure zoom doesn't exceed max zoom when changing map sources | campbeb | 2012-05-19 | 2 | -0/+8 |
| | | |/ / | |/| | | |||||
| * | | | | Use image hash code instead of view ID to reference log images | campbeb | 2012-05-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Do not use string concatenation inside a StringBuilder's append | Samuel Tardieu | 2012-05-21 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Do not send direction updates more often than needed | Samuel Tardieu | 2012-05-20 | 2 | -59/+26 |
| |/ / / | | | | | | | | | | This will help with issue #1604. | ||||
| * | | | reafactoring: enablement of navigation apps | Bananeweizen | 2012-05-19 | 4 | -6/+6 |
| | | | | |||||
| * | | | Merge remote-tracking branch ↵ | Bananeweizen | 2012-05-19 | 7 | -1/+32 |
| |\ \ \ | | | | | | | | | | | | | 'marco-jacob/issue#1580-staticMapsOnAnyDestNavigation' | ||||
| | * | | | corrected suspicious code | Marco Jacob | 2012-05-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | corrected isEnabled(Geopoint) default to geopoint!=null | Marco Jacob | 2012-05-16 | 2 | -5/+2 |
| | | | | | |||||
| | * | | | Fixed wrong refactoring at static maps nav apps | Marco Jacob | 2012-05-16 | 3 | -15/+30 |
| | | | | | |||||
