| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 1 | -0/+40 |
| | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
| * | Fix history test | rsudev | 2013-07-04 | 1 | -1/+8 |
| | | | | | Until now it worked only if there were no caches in history | ||||
| * | refactoring: add test for loading of cache history | Bananeweizen | 2013-06-21 | 1 | -0/+11 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -3/+3 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -4/+4 |
| | | |||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -2/+2 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -36/+30 |
| | | |||||
| * | refactoring: use more prepared statements | Bananeweizen | 2012-11-28 | 1 | -3/+3 |
| | | | | | * improves database performance * removed some method arguments which were always true | ||||
| * | Fixes #2199 | rsudev | 2012-11-24 | 1 | -0/+42 |
| | | | | | | | - Ensures 'not null' for trackable logs - Ensures loadLogs never returns null, only empty List<> - Three test-cases, surfacing the initial bug and the aspects of the fix | ||||
| * | Fix compile Error | Portree-Kid | 2012-07-20 | 1 | -4/+8 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2012-05-04 | 1 | -1/+1 |
| | | |||||
| * | refactoring of database access | Bananeweizen | 2012-04-23 | 1 | -3/+4 |
| | | | | | | | * use only one transaction when saving a cache * rework some methods to always take a collection of objects instead of calling the database multiple times | ||||
| * | Make sure a cgeoapplication is created before testing | Samuel Tardieu | 2012-04-21 | 1 | -15/+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. | ||||
| * | Remove extra space in query and add tests for checking correctness | Samuel Tardieu | 2012-04-21 | 1 | -1/+13 |
| | | |||||
| * | increase compiler warnings level (and fix some) | Bananeweizen | 2012-04-20 | 1 | -1/+1 |
| | | | | | * boxing/unboxing * name shadowing | ||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -3/+4 |
| | | |||||
| * | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -3/+3 |
| | | | | * otherwise they are not readable | ||||
| * | fix tests for stored lists | Bananeweizen | 2012-02-14 | 1 | -6/+5 |
| | | | | | * count member shall not be accessible outside * use global app functions for getting current list item count | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -37/+37 |
| | | |||||
| * | cgData unit tests | blafoo | 2012-02-07 | 1 | -0/+94 |
