| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | fix #3368: New placeholer [LOG] for twitter template | Bananeweizen | 2013-10-19 | 1 | -3/+17 | |
| | | | ||||||
| * | | Merge branch 'release' | rsudev | 2013-10-18 | 4 | -36/+37 | |
| |\ \ | |/ | ||||||
| | * | Fixes #3369, Spoiler image parsing fails | rsudev | 2013-10-18 | 5 | -37/+38 | |
| | | | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages | |||||
| * | | fix wrong counting in progress stream | Bananeweizen | 2013-10-12 | 1 | -0/+22 | |
| | | | ||||||
| * | | fix #3321: No distance calculation and coords if cache is at equator | Bananeweizen | 2013-10-12 | 1 | -0/+15 | |
| | | | ||||||
| * | | Fix failing testSearchByUsername | rsudev | 2013-10-07 | 1 | -1/+1 | |
| | | | | | | | | | Adapted test to change on site | |||||
| * | | fix #3335: calendar time recognized wrongly | Bananeweizen | 2013-10-07 | 1 | -5/+6 | |
| | | | ||||||
| * | | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 3 | -22/+28 | |
| | | | ||||||
| * | | fix broken test | Bananeweizen | 2013-10-05 | 1 | -18/+30 | |
| | | | ||||||
| * | | fix #3320: OAuth signing is wrong | Bananeweizen | 2013-10-02 | 2 | -0/+62 | |
| | | | ||||||
| * | | improve calendar time detection | Bananeweizen | 2013-09-22 | 1 | -4/+34 | |
| | | | | | | | | | * now works for (wrong) time format "xx.00 o'clock" (where there is a dot instead of a colon) | |||||
| * | | Do not try to hide an unpublished cache to its owner | Samuel Tardieu | 2013-09-17 | 2 | -2193/+0 | |
| | | | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo. | |||||
| * | | refactoring: remove duplicated code | Bananeweizen | 2013-09-17 | 1 | -83/+88 | |
| | | | ||||||
| * | | assertion badly triggered in tests of UTFGridPosition | Bananeweizen | 2013-09-15 | 2 | -13/+34 | |
| | | | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong | |||||
| * | | tests: remove warning about no network provider | Bananeweizen | 2013-09-15 | 1 | -3/+7 | |
| | | | ||||||
| * | | make test app use auto-scroll | Bananeweizen | 2013-09-15 | 3 | -2/+45 | |
| | | | | | | | * on special request of Samuel :) | |||||
| * | | warning in logcat due to old HTML page in tests | Bananeweizen | 2013-09-15 | 2 | -3044/+2609 | |
| | | | ||||||
| * | | warning in logcat due to old HTML page in tests | Bananeweizen | 2013-09-15 | 1 | -1451/+1246 | |
| | | | ||||||
| * | | refactoring: tests can now be run as app | Bananeweizen | 2013-09-15 | 4 | -0/+204 | |
| | | | | | | | | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by | |||||
| * | | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | |||||
| * | | refactoring: increase test coverage | Bananeweizen | 2013-09-15 | 2 | -1/+5 | |
| | | | ||||||
| * | | Merge branch 'release' | Bananeweizen | 2013-09-14 | 1 | -0/+1 | |
| |\ \ | |/ | ||||||
| | * | fix #3250: Strip HTML before using translate | Bananeweizen | 2013-09-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | fix broken test | Bananeweizen | 2013-09-14 | 1 | -3/+3 | |
| | | | ||||||
| * | | refactoring: StoredList | Bananeweizen | 2013-09-14 | 2 | -4/+28 | |
| | | | | | | | * try more encapsulation instead of ID comparisons all time | |||||
| * | | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 7 | -3/+11 | |
| | | | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | |||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 6 | -13/+13 | |
| | | | ||||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 10 | -85/+85 | |
| | | | ||||||
| * | | refactoring: add test failure message | Bananeweizen | 2013-09-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | new test | Bananeweizen | 2013-09-10 | 1 | -0/+3 | |
| | | | ||||||
| * | | new test | Bananeweizen | 2013-09-10 | 1 | -0/+22 | |
| | | | ||||||
| * | | Switch off and restore static map flags for waypoint test | rsudev | 2013-08-29 | 2 | -20/+75 | |
| | | | ||||||
| * | | refactoring: avoid filling sdcard during tests | Bananeweizen | 2013-08-28 | 2 | -6/+19 | |
| | | | ||||||
| * | | findbugs cleanup: default encoding | Bananeweizen | 2013-08-28 | 1 | -0/+12 | |
| | | | ||||||
| * | | refactoring: assertions | Bananeweizen | 2013-08-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | new unit test | Bananeweizen | 2013-08-25 | 1 | -0/+19 | |
| | | | ||||||
| * | | new unit test | Bananeweizen | 2013-08-25 | 1 | -0/+48 | |
| | | | ||||||
| * | | new unit test for stable gpx serialization | Bananeweizen | 2013-08-25 | 1 | -0/+45 | |
| |/ | ||||||
| * | Fixes testOwnCache (Cache was changed) | rsudev | 2013-08-22 | 1 | -3/+3 | |
| | | ||||||
| * | Mock for own cache | mucek4 | 2013-08-22 | 1 | -1467/+1333 | |
| | | ||||||
| * | fix #3155: adapt to website changes | Bananeweizen | 2013-08-22 | 2 | -2/+5 | |
| | | | | | | * favorites counter * found state * spoiler images | |||||
| * | new mock data | Marco Jacob | 2013-08-22 | 4 | -4045/+4030 | |
| | | ||||||
| * | fix #2867: Multiple distance | Bananeweizen | 2013-08-20 | 1 | -3/+12 | |
| | | | | * workaround distance calculation for all 4.2.x versions | |||||
| * | fix #3144: GPX import problem | Bananeweizen | 2013-08-19 | 2 | -0/+5666 | |
| | | ||||||
| * | fix #3118: Page parsing impossible due to proxies on mobile network | Bananeweizen | 2013-08-19 | 3 | -1/+2505 | |
| | | ||||||
| * | fix #3139: Search by geocode is case sensitive | Bananeweizen | 2013-08-18 | 1 | -0/+31 | |
| | | ||||||
| * | Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popup | rsudev | 2013-08-10 | 1 | -8/+8 | |
| | | | | | | | Introduced a new class 'UncertainProperty' Used it for coords and cachetype Removed global zoomlevel for geocache | |||||
| * | fix #3061: name sorting wrong for certain number combinations | Bananeweizen | 2013-07-28 | 2 | -1/+30 | |
| | | ||||||
| * | refactoring: remove author tags from source | Bananeweizen | 2013-07-28 | 3 | -8/+2 | |
| | | | | | | | * recommended best practice for open source projects to foster community aspect * alternative of documenting each author everywhere is hard to maintain * git blame can be used more easily anyway | |||||
| * | Finetuning fixes for #1851 and #3000 (cache merging) | rsudev | 2013-07-28 | 2 | -18/+9 | |
| | | ||||||
