| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 1 | -9/+10 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -3/+4 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -11/+12 |
| | | |||||
| * | adapt test case to website changes | Bananeweizen | 2013-06-04 | 1 | -2/+2 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 1 | -2/+1 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | refactoring: revert test to previous state after GC changes | Bananeweizen | 2013-05-31 | 1 | -1/+1 |
| | | |||||
| * | fix #2812: attributes parsing | Bananeweizen | 2013-05-31 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-master | Portree-Kid | 2013-03-08 | 1 | -5/+0 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java | ||||
| | * | fix #2534: Updating a OC.de cache doubles the cache description | Bananeweizen | 2013-03-02 | 1 | -5/+0 |
| | | | |||||
| * | | Refactoring to use Loaders fixes #2365 | Portree-Kid | 2013-03-08 | 1 | -4/+3 |
| |/ | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -15/+15 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -12/+12 |
| | | |||||
| * | fix test: some tests need mocked cache filters | Bananeweizen | 2013-01-07 | 1 | -81/+94 |
| | | | | | * otherwise the options "exclude own" and "exclude disabled" lead to wrong results | ||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -3/+3 |
| | | |||||
| * | refactoring: 3 tests fail if cache type is not ALL | Bananeweizen | 2012-12-16 | 1 | -0/+6 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -7/+5 |
| | | |||||
| * | fix #980: c:geo doesn't handle unknown trackables | Bananeweizen | 2012-11-18 | 1 | -1/+1 |
| | | |||||
| * | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 1 | -1/+1 |
| | | |||||
| * | Add tests to very trackable logs can be parsed | campbeb | 2012-05-12 | 1 | -1/+15 |
| | | |||||
| * | Make tests independant of user settings | blafoo | 2012-05-10 | 1 | -13/+52 |
| | | |||||
| * | Removed deprecated warnings | blafoo | 2012-05-10 | 1 | -2/+3 |
| | | |||||
| * | refactoring: more cleanup in connector interfaces | Bananeweizen | 2012-05-05 | 1 | -11/+10 |
| | | | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities | ||||
| * | Fix #1421: save and restore user setting for mocked cache tests | rsudev | 2012-04-21 | 1 | -4/+9 |
| | | |||||
| * | Make sure a cgeoapplication is created before testing | Samuel Tardieu | 2012-04-21 | 1 | -14/+2 |
| | | | | | | | Some tests are using cgeoapplication without having one already setup, and may be subject to race conditions when accessing the singleton or the Settings. | ||||
| * | Refactoring: do not get through an extra Geopoint when not required | Samuel Tardieu | 2012-04-20 | 1 | -5/+5 |
| | | |||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -12/+13 |
| | | |||||
| * | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -3/+3 |
| | | |||||
| * | Implements cache for live-map tiles | rsudev | 2012-04-12 | 1 | -0/+3 |
| | | |||||
| * | Implement equals() and hashCode() for Geopoint | Samuel Tardieu | 2012-04-11 | 1 | -2/+2 |
| | | |||||
| * | refactoring: more static code analysis cleanups | Bananeweizen | 2012-04-02 | 1 | -2/+2 |
| | | |||||
| * | refactoring: more encapsulation in SearchResult | Bananeweizen | 2012-03-24 | 1 | -3/+3 |
| | | |||||
| * | Unit test for #1268 | blafoo | 2012-03-18 | 1 | -3/+16 |
| | | |||||
| * | Non-reliable coords for Basic Members. Fixes #1285 | blafoo | 2012-03-17 | 1 | -18/+16 |
| | | |||||
| * | Request further details when tapping on a cache in Live Map. Fixes #1256 | blafoo | 2012-03-16 | 1 | -1/+1 |
| | | |||||
| * | Update of tests due to new Live Map strategy. Fixes #1242 | blafoo | 2012-03-13 | 1 | -4/+6 |
| | | |||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -5/+6 |
| | | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
| * | #1236: adapt unit tests | Bananeweizen | 2012-03-09 | 1 | -1/+27 |
| | | | | | * previous tests didn't recognize cache page with error output * have new unit test for cache with errors | ||||
| * | Live Map strategy. Closes #1183 | blafoo | 2012-03-07 | 1 | -18/+29 |
| | | |||||
| * | refactoring: never set listId of cache to TEMPORARY_ID | Bananeweizen | 2012-03-03 | 1 | -3/+3 |
| | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing. | ||||
| * | Reactivated viewport tests | blafoo | 2012-02-28 | 1 | -56/+55 |
| | | |||||
| * | New connector functionality | blafoo | 2012-02-24 | 1 | -3/+4 |
| | | |||||
| * | Removed obsolete Live Map (old) code | blafoo | 2012-02-24 | 1 | -6/+6 |
| | | |||||
| * | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -10/+10 |
| | | | | * otherwise they are not readable | ||||
| * | GC.com update 14.02.2012 | blafoo | 2012-02-15 | 1 | -47/+56 |
| | | |||||
| * | refactoring: make search by coords test more fault tolerant | Bananeweizen | 2012-02-14 | 1 | -1/+1 |
| | | | | * some caches were archived, therefore count decreased | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -22/+21 |
| | | |||||
| * | Set instead of List to avoid caches multiple times in search results V2 | blafoo | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Updated test data due to GC.com downtime on 17.01.2012 | blafoo | 2012-01-17 | 1 | -1/+1 |
| | | |||||
| * | Overlays instead of icons. Fixes #752 | blafoo | 2012-01-10 | 1 | -2/+0 |
| | | |||||
