| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: extract input dialog as reusable code | Bananeweizen | 2013-12-27 | 2 | -44/+81 |
| | | |||||
| * | prohibit empty list name input | Bananeweizen | 2013-12-27 | 2 | -21/+34 |
| | | |||||
| * | Fixes #3238, Attributes on opencaching.pl | rsudev | 2013-12-27 | 27 | -14/+1364 |
| | | | | | - Added the last missing icons | ||||
| * | refactoring: some nullness cleanups | Michael Keppler | 2013-12-26 | 4 | -7/+15 |
| | | |||||
| * | findbugs: synchronize lazy initialized objects | Michael Keppler | 2013-12-26 | 3 | -6/+3 |
| | | |||||
| * | Revert "fixes #3446 - added progress indicator for download on nav menu" | Michael Keppler | 2013-12-25 | 1 | -37/+28 |
| | | | | | This reverts commit 9efbd611f11a36278f55e42e8675f3916ea8057a. | ||||
| * | findbugs casts and dereference warnings | Michael Keppler | 2013-12-25 | 7 | -8/+39 |
| | | |||||
| * | Merge pull request #3453 from marco-dev/addLoadStaticMapsProgress | Marco Jacob | 2013-12-25 | 1 | -28/+37 |
| |\ | | | | | fixes #3446 - added progress dialog on nav download static maps | ||||
| | * | fixes #3446 - added progress indicator for download on nav menu | Marco Jacob | 2013-12-10 | 1 | -28/+37 |
| | | | |||||
| * | | findbugs: prohibit access to internal collections | Michael Keppler | 2013-12-25 | 2 | -17/+20 |
| | | | |||||
| * | | fix findbugs issue | Michael Keppler | 2013-12-25 | 12 | -18/+53 |
| | | | | | | | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there | ||||
| * | | fix #3481: new navigation menu for Pebble application | Michael Keppler | 2013-12-25 | 5 | -1/+49 |
| | | | |||||
| * | | fix #3479: IllegalStateExceptions due to wrong waiting | Michael Keppler | 2013-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3477: NPE in view state management | Michael Keppler | 2013-12-25 | 3 | -4/+13 |
| | | | |||||
| * | | fix #3469: "More" search not working after connector refactoring | Michael Keppler | 2013-12-25 | 5 | -24/+41 |
| | | | |||||
| * | | fix #3468: ask for installation of qr code reader | Michael Keppler | 2013-12-25 | 2 | -3/+6 |
| | | | |||||
| * | | fix #3473: GCVote on non GC caches | Michael Keppler | 2013-12-25 | 1 | -9/+22 |
| | | | |||||
| * | | fix #3471: avoid null being possible in the interface | Michael Keppler | 2013-12-25 | 3 | -5/+12 |
| | | | | | | | | | | | This change also prohibits the same error to occur again in another implementation of the same interface and should therefore be preferred to just checking for null in the current interface implementation. | ||||
| * | | Fixes #3471, NPE when leaving cache details | rsudev | 2013-12-24 | 1 | -2/+2 |
| | | | | | | | | | Check for not stored view state on restoring | ||||
| * | | Fixes #3462, Wrong attribute icon in OC.de cache | rsudev | 2013-12-24 | 12 | -8/+282 |
| | | | | | | | | | Additionally some new icons for oc attributes | ||||
| * | | fix some findbugs findings | Michael Keppler | 2013-12-23 | 4 | -9/+8 |
| | | | |||||
| * | | fix broken build | Michael Keppler | 2013-12-22 | 1 | -11/+5 |
| | | | |||||
| * | | build: have only one resource file with keys | Michael Keppler | 2013-12-22 | 6 | -20/+19 |
| | | | |||||
| * | | build: have calendar build with same API as main app | Michael Keppler | 2013-12-22 | 1 | -1/+1 |
| | | | | | | | * removes the need to have API 4 installed | ||||
| * | | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 18 | -216/+362 |
| | | | |||||
| * | | refactoring: remove duplicate code | Bananeweizen | 2013-12-19 | 4 | -23/+21 |
| | | | |||||
| * | | fix broken test | Bananeweizen | 2013-12-19 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3464, terrain filter up to 7 | Bananeweizen | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | This is just an increase of the global filter range. The available filters do not depend on which connectors are active. | ||||
| * | | Update changelog_master.xml | Lars | 2013-12-19 | 1 | -1/+3 |
| | | | |||||
| * | | refactoring: remove duplicated code | Bananeweizen | 2013-12-19 | 4 | -75/+70 |
| | | | |||||
| * | | fix #3398: have options menu for pocket queries | Bananeweizen | 2013-12-18 | 6 | -21/+20 |
| | | | |||||
| * | | refactoring: reduce mapsforge memory usage | Bananeweizen | 2013-12-18 | 12 | -188/+141 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | new: have waypoint name in waypoint context menu | Bananeweizen | 2013-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | update libraries | Bananeweizen | 2013-12-18 | 4 | -1/+1 |
| | | | |||||
| * | | refactoring: remove duplicated code | Bananeweizen | 2013-12-18 | 14 | -58/+96 |
| | | | |||||
| * | | build: exclude third party code from coverage measurement | Bananeweizen | 2013-12-18 | 1 | -0/+1 |
| | | | |||||
| * | | refactoring: generalize GCConnector capabilities implementation | Bananeweizen | 2013-12-18 | 14 | -85/+73 |
| | | | |||||
| * | | fix lint warning | Bananeweizen | 2013-12-17 | 1 | -3/+1 |
| | | | |||||
| * | | new: make connectors report their features to the user | Bananeweizen | 2013-12-17 | 14 | -79/+302 |
| | | | |||||
| * | | refactoring: move password handling into the password preference | Bananeweizen | 2013-12-17 | 2 | -7/+12 |
| | | | |||||
| * | | fix findbugs issues | Bananeweizen | 2013-12-17 | 2 | -14/+15 |
| | | | |||||
| * | | new: search by keyword for OX connector | Bananeweizen | 2013-12-17 | 11 | -32/+65 |
| | | | |||||
| * | | avoid storing OX caches on standard list | Bananeweizen | 2013-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | improve parsing of OX parser | Bananeweizen | 2013-12-17 | 2 | -0/+17 |
| | | | |||||
| * | | refactoring: remove code duplication | Bananeweizen | 2013-12-17 | 3 | -26/+20 |
| | | | |||||
| * | | new: have OpenCaching.com as normal connector | Bananeweizen | 2013-12-16 | 20 | -60/+143 |
| | | | | | | | | | | | * now with bounding box search for live map * fixed search by center * added setting to enable/disable connector | ||||
| * | | refactoring: remove duplication in logging manager | Bananeweizen | 2013-12-16 | 5 | -34/+27 |
| | | | |||||
| * | | fix outdated Javadoc | Bananeweizen | 2013-12-16 | 1 | -1/+0 |
| | | | |||||
| * | | cleanup: fix all findbugs on test and calendar | Bananeweizen | 2013-12-16 | 13 | -43/+312 |
| | | | |||||
| * | | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 15 | -173/+169 |
| | | | | | | | * convert from static to singletons | ||||
