aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/utils
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2923, Menu slow to open in cache detailsrsudev2013-06-271-0/+10
| | | | Removed costly scan of installed packages for launchable apps
* refactoring: add test for process utilsBananeweizen2013-06-211-0/+11
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-6/+6
|
* fix #2877: empty trackables pageBananeweizen2013-06-131-0/+15
|
* refactoring: remove duplicated code, add testsBananeweizen2013-06-081-0/+2
|
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-11/+0
| | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* extract constant for mocked cache user to GCConstantsTest and removed ↵Marco Jacob2013-03-111-8/+2
| | | | duplicate test for cachesFound already done in GCConstantsTest
* code cleanupBananeweizen2013-02-245-7/+7
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* ImageUpload - fine-tuningrsudev2013-02-181-0/+11
| | | | | | Removed test code and comments Some error-handling Localizability
* Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-031-1/+1
|
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-8/+2
| | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.
* Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-031-10/+0
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-032-13/+13
|
* fix #2167: Not possible to open OP cachesBananeweizen2012-11-181-6/+26
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-0/+27
|
* fix #1991: TB: Last activity wrong in case last activity is todayBananeweizen2012-10-051-0/+17
|
* #2034: additional unit testBananeweizen2012-10-021-0/+7
| | | * replace control character by space instead of empty string
* fix #2013: Template for cache ownerBananeweizen2012-09-011-3/+3
|
* #1902: Special characters in hintBananeweizen2012-07-251-0/+4
|
* refactoring: some findbugs cleanupBananeweizen2012-07-011-1/+2
|
* Put angle-related utilities into their own packageSamuel Tardieu2012-06-011-0/+30
| | | | Also, use float instead of double for every angle computation.
* Handle "Renew Your Membership!". Fixes #1224blafoo2012-05-161-1/+1
|
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-4/+4
| | | | | | * 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
* Refactoring: make entities staticSamuel Tardieu2012-04-281-1/+1
| | | | | | Those are of little importance in tests where performances do not matter as much as in the application, but nevertheless, tests should be held to the same code standards as the application code.
* Test of the MemorySubject classSamuel Tardieu2012-04-271-0/+78
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-0/+26
|
* missing file in merge request #1362Bananeweizen2012-04-091-0/+20
|
* Merge remote-tracking branch 'teschi/issue#1304'Bananeweizen2012-04-082-0/+151
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java
| * Support different modes of operation on LastRecentlyUsedMapteschi2012-04-032-0/+168
|/ | | | Added a Set interface for the LastRecentlyUsedMap Changed CGeoMap to use the LastRecentlyUsedSet as its caches-cache
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-0/+20
|
* Unified methods for BASE 31blafoo2012-02-231-3/+5
|
* Fix #646: caches can not be watched if imported by GPXSammysHP2011-11-051-2/+6
| | | Part of it: Add a method to convert the geocode to the id with a base31-conversion (with Groundspeak-alphabet).
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-2/+1
|
* Refactoring: put tests into same java package as tested classStephan Merker2011-10-031-0/+15
- fixes #587 - test suite and 3 tests (regex and whitespace perf tests) remain in cgeo.geocaching.test