| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | avoid useless initializations in layout preview mode | Bananeweizen | 2014-05-25 | 2 | -0/+14 |
| | | |||||
| * | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 2 | -6/+6 |
| | | |||||
| * | #3818: remove further GC blocking references | Bananeweizen | 2014-05-17 | 4 | -12/+8 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-28 | 1 | -5/+9 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/DataStore.java | ||||
| | * | fix #3750: gracefully handle file system access restrictions | Michael Keppler | 2014-04-28 | 1 | -5/+9 |
| | | | |||||
| * | | Add more @NonNull annotations for overriden methods | Samuel Tardieu | 2014-04-24 | 2 | -2/+4 |
| |/ | |||||
| * | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 1 | -0/+2 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 4 | -22/+0 |
| | | |||||
| * | revert some nonnull annotations | Bananeweizen | 2014-01-11 | 4 | -8/+4 |
| | | | | | | Eclipse requires that the super implementation of overridden methods with nonnull arguments also declares the arguments nonnull and stops compilation otherwise. Seems there is no option to change that. | ||||
| * | Add extra NonNull annotations | Samuel Tardieu | 2014-01-11 | 4 | -4/+8 |
| | | |||||
| * | refactoring: typo, imports, stringutils | Bananeweizen | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | Revert "experimental single overlay for maps" | Samuel Tardieu | 2013-12-27 | 4 | -10/+8 |
| | | | | | | This reverts commit 74b7b59e0eac6ec09c032baa6e9d9d27f0ec2f95 which had been merged by mistake. | ||||
| * | experimental single overlay for maps | Bananeweizen | 2013-12-27 | 4 | -8/+10 |
| | | |||||
| * | findbugs casts and dereference warnings | Michael Keppler | 2013-12-25 | 2 | -4/+14 |
| | | |||||
| * | refactoring: reduce mapsforge memory usage | Bananeweizen | 2013-12-18 | 4 | -57/+17 |
| | | | | | | | | | | 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. | ||||
| * | fix crash in map directory settings | Bananeweizen | 2013-10-19 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'release' into master_dev | rsudev | 2013-10-18 | 1 | -15/+14 |
| |\ | |||||
| | * | Fixes part of #2976, allow to manually select map directory | rsudev | 2013-10-18 | 1 | -15/+14 |
| | | | | | | | | | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined. | ||||
| * | | refactoring: findbugs cleanups | Bananeweizen | 2013-10-02 | 2 | -1/+4 |
| | | | |||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -3/+3 |
| | | | |||||
| * | | Implements #3220, Feature request: Show mapsforge-map "bigger" on ↵ | rsudev | 2013-09-13 | 1 | -1/+4 |
| |/ | | | | | | high-res-displays Made the mapsforge textscale setting follow the device dpi, if so wanted, default true. | ||||
| * | fixes #3248 - select map file first to get offline map choice | Marco Jacob | 2013-09-13 | 1 | -5/+1 |
| | | |||||
| * | Fixes #3188, NPE with map menu (mapsforge 024) | rsudev | 2013-08-25 | 1 | -4/+1 |
| | | | | | Move menu inflation from resource to mapBase (AbstractMap) | ||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-11 | 4 | -8/+8 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 3 | -3/+3 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 2 | -3/+3 |
| | | |||||
| * | fix #2817: OSM:Offline map name won't fit the box | Bananeweizen | 2013-06-01 | 1 | -1/+1 |
| | | |||||
| * | refactoring: clean compiler warnings about static calls | Bananeweizen | 2013-05-27 | 2 | -4/+4 |
| | | |||||
| * | fix #2725: Circles on the map only around physical stages | Bananeweizen | 2013-05-25 | 4 | -22/+18 |
| | | |||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -1/+4 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 2 | -12/+0 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 2 | -4/+4 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #1737: do not try to open a null filename | Samuel Tardieu | 2013-01-01 | 1 | -1/+1 |
| | | | | | | | | | The settings may initially contain a null filename. | ||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -5/+8 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | fix #2217: Click on filter bar crashes c:geo | Bananeweizen | 2012-12-04 | 2 | -2/+14 |
| | | | |||||
| * | | #2215 sort offline maps | Bananeweizen | 2012-11-30 | 1 | -0/+1 |
| |/ | |||||
| * | fix #1940: Quicker change of OSM offline maps | Bananeweizen | 2012-11-04 | 3 | -40/+75 |
| | | |||||
| * | Correction of coding issues | rsudev | 2012-11-03 | 1 | -1/+1 |
| | | |||||
| * | Implements #1676, custom themes | rsudev | 2012-11-03 | 2 | -2/+41 |
| | | | | | | | - Adds the selection of a base folder for map themes to settings - Reworks the map menu to allow selection of a custom theme - Implements a reusable version of listDir to get a list of files | ||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 8 | -339/+0 |
| | | |||||
| * | Toast for missing mapfile | Portree-Kid | 2012-05-24 | 1 | -0/+8 |
| | | |||||
| * | Merge remote-tracking branch 'campbeb/fix1485' into upstream | Samuel Tardieu | 2012-05-23 | 4 | -12/+52 |
| |\ | |||||
| | * | Fix offline zoom issue and document zoom level differences | campbeb | 2012-05-22 | 4 | -12/+52 |
| | | | | | | | | | | | | | 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 | 6 | -0/+10 |
| |/ | | | | This was requested by SammysHP. | ||||
| * | Refactoring: remove redundant field mapController in CGeoMap | Samuel Tardieu | 2012-05-21 | 2 | -2/+4 |
| | | |||||
| * | Ensure zoom doesn't exceed max zoom when changing map sources | campbeb | 2012-05-19 | 1 | -0/+7 |
| | | |||||
| * | Refactoring: remove redundant local variables | Samuel Tardieu | 2012-05-06 | 2 | -8/+4 |
| | | | | | | Redundant local variables are assigned once and only used to return the value. Returning the value directly is as readable and more concise. | ||||
| * | refactoring: remove publicly shared constants in map implementation | Bananeweizen | 2012-05-03 | 3 | -24/+37 |
| | | |||||
| * | fix #1488: Disable OSM:Offline if no file is selected | Bananeweizen | 2012-05-03 | 1 | -10/+24 |
| | | |||||
