Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #1407, NPE in live map without network | rsudev | 2012-04-16 | 1 | -2/+2 |
| | |||||
* | Amend fix #1401, get cachetypes for basic members as well, create | rsudev | 2012-04-15 | 1 | -2/+6 |
| | | | artificial bounds | ||||
* | Fix #1403: keep android.support.v4.os classes | Samuel Tardieu | 2012-04-15 | 1 | -0/+1 |
| | | | | | Android 1.6 needs some classes that are referenced dynamically from parcelable creators. | ||||
* | Fix: Android 1.6 doesn't have Log.wtf(), remove it | Samuel Tardieu | 2012-04-15 | 1 | -20/+12 |
| | |||||
* | refactoring: simplify list based alert dialogs | Bananeweizen | 2012-04-15 | 4 | -63/+81 |
| | |||||
* | refactoring: encapsulate exports | Bananeweizen | 2012-04-14 | 5 | -42/+42 |
| | | | | * no more public classes, only ExportFactory * exports can be garbage collected immediately after use | ||||
* | refactoring: encapsulate filter selection | Bananeweizen | 2012-04-14 | 12 | -97/+159 |
| | | | | | * filter implementations are no longer public * only public classes: FilterUserInterface, IFilter * reduce memory consumption by creating all filters lazily | ||||
* | fix #601: Store cache from context-menu in list-view | Bananeweizen | 2012-04-14 | 1 | -5/+11 |
| | |||||
* | Fix #1401, do a nearby search on live map only for premium members | rsudev | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | A viewport contains points, not coordinates | Samuel Tardieu | 2012-04-14 | 1 | -12/+16 |
| | | | | Make the methods accept ICoordinates instances. | ||||
* | Remove unused variable lists | Samuel Tardieu | 2012-04-14 | 1 | -2/+0 |
| | |||||
* | Use Viewport instead of cooked-up list of Numbers | Samuel Tardieu | 2012-04-14 | 4 | -48/+15 |
| | |||||
* | Add new Viewport method and builder | Samuel Tardieu | 2012-04-14 | 2 | -0/+74 |
| | |||||
* | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 4 | -11/+17 |
| | | | | This is a better name from the point of a viewport. | ||||
* | fix #94: Filter for Difficulty and Terrain | Bananeweizen | 2012-04-14 | 13 | -47/+207 |
| | |||||
* | refactoring: unify UI operations for stored lists | Bananeweizen | 2012-04-14 | 2 | -118/+141 |
| | |||||
* | Revert "refactoring: use locale free format method for numbers" | Bananeweizen | 2012-04-14 | 3 | -11/+12 |
| | | | | This reverts commit 5c535e5d1841d78334f6a3d15ac6edb85449a18f. | ||||
* | refactoring: use locale free format method for numbers | Bananeweizen | 2012-04-14 | 3 | -12/+11 |
| | |||||
* | Make method static | Samuel Tardieu | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 17 | -111/+128 |
|\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| * | Refactoring: use common URL builder methods | Samuel Tardieu | 2012-04-12 | 4 | -64/+45 |
| | | |||||
| * | Add the possibility to set headers to a GET request | Samuel Tardieu | 2012-04-12 | 1 | -10/+36 |
| | | |||||
| * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 15 | -42/+52 |
| | | | | | | | | | | Whatever code requests its presence is probably wrong, as Content-Type describes the type of the body, which is non-existent for a GET request. | ||||
* | | NPE in cgeocaches.onPrepareOptionsMenu | Bananeweizen | 2012-04-13 | 1 | -42/+22 |
| | | |||||
* | | refactorings: preparations to make #1303 easier | Bananeweizen | 2012-04-12 | 8 | -23/+33 |
| | | |||||
* | | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 74 | -479/+449 |
| | | |||||
* | | Merge remote-tracking branch 'Portree-Kid/master-new' | Bananeweizen | 2012-04-12 | 4 | -72/+116 |
|\ \ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeoapplication.java | ||||
| * \ | Merge remote-tracking branch 'upstream/master' into master-new | Portree-Kid | 2012-04-12 | 41 | -596/+529 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java | ||||
| * | | Small fix (where built more effectively) for Pull #1391 | keith.paterson | 2012-04-12 | 1 | -8/+6 |
| | | | |||||
| * | | Small fix for Pull #1391 | keith.paterson | 2012-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | Small fix for Pull #1391 | keith.paterson | 2012-04-11 | 1 | -5/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into master-new | keith.paterson | 2012-04-11 | 23 | -244/+222 |
| |\ \ | |||||
| * | | | Fixed Issues with showing waypoints in map | keith.paterson | 2012-04-10 | 4 | -69/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Waypoints now shown even when cache not shown * Showing now depends on actual visible caches Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
* | | | | more fixes for crashes in search | Bananeweizen | 2012-04-12 | 5 | -7/+9 |
| |_|/ |/| | | |||||
* | | | Partial fix: do not crash if a cache has no coordinates | Samuel Tardieu | 2012-04-12 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like from time to time some caches are sent with null coordinates, at least when browsing the live map. This change prevents a NullPointerException from being thrown and logs this as an error in the log. This issue still needs to be addressed, as the root cause of the problem is yet unknown. | ||||
* | | | Fix bug introduced in 018e7db82858c3ab0fdc7dc5aba70eddbe1fa3fe | Samuel Tardieu | 2012-04-12 | 1 | -27/+15 |
| | | | | | | | | | | | | | | | | | | | | | The removal of int-based constructors for Geopoint and Viewport made this code use the double-based one automatically by using number coercion. This is the kind of bug that the culprit commit is precisely trying to avoid. | ||||
* | | | Refactoring: temporarily rewrite redundant code waiting for it to disappear | Samuel Tardieu | 2012-04-12 | 1 | -34/+9 |
| | | | | | | | | | | | | | | | | | | This code which manipulates viewports as separate int coordinates should disappear and use the proper types. This requires a large rewrite of CGeoMap. | ||||
* | | | Tests: add tests for Viewport | Samuel Tardieu | 2012-04-12 | 1 | -0/+72 |
| | | | |||||
* | | | Refactoring: cleanup and add methods to Viewport | Samuel Tardieu | 2012-04-12 | 1 | -9/+67 |
| | | | |||||
* | | | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 8 | -32/+7 |
| | | | | | | | | | | | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
* | | | Refactoring: remove useless null checks | Samuel Tardieu | 2012-04-12 | 2 | -29/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boundary data ultimately coming to loadInViewport is checked for null (those are Long fields) while they come from long values, that cannot be null. It makes little sense to return null to represent an empty set when we can return the empty set itself. Also, the cursor cannot be null, and the method can be made private. | ||||
* | | | fix #1389: Waypoint Note edit defect | Bananeweizen | 2012-04-12 | 1 | -1/+7 |
| | | | |||||
* | | | crash on application start | Bananeweizen | 2012-04-12 | 1 | -2/+2 |
| | | | | | | | | | * NPE in satellites handler | ||||
* | | | fix #1394: Red Circles around Event Caches | Bananeweizen | 2012-04-12 | 4 | -52/+80 |
| | | | |||||
* | | | Small enhancements for live-map | rsudev | 2012-04-12 | 3 | -7/+15 |
| | | | |||||
* | | | Live-map refresh on zoom-in | rsudev | 2012-04-12 | 1 | -1/+3 |
| | | | |||||
* | | | Implements cache for live-map tiles | rsudev | 2012-04-12 | 8 | -53/+222 |
| | | | |||||
* | | | remove debug code from dfbdd962599a6034bba9945d92dbf0ba90580580 | Bananeweizen | 2012-04-12 | 2 | -5/+2 |
| | | | |||||
* | | | Wording correction after #1392 | Lars | 2012-04-12 | 1 | -1/+1 |
| | | | |||||
* | | | Remove unused (except in tests) conversion methods | Samuel Tardieu | 2012-04-11 | 2 | -61/+0 |
| | | |