| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #3778: avoid reference from location updater to maps UI | Michael Keppler | 2014-04-26 | 1 | -22/+43 |
| | | |||||
| * | fix #3756: NPE when changing map source | Samuel Tardieu | 2014-04-13 | 1 | -5/+7 |
| | | |||||
| * | fix #3729: compass deviation -90° in landscape mode (GPS) | Samuel Tardieu | 2014-04-06 | 1 | -1/+1 |
| | | |||||
| * | fix #3729: compass deviation -90° in landscape mode | Samuel Tardieu | 2014-04-05 | 1 | -1/+2 |
| | | |||||
| * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 1 | -1/+1 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -4/+4 |
| | | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
| * | Use a subscription model for GeoDirHandler | Samuel Tardieu | 2014-03-10 | 1 | -58/+30 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -20/+6 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -2/+2 |
| | | |||||
| * | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove useless yield() | Samuel Tardieu | 2014-02-27 | 1 | -4/+0 |
| | | |||||
| * | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 1 | -1/+1 |
| | | |||||
| * | Work on #3586: remove multiple geodirobservers manipulations in map | Samuel Tardieu | 2014-02-14 | 1 | -19/+2 |
| | | |||||
| * | Fixes #3572, Context is not an instance of MapActivity | rsudev | 2014-01-27 | 1 | -1/+1 |
| | | | | | - re-instantiate checking current mapsource against expected mapsource | ||||
| * | refactoring: do not start a thread to display a point | Samuel Tardieu | 2014-01-26 | 1 | -25/+9 |
| | | | | | Displaying a point can be done on the UI thread directly. | ||||
| * | fix #3551: Circles on map not shown for mystery/multi caches with final | Bananeweizen | 2014-01-18 | 1 | -1/+1 |
| | | | | defined | ||||
| * | fix #3470: map: unsure coords popup checkbox hidden | Bananeweizen | 2014-01-17 | 1 | -1/+2 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -3/+3 |
| | | |||||
| * | Emit parallel queries to connectors when searching | Samuel Tardieu | 2014-01-08 | 1 | -1/+1 |
| | | |||||
| * | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -1/+1 |
| | | |||||
| * | findbugs: dead storage | Bananeweizen | 2014-01-03 | 1 | -2/+1 |
| | | |||||
| * | fix #3501: No live map functionality for other sources than gc.com | Bananeweizen | 2014-01-03 | 1 | -3/+2 |
| | | |||||
| * | #3224: limit initial zoom on live map | Bananeweizen | 2014-01-03 | 1 | -1/+1 |
| | | | | | My last commit was actually limiting the zoom to be at _most_ 12, instead of at _least_. | ||||
| * | #3224: limit initial zoom on live map | Michael Keppler | 2013-12-31 | 1 | -3/+15 |
| | | |||||
| * | fix #3485: requests to gc.com although deactivated | Samuel Tardieu | 2013-12-28 | 1 | -15/+5 |
| | | | | | | Also, refactor code so that the login request (if needed) done when retrieving the map tokens is done directly from the connector. | ||||
| * | Revert "experimental single overlay for maps" | Samuel Tardieu | 2013-12-27 | 1 | -11/+18 |
| | | | | | | This reverts commit 74b7b59e0eac6ec09c032baa6e9d9d27f0ec2f95 which had been merged by mistake. | ||||
| * | experimental single overlay for maps | Bananeweizen | 2013-12-27 | 1 | -18/+11 |
| | | |||||
| * | findbugs: synchronize lazy initialized objects | Michael Keppler | 2013-12-26 | 1 | -4/+1 |
| | | |||||
| * | fix findbugs issue | Michael Keppler | 2013-12-25 | 1 | -2/+3 |
| | | | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there | ||||
| * | refactoring: reduce mapsforge memory usage | Bananeweizen | 2013-12-18 | 1 | -19/+14 |
| | | | | | | | | | | This puts scale and position into one overlay, instead of using 2 overlays. That reduces memory usage by 2 times a full screen bitmap due to double buffering in mapsforge. The only downside is that scale and position now have to be drawn at the same depth-level (below or on top of the caches), but they were both on top previously anyway. | ||||
| * | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 1 | -1/+1 |
| | | | | * convert from static to singletons | ||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 1 | -3/+3 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | fix 3461: CME in map filtering | Bananeweizen | 2013-12-16 | 1 | -1/+1 |
| | | |||||
| * | findbugs: more cleanup | Bananeweizen | 2013-12-08 | 1 | -6/+3 |
| | | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings | ||||
| * | refactoring: findbugs issues | Bananeweizen | 2013-12-08 | 1 | -10/+9 |
| | | |||||
| * | #3322: Option to 'show as list' only active when viewing live caches | Darek Kay | 2013-10-26 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove pause in download from maps | Bananeweizen | 2013-10-03 | 1 | -24/+2 |
| | | | | | * the same pause has been removed for batch storing from cache lists some time ago | ||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 1 | -1/+1 |
| | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -3/+3 |
| | | |||||
| * | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -12/+12 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -5/+5 |
| | | | | * don't catch raw exceptions | ||||
| * | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -22/+18 |
| | | |||||
| * | Fixes #1399, Wrong sized overlay icons on map | rsudev | 2013-07-28 | 1 | -7/+7 |
| | | | | | Added inset definitions for xhdpi devices | ||||
| * | Added fix suggested by rsudev | JavaDog | 2013-07-19 | 1 | -0/+4 |
| | | | | | | Resolves the problem of caches sometimes not displaying when switching from hide to show (if they hadn't previously been loaded). | ||||
| * | Implements #2234: Hide own/found from Live Map | JavaDog | 2013-07-19 | 1 | -4/+16 |
| | | | | | | | | | Added a button to show/hide own/found caches in the Live Map menu, under the "Map settings" option (renamed from "Map modes"). Refactored boolean "liveChanged" in CGeoMap.java, renamed to "markersInvalidated" as it now has more than that one use. | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 1 | -3/+9 |
| | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
| * | Radio buttons instead of check boxes in map strategy | campbeb | 2013-06-12 | 1 | -5/+13 |
| | | |||||
