aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* fix #2534: Updating a OC.de cache doubles the cache descriptionBananeweizen2013-03-023-6/+28
|
* refactoring: use same package in test as in productionBananeweizen2013-03-022-2/+2
|
* code cleanupBananeweizen2013-02-2436-191/+184
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Merge pull request #2494 from rsudev/6brsudev2013-02-231-0/+11
|\ | | | | Image upload, implements #6
| * ImageUpload - fine-tuningrsudev2013-02-181-0/+11
| | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-201-0/+5
|\ \ | |/ |/|
| * #2498: login page changesBananeweizen2013-02-201-0/+5
| |
* | Fixes #2486, Archived/Disabled OC-caches returned in nearby searchrsudev2013-02-151-0/+23
| | | | | | | | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods
* | Fixes #2441, sets oc userid as OwnerUserIdrsudev2013-02-141-0/+1
| |
* | reduce memory usage for cache listsBananeweizen2013-02-141-3/+3
| | | | | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* | Merge branch 'master' into oc_iconskoem2013-02-121-0/+22
|\ \ | | | | | | | | | | | | - changed icons - repaired test class
| * | Fix #2348, Cache description is missing for OC0537rsudev2013-02-111-0/+8
| | | | | | | | | | | | Added failing testcase and fixed modifiedsince in query-string
| * | Fix #2441, Owner information not shown for OC.de cachesrsudev2013-02-111-0/+14
| | | | | | | | | | | | Extended oc connector to return owner state as well
* | | Unit-Tests ++koem2013-02-121-1/+30
|/ / | | | | | | - and Maintenance Icon Color changed to alert-red
* | New tests for OCrsudev2013-02-071-0/+37
| | | | | | | | | | - base cache load test - test for #2459
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-061-0/+14
|\ \ | |/
| * fix #2451, bad pattern for cache count parsingBananeweizen2013-02-061-0/+14
| |
* | Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-032-6/+3
| |
* | Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-036-17/+14
| | | | | | | | | | 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-0327-153/+153
| |
* | refactoring: simplify cache type checksBananeweizen2013-01-311-0/+11
| |
* | Add test for issue #2430Samuel Tardieu2013-01-271-0/+35
| |
* | Caches need to have a geocode for testsmucek42013-01-231-0/+1
| |
* | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-235-20/+20
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * | fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-234-5/+5
| |/ | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-01-231-2/+2
|\ \ | |/ | | | | | | Conflicts: tests/src/cgeo/geocaching/files/GPXParserTest.java
| * Fix test due to the new waypoint id stabilitySamuel Tardieu2013-01-231-2/+2
| |
| * backport #2186 to have unit tests green on release branchBananeweizen2013-01-221-1/+1
| |
* | Merge remote-tracking branch 'rsudev/flexible_tiles' into upstreamSamuel Tardieu2013-01-201-2/+47
|\ \
| * | Extend zoom calculation to nxm tilesetsrsudev2013-01-171-2/+47
| | | | | | | | | | | | Previously tile sets generated for the live map where fixed to max 2x2 tiles. In order to enhance the flexibility of the live-map algorithms, now the generation of more fine-grained tile sets or even a lower bound for the zoom level to use is supported.
* | | fix #2404: Remove spaces when editing coordinatesBananeweizen2013-01-171-4/+13
|/ /
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-2/+65
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/geopoint/Geopoint.java
| * fix #2389: Parse errors in cgeocoordsBananeweizen2013-01-131-2/+65
| |
| * fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2013-01-052-0/+11
| |
| * Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-132-5/+5
| |
| * fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-133-1/+2313
| |
* | Added unit tests for PNG parsingmucek42013-01-111-0/+37
| |
* | Improved PNG parsingmucek42013-01-111-1/+1
| |
* | Disable SimpleDirChooserUITest for nowSamuel Tardieu2013-01-081-0/+2
| | | | | | | | | | It currently breaks the continuous integration server, making it much less useful.
* | new: suppress current list in "move to list"Bananeweizen2013-01-071-0/+18
| |
* | fix test: some tests need mocked cache filtersBananeweizen2013-01-071-81/+94
| | | | | | | | * otherwise the options "exclude own" and "exclude disabled" lead to wrong results
* | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-074-11/+11
| |
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-076-24/+24
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-074-18/+18
| |
* | refactoring: findbugsBananeweizen2012-12-302-2/+6
| |
* | fix #2300: WP "Original coords" does not have a typeBananeweizen2012-12-291-0/+30
| |
* | refactoring: wait for activity in UI testBananeweizen2012-12-261-0/+8
| |
* | code cleanup: remove debug codeBananeweizen2012-12-265-23/+8
| | | | | | * fixed some more issues of Findbugs and CodePro
* | refactoring: introduce pause after scrolling in UI testBananeweizen2012-12-261-2/+11
| |