| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: rename cgeo activity to MainActivity | Bananeweizen | 2013-04-28 | 1 | -2/+2 |
| | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage | ||||
| * | fixes #2507 - Waypoints only stored if not existing | Marco Jacob | 2013-03-07 | 1 | -3/+2 |
| | | |||||
| * | refactoring: cleanup navigation apps hierarchy | Bananeweizen | 2013-02-24 | 3 | -23/+7 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-02-24 | 1 | -8/+2 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/apps/cache/navi/RMapsApp.java | ||||
| | * | fix #2518: NPE in RMapsApp | Bananeweizen | 2013-02-24 | 1 | -7/+1 |
| | | | |||||
| * | | Icons for OC | koem | 2013-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons | ||||
| * | | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 20 | -58/+58 |
| | | | |||||
| * | | Remove unused import | Samuel Tardieu | 2013-01-29 | 1 | -2/+0 |
| | | | |||||
| * | | Refactoring: iterate directly over collection items | Samuel Tardieu | 2013-01-29 | 1 | -14/+5 |
| | | | |||||
| * | | Return Parcel objects to the global pool after use | Samuel Tardieu | 2013-01-29 | 1 | -2/+3 |
| | | | |||||
| * | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 11 | -42/+42 |
| | | | |||||
| * | | fix #2054: Navigate options are different | Bananeweizen | 2012-12-30 | 7 | -81/+21 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -2/+2 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | refactoring: remove unused code | Bananeweizen | 2012-12-01 | 2 | -44/+0 |
| | | | |||||
| * | | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -3/+4 |
| | | | |||||
| * | | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -4/+5 |
| | | | |||||
| * | | have Google Maps directions only on Google Maps devices | Bananeweizen | 2012-11-21 | 1 | -1/+2 |
| | | | |||||
| * | | fix #2175: Navigation for walking | Bananeweizen | 2012-11-19 | 3 | -45/+79 |
| |/ | | | | | * split navigation into two different apps (driving and walking) * also split the maps directions into separate app and removed option from the settings screen | ||||
| * | fix #956: Sygic support | Bananeweizen | 2012-11-08 | 2 | -1/+32 |
| | | |||||
| * | refactoring: minor cleanups | Bananeweizen | 2012-10-12 | 1 | -6/+6 |
| | | |||||
| * | Prevent a NPE if cache and waypoint are null. | Heiko W. Rupp | 2012-09-09 | 1 | -2/+5 |
| | | |||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 3 | -10/+2 |
| | | |||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type. | ||||
| * | fix #1996: Translate is opening browser instead of translate app | Bananeweizen | 2012-09-01 | 1 | -16/+6 |
| | | |||||
| * | fix #1963: Include "Cache Beacon" in apps | Bananeweizen | 2012-08-19 | 2 | -2/+26 |
| | | |||||
| * | Merge remote-tracking branch 'campbeb/fix315' into upstream | Samuel Tardieu | 2012-06-11 | 1 | -2/+5 |
| |\ | |||||
| | * | Display cache and waypoint information on compass | campbeb | 2012-06-08 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | For caches: displays difficulty, terrain, and size. For waypoints: displays waypoint type. For direct navigation: displays nothing. Also includes some refactoring in the code used do display information about caches and waypoints. | ||||
| * | | fixes #1725: no static maps apps as default nav app | Marco Jacob | 2012-06-08 | 4 | -0/+27 |
| | | | |||||
| * | | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-06-07 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix #1735: safely uppercase string even if it is null | Samuel Tardieu | 2012-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Since we check for the null string once if has been uppercased, it makes sense to use a method which allows null in and out. | ||||
| * | | | fix #1701: Offline logging does not work from cache details | Bananeweizen | 2012-06-03 | 2 | -11/+14 |
| | |/ |/| | |||||
| * | | refactoring: clean up leaked interface of static maps provider | Bananeweizen | 2012-05-30 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: use interfaces for navigation apps | Bananeweizen | 2012-05-29 | 18 | -231/+254 |
| |/ | |||||
| * | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 4 | -8/+0 |
| | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 2 | -0/+2 |
| | | | | | This was requested by SammysHP. | ||||
| * | 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 |
| | | | |||||
| | * | fixes #1580: No static maps item on any destination navigation menu | Marco Jacob | 2012-05-16 | 7 | -19/+38 |
| | | | |||||
| * | | new: for some activities, don't re-open them when resuming the app | Bananeweizen | 2012-05-18 | 1 | -11/+1 |
| |/ | |||||
| * | fix #1516: Navigate from "Any destination" not working | Bananeweizen | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove some of the TODOs | Bananeweizen | 2012-05-06 | 1 | -12/+41 |
| | | |||||
| * | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 22 | -146/+94 |
| | | |||||
| * | refactoring: remove duplicated code from static maps app | Bananeweizen | 2012-05-05 | 11 | -119/+140 |
| | | | | | | * introduce shared super class for static maps * move app enablement into apps, the factory should not know specific apps | ||||
| * | added navigation app for downloading static maps | Marco Jacob | 2012-05-04 | 1 | -0/+46 |
| | | |||||
| * | solves issue #1494 to download static maps on demand without settings | Marco Jacob | 2012-05-04 | 1 | -30/+19 |
| | | |||||
