Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove never-used actualMemberStatus | Samuel Tardieu | 2012-04-11 | 1 | -11/+0 | |
| | | | ||||||
* | | | Remove the never used error_code field of StatusCode | Samuel Tardieu | 2012-04-11 | 1 | -25/+19 | |
| | | | ||||||
* | | | Remove Task type, whose name field is never used | Samuel Tardieu | 2012-04-11 | 2 | -18/+1 | |
| | | | | | | | | | | | | | | | Task is only a Runnable with a name field, whose value is never consulted. | |||||
* | | | Simplify IAbstractActivity interface | Samuel Tardieu | 2012-04-11 | 1 | -11/+0 | |
| | | | ||||||
* | | | Remove unused methods | Samuel Tardieu | 2012-04-11 | 12 | -234/+0 | |
| | | | | | | | | | | | | Those methods have been flagged as unused by proguard. | |||||
* | | | Merge pull request #1392 from Lineflyer/master | Lars | 2012-04-11 | 2 | -5/+5 | |
|\ \ \ | | | | | | | | | Fixes #1387 | |||||
| * | | | Replaced "phone" by "device" | Lars | 2012-04-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Replaced "Handy" from german translation | Lars | 2012-04-11 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Ignore KDE directoy settings | rsudev | 2012-04-11 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | fix #1038: use shared preferences with correct types | Bananeweizen | 2012-04-11 | 2 | -41/+124 | |
| | | | | | | Everyone please don't store boolean options as integer anymore! | |||||
* | | Move two methods into the tests | Samuel Tardieu | 2012-04-11 | 2 | -16/+5 | |
| | | | | | | | | | | Those two methods were only used in the tests. They can be rewritten more concisely while testing the same thing. | |||||
* | | Some methods are only used internally | Samuel Tardieu | 2012-04-11 | 2 | -18/+3 | |
| | | | | | | | | | | Those three methods do not need to be bounced from cgeoapplication as they are only used internally from cgData. | |||||
* | | Cache order is only used internally | Samuel Tardieu | 2012-04-11 | 1 | -8/+0 | |
| | | ||||||
* | | Make cgDestination an immutable type | Samuel Tardieu | 2012-04-11 | 4 | -82/+35 | |
| | | | | | | | | | | | | | | Also, savedSearchedDestination() result is always ignored, so make it void. The side-effects previously done in savedSearchDestination() are also ignored as they only apply to a temporary value that is never returned, so making the type immutable does not harm. | |||||
* | | Implement equals() and hashCode() for Geopoint | Samuel Tardieu | 2012-04-11 | 9 | -27/+32 | |
| | | ||||||
* | | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 9 | -45/+21 | |
| | | | | | | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | |||||
* | | Use an array with in-place constructor instead of a List | Samuel Tardieu | 2012-04-11 | 2 | -7/+2 | |
|/ | ||||||
* | fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732 | Bananeweizen | 2012-04-10 | 4 | -8/+27 | |
| | ||||||
* | update Eclipse components P2 file for easier IDE setup | Bananeweizen | 2012-04-09 | 1 | -29/+64 | |
| | ||||||
* | Extend GPX export. | SammysHP | 2012-04-09 | 3 | -9/+75 | |
| | | | Waypoints and attributes added to export, better description handling. Also few small fixes in Field Notes export. | |||||
* | Add enum for cache attributes. | SammysHP | 2012-04-09 | 1 | -0/+136 | |
| | | | Should replace currently used attribute strings in the future. | |||||
* | Export package: Documentation and make activity optional | SammysHP | 2012-04-09 | 5 | -22/+110 | |
| | ||||||
* | #1384: FC when apply a filter | Bananeweizen | 2012-04-09 | 2 | -9/+6 | |
| | ||||||
* | Merge branch 'release' into upstream | Samuel Tardieu | 2012-04-09 | 1 | -28/+17 | |
|\ | ||||||
| * | Work on #1367: cleanup cgCache.isEqualTo | Samuel Tardieu | 2012-04-08 | 1 | -28/+17 | |
| | | | | | | | | | | | | | | - make method private - argument cannot be null, this has been checked by the caller already - do not use if (test) return true; else return false; - use StringUtils.equalsIgnoreCase() when a field could be null | |||||
| * | Revert "Cleanup changelog" | Samuel Tardieu | 2012-04-05 | 1 | -4/+33 | |
| | | | | | | | | | | This reverts commit 74ad1c7081733afa1eb14dfb3f942184bc2f9d17 as per the discussion on issue #1369. | |||||
| * | Cleanup changelog | Lars | 2012-04-04 | 1 | -33/+4 | |
| | | ||||||
| * | StaticMaps for waypoints default now off | Marco Jacob | 2012-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | missing file in merge request #1362 | Bananeweizen | 2012-04-09 | 1 | -0/+20 | |
| | | ||||||
* | | Changelog update acc. latest commits | Lars | 2012-04-09 | 1 | -5/+6 | |
| | | ||||||
* | | Merge branch 'master' of ↵ | Bananeweizen | 2012-04-08 | 3 | -33/+33 | |
|\ \ | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | |||||
| * | | Upgrade to Proguard 4.7 | Samuel Tardieu | 2012-04-07 | 1 | -0/+0 | |
| | | | ||||||
| * | | Merge pull request #1381 from serenity182/master | SammysHP | 2012-04-07 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Changed contributers. Me did parts of the german l10n, not french. | |||||
| | * | | Changed contributers. Me did parts of the german l10n, not french. | Marc | 2012-04-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #1380 from serenity182/patch-1 | SammysHP | 2012-04-07 | 1 | -32/+32 | |
| |\ \ \ | | |/ / | |/| | | Removed "du" and "man" to make it less personal. | |||||
| | * | | Removed "du" and "man" to make it less personal. | serenity182 | 2012-04-07 | 1 | -32/+32 | |
| |/ / | ||||||
* | | | Merge remote-tracking branch 'teschi/issue#1304' | Bananeweizen | 2012-04-08 | 10 | -80/+426 | |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | |||||
| * | | Support different modes of operation on LastRecentlyUsedMap | teschi | 2012-04-03 | 5 | -6/+402 | |
| | | | | | | | | | | | | Added a Set interface for the LastRecentlyUsedMap Changed CGeoMap to use the LastRecentlyUsedSet as its caches-cache | |||||
| * | | renamed LeastRecentlyUsedCache to LeastRecentlyUsedMap | teschi | 2012-04-03 | 4 | -9/+9 | |
| | | | ||||||
* | | | updates for SDK v17 | Bananeweizen | 2012-04-07 | 4 | -1/+3 | |
| | | | | | | | | | | | | * changed classpath with android libs * new version of android support lib | |||||
* | | | more unit test for cache filters | Bananeweizen | 2012-04-07 | 13 | -27/+266 | |
| | | | | | | | | | | | | * also fix cache equality for caches with empty geocodes (as used in some tests) | |||||
* | | | Merge pull request #1372 from SammysHP/exporter | SammysHP | 2012-04-06 | 9 | -205/+615 | |
|\ \ \ | | | | | | | | | New: Export feature | |||||
| * | | | New: Export feature | SammysHP | 2012-04-06 | 9 | -205/+615 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Generic export framework for caches - Refactored Field Notes export and moved to export framework - Created experimental GPX exporter TODO: - GPX export: Logs, Waypoints, Attributes, correct type/size strings - Field Notes: upload, only new logs | |||||
* | | | | Merge pull request #1378 from scrool/L10n | rsudev | 2012-04-06 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Updated Slovak translation | |||||
| * | | | | Corrected: feet has abbreviation ft in Slovak too | Pavol Babincak | 2012-04-05 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #1373 from scrool/L10n | SammysHP | 2012-04-05 | 1 | -1/+19 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | Updated Slovak translation | |||||
| * | | | Updated Slovak translation | Pavol Babincak | 2012-04-05 | 1 | -1/+19 | |
|/ / / | ||||||
* | | | Changelog update | Lars | 2012-04-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1369 from marco-jacob/wpStaticMapsDefaultOff | rsudev | 2012-04-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | StaticMaps for waypoints default now off | |||||
| * | | | StaticMaps for waypoints default now off | Marco Jacob | 2012-04-03 | 1 | -1/+1 | |
|/ / / |